@charset "UTF-8";

html {
  scroll-behavior: smooth;
}


a{
    text-decoration: none !important;
}

#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:#fff;
    z-index:999998;
}
 
#status {
    width:130px;
    height:130px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../img/page-loader.gif);
	background-size: 100%;
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px   -100px;
}




@media only screen and (min-width: 769px) and (max-width: 1400px) {

    body {
        /*
          -webkit-user-select: none;
          -ms-user-select: none;
          user-select: none;
          */
          background-color: #000 !important;
  
          overflow: overlay;
          font-family: "Manrope", sans-serif !important;
          outline: none !important;
          font-weight: 400;
          color: #000 !important;
          -webkit-transition: all 0.2s ease-in-out;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          text-decoration: none;
          margin: auto;
          direction:ltr;
          overflow-x: hidden !important;
          background-image: url(../images/bg.jpg);
          background-size: cover;
          background-repeat: no-repeat;
      }
  
     .header{
      width: 100%;
      height: auto;
      position: fixed;
      left:0px;
      right:0px;
      top: 0px;
      backdrop-filter: blur(14px); 
      -webkit-backdrop-filter: blur(14px);
      background-color: rgba(0,0,0,0.8);
      z-index: 9988;
     }
  
     .logo{
      cursor: pointer;
      width: 272px !important;
      height: 60px;
      background-image: url(../images/logo.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size:auto 100%;
      transition: 0.2s ease-in-out;
     }
  
     .logo.active{
      background-position: left center;
      width: 181px;
      height: 40px;
      transition: 0.2s ease-in-out;
     }
  
     .menu-frame{
      width: calc(100% - 280px) !important;
      height: 60px;
      transition: 0.2s ease-in-out;
     }
  
     .menu-frame.active{
      width: calc(100% - 182px);
      height: 40px;
      transition: 0.2s ease-in-out;
     }
  
     .banner{
      overflow: hidden;
      width: 100%;
      height: auto;
      margin-top: 0px;
     }
  
     .content-banner{
      overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 100px;
    position: relative;
     }
  
     .content-banner-service{
      overflow: hidden;
      width: 100%;
      height: 280px;
      margin-top: 130px;
      position: relative;
     }
     .content-banner-service-text{
      width: 50%;
      height: 250px;
      position: absolute;
      left: 0px;
      right:0px;
      bottom: 0px;
      margin: auto;
     }
  
     .content-banner-text{
      width: 50%;
      height: 650px;
      position: absolute;
      left: 0px;
      right:0px;
      top:0px;
      bottom: 0px;
      margin: auto;
     }
  
     .main-menu-button{
      transition: 0.2s ease-in-out;
      margin-left: 30px;
      font-size: 20px;
      color: #fff;
      display: inline-block;
      font-weight: 600;
      cursor: pointer;
     }
  
     .main-menu-button:hover{
      transition: 0.2s ease-in-out;
      color: #999;
     }
  
     .space{
      height: 10px;
     }
  
     .space2{
      height: 100px;
     }
  
     .space3{
      height: 50px;
     }
  
     .project-box{
      cursor: pointer;
      overflow: hidden;
      padding-bottom: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      transition: 0.2s ease-in-out;
     }
  
     .project-box2{
      cursor: pointer;
      overflow: hidden;
      padding-bottom: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      border: 2px solid #000;
      transition: 0.2s ease-in-out;
     }
  
     .project-box2-title{
      position: absolute;
      left:0px;
      right:0px;
      text-align: center;
      top: 0px;
      bottom: 0px;
      font-weight: 500;
      margin: auto;
      font-size: 30px;
      color:#fff;
      height: 40px;
      transition: 0.2s ease-in-out;
     }
  
     .project-box2:hover .project-box2-title{
      color: #000;
      transition: 0.2s ease-in-out;
     }
  
     .project-box2:hover{
      background-color: #fff;
     }
  
     .project-overlay{
      cursor: pointer;
      width: 100%;
      height: 100%;
      opacity: 1;
      left:0px;
      right:0px;
      top: 0px;
      bottom: 0px;
      margin: auto;
      position: absolute;
      transition: all 0.3s ease-in-out;
      backdrop-filter: blur(0px); 
      -webkit-backdrop-filter: blur(0px);
     }
  
     .project-box:hover{
  
     }
  
     .project-box:hover .project-overlay{
      background-color: rgba(0,0,0,.5);
      transition: all 0.3s ease-in-out;
      backdrop-filter: blur(10px); 
      -webkit-backdrop-filter: blur(10px);
      opacity: 1;
      bottom: 0px;
     }
  
     .project-title{
      transition: all 0.3s ease-in-out;
      font-size: 25px;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      z-index: 991;
      color: #fff;
      display: block;
      font-weight: 600;
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
     }
  
     .project-box:hover .project-title{
      opacity: 1;
      transition: all 0.3s ease-in-out;
     }
  
     .cta{
      display: inline-block !important;
      padding: 10px 30px;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      border: 1px solid #fff;
      cursor: pointer;
      transition: 0.2s ease-in-out;
     }
  
     .cta:hover{
      background-color: #fff;
      color: #000;
      cursor: pointer;
      transition: 0.2s ease-in-out;
     }
  
     .cta2{
      display: inline-block !important;
      padding: 10px 30px;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      border: 1px solid #fff;
      cursor: pointer;
      transition: 0.2s ease-in-out;
     }
  
     .cta2:hover{
      background-color: #fff;
      color: #000;
      cursor: pointer;
      transition: 0.2s ease-in-out;
     }
  
     .main-frame{
      padding: 50px;
      transition: 0.2s ease-in-out;
      opacity: 1;
      background-color: #font-size: 405px;
      border: 1px solid rgba(255,255,255,0.1);
     }
  
  
      
     /*animation: frame-ani 1s infinite;
      @keyframes frame-ani {
        0% {
          border: 2px solid rgba(0,0,0,1);
        }
        
        50%{
          border: 2px solid rgba(0,0,0,0.5);
        }
  
        100% {
          border: 2px solid rgba(0,0,0,1);
        }
      }
      */
  
  
      h1{
          font-size: 50px !important;
          color: #fff !important;
          font-weight: 700 !important;
          display: block !important;
          font-family: "Manrope", sans-serif !important;
      }
  
      h2{
          font-size: 34px !important;
          color: #fff !important;
          font-weight: 700 !important;
          display: block !important;
          font-family: "Manrope", sans-serif !important;
      }
  
      h3{
          font-size: 20px !important;
          color: rgba(255,255,255,.7) !important;
          font-weight: 300 !important;
          line-height: 30px !important;
          display: block !important;
          font-family: "Manrope", sans-serif !important;
      }
  
      h5{
        font-size: 20px !important;
        line-height: 25px !improtant;
        color: #000 !important;
        font-weight: 600 !important;
        display: block !important;
        font-family: "Manrope", sans-serif !important;
    }

    h5-w{
      font-size: 20px !important;
      line-height: 25px !improtant;
      color: #fff !important;
      font-weight: 600 !important;
      display: block !important;
      font-family: "Manrope", sans-serif !important;
  }
  
  
      h4{
        font-size: 80px !important;
        color: #fff !important;
        font-weight: 700 !important;
        display: block !important;
        font-family: "Manrope", sans-serif !important;
    }
  
    
  
    p{
      font-family: "Manrope", sans-serif !important;
      font-size: 15px !important;
      font-weight: 400 !important;
      color: rgba(255,255,255,0.5) !important;
      display: block !important; 
      margin: 0px !important;
      line-height: 30px;
      padding: 0px !important;
    }
  
      .form-input{
          font-family: "Manrope", sans-serif !important;
          padding: 10px 0px;
          background-color: transparent;
          border: none;
          font-size: 16px;
          color: #fff;
          font-weight: 500;
          width: 100%;
          border-radius: 0px !important;
          margin-bottom: 20px;
          border-bottom: 1px solid rgba(255,255,255,0.5);
          border-left: none;
          border-right: none;
          border-top: none;
          outline: none;
      }
  
      .form-input:focus{
          border-bottom: 1px solid #00afff;
          border-left: none;
          border-right: none;
          border-top: none;
      }
  
      .footer-logos{
        transition: 0.2s ease-in-out;
        color: #fff;
        font-size: 30px;
        margin-right: 20px;
        cursor: pointer;
      }
  
      .footer-logos:hover{
        transition: 0.2s ease-in-out;
        color: #ccc;
      }

      .instagram-logos{
        transition: 0.2s ease-in-out;
        color: #fff;
        font-size: 30px;
        margin-right: 20px;
        cursor: pointer;
        background: -webkit-linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
  
      .instagram-logos:hover{
        transition: 0.2s ease-in-out;
        background: -webkit-linear-gradient(#4850d4, #f9a758);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
  
      .youtube-logos{
        transition: 0.2s ease-in-out;
        color: #fff;
        font-size: 30px;
        margin-right: 20px;
        cursor: pointer;
      }
  
      .youtube-logos:hover{
        transition: 0.2s ease-in-out;
        color: #ea3324;
        font-size: 30px;
        margin-right: 20px;
        cursor: pointer;
      }
      .linkedin-logos{
        transition: 0.2s ease-in-out;
        color: #fff;
        font-size: 30px;
        margin-right: 20px;
        cursor: pointer;
      }
  
      .linkedin-logos:hover{
        transition: 0.2s ease-in-out;
        color: #007ebb;
        font-size: 30px;
        margin-right: 20px;
        cursor: pointer;
      }
  
      .footer-link{
        padding: 10px 20px;
        cursor: pointer;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        display: block;
        color: #fff;
        transition: 0.2s ease-in-out;
      }
  
      .footer-link:hover{
        color: #ccc;
      }
  
      .cont-title{
        font-size: 34px !important;
        line-height: 34px;
        color: #fff !important;
        font-weight: 700 !important;
        display: block !important;
        font-family: "Manrope", sans-serif !important;
    }
  
    .cont-text{
        font-size: 20px !important;
        color: rgba(255,255,255,.7) !important;
        font-weight: 300 !important;
        line-height: 30px !important;
        display: block !important;
        font-family: "Manrope", sans-serif !important;
    }
  
    .cont-subtitle{
      font-size: 20px !important;
      line-height: 25px !improtant;
      color: #fff !important;
      font-weight: 600 !important;
      display: block !important;
      font-family: "Manrope", sans-serif !important;
  }
  
  .main-frame-fixed{
    padding: 50px;
    height: 500px;
    position: relative;
    transition: 0.2s ease-in-out;
    opacity: 1;
    background-color: #121212;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   }
  
   .main-frame-fixed2{
    padding: 50px;
    height: 500px;
    position: relative;
    transition: 0.2s ease-in-out;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    background-attachment: fixed;
   }
  
   .main-frame-team{
    overflow: hidden;
    cursor: pointer;
    padding: auto;
    height: auto;
    position: relative;
    transition: 0.2s ease-in-out;
    opacity: 1;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
   }
  
   .main-frame-team:hover{
    background-size: auto 110%;
    transition: 0.2s ease-in-out;
   }
  
   .main-frame-team:hover .main-title-frame-team-overlay{
    background-color: rgba(0,0,0,.4);
    transition: 0.2s ease-in-out;
    backdrop-filter: blur(6px); 
    -webkit-backdrop-filter: blur(6px);
   }
  
   .main-title-frame-team-overlay{
    width: 100%;
    height: 400px;
    position: absolute;
    left:0px;
    right:0px;
    transition: 0.2s ease-in-out;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: rgba(0,0,0,.0);
   }
  
   .team-title{
    color: #fff;
   }
  
   .team-title-content{
    position: absolute;
    left:0px;
    right:0px;
    bottom:-150px;
    width: 80%;
    height: 60px;
    z-index:98;
    margin: auto;
    text-align: center;
    transition: 0.2s ease-in-out;
   }
  
  .main-frame-team:hover .team-title-content{
    bottom: 50px;
    opacity: 1 !important;
    transition: 0.2s ease-in-out;
  }
  
   .row.equal{
    display: flex;
    flex-wrap: wrap;
  }
  
  .person-title{
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    display: block;
  }
  
  .person-subtitle{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
  }
  
  .modal-open .modal{
    backdrop-filter: blur(4px); 
    background-color: rgba(0,0,0,1);
    -webkit-backdrop-filter: blur(4px);
    overflow-y: hidden !important;
  }
  
  .modal-content{
    border: none !important;
    background-color: #fff !important;
    border-radius: 0px !important;
  }
  
  .modal-close{
  opacity: 1 !important;
  overflow: hidden;
  width: 35px;
  height: 35px;
  position: absolute;
  right:10px;
  top: 10px;
  transition: 0.2s;
  z-index: 9898989;
  cursor: pointer;
  background-image: url(../images/close-01.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1);
  } 
  
  .modal-close:hover{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    mix-blend-mode: difference;
    transform: scale(1);
  }
  
  .modal-img-area{
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  
  
  .service-frame{
    cursor: pointer;
    width: 100%;
    height: 500px !important;
    background-color: #121212;
    border: 2px solid #000;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  
  .service-frame:hover .service-title2{
    color: rgba(0,0,0,0.5);
    transition: 0.2s ease-in-out;
  }
  
  .service-frame:hover .service-title{
    color: #000;
    transition: 0.2s ease-in-out;
  }
  
  .service-frame:hover{
    background-color: #f4e84c;
    transition: 0.2s ease-in-out;
  }
  
  .service-container{
    width: auto;
    max-width: 1000px;
    height: auto;
    margin: auto;
  }
  
  .service-title{
    transition: 0.2s ease-in-out;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
    display: block;
  }
  
  .service-title2{
    font-size: 50px;
    font-weight: 700;
    transition: 0.2s ease-in-out;
    color: rgba(255,255,255,0.6);
    line-height:50px;
    display: block;
  }
  
  .service-cta{
    position: absolute;
  }
  
  .text-stroke-left{
    width: 80px;
    height: 2px;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .text-stroke-center{
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin: 15px auto 15px auto;
  }
  
  .project-banner{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  
  .project-banner-text{
    z-index:998;
    width: auto;
    max-width: 1300px;
    margin: auto;
    height: auto;
    left:0px;
    right:0px;
    bottom: 150px;
    position: absolute;
    text-align: center;
  }
  
  .project-banner-title{
    font-size: 54px !important;
    line-height: 64px;
    color: #fff !important;
    font-weight: 700 !important;
    display: block !important;
    font-family: "Manrope", sans-serif !important;
  }
  
  .project-banner-scroll{
    width: 40px;
    height: 40px;
    position: absolute;
    left:0px;
    bottom: 50px;
    right:0px;
    margin: auto;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    z-index:92395;
    transition: 0.2s ease-in-out;
  }
  
  .project-banner-scroll:hover{
    background-color: #fff;
    color: #000;
    transition: 0.2s ease-in-out;
  }
  
  
  .project-banner-subtitle{
  font-size: 30px !important;
  line-height: 35px !improtant;
  color: #fff !important;
  font-weight: 600 !important;
  display: block !important;
  font-family: "Manrope", sans-serif !important;
  }
  
  .marka-img{
    filter: grayscale(1);
    filter: brightness(100);
    opacity: 1;
    transition: 0.2s ease-in-out;
  }
  
  .marka-img:Hover{
    filter: grayscale(0);
    opacity: 1;
    transition: 0.2s ease-in-out;
  }
  

  .mob-menu-frame{
    display: none !important;
    width:40px !important;
    height: 40px !important;
    position: absolute;
    left:10px;
    top: 15px;
    background-color: #f06;
   }
   
   .lightbox-title{
    font-size: 30px;
    color: #1d1d1d;
    display: block;
    font-weight: 800;
   }



   .acc-title{
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-align: left !important;
    width: 100% !important;
    height: auto !important;
    cursor: pointer;
    padding: 15px 0px !important;
    display: block !important;
  }

  .accordion-text{
    font-family: "Manrope", sans-serif !important;
      font-size: 17px !important;
      font-weight: 500 !important;
      color: rgba(255,255,255,0.5) !important;
      display: block !important; 
      margin: 0px !important;
      line-height: 35px;
      padding: 0px !important;
  }




  .serv-area{
  }

  .servtitle{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: block; 
    transition: 0.1s ease-in-out;
  }

  .servtitle2{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    display: block; 
    transition: 0.1s ease-in-out;
  }

  .servtextarea{

  }
  
  .servtextarea:hover .servtitle{
    color: #fceb1f;
    transition: 0.1s ease-in-out;
    transform: scale(1.1);
    text-decoration: underline;
  }

  .servtextarea:hover .servtitle2{
    color: #ef4f21;
    transition: 0.1s ease-in-out;
    transform: scale(1.1);
    text-decoration: underline;
  }

  .servopener{
    opacity: 0;
    transition: 0.1s ease-in-out;
  }

  .servtextarea:hover .servopener{
    opacity: 1;
    transition: 0.1s ease-in-out;
  }

  .servtextarea:hover .servtext{
    color: #fff;
    opacity: 0.2;
    transition: 0.1s ease-in-out;
  }



  .servtext{
    transition: 0.1s ease-in-out;
    font-size: 15px;
    color: #fff;
    opacity: 0.3;
    font-weight: 700;
    display: block;
    line-height: 26px;
  }


  .serv-container{
    width: auto;
    max-width: 80%;
    height: auto;
    margin: auto;
  }


  .markalarimiz-area{
    margin-bottom: 50px;
  }

  .markalarimizimg{
    width: 275px;
    height: 80px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s ease-in-out;
  }

  .markalarimizimg img{
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  .markalarimizimg:hover img{
    opacity: 1;
    transition: 0.3s ease-in-out;
  }


  .markawidth{
    width: 19%;
    height: 200px;
    display: inline-block;
  }



  /**seri2**/

  .dewcontainer{
    width: auto;
    max-width: 1200px;
    height: auto;
    margin: auto;
  }

  .dew-menu{
    font-size: 45px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 40px;
    padding-right: 30px;
    transition: 0.2s ease-in-out;
  }

  .dew-menu:hover{
    color: rgba(255,255,255,0.5);
    transition: 0.2s ease-in-out;
  }

  .dew-menu-border{
    border-right: 1px solid rgba(255,255,255,0.1);
  }

  .dew-menu2{
    font-size: 23px;
    color: #fff;
    display: block;
    font-weight: 400;
  }

  .dew-menu2-sub{
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 700;
  }

  .dew-nav-social{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }

  .dew-nav-social:hover{
    transform: scale(1.3);
    transition: 0.2s ease-in-out;
  }

  .main-title{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -3px;
    color: #fff;
    line-height: 65px;
  }

  .main-title-ani{
    background-image: url(../images/title-ani.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100% auto;
    font-size: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    color: #fff;
    line-height:85px;
    display: inline-block;
  }

  .dew-contex{
    font-size: 20px;
    display: block;
    line-height: 30px;
    font-weight: 500;
    color: rgba(255,255,255,0.3);
  }

  .dew-cta{
    font-size: 16px;
    color: #000;
    background-color: #ffbd0e;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 600;
    box-shadow: -6px 6px 0px #ce1450;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border: 3px solid transparent;
  }

  .dew-cta:hover{
    box-shadow:-6px 6px 0px #25a1de, -12px 12px 0px #ce1450;
    transition: 0.2s ease-in-out;
    border: 3px solid transparent;
  }

  .dew-cta:active{
    transition: 0.0s ease-in-out;
    box-shadow:-6px 6px 0px #000, -12px 12px 0px #ce1450;
    border: 3px solid #25a1de;
    color: #fff;
    background-color: transparent;
  }

  .title2{
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    padding-right: 30px;
    transition: 0.2s ease-in-out;
  }

  .dew-content-social{
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }

  .dew-content-social:hover{
    transform: scale(1.3);
    transition: 0.2s ease-in-out;
  }

  .dew-footer-link{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.4);
    display: inline-block;
    margin-left: 30px;
  }

  .dew-footer-link:hover{
    text-decoration: underline;
  }


  .dew-copy{
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    display: block;
    font-weight: 400;
  }


  .subtitle{
    font-size:12px; 
    font-weight: 500;
    letter-spacing: 5px;
    color: #fcee21;
    display: block;
  }


  .service-sub{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
  }


  .service-transparent{
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -2px !important;
    color: rgba(255,255,255,0.2);
    display: inline-block;
    transition: 0.2s ease-in-out;
  }

  .main-frame:hover .service-transparent{
    color: #ffbc0e;
    transition: 0.2s ease-in-out;
    text-shadow: 0px 0px 30px #ffbc0e;
  }



}






