@import url('https://fonts.googleapis.com/css2?family=Cambay:wght@400;700&display=swap');
@font-face {
	font-family: 'Vanitas';
	src: url(../fonts/Vanitas-Bold.woff2) format('woff2'),
	url(../fonts/Vanitas-Bold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}


  :root {
    --BG-primary-color: #181628;
    --primary-heading-color: #f1d254;
  }
  
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
   font-family: 'Cambay';
  }
  
  body{
	 background-image: url(../img/background1.png) !important;
	 background-size: cover;
  }
  
  
  
  nav.LP-nav {
    background-color: var(--BG-primary-color);
    padding: 2rem 5rem;
    position: relative;
    z-index: 1;
  }
  
  nav.LP-nav :first-child {
    width: 8rem;
  }
  
  nav.LP-nav :last-child {
    width: 3.5rem;
  }
  
  .banner-div {
    position: relative;
    z-index: 99;
  }
  
  .banner-div .carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: transparent;
    border: 3px solid #014670;
    margin-right: 10px;
  }
  
  .banner-div .carousel-indicators li.active{
    border-color: white;
  }
  
  .banner-div .carousel-item{
    position: relative;
  }
  
  .banner-div .carousel-item::after{
    content: "";
    background-image: url("../image/banner-text-BG.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .banner-div .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .banner-div .carousel-caption p{
    font-size: 14px;
  }
  
  .banner-div .carousel-caption h5{
      font-family: futura-medium;
      letter-spacing: 8px;
      font-size: 32px;
  }
  
  .detail-sec-div {
    position: relative;
    padding: 8rem 20rem;
    background-color: var(--BG-primary-color);
  }
  
  .detail-sec-div::after {
    content: "";
    position: absolute;
    background-image: url("../image/detail-sec-1.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 120%;
    top: -430px;
    left: -20px;
  }
  
  .detail-sec-div::before {
    content: "";
    position: absolute;
    background-image: url("../image/detail-sec-2.png");
    background-repeat: no-repeat;
    width: 250px;
    height: 120%;
    top: -340px;
    right: 0;
  }
  
  .detail-sec-div p {
    color: white;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  
  .detail-sec-div img {
    height: 11px;
    width: 11px;
  }
  
  .detail-sec-div .bottom-points p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: futura-medium;
    color: var(--primary-heading-color);
  }
  
  .ultimate-offer-div {
    background-image: url("../image/ultimate-offer-sec-BG.png");
    position: relative;
    padding: 5rem 18rem 6.5rem;
  }
  
  .ultimate-offer-div::before{
    content: "";
    background-image: url("../image/sections-divider.png");
    position: absolute;
    top: -130px;
    left: 0;
    height: 173px;
    width: 139px;
    z-index: 2;
  }
  
  .ultimate-offer-div::after{
    content: "";
    background-image: url("../image/ultimate-offer-sec-BG.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .ultimate-offer-div .inner-content {
    position: relative;
    z-index: 2;
  }
  
  .ultimate-offer-div .card-imgs {
    margin-top: 5rem;
    position: relative;
  }
  
  .ultimate-offer-div .card-imgs::after{
    content: "";
    height: 0.5px;
    width: calc(100% - 260px);
    background-color: #5b584c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 1;
  }
  
  .ultimate-offer-div .card-img {
    display: inline-block;
    width: fit-content;
    border: 0.5px solid #7c8187;
    padding: 1.1rem 1.2rem;
    border-radius: 50px;
    position: relative;
    z-index: 5;
    background-image: url("../image/ultimate-offer-img-BG.png");
  }
  
  .ultimate-offer-div h5 {
    color: var(--primary-heading-color);
    font-family: futura-medium;
    text-transform: uppercase;
    width: 370px;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    letter-spacing: 5px;
    line-height: 1.7;
    background: -webkit-linear-gradient(
      90deg, #f1d254, #8e845a, #f1d254);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .ultimate-offer-div .card-img.img-2{
    padding: 1.3rem 0.9rem;
  }
  
  .ultimate-offer-div .card-img.img-1 img{
    width: 2.4rem;
  }
  
  .ultimate-offer-div .card-img.img-2 img{
    width: 3.2rem;
  }
  
  .ultimate-offer-div .card-img.img-3{
    padding: 1.1rem;
  }
  
  .ultimate-offer-div .card-img.img-3 img{
    width: 2.6rem;
  }
  
  .Ultimate-offer-inner-card-2 p{
    padding: 0 5rem;
  }
  
  .lower-btns{
    margin-top: 4rem;
  }
  
  .lower-btns .btn-div{
    width: 380px;
    border: 1px solid var(--primary-heading-color);
    text-align: center;
    padding: .6rem 1.5rem;
    border-radius: 50px;
  }
  
  .lower-btns a{
    text-transform: uppercase;
    font-family: 'futura-medium';
    color: var(--primary-heading-color);
    text-decoration: none;
    letter-spacing: 6px;
  }
  
  /* take a tour  */
  
  .take-tour-div{
    background-color: #13121f;
    padding: 9rem 0 6rem;
    position: relative;
  }
  
  .take-tour-div::before{
    content: "";
    position: absolute;
    background-image: url("../image/tour-sec-2.png");
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0;
    width: 333px;
    height: 333px;
  }
  
  .heading-div{
    position: relative;
  }
  
  .heading-div::after{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #0c2f4c;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(100% - 120px);
  }
  
  .take-tour-div .heading-div h5{
    font-family: futura-medium;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 0 2.5rem;
    color: var(--primary-heading-color);
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 999;
    background: #13121f;
  }
  
  .take-tour-div .video-sec{
    position: relative;
    padding: 7rem 120px 0;
  }
  
  .take-tour-div .video-sec img{
    position: relative;
    z-index: 2;
  }
  
  .take-tour-div .video-sec::after{
    content: "";
    position: absolute;
    background-image: url("../image/tour-sec-1.png");
    background-repeat: no-repeat;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* life at embassy section css  */
  .life-at-embassy-div{
    background-color: #13121f;
    padding: 2.5rem 0 10rem;
    position: relative;
  }
  
  .life-at-embassy-div::after{
    content: "";
    position: absolute;
    background-image: url("../image/life-at-embassy.png");
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0;
    width: 326px;
    height: 281px;
  }
  
  .life-at-embassy-div h5{
    color: var(--primary-heading-color);
    text-transform: uppercase;
    font-family: futura-medium;
    letter-spacing: 5px;
    text-align: center;
    font-size: 22px;
  }
  
  .life-at-embassy-div .headTitle{
    background: -webkit-linear-gradient( 
      340deg, #f1d254, #ba9d23, #f1d254);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .life-at-embassy-div .content-section{
    width: 100%;
  }
  
  .life-at-embassy-div .left-sec{
    background-image: url("../image/life-at-embassy-left-BG.png");
    padding: 4rem 11rem 6rem;
  }
  
  .life-at-embassy-div .left-sec h5{
    color: #13121f;
    text-transform: uppercase;
    font-family: futura-medium;
    font-size: 20px;
    margin-bottom: 3rem;
    letter-spacing: 4px;
    line-height: 1.8;
  }
  
  .life-at-embassy-div .left-sec .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
  }
  
  .life-at-embassy-div .owl-carousel button{
    font-size: 42px !important;
    position: relative;
    border: 1px solid #13121f !important;
    line-height: 0 !important;
    padding: 0.6rem 11px 1.4rem !important;
    border-radius: 50%;
    color: #13121f !important;
    background-color: transparent;
  }
  
  .life-at-embassy-div .owl-carousel .owl-dots{
    display: none;
  }
  
  .life-at-embassy-div .owl-carousel button.owl-prev{
    left: -40px;
  }
  
  .life-at-embassy-div .owl-carousel button.owl-next{
    right: -40px;
  }
  
  .life-at-embassy-div .left-sec .inner-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
  
  .life-at-embassy-div .left-sec .inner-card p{
    text-align: center;
    color: white;
  }
  
  .life-at-embassy-div .left-sec img{
    margin-bottom: 1rem;
    width: 2.5rem;
  }
  
  .life-at-embassy-div .right-sec{
    padding: 4rem 6rem;
  }
  
  .life-at-embassy-div .right-sec h5{
    color: #03649f;
    text-transform: uppercase;
    font-family: futura-medium;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.8;
    width: 50%;
    margin: 0 auto 4rem;
  }
  
  .life-at-embassy-div .inner-points{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .life-at-embassy-div .inner-points .inner-point{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  
  .life-at-embassy-div .inner-points img{
    width: 2rem;
  }
  
  .life-at-embassy-div .inner-points p{
    margin-bottom: 0;
    margin-left: 1.2rem;
    color: white;
  }
  
  
  /* ultimate destination section css */
  .ult-dest-sec{
    background-image: url("../image/map.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 120px 5rem;
  }
  
  .ult-dest-sec .inner-content{
    background-color: rgba(7, 7, 12, .62);
    padding: 8rem 4.5rem 3rem;
  }
  
  .ult-dest-sec .inner-content h5{
    color: var(--primary-heading-color);
    text-transform: uppercase;
    font-family: futura-medium;
    font-size: 20px;
    margin-bottom: 2rem;
    letter-spacing: 4px;
    line-height: 1.8;
  }
  
  .ult-dest-sec .inner-content p{
    font-size: 15px;
  }
  
  .ult-dest-sec .inner-btns a{
    display: block;
    width: 250px;
    text-align: center;
    color: var(--primary-heading-color);
    border: 1px solid #03649f;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 50px;
    padding: 0.2rem 1rem;
    text-decoration: none;
  }
  
  /* footer css */
  .footer-main-div{
    background-image: url('../image/footer-img.png');
    padding: 4rem 150px 6rem;
    position: relative;
    background-size: contain;
  }
  
  .footer-main-div::before{
    content: "";
    background-color: #13121f;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .98;
  }
  
  .footer-main-div::after{
    content: "";
    background-image: url("../image/footer-bottom.png");
    width: 315px;
    height: 176px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .footer-upper-div{
    position: relative;
    z-index: 2;
    color: #03649f;
    border: 1px solid #03649f;
    width: fit-content;
    margin: 0 auto;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    margin-bottom: 5rem;
  }
  
  .footer-upper-div p{
    font-size: 14px;
    word-break: break-all;
  }
  
  .footer-upper-div a{
    color: #03649f;
  }
  
  footer .heading h4{
    color: var(--primary-heading-color);
    text-transform: uppercase;
    font-family: futura-medium;
    letter-spacing: 4px;
    background: -webkit-linear-gradient( 
      272deg, #f1d254, #181628);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  footer .left-sec p{
    color: white;
    margin-bottom: 0;
  }
  
  footer .heading p{
    font-size: 14px;
    color: #03649f;
  }
  
  footer .left-sec p{
    font-size: 14px;
  }
  
  footer .corp-office p:first-child{
    color: #03649f;
    font-family: futura-medium;
  }
  
  footer .site-office p:first-child{
    color: #03649f;
    font-family: futura-medium;
  }
  
  footer .corp-office,
  footer .site-office{
    margin-bottom: 2.5rem;
  }
  
  footer .site-office i{
    font-size: 20px;
  }
  
  footer .privacy-sec{
    z-index: 2;
  }
  
  footer .privacy-sec p,
  footer .privacy-sec a{
    color: #03649f;
  }
  
  footer .divider-div .inner-line{
    width: 1px;
    height: 400px;
    background-color: #172032;
  }
  
  footer form{
    width: 85%;
    position: relative;
    z-index: 2;
  }
  
  footer .right-sec select,
  footer .right-sec input{
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #03649f;
    padding-bottom: 8px;
    margin-bottom: 3rem;
    font-size: 14px;
    color: white;
  }
  
  footer .right-sec select,
  footer .right-sec input::placeholder{
    letter-spacing: 6px;
    color: #03649f;
  }
  
  footer .right-sec select:focus-visible,
  footer .right-sec input:focus-visible{
    outline: none;
  }
  
  footer .right-sec button{
    width: fit-content;
    color: var(--primary-heading-color);
    border: 1px solid var(--primary-heading-color);
    background-color: transparent;
    padding: 0.5rem 2.8rem;
    border-radius: 50px;
    letter-spacing: 6px;
  }
  
  
  
  
  /* sticky button */
  .get-in-touch-fixed-btn{
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 999;
  }
  
  .get-in-touch-fixed-btn a{
    background-color: #d9b653;
    color: var(--BG-primary-color);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 1.5rem 1rem 1.3rem;
    font-family: 'futura-medium';
    letter-spacing: 0.5px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  
  @media (max-width: 1400px){
    .ultimate-offer-div{
      padding: 5rem 15rem 6.5rem;
    }
  }
  
  @media (max-width: 1300px){
    .detail-sec-div{
      padding: 8rem 13rem;
    }
    .ultimate-offer-div{
      padding: 5rem 13rem 6.5rem;
    }
    .Ultimate-offer-inner-card-2 p{
      padding: 0 4rem;
    }
  }
  
  @media (max-width: 1200px){
    .detail-sec-div{
      padding: 8rem 10rem;
    }
    .ultimate-offer-div{
      padding: 5rem 10rem 6.5rem;
    }
    .Ultimate-offer-inner-card-2 p {
      padding: 0 3rem;
    }
  
    .life-at-embassy-div .left-sec .carousel-phone .inner-card{
      margin-bottom: 0;
      margin-top: 2rem;
    }
  
    .ult-dest-sec .inner-content {
      padding: 4rem 3.5rem 3rem;
    }
  
    .footer-main-div {
      padding: 4rem 120px 6rem;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .life-at-embassy-div .left-sec{
      padding: 4rem 3rem 6rem 4rem;
    }
  }
  
  @media (max-width: 992px){
    .detail-sec-div{
      padding: 8rem 4rem;
    }
    .ultimate-offer-div {
      padding: 5rem 5rem 6.5rem;
    }
    .ultimate-offer-div::before{
      top: -110px;
    }
    .take-tour-div .video-sec {
      padding: 7rem 80px 0;
    }
  
    .take-tour-div {
      padding: 5rem 0 6rem;
    }
  
    .ult-dest-sec .inner-content {
      padding: 4rem 2.8rem 3rem;
    }
  
    .footer-main-div {
      padding: 4rem 30px 6rem;
    }
  
    .life-at-embassy-div .left-sec{
      padding: 4rem 6rem 6rem 7rem;
    }
  }
  
  @media (max-width: 991.9px){
    .life-at-embassy-div{
      padding: 2.5rem 0 0rem;
    }
  
    .life-at-embassy-div::after{
      opacity: .5;
    }
  }
  
  @media (max-width: 768px){
    .detail-sec-div::after{
      top: -420px;
      left: -90px;
    }
  
    .detail-sec-div::before{
      background-image: none;
    }
  
    .detail-sec-div{
      padding: 8rem 2rem 8rem 2rem;
    }
  
    .ultimate-offer-div .card-imgs::after {
      content: none;
    }
    
    .Ultimate-offer-inner-card-2 p {
      padding: 0 1rem;
    }
    
    .ultimate-offer-div .card-imgs {
      margin-top: 4rem;
    }
    
    .Ultimate-offer-inner-card {
      margin-bottom: 2rem;
    }
  
    .lower-btns {
      margin-top: 2rem;
      flex-direction: column;
      align-items: center;
    }
  
    .take-tour-div .video-sec::after{
      content: none;
    }
  
    .take-tour-div .video-sec {
      padding: 4rem 80px 0;
    }
  
    .ult-dest-sec .inner-btns a{
      width: 100%;
    }
  
    .ult-dest-sec {
      padding: 0 80px 5rem;
    }
  
    .life-at-embassy-div .right-sec h5{
      width: 80%;
    }
  }
  
  @media (max-width: 576px){
    .banner-div .carousel-inner,
    .banner-div .carousel-inner img{
      height: 50vh;
    } 
  
    .banner-div .carousel-inner p{
      line-height: 1.7;
      font-size: 14px;
    }
  
    .banner-div .carousel-inner h5{
      font-size: 28px;
      line-height: 1.3;
    }
  
    nav.LP-nav{
      padding: 1.5rem;
    }
  
    nav.LP-nav :first-child {
      width: 6rem;
    }
  
    nav.LP-nav :last-child {
      width: 3rem;
    }
  
    .ultimate-offer-div {
      padding: 5rem 1rem 5rem;
    }
  
    .ultimate-offer-div h5{
      width: 100%;
      padding: 0 1rem;
    }
  
    .lower-btns .btn-div{
      width: 100%;
    }
  
    .take-tour-div .video-sec {
      padding: 3rem 22px 0;
    }
  
    .take-tour-div {
      padding: 3rem 0 3rem;
    }
  
    .take-tour-div::before {
      width: 183px;
      height: 163px;
    }
    
    .ult-dest-sec {
      padding: 0 40px 5rem;
    }
  
    .ult-dest-sec .inner-content {
      padding: 4rem 1.5rem 3rem;
    }
  
    .ult-dest-sec{
      background-size: cover;
      background-position: center;
    }
  
    .footer-upper-div{
      margin-bottom: 3.5rem;
      border-radius: 16px;
    }
  
    .footer-main-div::after{
      width: 255px;
    }
  
    .life-at-embassy-div .left-sec {
      padding: 4rem 3rem 6rem 4rem;
    }
  
    .life-at-embassy-div .right-sec h5{
      width: 100%;
    }
  
    .life-at-embassy-div .right-sec {
      padding: 4rem 2rem;
    }
  
    .life-at-embassy-div::after{
      left: -46px;
    }
  }
  
  /* -------------------- */
  .sidebar-contact{
    top: 25%;
    right:-350px;
    width:350px;
    height: fit-content;
    padding: 18px 40px;
    background:#13121f;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:0.5s;
    border: 2px solid white;
  }
  
  .sidebar-contact .fa-times{
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 20px;
    color: white;
  }
  
  .sidebar-contact.active{
    right:0;
  }
  .sidebar-contact input,
  .sidebar-contact select{
    width:100%;
    height:34px;
    padding:6px;
    margin-bottom: 6px;
    box-sizing:border-box;
    border:1px solid rgba(0,0,0,.5);
    outline:none;
  }
  
  .sidebar-contact input::placeholder{
    font-size: 12px;
    color: lightslategray;
  }
  
  .sidebar-contact select{
    padding: 0 6px;
  }
  
  .sidebar-contact h2{
    margin:0 0 20px;
    padding:0;
    color: #f1d254;
    font-size: 18px;
    font-weight: bold;
  }
  .sidebar-contact textarea{
    height:60px;
    resize:none;
  }
  .sidebar-contact input[type="submit"]{
    background-color: #ffae00;
    color: #0a0a0a;
    cursor:pointer;
    border:none;
    font-size:18px;
    height: 36px;
  }
  .toggle{
    position:absolute;
    cursor:pointer;
    top:0;
    left:-48px;
  }
  
  @media(max-width:768px)
  {
    .sidebar-contact{
      width:100%;
      height:100%;
      right:-100%;
      top: 0;
    }
    .sidebar-contact .toggle{
      top: 35%;
      transition:0.5s;
    }
    .sidebar-contact.active .toggle
    {
      top:0;
      left:0;
      transform:translateY(0);
    }
    .scroll{
      width:100%;
      height:100%;
      overflow-y:auto;
    }
    .content{
      padding:50px 50px;
    }
  }
  
  
  
  /* CSS By KK: 06-02-2022*/
  
  .navbar.fixed-top {
	  background: #0d1213;
    opacity: 0.9;
   
  }
  
  .main-banner{
	  max-width: 100%;
    overflow: hidden;
	margin-top:50px;
  }
  .pad-12{
	  padding:12px
  }
 
 .pad-20{
	  padding:20px
  }
 .pad-120{
	  padding:120px 18px;
  }
   
   .mb-45{
	   margin-bottom:45px
   }
   
  .verticle-line {
  border-left: 2px solid #c69e76;
  height: 55px;
  margin:20px auto;
  width:max-content;
  
}

.horizontal-line {
  border-bottom: 2px solid #897d61;
  width:100px;
  margin:40px auto;
}


.invest-luxury  .horizontal-line {
  border-bottom: 2px solid #897d61;
  width:200px;
  margin: 30px 0px -20px;
}

.invest-luxury h1 {
	 line-height: 36px;
}


.invest-luxury h1 div {
	  font-family: 'Vanitas';
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #fbfbfb;
}

.invest-luxury h3{
	font-family: 'Cambay', sans-serif;
	color:#fff;
	letter-spacing:0.8px;
	font-size:21px;
}

.invest-luxury h5{
	      font-size: 16px;
    font-family: 'Cambay';
    color: #fff;
    margin-top: 20px;
    letter-spacing: 0.8px;
}

.invest-luxury p{
	     font-family: 'Cambay';
    letter-spacing: 0.2px;
    line-height: 24px;
	color:#fff
}

.invest-luxury .bold-text{
	font-size:18px;
	  font-family: 'Cambay';
	  font-weight:bold;
	  color:#d6b686 ;
	  margin-top:60px
}


.heading h2 div{
	font-family: 'Vanitas';
    color: #fff;
    font-size: 28px;
    letter-spacing: 3px;
}

.heading p{
	   font-size: 14px;
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Cambay';
}


.heading .horizontal-line{
	margin:32px auto;
}

.footer h6{
	    font-size: 14px;
    color: #d6b686;
    letter-spacing: 3px;
    font-family: 'Cambay';
}

.footer p{
	    font-size: 14px;
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Cambay';
}

.footer{
	padding:60px 18px 100px
}


.getintouch input{
	color:#d6b686 !important;
	border:none;
	border-bottom: 1px solid;
	background:transparent !important;
	border-radius:0px;
	letter-spacing:1px!important;
	font-size:14px
}


.getintouch input::placeholder{
	color:#9d9171 !important;
	letter-spacing:1px !important;
}


.getintouch .dropdown{
	color:#d6b686 !important;
	border:none;
	border-bottom: 1px solid;
	background:transparent !important;
	border-radius:0px;
	letter-spacing:1px!important;
	font-size:14px;
}

.getintouch .dropdown button{
	color:#9d9171 !important;
	border:none;
	background:transparent !important;
	border-radius:0px;
	letter-spacing:1px!important;
	    width: 100%;
    text-align: left;
	font-size:14px
}

.getintouch form{
	    max-width: 60%;
    margin: auto;
}

.getintouch form .row{
	   margin:15px 0px;
}

.getintouch .submitbutton{
	    width: fit-content;
    color: #d6b686;
    border: 1px solid #d6b686;
    background-color: transparent;
    padding: 0.5rem 2.8rem;
    border-radius: 50px;
    letter-spacing: 3px;
    transition: all .3s ease-in-out;
    font-size: 14px;
}

.videosection .embed-responsive{
	width:80%;
	margin:auto;
}

.videosection .modal-content{
	background: transparent;
    height: max-content;
    padding: 0px;
}

.heading h5{
	color:#b7a57e;
	    font-size: 17px;
    letter-spacing: 1px;
}


.COLLECTIBLES .btn.btn-dark{
	background: var(--bs-gray-900);
	margin-top: 0;
	right: 15px;
	bottom: 0;
	position: absolute;
	z-index:99
}

.COLLECTIBLES .btn.btn-light{
	background: #d9b653;
	margin-top: 0;
	right: 32%;
	bottom: 10px;
	position: absolute;
	z-index:99;
  color:black;
  height:31px;
  border:#000
}



.COLLECTIBLES .btn.btn-light a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.COLLECTIBLES .btn.btn-light a:hover{
  text-decoration: underline;
}


.COLLECTIBLES .row.functions .col{
	width:20%;
	text-align:left;
}


.COLLECTIBLES .row.functions .col p{
	font-size:14px;
	margin-top:10px;
	color:#fff
}


.COLLECTIBLES .modal-body{
	background:#080b0c
}

.COLLECTIBLES .first-text{
	color:#fff;
	text-align:left;
	font-weight:normal;
	font-size:16px;
}

.COLLECTIBLES .functions{
	border-bottom:1px solid #d6b686;
	margin-top:25px
}
.COLLECTIBLES .brochure-row{
	border-bottom:1px solid #d6b686;
	padding: 25px 0px 10px;
	color:#fff;
	font-size:13px;
	 letter-spacing: 0.5px;
	 margin-bottom:20px;
}


.COLLECTIBLES .brochure-button{
	    color: #d6b686;
    font-size: 10px;
    letter-spacing: 0.5px;
}


.COLLECTIBLES .final-lead{
	 text-align: left;
    color:  #d6b686;
    font-size: 12px;
    margin-top: 15px;
}


.COLLECTIBLES .final-lead a{
  color:  #d6b686;
    font-size: 12px;
}


.COLLECTIBLES .first-co1{
	background-image: url("../img/fspr-project.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	
}
.COLLECTIBLES .first-co2{
	background-image: url("../img/eb-project.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	
}
.COLLECTIBLES .first-co3{
	background-image: url("../img/eg-project.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	
}
.COLLECTIBLES .first-co4{
	background-image: url("../img/elt-project1.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	
}

.COLLECTIBLES .first-co1, .COLLECTIBLES .first-co2, .COLLECTIBLES .first-co3, .COLLECTIBLES .first-co4 {
  height:75vH;
  background-position:center;
  max-height:500px
}

.SUITEVALUE .heading h5{
	color:#fff;
	    line-height: 2rem;
    letter-spacing: 3px;
}



.slider {
        width: 100%;
        margin: 0px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


.center3.slider.slick-initialized.slick-slider{
	width:80%;
	margin:0px auto;
}

.center4.slider.slick-initialized.slick-slider{
	width:80%;
	margin:0px auto;
}



.center .slick-prev{
	       left: -20%;
    top: 80%;
    z-index: 999;
}


.center .slick-next{
	     left: -10%;
    top: 90%;
    z-index: 999;
}


.center2 .slick-prev{
	       left: 5%;
    z-index: 999;
}


.center2 .slick-next{
	     right: 12%;
    z-index: 999;
}



.pad-left-80{
	padding-left:80px !important
}


.SOPHISTICATION{
	padding: 40px 18px 50px;
}


.slick-prev:before{
	 font-family: initial !important;
    font-size: 40px !important;
   
    opacity: 1 !important;
    color: #d6b686  !important;

}


.slick-next:before{
	 font-family: initial !important;
    font-size: 40px !important;
   
    opacity: 1 !important;
    color: #d6b686  !important;
}

.carousel-control-prev-icon {
background-image:none !important
}

.carousel-control-prev-icon:before {
   content: '←';
       font-family: initial !important;
    font-size: 40px !important;
    opacity: 1 !important;
    color: #d6b686 !important;
}

.carousel-control-next-icon {
background-image:none !important
}

.carousel-control-next-icon:before {
   content: '→';
       font-family: initial !important;
    font-size: 40px !important;
    opacity: 1 !important;
    color: #d6b686 !important;
}
.carousel-control-prev {
    left: -15% !important;
}
.carousel-control-next {
    right: -12% !important;
}

#suitevalue-carousel{
	width:75%;
	margin:auto;
}

#get-in-touch{
    font-family: 'Cambay';
   letter-spacing: 1px;	
}

#get-in-touch:hover{
color:#000
   
}

.modal-backdrop.show {
    display: none;
}

.videosection .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}



/* Effects */


.submitbutton:hover{
	background: #d6b686;
    color: #0d1213;
}

.COLLECTIBLES .box{
 overflow:hidden;
}

.COLLECTIBLES .box img{
 transition: transform 2s ease;
 overflow:hidden;
}

.COLLECTIBLES .box:hover img{
	 transform: scale(1.1);
}

.slick-slide.slick-current.slick-active
{
overflow:hidden;	
}

.slick-slide.slick-current.slick-active img{
	 transition: transform 2s ease;
	 overflow:hidden;
}


.slick-slide.slick-current.slick-active:hover img{
	transform: scale(1.1);
}

.carousel-item.active:hover{
	transform: scale(1.2);
}

 .sudo-invest-logo {
            width: 95px;
            height: 85px;
            margin: 15px;
            background-image: url(
"../img/VectorSmartObject-logo-hover.png");
background-size:contain;
background-repeat:no-repeat;
transition: transform 1s;
margin:auto;
        }
  
        .sudo-invest-logo:hover {
            background-image: url(
"../img/VectorSmartObject-logo.png");
        }
		
		
.sudo-invest-brands {
            width: 500px;
            height: 100px;
            margin-top: 30px !important;
            background-image: url(
"../img/VectorSmartObject11.png");
background-size:contain;
background-repeat:no-repeat;
transition: transform 1s;
margin:auto;
        }
  
        .sudo-invest-brands:hover {
            background-image: url(
"../img/VectorSmartObject11-hover.png");
        }
		
		
@media only screen and (min-width: 769px) and (max-width: 992px)  {
  .main-banner .show-mid{
    display:  flex!important
 
  }

}
@media(max-width:992px){

	.pad-mob-20{
		padding:30px;
	}
	.main-banner{
		margin-top:89px;
	}
	
	.invest-luxury h1 {
    font-size: 20px;
    letter-spacing: 0px;
}

.pad-120 {
    padding: 80px 18px;
}

.verticle-line {
    height: 60px;
    margin: 10px auto;
}

.invest-luxury h3 {
   letter-spacing: 0px;
    font-size: 20px;
}

.invest-logo{
    margin: 0px !important;
    width: 20%;
}

.invest-luxury .bold-text {
    font-size: 16px;
    letter-spacing: 0px;
}

.heading h2 {
     font-size: 22px;
    letter-spacing: 1px;
    margin: 0px 18px;
}

.pad-left-80 {
    padding: 40px !important;
}

.heading p {
    font-size: 16px;
    letter-spacing: 0.2px;
}


.hide-mob{
	display:none !important;
}

.SOPHISTICATION .col-md-7{
	padding:0px;
}

.heading h5 {
    font-size: 17px;
    letter-spacing: 1px !important;
    line-height: 23px !important;
}

#suitevalue-carousel{
	width:85%;
	margin:auto;
}

.carousel-control-prev-icon:before {
   font-size: 25px !important;
}

.carousel-control-next-icon:before {
  font-size: 25px !important;
}

.COLLECTIBLES .modal-dialog{
	    width: 80%;
    margin: 60px auto;
}

/*
.COLLECTIBLES .first-co1, .COLLECTIBLES .first-co2, .COLLECTIBLES .first-co3, .COLLECTIBLES .first-co4 {
    height:180px;
}
*/

.COLLECTIBLES .row.functions .col {
    width: 30%;
}

.getintouch form {
    max-width: 100%;
    margin: auto;
}

.heading .horizontal-line {
    margin: 20px auto;
}

.SOPHISTICATION  .heading.mt-5{
	margin-top:0px !important
}

.SOPHISTICATION .heading .horizontal-line {
    margin: 16px auto;
}

.SOPHISTICATION {
    padding: 40px 18px 100px;
}

.COLLECTIBLES .col-lg-3.col-md-6.col-xs-12{
	margin-bottom:30px
}

.videosection.pad-120{
	padding:6px;
}

.main-banner img{
	height: 400px;
    object-fit: cover;
}

.sidebar-contact.get-in-touch-fixed-btn.active{
	padding-top:60px;
	z-index:9999;
}

.sudo-invest-brands {
    width: 90%;
 
}
body{
    background-image: url(../img/background1.png) !important;
	background-size:contain;
}
}

/*new*/
@media screen and (min-width: 760px ) and (max-width: 780px) {


.hide-mob{
  display: none !important;
}

.d-md-none {
  display: block !important;
}

}

/*new*/

@media (min-width: 768px) {
  .d-md-none {
      display: block !important;
  }
}


@media(max-width:575.75px){
    .invest-luxury .bold-text {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 30px;
}
body{
    background-image: url(../img/background-mobile.png) !important;
	background-size:cover;
}
.COLLECTIBLES .brochure-row{
	padding: 25px 0px 20px !important;
}
}
@media(min-width:993px){
	.hide-pc{
	display:none !important;
}
}



@media (min-width: 1400px){
.container {
    max-width: 1400px !important;
}

.SOPHISTICATION .col-md-5.text-left.pad-left-80{
	align-items: center;
    justify-content: center;
    display: flex;
}

.SOPHISTICATION .col-md-5.text-left.pad-left-80 .heading.mt-5{
	margin-top:0px !important
}

.SOPHISTICATION .col-md-5.text-left.pad-left-80 .heading.mt-5 h5{
	font-size:24px !important;
}

.SOPHISTICATION .col-md-5.text-left.pad-left-80 .heading.mt-5 p{
	font-size:18px !important;
}

body{
    
	background-size:auto;
}

}


.navbar-brand{
	margin-right:0px !important;
}

.modal-close{
	 width: max-content !important;
    position: absolute !important;
    right: 0px !important;
    z-index: 999 !important;
   bottom:0px !important;
    background: transparent !important;
	font-size: 30px !important;
   line-height: 1!important;
    padding: 4px 10px 0px !important;
    border-radius: 0px !important;
    border-color: #fff !important;
}


.sidebar-contact.get-in-touch-fixed-btn.active .toggle.active{
	display:none;
}


.modal-close-2{
    background: #fff!important;
    color: #000 !important;
    border-radius: 50% !important;
    line-height: 22px !important;
    padding: 7px 12px 4px !important;
	margin-bottom:10px !important;
}
.submitbutton:hover{
  background: #d6b686 !important;
    color: #fff !important;
    transform: scale(1.1);
}

.hov-text{
    
}
.hov-text:hover{
    color:#ffffff !important;
}
.main-banner .mobile_items img{height:inherit;object-fit: unset;}