/*fonts*/

@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #051921;
    color: #FFFFFF;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
    margin-bottom: 0;
}

a {
    transition: all ease-in-out 0.5s;
    text-decoration: none;
}

button {
    transition: all ease-in-out 0.5s;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

figure {
    margin: 0;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.cta-primary {
    background: #DFC593;
    color: #FFFFFF;
}

.feve {
    color: #DFC593;
}


.cta-primary:hover {
    background-color: #000;
    color: #DFC593;
    border-color: #DFC593;
}


/* Header */

header {
    padding: 44px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
}

header .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    display: inline-flex;
    padding: 0;
}

header .navbar-nav .nav-item.active .nav-link {
    font-weight: 700;
}

header .navbar-nav .nav-item .nav-link:after {
    width: 0;
    transition: all 0.3s;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFE5B2;
    content: '';
}

header .navbar-nav .nav-item .nav-link:hover:after,
header .navbar-nav .nav-item.active .nav-link:after {
    width: 38px;
}

header .navbar-nav {
    margin: 0 -17px;
}

header .navbar-nav .nav-item .cta-login {
    border: 1px solid #FFE5B2;
    height: 40px;
    min-width: 120px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0;
}

header .navbar-nav .nav-item .cta-login:hover {
    background-color: #FFE5B2;
    color: #000;
}

header .navbar-nav .nav-item {
    padding: 0 17px;
}


/* HERO MAIN */

.hero-main {
    padding-bottom: 50px;
}

.hero-main h1 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: normal;
    font-size: 54px;
    line-height: 78px;
    color: #FFE5B2;
    margin-bottom: 7px;
    margin-top: 100px;
}

.hero-main p {
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.hero-main p strong {
    font-weight: 600;
    display: block;
}

.store-app li a {
    max-width: 255px;
    width: 100%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #FFE5B2;
    padding: 12px;
    border-width: 1px;  
    border-style: solid;
    border-image: linear-gradient( 100%, #E6CC99, #FFE4B0);
    border-image: linear-gradient( 100%, #E6CC99, #FFE4B0) 1;
    padding: 0 40px 0 0;
}


.store-app-event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .store-app-event li {
    flex-basis: 50%;
    text-align: center;
  }
  
  .store-app-event li:first-child {
    text-align: left;
    margin-right: 10px;
  }
  
  .store-app-event li:last-child {
    text-align: right;
    margin-left: 10px;
  }
  
.store-app-event li a {
    max-width: 255px;
    width: 100%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #FFE5B2;
    padding: 12px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(100%, #E6CC99, #FFE4B0);
    border-image: linear-gradient(100%, #E6CC99, #FFE4B0) 1;
    padding: 0 40px 0 0;
    text-align: center;
  }

.store-app-event li a i img {
    transition: all ease-in-out 0.5s;
}

.store-app-event li a:hover {
    background: #FFE4B0;
    color: #000;
}

.store-app-event li a:hover i img {
    filter: brightness(0%);
}

.store-app-event li a i {
    width: 63px;
    padding: 0 15px;
}

.store-app-event li a span {
    flex: 1;
    
}

.store-app-event li {
    margin-bottom: 12px;
    
}



.store-app li a i img {
    transition: all ease-in-out 0.5s;
}

.store-app li a:hover {
    background: #FFE4B0;
    color: #000;
}

.store-app li a:hover i img {
    filter: brightness(0%);
}

.store-app li a i {
    width: 63px;
    padding: 0 15px;
}

.store-app li a span {
    flex: 1;
    
}

.store-app li {
    margin-bottom: 12px;
    
}

.hero-main .img-holder {
    float: right;
    position: relative;
    right: -100px;
}

.hero-main .img-holder img {
    max-width: inherit;
}

footer .copyrights {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.502972);
}

.footer {
    padding: 39px 0;
}

.footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links .copyrights {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.502972);
}

.footer-links .social-links {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.social-links li {
    margin: 0 21.5px;
}

.social-links li a img {
    transition: all 0.3s;
}

.social-links li a:hover img {
    opacity: 0.8;
}

.footer-links .quick-links a {
    font-size: 16px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
    display: inline-flex;
    margin-left: 55px;
}

.footer-links .quick-links a:hover {
    color: #DFC593;
}

.social-links li:last-child {
    margin-right: 0;
}


/* About US */

.about-desc,
.about-us {
    height: 100vh;
    position: relative;
}

.about-us:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 302px;
    background: linear-gradient(0deg, rgba(5, 25, 33, 0) 0%, rgba(5, 25, 33, 0.85) 89.06%);
    z-index: 1;
}

.about-us .brand-name {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%, 0);
    top: 41px;
    z-index: 3;
}

.about-desc {
    position: relative;
}

.about-desc .img-holder {
    height: 100vh;
}

.about-desc .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-desc form {
    position: absolute;
    bottom: 150px;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 5;
}

.about-desc form h1 {
    font-family: 'Playfair Display';
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.about-desc form .input-group .form-control {
    border: 1px solid #DFC593;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    height: 56px;
}

.about-desc form .input-group .form-control::placeholder {
    color: #FFFFFF;
}

.about-desc form .input-group {
    max-width: 364px;
    margin: 0 auto;
}

.about-desc form .input-group .btn {
    min-width: 132px;
    height: 56px;
    background: #DFC593;
    margin-left: 11px;
    border: 1px solid #DFC593;
}

.about-desc form .input-group .btn:hover {
    background-color: #000;
    color: #DFC593;
}


/* ABOUT US DETAIL */

.banner-top {
    padding: 250px 0 190px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.banner-top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 302px;
    background: linear-gradient(0deg, rgba(5, 25, 33, 0) 0%, rgba(5, 25, 33, 0.85) 89.06%);
    z-index: 1;
}



.banner-top .container {
    position: relative;
    z-index: 3;
}

.caption span {
    font-weight: 300;
    font-size: 18px;
    line-height: 55px;
    /* identical to box height, or 308% */
    text-align: center;
    letter-spacing: 13.5px;
    color: #FFE5B2;
}


.small-caption span {
    font-weight: 150;
    font-size: 18px;
    line-height: 55px;
    /* identical to box height, or 308% */
    text-align: left;
    color: #FFE5B2;
}

.caption h1,
.caption h2 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: normal;
    font-size: 32px;
    line-height: 55px;
    color: #FFFFFF;
}

.title {
    padding: 92px 0;
}

.title span {
    display: block;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
}

.title h2 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}

.divider div {
    max-width: 790px;
    width: 100%;
    height: 6px;
    background: radial-gradient(50% 50% at 50% 50%, #FFCD6B 0%, rgba(255, 220, 152, 0.369792) 34.37%, rgba(255, 229, 178, 0) 100%);
}

.participants {
    padding: 68px 0 95px;
}

.lead-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 13.5px;
    color: #FFE5B2;
    display: block;
    padding: 15px 0;
    position: relative;
    margin-bottom: 16px;
}


.leads-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 4px;
    color: #FFE5B2;
    display: block;
    padding: 15px 0;
    position: relative;
    margin-bottom: 16px;


}


.leads-text:after {
    content: '';
    width: 173px;
    height: 1px;
    background: #FFE5B2;
    position: absolute;
    left: 0;
    bottom: 0;
}















.lead-text:after {
    content: '';
    width: 173px;
    height: 1px;
    background: #FFE5B2;
    position: absolute;
    left: 0;
    bottom: 0;
}




.sub-text {
    font-size: 18px;
    line-height: 55px;
    display: block;
    letter-spacing: 13.5px;
    color: rgba(255, 255, 255, 0.21);
}

.content h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #E1C79B;
    margin-bottom: 13px;
}

.content p {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.5px;
    color: #929AA1;
    margin-bottom: 50px;
}

.content p:last-of-type {
    margin-bottom: 0;
}

.cta {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.33333px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
}

.participants .content {
    max-width: 363px;
    margin-left: auto;
}

.content .cta i {
    background: #E1C79B;
    border-radius: 50%;
    height: 51px;
    width: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
}

.content .cta:hover {
    color: #DFC593;
}

.participants .img-holder {
    float: right;
}

.participants .img-holder img {
    max-width: 800px;
}

.casting {
    padding: 100px 0;
}

.content h3 {
    font-weight: 300;
    font-size: 44px;
    line-height: 105%;
    letter-spacing: 2.5px;
    color: #E1C79B;
    margin-bottom: 8px;
}

.casting .content {
    max-width: 563px;
    margin-left: 37px;
}

.casting .content h3 {
    max-width: 480px;
}

.img-outline {
    border: 1px solid #DFC593;
    max-width: 483px;
}

.img-left-top img {
    position: relative;
    top: -29px;
    left: -29px;
}

.casting .row {
    margin-bottom: 73px;
}

.casting .row:last-child {
    margin-bottom: 0;
}

.app-card {
    display: flex;
    align-items: center;
    background: #041E28;
    padding: 100px 60px;
    position: relative;
}

.app-card .img-ellipse {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1;
}

.app-card h2 {
    font-size: 44px;
    line-height: 55px;
    color: #FFFFFF;
    max-width: 389px;
}

.app-card .img-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.get-app {
    padding: 200px 0;
}

.highclass {
    padding: 200px 0 170px;
}

.highclass h2 {
    font-size: 77px;
    line-height: 105%;
    letter-spacing: 2.5px;
    color: #E1C79B;
    margin-bottom: 13px;
}

.highclass .content {
    max-width: 435px;
}

.highclass .img-outline {
    max-width: 554px;
    position: relative;
}

.highclass .img-outline img {
    top: -108px;
}

.highclass .img-outline .m2 {
    position: absolute;
    top: auto;
    bottom: -29px;
    left: auto;
    right: -8px;
    max-width: 321px;
}

.highclass .img-outline .btn {
    position: absolute;
    bottom: 23px;
    left: 117px;
    z-index: 5;
    min-width: 187px;
    height: 67px;
}


/* Faqs */

.faqs {
    padding: 22px 0 73px;
}

.faqs .nav {
    justify-content: space-between;
    margin-bottom: 65px;
}

.faqs .nav li a {
    font-weight: 300;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 13.5px;
    color: rgba(255, 255, 255, 0.21);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    height: 56px;
    position: relative;
}

.faqs .nav li a.active {
    color: #FFE5B2;
}

.faqs .nav li a.active:after {
    content: '';
    width: 86px;
    height: 1px;
    background: #FFE5B2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.faqs .card {
    border: 1px solid #F6DDAB;
    border-radius: 0;
    background-color: transparent;
    padding: 0 10px;
}

.faqs .card .card-head a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 30px 10px;
    border-bottom: 1px solid #77808B;
}

.faqs .nav li a:hover,
.faqs .card .card-head a:hover {
    color: #FFE5B2;
}

.faqs .card .card-head a[aria-expanded="false"] i {
    transform: rotate(180deg);
}

.faqs .card .card-body {
    padding: 21px;
    font-size: 16px;
    line-height: 150%;
    color: #F2F4F5;
}

.faqs .card {
    margin-bottom: 20px;
}


/* Question */

.question-form {
    padding: 36px 0 100px;
}

.question-form form {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.question-form form h2 {
    font-family: 'Playfair Display';
    font-size: 48px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.question-form form p {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #F2F4F5;
    margin-bottom: 30px;
}

.form-control {
    background: #051921;
    border: 1px solid #DFC593;
    height: 56px;
    border-radius: 10px;
    color: #fff;
    float: center;
    width: 75%;
    margin-top: 6px;
    text-align: center;
    margin: auto;
    display: block;
}

.form-control-1 {
    background: #051921;
    border: 1px solid #DFC593;
    height: 96px;
    border-radius: 10px;
    color: #fff;
    float: center;
    width: 75%;
    padding-top: 15px;
    text-align: center;
    margin: auto;
    display: block;
}





.form-control:focus {
    box-shadow: none;
    border: 1px solid #DFC593;
    background: #051921;
}

.question-form form .btn {
    margin-left: 16px;
    min-width: 234px;
    border-radius: 5px;
}

.termsfeed {
    padding: 137px 0 70px;
}

.main-content {
    padding: 44px 0;
}

.main-content h3 {
    font-family: 'Playfair Display';
    font-size: 24px;
    line-height: 37px;
    color: #F6DDAB;
    margin-bottom: 30px;
}

.main-content p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 37px;
    color: #FFFFFF;
}

.main-content ul li {
    font-size: 18px;
    line-height: 37px;
    color: #FFFFFF;
}

.main-content ul {
    padding-left: 100px;
}

.content .cta {
    margin-top: 50px;
}

.animate2 .row.no-gutters .col-6,
.animate .row.no-gutters .col-6 {
    transition: all 1500ms;
}


.animate2 .row.no-gutters .col-6:first-child {
max-width: 0 ;
flex: 0 0 0;
overflow: hidden;
opacity: 0;
} 

.animate2 .row.no-gutters .col-6:first-child form{
    opacity: 0;
    visibility: hidden;
}
.animate2 .row.no-gutters .col-6:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
}


.animate .row.no-gutters .col-6:nth-child(2) {
    max-width: 0 ;
    flex: 0 0 0;
    overflow: hidden;
    opacity: 0;
    } 
    
    .animate .row.no-gutters .col-6:nth-child(2) .about-desc form{
        opacity: 0;
        visibility: hidden;
    }
    .animate .row.no-gutters .col-6:first-child  {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer-clean {
        padding:50px 0;
        background-color:#051921;
        color:#ffff;
      }
      .footer-clean-1 {
        background-color:#051921;
        color:#ffff;
        text-align: center;
      }

      .footer-clean-1 .item.social {
        text-align:center;
      }

      .footer-clean-1 h3 {
        margin-top:0;
        margin-bottom:12px;
        font-weight:bold;
        font-size:16px;
      }
      
      .footer-clean-1 ul {
        padding:0;
        list-style:none;
        line-height:1.6;
        font-size:14px;
        margin-bottom:0;
      }
      
      .footer-clean-1 ul a {
        color:inherit;
        text-decoration:none;
        opacity:0.8;
      }
      
      .footer-clean-1 ul a:hover {
        opacity:1;
      }






























      
      .footer-clean h3 {
        margin-top:0;
        margin-bottom:12px;
        font-weight:bold;
        font-size:16px;
      }
      
      .footer-clean ul {
        padding:0;
        list-style:none;
        line-height:1.6;
        font-size:14px;
        margin-bottom:0;
      }
      
      .footer-clean ul a {
        color:inherit;
        text-decoration:none;
        opacity:0.8;
      }
      
      .footer-clean ul a:hover {
        opacity:1;
      }
      

      
      .footer-clean .item.social {
        text-align:right;
      }
      
      @media (max-width:767px) {
        .footer-clean .item {
          text-align:center;
          padding-bottom:20px;
        }
      }
      
      @media (max-width: 768px) {
        .footer-clean .item.social {
          text-align:center;
        }
      }
      
      .footer-clean .item.social > a {
        font-size:24px;
        width:40px;
        height:40px;
        line-height:40px;
        display:inline-block;
        text-align:center;
        border-radius:50%;
        border:1px solid #ccc;
        margin-left:10px;
        margin-top:22px;
        color:inherit;
        opacity:0.75;
      }
      
      .footer-clean .item.social > a:hover {
        opacity:0.9;
      }
      
      @media (max-width:991px) {
        .footer-clean .item.social > a {
          margin-top:40px;
        }
      }
      
      @media (max-width:767px) {
        .footer-clean .item.social > a {
          margin-top:10px;
        }
      }
      
      .footer-clean .copyright {
        margin-top:14px;
        margin-bottom:0;
        font-size:13px;
        opacity:0.6;
      }
      
      ion-icon {
        font-size: 64px;
        color: #E6CC99;
      }



      #demo {
            text-align: center;
            font-size: 15px;
            margin-top: 0px;
            font-weight: bold;            
            text-decoration: underline;
      }