 html, body {
     font-family: 'Inter Tight', sans-serif;
     color: #111;
     background: #E4E4E4;
     padding: 0 !important;
     margin: 0 !important;
     max-width: 100%;
     width: 100%;
     font-size: 1rem;
     overflow-x: hidden;
     overscroll-behavior: none;
     transition: background-color 1s ease;
}
 a {
     text-decoration: none;
     color: black;
}

 .noselect {
     -webkit-touch-callout: none;
    /* iOS Safari */
     -webkit-user-select: none;
    /* Safari */
     -khtml-user-select: none;
    /* Konqueror HTML */
     -moz-user-select: none;
    /* Old versions of Firefox */
     -ms-user-select: none;
    /* Internet Explorer/Edge */
     user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
 ::selection {
     background: #ccc;
    /* WebKit/Blink Browsers */
}
 ::-moz-selection {
     background: #ccc;
    /* Gecko Browsers */
}
 button:focus {
     outline: 0 !important;
}
 *:focus {
     outline: 0;
}
 .main_header {
}
 .navbar {
     position: absolute;
     text-align: center;
     left: 0;
     right: 0;
     margin-left: auto;
     margin-right: auto;
     top: 35px;
     z-index: 90;
}
 .nav-menu {
}
 .nav-link {
     text-decoration: none;
     color: black;
     font-size: 1.4rem;
     transition: opacity 0.7s ease;
}
 .nav-link:hover {
     opacity: 0.45;
     text-decoration: none;
     color: black;
     font-size: 1.4rem;
}

 .nav-item {
     text-align: center;
     margin-right: 30px;
     list-style: none;
     display: inline-block;
}
 .top-holder {
     position: absolute;
     top: 150px;
}
 #thelogo {
     z-index: 1;
     width: 110px;
     position: absolute;
     left: 42px;
     top: 35px;
}

.portfolio-img {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}


 .socials-top {
     position: absolute;
     right: 215px;
     top: 44px;
     z-index: 200;
}
 .social {
     display: inline-block;
     margin: 0 5px;
}
 .title-top {
     position: absolute;
     top: 360px;
     text-align: center;
     display: block;
     margin-right: auto;
     margin-right: auto;
}
 .tt1 {
     height: 85px;
     text-align: center;
     display: block;
     margin: auto;
     left: 0;
     right: 0;
}
 .tt2 {
     margin-top: 60px;
     height: 85px;
     text-align: center;
}
 .circle-btn-holder {
     width: 150px;
     height: 150px;
     margin-left: 16px;
     display: inline-block;
}
 .circle-btn::after{
     content:url('../images/arrow-btn-top.svg');
     position:absolute;
     z-index:100000;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);
     -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
     transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
}
 .circle-btn::before{
     content:url('../images/ExploreCreations.svg');
     position:absolute;
     z-index:100000;
     left: 95px;
     top: 5px;
     -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
     transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
}
 .arrow-btn {
     position: relative;
     font-size: 1.2rem;
     line-height: 1.7rem;
     font-weight: 300;
     transition: all 0.3s ease-out;
}
 .arrow-btn:hover {
     color: #3F3F3F;
}
 .arrow-btn:hover:before {
     left: -12px;
}
 .arrow-btn::before {
     position: absolute;
     left: -18px;
     content:url('../images/arrow-simple.svg');
     transition: all 0.3s ease-out;
}

.black_col {
    color: black !important;
}

 .circle-btn:hover:before {
     left: 88px;
     top: 10px;
}
 .circle-btn {
     position: relative;
     left: 0;
     top: 15px;
     width: 130px;
     height: 130px;
     display: inline-block;
     cursor: pointer;
}
 .circle {
     width: 130px;
     height: 130px;
     background-color: white;
     border-radius: 50%;
     -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
     transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
     -webkit-transform: scale(0.86);
     transform: scale(0.86);
}
 .circle-btn:hover .circle {
     -webkit-transform: scale(0.8);
     transform: scale(0.8);
}
 .line2 {
     display: block;
     margin: auto;
     left: 0;
     right: 0;
}
 .intro-top {
     position: absolute;
     top: 660px;
     width: 30%;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     color: #4E4E4E;
     font-size: 1.1rem;
     line-height: 1.7rem;
}
 .lables {
     margin-top: 20px;
}
 .intro-animation {
     width: 500px;
     height: 200px;
     position: relative;
}
 #top-btn {
     position: absolute;
     right: 50px;
     top: 41px;
     padding: 11px 25px;
     padding-bottom: 12px;
     font-weight: 500;
     background-color: rgba(11, 11, 11, .0);
     border: 1px solid rgba(0, 0, 0, .3);
     -webkit-background-clip: padding-box;
    /* for Safari */
     background-clip: padding-box;
     border-radius: 33px;
     color: black;
     font-size: 1.2rem;
     z-index: 90;
     transition: all 0.75s ease-out;
}
 #top-btn:hover {
     border: 1px solid rgba(0, 0, 0, 0);
     background-color: rgba(11, 11, 11, 1);
     color: white;
}
 .download-btn {
     display: block;
     width: 210px;
     text-align: center;
     padding: 12px 25px;
     padding-bottom: 13px;
     font-weight: 500;
     color: black;
     background-color: rgba(11, 11, 11, .0);
     border: 1px solid rgba(0, 0, 0, .3);
     border-radius: 33px;
     font-size: 1rem;
     transition: all 0.75s ease-out;
}
 .sc-btn:hover {
     border: 1px solid rgba(0, 0, 0, 0);
     background-color: rgba(11, 11, 11, 1);
     color: white;
}

 .sc-btn {
     display: block;
     width: 180px;
     text-align: center;
     padding: 12px 25px;
     padding-bottom: 13px;
     font-weight: 500;
     color: black;
     background-color: rgba(11, 11, 11, .0);
     border: 1px solid rgba(0, 0, 0, .3);
     border-radius: 33px;
     font-size: 1rem;
     transition: all 0.75s ease-out;
}
 .download-btn:hover {
     border: 1px solid rgba(0, 0, 0, 0);
     background-color: rgba(11, 11, 11, 1);
     color: white;
}


 #hide-banner {
     width: 220px;
     height: 50px;
     background-color: #E4E4E4;
     position: absolute;
     top: 135px;
     right: 10px;
}
 .hide-box {
     width: 100%;
     height: 150px;
     background-color: #E4E4E4;
}

 #canvas {
     width: 500px;
     height: 200px;
}
 .sec {
     min-height: 80vh;
     width: 100%;
     position: relative;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     grid-gap: 2rem;
     padding: 50px 10vw;
     margin: auto;
     place-items: center;
}
.sec-top {
     min-height: 80vh;
     width: 100%;
     position: relative;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     grid-gap: 2rem;
     padding: 50px 10vw;
     margin: auto;
     place-items: center;
}

 #myVideo {
     border-radius: 28px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     width: 95%;
     display: block;
     margin: 100px auto;
     border: 6px solid ##E4E4E4;
}

#myVideo:hover { 
    cursor: pointer;
}

#portoflio-sec {
    position: relative;
    width: 95%;
    display: block;
    margin: 100px auto;   
}

.portfolio-intro {
    margin: 15% 10%;
    max-width: 1200px;
}

.showcases {
    
}

.sc-chip {
    
    background-color: #EFEFEF;
    border-radius: 20px;
    color: black;
    letter-spacing: 1px;
    padding: 6px 14px;
    padding-bottom: 7px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 22px;
    font-size: 0.8rem;
}

.h1-sc {
    margin: 0;
     color: black;
     font-size: 3.2rem;
     line-height: 3.9rem;
     font-weight: 500;
    max-width: 500px;
}

.sc-row {
    display: flex;  
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

 .column {
     margin: 0;
     flex: 50%;
}

 .column-sc {
     width: 50%;
     position: relative;   
}

.swap-order {
    flex-direction: row-reverse;
}

.sc-text-holder {
    padding: 15% 15%;
}

.column-sc img {
    border-radius: 28px;
    max-width:100%;
    height: auto;
    object-fit: contain;
}

 .round-image {
     height: 75vh;
     border-radius: 30px;
     object-fit: cover;
}

 .images-holder {
     height: 75vh;
     opacity: 0.75;
     object-fit: cover;
     transition: all 0.6s ease;
}

 .images-holder:hover {
     opacity: 1;
}

 h1 {
     margin: 0;
     color: black;
     font-size: 2.8rem;
     line-height: 3.7rem;
     font-weight: 500;
}
 .large-quote {
     margin: 0;
     color: black;
     font-size: 2.2rem;
     line-height: 3.3rem;
     font-weight: 500;
}
 h2 {
     color: black;
     font-size: 2.2rem;
     line-height: 2.95rem;
     font-weight: 500;
     margin: 0;
}

 h3 {
     font-size: 1.2rem;
     line-height: 1.7rem;
     font-weight: 300;
     margin: 0!important;
}

 h4 {
     height: auto;
     margin:0;
     color: black;
     font-size: 1.3rem;
     line-height: 2rem;
     font-weight: 500;
}
 .row {
     margin-top: 40px;
     display: flex;
     gap: 60px;
}
 .row2 {
     margin: 0;
     padding: 0;
     margin-top: 0px;
     display: flex;
     gap: 60px;
     align-items: flex-start;
}
 .row3 {
     margin: 0;
     padding: 0;
     margin-top: 0px;
     display: flex;
     gap: 60px;
     align-items: flex-start;
}


 * {
     box-sizing: border-box;
}
 #sectionPin {
     height: 100vh;
     overflow: hidden;
     display: flex;
     left: 0;
     color: #fff;
}
 .pin-wrap {
     height: 100vh;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     padding: 50px 10vw;
}

 .pin-wrap > * {
     min-width: 60vw;
     padding: 0 5vw;
}

 p {
     color: #4E4E4E;
     font-size: 1.1rem;
     line-height: 1.7rem;
}
 .pad_top-big {
     padding: 120px;
}
 #cards-sec {
     position: relative;
     min-height: 75vh;
     top: 200px;
}
 .quote-left {
     width: 50%;
     display: inline-block;
}
 .quote-right {
     padding-left: 85px;
     padding-top: 6px;
     border-left: 1px solid #CDCDCD;
     margin-left: 250px;
}
 .ceo-title {
     display: block;
     margin-top: 4px;
     color: grey;
     font-size: 1rem;
}
 .card {
     display: flex;
     margin-left: 10%;
     text-align: left;
     padding: 85px 85px;
     padding-left: 75px;
     margin-right: 10%;
     position: absolute;
     top: 0;
     left: 0;
     background: #FFFFFF;
     width: 80%;
     border-radius: 22px;
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
     cursor: pointer;
     justify-content: stretch;
}
 .card:nth-child(1) {
     z-index: 10;
     top: 0px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(1);
     transform: scale(1);
     opacity: 1;
}
 .card:nth-child(2) {
     z-index: 9;
     top: -15px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.9);
     transform: scale(0.9);
     opacity: 0.8;
}
 .card:nth-child(3) {
     z-index: 8;
     top: -30px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.8);
     transform: scale(0.8);
     opacity: 0.6;
}
 .card:nth-child(4) {
     z-index: 7;
     top: -45px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.7);
     transform: scale(0.7);
     opacity: 0.4;
}
 .card:nth-child(5) {
     z-index: 6;
     top: -60px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.6);
     transform: scale(0.6);
     opacity: 0.2;
}
 .card:nth-child(6) {
     z-index: 5;
     top: -75px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.5);
     transform: scale(0.5);
     opacity: 0.1;
}
 .card:nth-child(7) {
     z-index: 4;
     top: -90px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.4);
     transform: scale(0.4);
     opacity: 0.0;
}
 .card:nth-child(8) {
     z-index: 3;
     top: -105px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.3);
     transform: scale(0.3);
     opacity: 0.3;
}
 .card:nth-child(9) {
     z-index: 2;
     top: -120px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.2);
     transform: scale(0.2);
     opacity: 0.2;
}
 .card:nth-child(10) {
     z-index: 1;
     top: -135px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0.1);
     transform: scale(0.1);
     opacity: 0.1;
}
 .card:nth-child(11) {
     z-index: 0;
     top: -150px;
     -webkit-transform-origin: top;
     transform-origin: top;
     -webkit-transform: scale(0);
     transform: scale(0);
     opacity: 0.05;
}
 .card:first-child:hover {
     -webkit-transform: scale(1.02);
     transform: scale(1.02);
}
 .about-sec {
     padding: 0px 12%;
     padding-bottom: 140px;
     margin-bottom: 250px;
}
 .pad-top-min0 {
     padding-top: 5px;
}
 .pad-top-min {
     padding-top: 10px;
}
 .pad_top0 {
     padding-top: 30px;
}
 .pad_top1 {
     padding-top: 50px;
}
 .pad_top2 {
     padding-top: 100px;
}
.title-top-text {
    display: none;        
}

     .card-mobile {
         text-align: left;
         padding: 85px 85px;
         background-color: white;
         width: 100%;
         border-radius: 22px;
         transition: 0.4s ease;
         cursor: pointer;
         margin-bottom: 50px;

    }   
     
     .swiper {
  width: 80%;
         margin: 0 10%; 
  height: 570px;
}

.swiper-scrollbar {
    margin-top: 40px;
    margin-bottom: 80px;
   
}

#quote-mobile {
    display: none;
    padding-top: 80px;
}


 @media (max-width: 1200px) {
     
     .h1-sc {
     font-size: 2.7rem;
     line-height: 3.5rem;
    max-width: 500px;
}
     
     .sc-text-holder {
    padding: 8% 12%;
}
     h1 {
         font-size: 2.5rem;
         line-height: 3rem;
    }
     .large-quote {
         font-size: 1.8rem;
         line-height: 2.5rem;
    }
     #myVideo {
         
         margin: 80px auto;
    }
     
.circle-btn {
         top: 25px;
         width: 130px;
         height: 130px;
         display: inline-block;
         cursor: pointer;
}
     .intro-top {
         top: 620px;
         width: 60%;
    }
     .tt1 {
         height: 60px;
         margin: auto;
    }
     .tt2 {
         margin-top: 60px;
         height: 60px;
    }
     .quote-right {
         grid-gap: 1rem;
         display: block;
         min-height: 65px;
         padding-left: 85px;
         padding-top: 6px;
         top: 0;
         margin-left: 100px;
    }
}
@media (max-width: 1040px) {   
  .sc-text-holder {
    padding: 12% 10%;
   padding-top: 2%;
      padding-right: 0;
}
    
}


 @media (max-width: 990px) { 
     
     .brands {
       height: 30px;  
     }
     
      .sc-text-holder {
    padding: 12% 10%;
}
     
      .column-sc {
     width: 100%; 
}
     
     .sc-row {
    display: block;
    
}
     
      .large-quote {
         font-size: 1.5rem;
         line-height: 2.2rem;
    }
     
     #quote-mobile {
    display: block;
}
     
      .arrow-btn {
     margin-left: 18px;
}
     

     
     .title-top-text {
         position: relative;
         letter-spacing: 1px;
         margin-top: 50px;
         text-align: center;
         display: block;
         font-size: 4.2rem;
         line-height: 5.2rem;
         font-weight: 600;       
     }
     
     .title-top {
         display: none;
     }
     
     .mobile-mar {
         margin-top: 30px;
    }
   
     .row3 {
         display: block;
         gap: 60px;
         align-items: flex-start;
    }
     .card {
         display: flex;
         margin-left: 10%;
         text-align: left;
         padding: 85px 85px;
         padding-left: 75px;
         margin-right: 10%;
         position: absolute;
         top: 0;
         left: 0;
         background: #FFFFFF;
         width: 80%;
         border-radius: 22px;
         -webkit-transform-origin: center;
         transform-origin: center;
         -webkit-transition: 0.4s ease;
         transition: 0.4s ease;
         cursor: pointer;
         justify-content: stretch;
    }
     
     
     .about-sec {
         padding: 0px 6%;
         padding-bottom: 100px;
    }
     #myVideo {
 
         margin: 60px auto;
    }
     .intro-top {
         top: 550px;
         width: 60%;
    }
     .circle-btn-holder {
         display: none;
    }
     .tt1 {
         height: 50px;
         margin: auto;
    }
     .tt2 {
         margin-top: 25px;
         height: 50px;
    }
     #thelogo {
         width: 110px;
         left: 30px;
    }
     h1 {
         font-size: 2.2rem;
         line-height: 2.8rem;
    }
     h2 {
         font-size: 1.8rem;
         line-height: 2.4rem;
         font-weight: 400;
         max-width: 500px;
    }
     h3 {
         font-size: 1.2rem;
         line-height: 1.7rem;
         font-weight: 300;
         margin: 0!important;
    }
     h4 {
         margin: 0!important;
    }
     h5 {
         margin: 0!important;
            padding-top: 8px;
    }
     #cards-sec {
         display: none;
    }
     .navbar {
         display: none;
    }
}
 @media (max-width: 768px) {
     
    .brands {
       height: 100%;
        width: 95%;
     }
     
     
     #thelogo {
         width: 110px;
         left: 25px;
    }
     
     .sec-top {
     min-height: 80vh;
     width: 100%;
     position: relative;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     grid-gap: 0.3rem;
     padding: 50px 10vw;
     margin: auto;
     place-items: center;
}

     
   .h1-sc {
     font-size: 2.2rem;
     line-height: 3rem;
    max-width: 500px;
}
  
     
   .sc-text-holder {
    padding: 12% 7%;
}
     
     h5 {
         font-size: 1rem;
         line-height: 1.5rem;
    }
     
      .top-holder {
     top: 120px;
}
     
.swiper {
    width: 88%;
    margin: 0 6%; 
  height: 550px;
}

.swiper-scrollbar {
    margin-top: 40px;
    margin-bottom: 80px;
   
}
     
      .hide-box {
     width: 100%;
     height: 30px;
     background-color: #E4E4E4;
}

#quote-mobile {
    padding-top: 80px;
}
     
          .card-mobile {
         padding: 45px 45px;
         width: 100%;
         border-radius: 22px;
         cursor: pointer;
         margin-bottom: 50px;
        min-height: 400px;

    }
     
      .pad_top0 {
     padding-top: 50px;
}
 .pad_top1 {
     padding-top: 50px;
}
 .pad_top2 {
     padding-top: 100px;
}
     
.images-holder {
    width: 100%;
}
     
    .pin-wrap {
     height: 100vh;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     padding: 0px 4vw;
}
     
.title-top-text {
    padding: 0;
    margin-top: 200px;
    font-size: 2.5rem;
    line-height: 3.4rem;   
}
     
.mobile-mar-bot {
    margin-bottom: 40px;
}
     
.row {
    display: block;
}
     
.row2 {
    display: block;
}
     
     h1 {
         font-size: 1.8rem;
         line-height: 2.6rem;
    }
     h2 {
         font-size: 1.6rem;
         line-height: 2.4rem;
         max-width: 85vw;
    }
     #myVideo {

         margin: 30px auto;
         margin-top: 110px;
    }
     .intro-top {
         
         position: relative;
         top: 0px;
         width: 90%;
         margin: 0 8%;
         padding: 0;
    }
     #top-btn {
         right: 30px;
    }
     .socials-top {
         display: none;
    }
}

@media only screen and (max-width: 576px) {
    
    h1 {
         font-size: 1.6rem;
         line-height: 2.4rem;
    }

     .top-holder {
     top: 95px;
}
}
 