@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

:root {
    --theme-color: #BBDFEB;
    --theme-color2: #FF0062;
}
body {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, p {
    color: #000000;
}
.theme-ct, a {
    color: var(--theme-color);
}
.theme-ct2 {
    color: var(--theme-color2);
}
.theme__ct2 {
    color: var(--theme-color2) !important;
}
.text-upper {
    text-transform: uppercase;
}
.fp-font {
    font-family: "Kaushan Script", cursive;
    font-weight: normal;
    text-transform: lowercase;
}
.heading h2 {
    font-size: 32px;
    font-weight: 700;
}
.btn.theme-btn, .btn.theme-btn2 {
    background: #000000;
    border: 2px solid #000000;
    border-radius: 0px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 35px;
    min-width: 460px;
    box-shadow: 0 7px 20px 0 rgba(78, 96, 255, 0.16);
    letter-spacing: 2px;
}
.btn.theme-btn2 {
    background: var(--theme-color2);
    border: 2px solid var(--theme-color2);
}
.bonus-added{
    background: #000;
    padding: 3rem 0rem;
    position: relative;
}
.bonus-added .heading h2{
    color: #fff;
}
.bonus-added .heading p{
    color: #fff;
    width: 75%;
    margin: auto;
}
.bonus-added .bonus-img-left{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 16%;
}
.bonus-added .bonus-img-right{
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.btn.theme-btn:hover {
    background: var(--theme-color2);
}

.btn.theme-btn.btn2 {
    background: none;
    border-color: #ffffff;
}
.btn.theme-btn.btn2:hover {
    background: #ffffff;
    color: #000000;
}

section {
    position: relative;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}


.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 50px 20px;
    z-index: 99;
}

.header .main_logo img {
    max-width: 165px;
}
.main_hero {
    background-size: cover;
    background-position: center;
    padding: 160px 0;
}
.main_hero h1 {
    font-size: 78px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 0.9;
    margin: 0;
}
.main_hero.event_hero h1 {
    font-size: 100px;
}
.main_hero h1 .fp-font {
    font-size: 1.281em;
    color: #BBDFEB;
}
.main_hero.event_hero h1 .fp-font {
    position: relative;
    font-size: 1.2em;
}

.main_hero h1 .info {
    font-size: 0.345em;
    font-weight: 400;
    line-height: 1;
    margin-right: 12px;
}
.main_hero.inner_hero .info_text {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5.75px;
}
.main_hero.event_hero .info_text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 18px;
}





.cc_event-wrapper .container {
    max-width: 1120px;
    padding: 0 25px;
}
.cc_event-wrapper .heading h2 {
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.cc_event-wrapper .heading h2 span.theme-ct2{
    font-family: "Kaushan Script", cursive;
    text-transform: lowercase;
}
.cc_event-wrapper p {
    font-size: 18px;
}
.ready_toMatch {
    padding-bottom: 0;
}
.line-x-595{
    border: 0.1px solid #000;
    margin-bottom: 2rem;
}
.line-x-595.respo{
    width:75%;
    margin: auto;
}


.ready_toMatch {
    padding-bottom: 0 !important;
}
.ready_toMatch p {
    margin: 0;
}
.ready_toMatch .devider {
    position: relative;
    padding: 0 25px;
}
.ready_toMatch .devider::before {
    position: absolute;
    content: "";
    background: #ccc;
    width: 2px;
    height: 85%;
    top: 6%;
    left: 50%;
}
.ready_toMatch .btnBox .btn {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 358px;
}
.text_min_595{
    margin: auto !important;
    width: 65%;
}
.match-left-595{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    left: 0;
    z-index: 2;
    pointer-events: none;
    bottom: -6vw;
    width: 16vw;
}
.match-right-595{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    right: 0;
    z-index: 2;
    pointer-events: none;
    bottom: -6vw;
    width: 16vw;
}
.howWok {
    /* background: #D3EFF8; */
    padding-bottom: 55px;
}

.howWok .content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.howWok .imgBox {
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
    text-align: center;
}


.registerNow .formArea {
    margin: 0px auto 0;
}
.registerNow .formArea .label {
    font-size: 21px;
    font-weight: 400;
    display: block;
    margin-bottom: 35px;
}

.registerNow .check_item {
    cursor: pointer;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: start;
    line-height: 1;
    margin-bottom: 30px;
}

.registerNow .check_item input {
    width: 22px;
    height: 22px;
    margin-right: 16px;
    margin-top: 3px;
}
.registerNow .formArea .form-group {
    margin-bottom: 15px;
}

.registerNow .formArea .form-group .form-control {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 0px;
    font-size: 14px;
    min-height: 50px;
}
.registerNow .formArea .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}
.registerNow .formArea .form-group .form-control::-webkit-input-placeholder {
  color: #000000;
}
.registerNow .formArea .form-group .form-control:-ms-input-placeholder {
  color: #000000;
}
.registerNow .formArea .form-group .form-control::placeholder {
  color: #000000;
}
.registerNow .btnBox .btn {
    font-size: 28px;
    font-weight: 700;
    min-width: 358px;
}
.our_faq .accordion.faq_list .accordion-item.faq_item{
    border: 0px;
    padding: 0px;
}
.our_faq .accordion.faq_list .accordion-item.faq_item h3{
    margin-bottom: 0px;
}
.our_faq .accordion.faq_list .accordion-item.faq_item button.accordion-button{
    font-weight: 700;
    background-color: transparent;
    color: #000;
    box-shadow: 0px 0px #0000;
}
.get_advice h2, .get_advice .content p {
    color: #ffffff;
}
.accordion-button::after{
    background-image: none !important;
}

.our_faq {
    position: relative;
}

.our_faq .bg_layer {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    right: 0;
    bottom: -206px;
    width: 260px;
    height: 500px;
    z-index: 2;
    pointer-events: none;
}
.faq_item {
    padding: 10px 0;
}

.faq_item h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}

.our_reviews {
    background: #D3EFF8;
    padding-bottom: 120px;
    padding-left: 50px;
    padding-right: 50px;
}
.our_reviews .slider_area {
    padding-top: 65px;
}
.reviewSlider .owl-stage {
    display: flex;
}

.reviewSlider .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviewSlider .item p {
    margin-bottom: 0px;
    font-size: 16px !important;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviewSlider .item h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 8px 0 0;
}
.reviewSlider .owl-nav button {
    position: absolute;
    top: 47%;
    font-size: 50px !important;
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    display: inline-flex;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reviewSlider .owl-nav button.owl-prev {
    left: 0px !important;
}
.reviewSlider .owl-nav button.owl-next {
    right: 0px !important;
}

.reviewSlider .owl-carousel .owl-stage-outer .owl-stage{
    display: flex;
    align-items: stretch;
}
.reviewSlider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    padding: 40px 25px 30px;
    text-align: center;
    margin: 0px 10px;
}


.footer .inner_column {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    margin-top: -50px;
    position: relative;
}
.footer h2 {
    color: #ffffff;
    font-size: 75px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.8;
}
.footer h2 .fp-font {
    position: relative;
    font-size: 1.065em;
}

.footer h2 .fp-font.theme-ct2 {
    font-size: 1.2em;
}
.copyright p {
    font-size: 18px;
    margin: 0 0 14px;
}
.copyright a {
    color: #000000;
}
.after-991{
  display: none;
}
.get_advice .content p.before-991{
  font-size: 18px;
}
.registerNow .check_item span.theme-ca2 {
    font-size: 20px;
    font-weight: 700;
}
.registerNow .check_item span.theme-ct2 {
    font-size: 30px;
    font-weight: 700;
}
.registerNow .check_item span{
    font-size: 20px;
    font-weight: 500;
}

/*===================================== radio circle */

.checkbox-container-dt {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-container-dt input[type="radio"] {
    display: none;
}

.checkbox-container-dt .check-dt {
    margin-top: 6px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
}

.checkbox-container-dt input[type="radio"]:checked + .check-dt {
    background-color: blue;
    border-color: blue;
}

.checkbox-container-dt input[type="radio"]:checked + .check-dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.owl-controls .owl-pagination .owl-page.active span::before{
    content: "<";
    font-size: 24px;
    font-family: 'Poppins';
    color: #222222;
    position: absolute;
    top: 45%;
    left: -5px;
    width: fit-content;
}
.owl-controls .owl-pagination .owl-page span::before{
    content: ">";
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #222222;
    position: absolute;
    top: 45%;
    right: -5px;
    width: fit-content;
}

.mobile-none{
  display: block;
}
.desktop-none{
  display: none;
}




.scroll-marquee {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 10%, #fff 90%, transparent);
}

.scroll-marquee .eve-146 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.scroll-marquee .eve-146 span {
  display: inline-flex;
  margin-left: 30px;
  transition: 0.15s;
}
.web-none{
    display: none;
}

/*================================================== Responsive Part
*/

@media (max-width: 768px) {

  .scroll-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
  }

  .scroll-marquee .eve-146 {
    animation: scroll 0s linear infinite;
    animation-duration: var(--t-mobile, 60s); /* Slower on mobile */
  }
}

@media (max-width: 480px) {
  .scroll-marquee .eve-146 {
    animation: scroll 0s linear infinite;
    animation-duration: var(--t-mobile, 80s); /* Even slower on smaller screens */
  }
}


@media (max-width: 1199px) {
    .reviewSlider .item p {
        font-size: 16px !important;
    }
    .match-left-595 {
        left: -8vw;
    }
    .match-right-595 {
        right: -8vw;
    }
    section.ready_toMatch.section-padding{
        overflow: hidden;
    }
    .text_min_595 {
        width: 90%;
    }
    .our_faq .bg_layer {
        bottom: -7vw;
    }
  .registerNow .check_item span.theme-ca2 {
    font-size: 18px;
    font-weight: 700;
  }
  .registerNow .check_item span.theme-ct2 {
    font-size: 26px;
    font-weight: 700;
  }
  .registerNow .check_item span{
    font-size: 18px;
    font-weight: 500;
  }
  .cc_event-wrapper p {
    font-size: 18px;
  }
    
    .main_hero.event_hero h1 {
        font-size: 68px;
    }
    .main_hero.event_hero .info_text {
        font-size: 17.5px;
    }
    /* .ready_toMatch .container, .registerNow .container {
        max-width: 500px;
    } */
    .registerNow .check_item {
        font-size: 18px;
    }
    .howWok .imgBox {
        margin-right: 0 !important;
    }
    .faq_list {
        padding-right: 126px;
    }
    .our_faq .bg_layer {
        width: 194px;
    }

    .get_advice .imgBox img {
        max-width: 350px;
    }
    .btn.theme-btn {
        font-size: 22px;
        padding: 6px 35px;
        min-width: 360px;
    }
    
}
@media (max-width: 991px) {
  .mobile-none{
    display: none;
  }
  .desktop-none{
    display: block;
  }
    .owl-controls .owl-pagination .owl-page.active span::before{
        top: 25%;
    }
    .owl-controls .owl-pagination .owl-page span::before{
        top: 25%;
    }
  .our_faq .bg_layer{
    display: none;
  }
  .theme-ct2 {
    display: block;
  }
  .bg_test-layer{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    right: -4vw;
    z-index: 2;
    pointer-events: none;
    bottom: -25vw;
    width: 110px;
    height: 285px;
  }
  .section-padding.testimonial-section{
    overflow: hidden;
  }
  .bonus-added .heading p {
    color: #fff;
    width: 100%;
  }
  .bonus-added{
    padding-bottom: 0px;
  }
  /* .bonus-added .heading .bonus-img-left{
    display: none;
  } */
  .bonus-added .bonus-img-left {
    position: static;
    width: 25%;
  }
  .bonus-added .bonus-img-right {
    position: static;
    width: 35%;
  }
  .registerNow .check_item span.theme-ca2 {
    font-size: 18px;
  }
  .registerNow .check_item span {
    font-size: 18px;
  }
  .before-991{
    display: none;
  }
  .after-991{
    text-align: left;
    display: block;
  }
    header.header {
        text-align: center;
        padding-top: 100px;
    }
    header.header.left_align {
        text-align: left;
        padding: 42px 20px;
    }
    .main_hero {
        padding: 220px 0 120px;
    }
    .main_hero.event_hero h1 {
        font-size: 50px;
    }
    .main_hero.event_hero .info_text {
        font-size: 15.7px;
    }
    .cc_event-wrapper .heading h2 {
        font-size: 33px;
        line-height: 0.95;
    }
    .ready_toMatch .devider {
        padding: 0;
        margin: 25px 0;
    }
    .ready_toMatch .devider::before {
        width: 120px;
        height: 2px;
        transform: translateX(-50%);
    }
    .our_faq .bg_layer {
        bottom: -102px;
        width: 142px;
        height: 285px;
    }
}
@media (max-width: 767px) {
    .btn.theme-btn, .btn.theme-btn2{
        width: 100%;
        min-width: auto;
    }
    .cc_event-wrapper .heading h2 span.theme-ct2 {
        font-size: 40px;
    }
    .match-left-595 {
        bottom: 0px;
        top: -7vw;
        width: 28vw;
        left: -15vw;
    }
    .match-right-595 {
        bottom: 0px;
        top: -7vw;
        width: 28vw;
        right: -15vw;
    }
    .cc_event-wrapper p.text_min_595{
        font-size: 14px;
        width: 75%;
    }
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ready_toMatch .imgBox {
        margin: 42px -25px 0 !important;
    }
    .howWok .content {
        text-align: center;
    }
    .registerNow {
        padding-top: 75px;
    }
    .registerNow .formArea {
        margin: 10px auto 0;
    }
    .registerNow .check_item {
        font-size: 18px;
    }
    .registerNow .formArea .label {
        font-size: 16.5px;
        text-align: center;
    }
    
    .our_reviews {
        padding-left: 20px;
        padding-right: 20px;
    }
    .reviewSlider .owl-nav button.owl-prev {
        left: -25px;
    }
    .reviewSlider .owl-nav button.owl-next {
        right: -25px;
    }
    
    
    .reviewSlider .item p {
        font-size: 16px;
    }
    .reviewSlider .item h3 {
        font-size: 18px;
    }
    
    .faq_list {
        padding-right: 20px;
    }
    .faq_list .faq_item:last-child {
        padding-right: 60px;
    }
    .faq_item h3 {
        font-size: 17.5px;
    }
    .faq_item p {
        font-size: 15px;
    }
    
    
    
    .footer .container {
        padding: 0;
    }
    .footer .inner_column {
        margin-top: 0;
    }
    .footer h2 {
        font-size: 56px;
    }
    .footer h2 .fp-font {
        font-size: 1.2em;
    }
    .copyright p {
        font-size: 10px;
    }
    .copyright a {
        font-size: 10px;
    }
    
}
    

@media (max-width: 640px) {
    .btn.theme-btn {
        min-width: 278px;
    }
    header.header {
        padding-top: 42px;
    }
    .header .main_logo img {
        max-width: 38px;
    }

    .header .client_logo img {
        max-width: 44px;
    }
    .header .client_logo2 img {
        max-width: 44px;
        height: 56px !important;
    }
    .responsive-iframe {
      position: relative;
      width: 100%;
      height: 350px;
      border: none;
    }
    .main_hero {
        padding: 200px 0 65px;
    }
    .main_hero .arrow_down {
        margin-top: 100px !important;
    }
    .main_hero .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our_reviews .slider_area {
        padding-top: 30px;
    }
    .footer h2 .theme-ct {
        line-height: 0.6;
    }
    .copyright {
        padding: 20px 0 10px;
    }
    .footer h2 span.fp-font.theme-ct{
        display: inline !important;
    }
    .theme-ct2.ct1-theme{
        display: inline !important;
    }
}
    
@media (max-width: 480px) {
    header.header.left_align {
        padding: 25px 10px;
    }
    .header .main_logo img {
        max-width: 24px;
    }
    .header .client_logo.ms-3 {
        margin-left: 5px !important;
    }
    .header .client_logo img {
        max-width: 30px;
    }
    .header .client_logo2.ms-3 {
        margin-left: 5px !important;
    }
    .header .client_logo2 img {
        max-width: 44px;
        height: 40px !important;
    }
    .ready_toMatch .btnBox .btn, .registerNow .btnBox .btn {
        font-size: 25px;
        min-width: auto;
        width: 100%;
    }
}
@media (max-width: 380px) {
    .btn.theme-btn {
        font-size: 20px;
        padding: 4px 26px;
        min-width: 265px;
    }
    .registerNow .check_item {
        font-size: 16px;
    }
    .our_quote .content p {
        font-size: 16px;
    }
    .footer h2 {
        font-size: 46px;
    }
}
@media (min-width: 992px){
    .howWok .imgBox {
        margin-bottom: -162px;
        margin-right: -80px;
    }
}
@media (min-width: 1200px){
    .our_reviews .slider_area {
        margin: 0 -35px;
    }
}
@media (min-width: 1400px){
    .our_faq .bg_layer {
        bottom: -6vw;
        width: 20vw;
        height: 38vw;
    }
}
@media (min-width: 1200px){
    .content.event_text_min {
       width: 90%;
       display: block;
       margin: auto;
    }
}

@media (min-width: 1745px) {
    .match-left-595 {
        width: 11vw;
        bottom: -4vw;
    }
    .match-right-595 {
        width: 11vw;
        bottom: -4vw;
    }
    .bonus-added .heading .bonus-img-left {
        width: 11%;
    }
    .our_faq .bg_layer {
        bottom: -1vw;
        width: 11vw;
        height: 20vw;
    }
}
 
