
@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff'),
        url('../fonts/AvenirLTStd-Black.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff'),
        url('../fonts/AvenirLTStd-Book.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ------------------------------------------------------------- *
 * Global variables
/* ------------------------------------------------------------- */
.video-well{
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-icon{
    text-align: center;
}
.banner-text{
    text-align: center;
}
.main-banner{
    position: relative;
}
.mobile-banner{
    display: none;
}
.main-banner{    
    position: relative;
    height: 100vh;
}
.main-banner-1{
    background-image: url(../img/home-banner.webp);
    background-repeat: no-repeat;
    background-repeat: no-repeat; 
    background-position: top center;   
    height: calc(100% - 0px);     
    position: relative;
}
.banner-text{
    position: absolute;
    bottom: 5%;    
    width: 100%;
    text-align: center;
    color:#FFFFFF;
}
.text-1{
    font-family: 'AvenirLTStd-Roman';
    font-size: 64px;
    letter-spacing: 5px;
    line-height: 1.1;
}
.text-2{
    font-family: 'AvenirLTStd-Book';
    font-size: 28px;    
    margin-top: 20px;
}
.text-3{
    font-family: 'AvenirLTStd-Black';
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
}
.st-1{
    font-family: 'AvenirLTStd-Roman';
    font-size: 58px;
    letter-spacing: 5px;
    line-height: 1.1;
    color:#031A70;
}
.st-2{
    font-family: 'AvenirLTStd-Book';
    font-size: 22px;
    color:#031A70;
    margin-top: 20px;
}
.st-3{
    color:#031A70;
    font-family: 'AvenirLTStd-Black';
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 4px;
}
.mts-text{
    font-family: 'AvenirLTStd-Black';
    color:#FFF;
    font-size: 22px;
    letter-spacing: 2px;
    text-align: center;
}
:root {
    --bs-blue: #0d6efd;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    color: #000000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'AvenirLTStd-Book';
}
body.ar{
    font-family: none;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}


[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
/* webpage Css */

    .btn-1, a.btn-1,.stc-btn, a.stc-btn {
        font-family: 'AvenirLTStd-Black';
        padding: 18px 45px 18px;
        border-radius: 0px;
        color: #031A70 !important;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 3px solid #031A70;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        outline: none;
        letter-spacing: 1px;
        transition: all 0.3s ease !important;
        min-width: 200px;
  }
  .stc-btn{
    min-width: 140px;
  }
  .watch-btn{
    margin-top: 30px;
  }
  .watch-btn .stc-btn{
    border: 3px solid #FFF;
  }

  .watch-btn  a.stc-btn{
    color:#FFF !important;
  }
.btn-1 a,.stc-btn a{
    color: #031A70 !important;
}
.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mt-60{
    margin-top: 60px;
}
a {
    text-decoration: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-center{
    text-align: center;
}
.social-row{
    padding: 40px 0 90px 0;
}
.special-row{
    padding: 70px 0;
    background-color: #C7C7BD;
    margin-bottom: 20px;
}
.get-the-look-row{
    padding: 70px 0;
}
.shop-the-color-row{
    padding: 120px 0 70px 0;
}
.social-well{
    text-align: center;
    font-size: 24px;    
    color:#02114D;
    margin-bottom: 40px;
}
.shop-the-color-row .heading-well,
.get-the-look-row .heading-well{
    margin-bottom: 30px;
}
.heading-well{
    text-align: center;
}
h2.heading-sub{
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
    color:#02114D;
    font-family: 'AvenirLTStd-Black';
}
.try-on-title{
    margin-bottom: 20px;
    text-align: center;
    color: #02114D;
}
.gtl-img{
    position: relative;
}
.play-btn{
    top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.play-btn img{
    width: 40px;
    height: 100%;
}
.gtl-box{
    padding: 16px;
    margin-bottom: 30px;
}
.bg-1{
    background-color: #98834B;
}
.bg-2{
    background-color: #AA9D7D;
}
.bg-3{
    background-color: #92664E;
}
.bg-4{
    background-color: #6A7268;
}
.bg-5{
    background-color: #7F6559;
}
.bg-6{
    background-color: #6A605E;
}
.bg-7{
    background-color: #787484;
}
.bg-8{
    background-color: #A69687;
}
.bg-9{
    background-color: #91A88E;
}
.bg-10{
    background-color: #92664E;
}
.bg-11{
    background-color: #98834B;
}
.bg-12{
    background-color: #AA9D7D;
}
.gtl-text{
    font-size: 22px;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
    text-align: center;    
}
.gtl-text span{
    font-weight: 600;
}
.stc-box{
    position: relative;
    text-align: center;
}
.stc-img{
    position: relative;
    margin-bottom: 30px;
}
.stc-text{
    position: relative;
    font-family: 'AvenirLTStd-Book';
    left: 0;
    bottom: 0;
    color: #FFF;
    width: 100%;
    padding: 16px 10px;
    text-align: center;
    font-size: 20px;  
    letter-spacing: 1px;  
}
.stc-label{
    position: absolute;
    top:20px;
    right:0;
}
.stc-label img{
    width: 60px;
    height: auto;
}
.stc-price{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #02114D;
    margin-top: 12px;
    margin-bottom: 8px;
}
.main-title-section{
    padding: 30px 0;          
    background-color: #B7835C;    
}
.shop-tit{
    color:#FF0000;
    font-size: 18px;
}
.lush-grey-section{    
    padding: 50px 0;
}
.our-best-sellers-row{
    position: relative;
}
.our-best-sellers-row-1{
    position: relative;
}
.our-best-sellers-row-2{
    position: relative;
}
.obs-show{
    position: absolute;
    top: 28px;
    right: 26px;
    z-index: 10;
}
.obs-show img{
    width: 60px;
  height: auto;
  cursor: pointer;
}
.obs1-box{
    position: relative;
}
.obs-show-img,.obs-show-img-1,.obs-show-img-2{
    position: absolute;
    top:0;
    left: 0;   
    z-index: 2; 
}
.obs-show-img img,.obs-show-img-1 img,.obs-show-img-2 img{
    display: none;
}
.obs-show-img.show-1 img,.obs-show-img-1.show-1 img,.obs-show-img-2.show-1 img{
    display: block;
}
.btn-row .btn-1{
    margin: 0 30px;
}
.collaboration-logo{
    height: 22px;
  width: auto;
}
.text-section{
    text-align: center;
    color:#FFF;
    color:#FFF;
    font-size: 32px;
    letter-spacing: 5px;
}
.text-section .big-1{
    color:#FFF;
    font-size: 52px;
    letter-spacing: 5px;    
    font-family: 'AvenirLTStd-Roman';
}
.text-section-1{
    margin-bottom: 40px;
}
.text-section-1 a{
    color:#FFF;
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: 1px;
}
.sec-align{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mt-150{
    margin-top: 100px;
}
header{
    background-color: #001A70;
    position: relative;
    padding: 30px 0;
}
img.logo{
    width: 280px;
    height: auto;
}
.top-language{
    position: absolute;
    top: 10px;
    left: 30px;
    color: #FFFFFF;
    font-family: 'AvenirLTStd-Black';
}
.top-language a{
    color:#FFFFFF;
    margin: auto 4px;
    font-family: 'AvenirLTStd-Book';
}
.top-language a.active{
    color:#FFFFFF;
    font-weight: 600;
    font-family: 'AvenirLTStd-Black';
}
.footer{
    background-color: #C3C3C3;
    padding: 30px 0;
}
.footer-logo img{
    width: 280px;
    height: auto;
}
.footer-social{
    margin-top: 30px;
}
.footer-social a{
    margin-left: 6px;
    margin-right: 6px;
}
.footer-social img{
    width: 40px;
    height: auto;
}
.footer-link{
    margin-top: 80px;
}
.footer-link img{
    width: 180px;
    height: auto;
}
.text-end{
    text-align: right;
}
.special-text{
    margin-top: 160px;
}
.footer-logo-1 a{
    font-family: 'AvenirLTStd-Book';
    color:#FFF;
    font-size: 26px;
    border-bottom: 2px solid #FFF;    
    font-weight: 400;
    line-height: 0;
    letter-spacing: 2px;
}
@media only screen and (min-width: 1367px) and (max-width:2240px){
   
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .main-banner{
        height: 100%;
    }
    .video-well{
        margin-bottom: 40px !important;
    }
    .mobile-banner{
        display: block;
    }
    .banner-text {
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #FFFFFF;
        padding: 20px;
      }
    .text-1 {
        font-size: 26px;
        letter-spacing: 3px;
    }
    .text-2{
        font-size: 18px;
    }
    .text-3{
        font-size: 14px;
    }
    .main-banner-1{
        background-color: #000000;
        background-size: 100%;
        height: auto;
        background-image: none;
    }
    .btn-1, .stc-btn {
        padding: 8px 25px 8px;;
    }
    .footer-logo-1 a{
        font-size: 16px;
    }
    .text-section-1{
        margin-top: 30px;
    }
    .main-title-section{
        text-align: center;
    }
    .h-icon{        
        margin-bottom: 30px;
    }
    img.logo{
        width: 180px;
    }
    .top-language{
        left: 10px;
        font-size: 12px;
    }
    .collaboration-logo {
        height: 18px;
        width: auto;
    }
    .main-title-section,h2.heading-sub,.shop-tit{
        font-size: 22px;
    }
    .shop-the-section{        
        padding: 30px 0;
    }
    .shop-the-color-row {
         padding: 30px 0 0 0;
    }
    .stc-box{
        margin-bottom: 40px;
    }
    .obs-show img {
        width: 30px;
        height: auto;        
    }
    .obs-show {
        top: 10px;
        right: 10px;    
    }
    .social-row, .get-the-look-row {
     padding: 30px 0;
    }
    .social-well,.gtl-text{
        font-size: 16px;
    }
    .btn-1{
        min-width: 100px;
    }   
    .btn-row .btn-1 {
        margin: auto;
      } 
      .mt-150 {
        margin-top: 60px;
      }
      .text-section .big-1{
        font-size: 32px;
      }
      .text-section{
        font-size: 22px;
        letter-spacing: 2px;
      }
      .st-1 {
        font-size: 28px;
      }
      .special-text {
        margin-top: 30px;
      }
      .st-2 {
        font-size: 18px;
      }
      .st-3 {
        font-size: 14px;
      }
      .special-row {
        padding: 40px 0;
    }
    .mts-text {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1440px) {
    .main-banner-1 {
        background-size: 100%;
    }
}