*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "SonnyVol2-Regular";
}

a{
    text-decoration: none;
}

@font-face {
    font-family: "SonnyVol2-ultralight";
    src: url(../fonts/SonnyVol2-Light.ttf);
}

@font-face {
    font-family: "SonnyVol2-light";
    src: url(../fonts/SonnyVol2-Book.ttf);
}

@font-face {
    font-family: "SonnyVol2-Regular";
    src: url(../fonts/SonnyVol2-Regular.ttf);
}

@font-face {
    font-family: "SonnyVol2-bold";
    src: url(../fonts/SonnyVol2-Bold.ttf);
}

@font-face {
    font-family: "SonnyVol2-ExtraBold";
    src: url(../fonts/SonnyVol2-ExtraBold.ttf);
}

@font-face {
    font-family: "FANTASY-MAGIST";
    src: url(../fonts/FANTASY-MAGIST.otf);
}

.banner{
    padding-top: 50px;
    background: #fff;
}

.thankyou_section{
    padding: 20px 0 70px 0;
    background: #fff;
}

.thankyou_section h2{
    color: #3E4195;
    font-size: 48px;
    margin-bottom: 18px;
}

.thankyou_section p{
    color: #373737;
    font-size: 24px;
    margin-bottom: 0;
}

.cards_section{
    background: #d8d9ea;
    padding: 70px 0;
}

.cards{
    background: #3E4195;
    padding: 100px 30px 30px 30px;
    width: calc(100% - 80%);
    border-radius: 10px;
}

.cards img{
    width: 40px;
}

.cards h4{
    font-family: "SonnyVol2-bold";
    color: #fff;
    font-size: 32px;
    margin-top: 10px;
    line-height: 36px;

}

.cards a{
    background: #FF6711;
    padding: 8px 40px;
    font-size: 22px;
    border-radius: 10px;
    color: #fff;
    margin-top: 40px;
    width: 100%;
    display: block;
    text-decoration: none;
}

.cards a img{
    width: 50px;
}

.value_section {
    position: relative;
}

.value_section .text_position{
    position: absolute;
    top: calc(100% - 65%);
}

.value_section h3{
    font-size: 60px;
    color: #fff;
    font-family: "SonnyVol2-bold";
}

.living_outside_section{
    padding: 70px 0;
}

.living_outside_section h3{
    color: #3E4195;
    font-size: 32px;
}

.living_outside_section h3 span{
    color: #FF6711;
    font-size: 60px;
}

.living_outside_section h4{
    color: #3E4195;
    font-size: 34px;
}

.living_outside_section p{
    font-family: "SonnyVol2-light";
    color: #373737;
    font-size: 26px;
    margin-top: 60px;
}

.living_outside_section a{
    background: #FF6711;
    padding: 12px 20px;
    font-size: 22px;
    border: none;
    outline: none;
    border-radius: 10px;
    color: #fff;
    display: block;
    width: max-content;
    text-decoration: none;
}

.living_outside_section a img{
    width: 80px;
}

.blue_bg{
    position: relative;
    margin-top: -180px;
}

.blue_bg .bg_image{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1000px;
}

.blue_bg .tea_cup{
    margin-top: -50px;
}

.blue_bg h2{
    font-family: "SonnyVol2-bold";
    color: #FF6711;
    font-size: 96px;
    line-height: 95px;
    margin-bottom: 50px;
}

.blue_bg h2 span{
    font-size: 113px;
    font-family: "SonnyVol2-bold";
    text-transform: uppercase;
}

.blue_bg h4{
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
}

.blue_bg h6{
    font-size: 28px;
    color: #fff;
}

.large_card{
    background: #FF6711;
    border-radius: 10px;
    width: 100%;
    padding: 60px;
    margin-bottom: 20px;
}

.large_card h4{
    font-family: "SonnyVol2-bold";
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
}

.large_card img{
    width: 50%;
}

.large_cards{
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.community_section{
    background: #fff;
    padding: 70px 0;
    margin-top: 70px;
}

.community_section h3{
    width: 400px;
    font-family: "SonnyVol2-light";
    margin: auto;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}

.social_media_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social_media_container .social_box{
    background-color: #ECECEC;
    padding: 50px;
    border-radius: 10px;
}

.contact_section{
    background: url(../images/contact_bg.webp) no-repeat left center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.contact_section img{
    width: 100px;
    margin-bottom: 20px;
}

.contact_section h3{
    font-size: 48px;
    font-family: "SonnyVol2-bold";
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_section h4{
    font-size: 36px;
    font-family: "SonnyVol2-light";
    line-height: 34px;
    margin-bottom: 50px;
}

.contact_section form{
    margin-top: 20px;
}

.contact_section form input{
    height: 64px;
    border-radius: 0;
}

.contact_section form textarea{
    height: 150px;
    border-radius: 0;
}

.contact_section form textarea::placeholder{
    font-size: 20px;
    color: #7a7a7a;
    font-family: "SonnyVol2-light";   
}

.contact_section form input::placeholder{
    font-size: 20px;
    color: #7a7a7a;
    font-family: "SonnyVol2-light";
}

.contact_section .submit_btn{
    background: #FF6711;
     color: #fff;
     width: 100%;
     height: 64px;
     font-size: 28px;
     text-align: center;
     border-radius: 0;
     font-family: "SonnyVol2-light";
     margin-top: 10px;
}

.error {
    text-align: left;
}

.footer_section{
    background: #3e4195;
    padding: 70px 0;
    color: #fff;
    font-family: "SonnyVol2-ultralight";
}

.footer_section h4{
    color: #FF6711;
    margin: 40px 0 0 25px;
}

.footer_section .contact_details{
    display: flex;
    align-items: flex-start;
}

.footer_section .contact_details img{
    margin-top: 5px;
    margin-right: 10px;
}

.footer_section .contact_details p{
    font-family: "SonnyVol2-ultralight"; 
}

.footer_section .footer_buttons{
    display: flex;
    justify-content: space-between;
    max-width: 370px;
}

.footer_buttons .btn{
    background-color: #f5f5f5;
    border-radius: 10px;
    font-size: 20px;
    color: #3e4195;
    padding: 10px;
}

.footer_buttons .btn img{
    margin-right: 8px;
    width: 25px;
}

.footer_common{
    display: flex;
    justify-content: space-between;
}

.footer_section .left_section{
    width: calc(100% - 50%);
}

.footer_section .right_section{
    width: 35%;
}

.footer_section .right_section h3{
    margin-top: 40px;
    color: #FF6711;
    font-size: 40px;
    line-height: 44px;
    font-family: "FANTASY-MAGIST";
}

.footer_section .right_section p{
    font-family: "SonnyVol2-ultralight"; 
    font-size: 18px;
    line-height: 24px; 
}

.footer_section .qr_social_section, .footer_section .stores{
    display: flex;
}

.footer_section .right_section .social_media{
    margin-left: 15px;
}

.footer_section .right_section .social_media p{
    font-size: 18px;
    margin-bottom: 12px;
    font-family: "SonnyVol2-Regular";
}

.footer_section .stores img{
    margin-left: 5px;
}

.footer_section .qr_social_section .medias img{
    margin-right: 10px;
}

.bottom_footer{
    background: #FF6711;
    padding: 20px 0;
    color: #fff;
}

.bottom_footer .footer_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
}

.bottom_footer .footer_content p{
    font-family: "SonnyVol2-ultralight";
    margin-bottom: 0;
    color: #fff;
}

.bg-danger, .btn-danger{
    background-color: #3E4195 !important;
}

.btn-danger{
    outline: none !important;
    border: none !important;
}

.btn-close{
    color: #fff !important;
}

.footer_buttons .btn a{
    color: #3E4195;
    font-size: 20px;
}

.footer_content a{
    color: #ffff;
    font-family: "SonnyVol2-light";

}

select{
    height: 64px;
    width: 100%;
    border-radius: 0;
    padding: 10px;

}
select:first-child{
    font-size: 20px;
    color: #7a7a7a;
    font-family: "SonnyVol2-light"; 
}


  @-webkit-keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  @keyframes floatUp {
    0% , 100%{
        transform: translateY(-2px);
    }
    50%{
        transform: translateY(-10px);
    }
  }

  .social_box:hover{
     animation: floatUp 1s ease-in-out infinite both;
  }
  
  
.heart{
  color: red;
  display: inline-block;
  -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
  animation: pulsate-bck 1s ease-in-out infinite both;
}

.btn_hover { transition: all .2s ease-in-out; }
.btn_hover:hover { transform: scale(1.1); }

.large_card { transition: all .2s ease-in-out; }
.large_card:hover { transform: scale(1.1); }


.submit_btn{ transition: all .2s ease-in-out; }
.submit_btn:hover { background-color: #3E4195; }


.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-button {
    width: 100%;
    border: none !important; 
    outline: none !important;
    background: #fff !important;
    border-radius: 0 !important;
    font-size: 20px;
    color: #7a7a7a;
    font-family: "SonnyVol2-light";
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px 10px 14px;
}

.dropdown-button:hover {
    background-color: #45a049;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content p {
    color: #3E4195;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-bottom: 0;
}

.dropdown-content p:hover {
    background-color: #3E4195;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-button::after {
    content: ' ▼'; /* Unicode for down arrow */
    font-size: 12px;
    margin-left: 10px; /* Space between the text and arrow */
}
.contact_details a {
  color: #ffffff; /* match your footer text color */
  text-decoration: none;
}

.contact_details a:hover {
  color: #f7941d; /* optional hover color */
}
.contact_details p,
.contact_details a {
  font-family: 'SonnyVol2-ultralight'; /* your current font */
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}