@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
:root{
    --font-family-playfair: 'PlayfairDisplayBlack', serif;
    --color-d0e4ff: #d0e4ff;
    --color-0d4165: #0d4165;
    --color-318ac8: #318ac8;
    --color-f6f6f6: #f6f6f6;
    --color-f5f5f5: #f5f5f5;
    --color-656565: #656565;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --color-ffffff: #fff;
    --font-family-playfair: 'PlayfairDisplayBlack', serif;
    --font-family-montserrat: "Montserrat", sans-serif;
    --secondary-font-family: "Sora";
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-26: 26px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-33: 33px;
    --font-size-40: 40px;
    --font-size-64: 64px;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
 }
 p{
     font-family: var(--font-family-playfair)!important;
 }
.welcome-page{
        font-family: var(--font-family-playfair);
}
.dream-team {
    background: url(../images/dream-team1.jpg)center no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom:0 ;
}
.pricing-cards {
    flex-wrap: wrap;
  }
  .pricing-card {
    flex: 0 1 18.75rem;
    /* background: #abecff; */
    text-align: center;
    /* padding: 1em; */
    border-radius: 0.625rem;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.pricing-card li {
    text-transform: capitalize;
    border-bottom: 1px dashed #fff5;
    font-size: var(--font-size-18);
    font-family: var(--font-family-playfair);
    /* padding: 0.2rem; */
    line-height: 2rem;
    position: relative;
    text-align: center;
    z-index: 99;
    color: var(--color-ffffff);

}
.listing {
    width: 100%;
    position: relative;
    padding: 20px 15px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 80px;
    margin-top: -80px;
    border-radius: 16px;
    background: linear-gradient(360deg, #15679f 80%, transparent)
}
.listing img{
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    margin-bottom: 0;
}
img.detail-img1{
    height: 315px;

}

/*.pricing-card li::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 1px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background: url('public/web_theme/images/check-mark.svg') 0% 0% / auto no-repeat;*/
/*}*/
.pricing-card li img {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 12px;
    left: -20px;
}

  .pricing-card hr {
    display: block;
    width: 35%;
    margin: 0 auto;
    margin-top: 0.875rem;
    margin-bottom: 0.563rem;
    visibility: visible;
}
 .pricing-card hr.first {
    background: #d6d4d3;
    height: 0.156rem;
    border: none;
  }
 .pricing-card hr.second {
    background: #1b1b1b;
    height: 0.25rem;
    border: none;
  }
  .pricing-card h3 {
    color: #a7cff0;
    font-family: var(--font-family-playfair);
    text-transform: uppercase;
    font-size: var(--font-size-25);
    letter-spacing: 0.063rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.pricing-card p {
    text-transform: capitalize;
    line-height: 30px;
    font-weight: normal;
    font-family: var(--font-family-playfair);
    color: var(--color-ffffff);
}
 .main-title{
    font-size: 4rem;
 }
 .pricing-card .card-price {
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    color: #1b1b1b;
}
 .pricing-card .card-price span {
    color: #1b1b1b;
    font-size: 2.1rem;
    margin-right: 0.625rem;
  }
   .pricing-card .card-btn {
    background: #d6d4d3;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.5rem 1.875rem;
    display: inline-block;
    transition: opacity 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
  }
 /* .pricing-card.active {
    background: #1b1b1b;
    color: #a3a3a3;
  } */
/* .pricing-card.active li {
    font-size: 1.063rem;
  } */
 .pricing-card.active .ribbon {
    opacity: 1;
    visibility: visible;
  }
 /* .pricing-card.active:hover .card-btn {
    background: #fff;
  } */
 /* .pricing-card.active hr {
    opacity: 0;
    margin: 0;
    visibility: hidden;
  }
 .pricing-card.active h3 {
    color: #d6d4d3;
  }
.pricing-card.active .card-price span {
    color: #d6d4d3;
  }
.pricing-card.active .card-price {
    color: #fff;
  } */
.pricing-card .card-title {
    margin: 0;
    padding: 30px 00px;
    text-align: center;
    font-size: var(--font-size-25);
    font-weight: var(--font-weight-ExtraBold);
    font-family: var(--font-family-playfair);
    color: #043455;
    z-index: 99;
}
.features {
    text-align: center;
    background: #105c8f;
    border-radius: 12px;
    margin-bottom: 10px;
    color: var(--color-ffffff);
}
.additional{
    background: #004e82;
}
.soul {
    text-align: center;
    padding: 20px;
}


.heading-card img{
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    z-index: 9;
}
.heading-card{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;

}
.pricing-card h3 span {
    display: block;
    font-weight: var(--font-weight-ExtraBold);
    font-family: var(--font-family-playfair);
    font-size: var(--font-size-33);
}
/* .pricing-card.active .card-btn {
    background: #d6d4d3;
    color: #1b1b1b;
    opacity: 1;
    margin-top: 2.813rem;
    visibility: visible;
  } */
  .welcome-page{

  }
  .welcome-text{
    width: 80%;
  }
  .welcome-text h2 {
    font-size: 4rem;

  }

.welcome-text h3 {
    font-family: 'PlayfairDisplayBlack';
    font-weight: var();
    font-size: 50px;
    font-weight: var(--font-weight-SemiBold);
    text-align: center;
    color: var(--color-0d4165);
    margin-bottom: 50px;
}
.join{
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
}
.join h4{
    width: max-content;
    position: relative;
    font-family: var(--font-family-playfair);
    font-weight: var();
    font-size: var(--font-size-26);
    font-weight: var(--font-weight-SemiBold);
    text-align: center;
    color: var(--color-0d4165);
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}
.join h4:before {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--color-0d4165);
    height: 3px;
    left: -105%;
    border-radius: 100%;
}
.join h4:after {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--color-0d4165);
    height: 3px;
    right: -105%;
    border-radius: 100%;
}
.join h5{
    font-family: var(--font-family-playfair);
    font-weight: var();
    font-size: var(--font-size-26);
    font-weight: var(--font-weight-SemiBold);
    text-align: center;
    color: var(--color-0d4165);
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.bg-row {
    border-radius: 36px;
    background-color: #a2ddfad1;
    padding-bottom: 50px;
    padding-top: 50px;
}
.info-box {
    /* background-color: #a2ddfa50; */
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* margin-top: -6rem; */
    position: relative;
    height: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.info-box .location{
    padding: 0.5rem 50px;
    margin-top: 1rem;
    background-color: var(--color-0d4165);
    color: var(--color-ffffff);
    display: inline-block;
    font-size: var(--font-size-24);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    letter-spacing: 1px;
}
.info-box h4{
    font-family: var(--font-family-playfair);
    font-weight: var(--font-weight-Bold);
    color: var(--color-0d4165);
    font-size: 55px;
    text-transform: uppercase;
}
.info-box li {
    color: var(--color-0d4165);
    font-size: var(--font-size-26);
    font-family: var(--font-family-playfair);
    padding:4px 0;
    text-transform: capitalize;
}
.info-box1 {
    border: 1px solid #fff;
    padding: 20px 60px;
    border-radius: 36px;
}
.info-box1 h6 {
  font-size: var(--font-size-26);
  color: var(--color-0d4165);
}
.custom-padding{
    padding: 0 100px;
}

.info-box2{
    background-color: #318ac8;

    
}
.info-box p {
    color: var(--color-000000);
    font-size: var(--font-size-25);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-family-playfair);
    margin-bottom: 0;
    text-align: left;
   
}
.info-box h3{
    font-size: var(--font-size-40);
    font-family: var(--font-family-playfair);
    font-weight: var(--font-weight-Light);
   color: var(--color-0d4165);
    margin-bottom: 15px;
}
.info-box3{
    width: 60%;
}

@media only screen and (max-width: 575px) {
   .info-box3{
    width: 100%;
}

.form-bg {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }
    ..form-bg .container{
        
    }
.bg-row {
           margin-bottom: 0;
    padding-top: 0;
    }
.info-box{
    margin-bottom: 0;
}
.info-box3 .mt-5 {
        margin-top: 0 !important;
    }
.info-box3  .mb-5 {
        margin-bottom: 1rem !important;
}
}
/*.pricing-option {*/
    /* background-color: #318ac8; */
/*    padding: 80px 0;*/
/*}*/
.pricing-option .col-12{
    margin-bottom: 20px;
}

.pricing-card .card {
    padding: 10px;
    text-align: left;
    border-radius: 1rem;
    border: 1px solid #fff;
    background: transparent;
    margin: 0 30px;
}
.welcome-page .form-section {
    margin-top: 6rem;
}
.form-bg{
    background: url(../images/form-section.jpg);
    padding-top: 100px;
        padding-bottom: 15rem !important;
}
.registration-note {
    font-size: 22px;
    text-align: center;
    width: 66%;
    margin: auto;
    color: #e9235d;
    margin-bottom: 4rem;
}
.register-now-btn a{
    padding: 1rem 2rem;
    background-color: var(--color-0d4165);
    font-weight: var(--font-weight-Medium);
    text-transform: uppercase;
    color: #fff;
    width: auto;
    display: inline-block;
}
.register-now-btn a small{
    font-size: 1rem;
}
.dj-box{
    position: relative;
}
.dj-box h3 {
    /* top: 0; */
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
}
.dj-box img {
  
    width: 100%;
  
}
.main-title {
    font-size: 4rem;
}
.location img{
    width:1rem;
}
.note{
    background: #a7cff0;
    padding: 25px 0;
    text-align: center;
}
.note small{
    font-size: var(--font-size-26);
    color: #c42323;
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-family-playfair);
    text-transform: uppercase;
}

@media only screen and (max-width:1480px) {
    :root{
        --font-size-40: 35px;
        --font-size-33: 26px;
        --font-size-26: 22px;
        --font-size-25: 20px;
        --font-size-21: 19px;
        --font-size-18: 16px;
    }

    .welcome-text h3 {
        padding-top: 2rem;
        padding-bottom: 0;
        font-size: 40px;
    }
    .info-box h4 {
        font-size: 45px;
    }
    .info-box p {
        width: 70%;
    }
    .info-box1 {
        border: 1px solid #fff;
        padding: 15px 30px;
        border-radius: 26px;
    }
    .custom-padding {
        padding: 0 70px;
    }
    .pricing-card .card-title{
        padding-top: 10px;
    }
    .heading-card img {
        height: 80px;
    }
    .listing {
        padding-top: 60px;
        margin-top: -60px;
    }
    .pricing-card .card {
        margin: 0px;
    }
    .pricing-card p {
        font-size: 18px;
        line-height: 24px;
    }
    .pricing-card h3 {
        margin-top: 1rem;
    }
    .main-title {
        font-size: 3rem;
    }

}
@media only screen and (max-width:991px) {
    .custom-padding {
        padding: 0px 20px;
    }
    .info-box .location {
        font-size: 16px;
    }
    .info-box1 h6 {
        font-size: 20px;
    }
    .info-box p {
        font-size: 22px;
        width: 100%;
    }
    .info-box{
        padding: 30px;
    }
    .join h4:before {
        content: "";
        position: absolute;
        width: 70%;
        background: var(--color-0d4165);
        height: 3px;
        left: -75%;
        border-radius: 100%;
    }
    .join h4:after {
        content: "";
        position: absolute;
        width: 70%;
        background: var(--color-0d4165);
        height: 3px;
        right: -75%;
    }
    .pricing-card p {
        font-size: 16px;
        line-height: 22px;
    }
    .register-now-btn a {
        width: 80%;
        font-size: 18px;
    }

}
@media only screen and (max-width:575px) {
    :root{
        --font-size-40: 25px;
        --font-size-26: 18px;
    }
    .form-bg {
   
    padding-bottom: 10rem !important;
}
    .dream-team {
        padding-top: 120px;
    }
    .welcome-text h3 {
        font-size: 28px;
                padding-bottom: 0;
    }
    .join h4:before {
        width: 50%;
        height: 3px;
        left: -55%;
    }
    .join h4:after {
        width: 50%;
        height: 3px;
        right: -55%;
    }
.welcome-page .form-section {
    margin-top: 3rem;
}

.pricing-option {
    padding: 30px 0;
}
.info-box {
 
    padding: 1rem;
}
.registration-note {
  
    width: 100%;
       margin-bottom: 0;
}
.info-box h4 {
    font-size: 1.5rem;
}
.bg-row {
    border-radius: 16px;
    width: 95%;
    padding-bottom: 0;
}
.info-box {
    padding: 25px 0;
}
.info-box p {
    width: 100%;
    font-size: 18px;
    margin-top: 15px !important;
    font-family: var(--font-family-playfair);
}
.custom-padding {
    padding: 0;
}
.info-box1 {
    padding: 25px;
    height: 90%;
}
.info-box .location {
    font-size: 18px;
    margin-top: 5px;
}
.welcome-text {
    width: 100%;
    overflow: hidden;
}
.welcome-text h3 {
        font-size: 25px;
        margin-bottom: 2rem;
    }
.pricing-cards .main-title{
    font-size: 30px;
}
.pricing-option {
    /* background-color: #318ac8; */
    padding: 50px 0;
    margin-top: 0;
}
}
@media only screen and (max-width:480px) {
    :root{
        --font-size-25: 18px;
        --font-size-33: 22px;
    }
    .join h4:before {
        width: 30%;
        height: 2px;
        left: -35%;
        background: rgb(13,65,101);
background: linear-gradient(270deg, rgba(13,65,101,1) 0%, rgba(255,255,255,0) 100%);

    }
    .join h4:after {
        width: 30%;
        height: 2px;
        right: -35%;
        background: rgb(13,65,101);
background: linear-gradient(90deg, rgba(13,65,101,1) 0%, rgba(255,255,255,0) 100%);

    }
.welcome-text h3 {
   
        padding-top: 0rem;
    
    }
.main-title {
    font-size: 3rem;
}
.pricing-card .card {
    padding: 5px;
}
.info-box li {
    font-size: 18px;
}
.info-box {
    padding: 20px 0px;
}
.info-box p {
    font-size: 18px;
    margin-top: 15px !important;
    text-align: center;
    font-family: var(--font-family-playfair);
}
.info-box1{
    padding: 15px;
}
.info-box1 h6 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.info-box .location {
    font-size: 14px;
    margin-top: 15px;
}
.dream-team {
    padding-bottom: 0!important;
}
.pricing-card p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.note small {
    font-size: 14px;
    padding: 0 15px;
}
.note  {
    padding: 10px;
}
.register-now-btn a {
    width: 80%;
    font-size: 16px;
    padding: 10px;
}
.pricing-option {
    /* background-color: #318ac8; */
    padding: 30px 0;
    margin-top: 0;
}

}

