@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
:root{
    --dark-red: #c81d25;
    --light-red: #ff5a5f;
    --dark-blue: #0b3954;
    --light-blue: #087e8b;
    --very-light-blue: #bfd7ea;
    --dark-black: #242424;
    --light-black: #424242;
    --white: #ffffff;

    --font-figtree: "Figtree", sans-serif;
    --font-size1: 70px;
    --font-size2: 34px;
    --font-size3: 24px;
    --font-size4: 70px;
}
body{
    font-family: var(--font-figtree);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.24rem;
}
.text-primary{
    color: var(--light-blue) !important;
}
.hero-section{
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 5vw 5vw 15rem;
    border-radius: 1rem;
    position: relative;
}
.hero-section.inner-page{
    padding: 5vw;
    /* background-color: var(--dark-red); */
}
.hero-section .hero-container{

}
.hero-section .hero-container h1, .title-big{
    font-weight: 900;
    font-size: 8.8vw;
}
.hero-section .hero-section-image{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18rem;
    text-align: right;
    border-radius: 0 0 1rem 0;
    overflow: hidden;
}
.hero-section .hero-section-image > img{
    /* width: auto;
    max-width: 100%; */
    width: 100%;
}
.subtext{
    font-size: 6vw;
    font-weight: 500;
    line-height: 1.3;
}
.btn-danger{
    background-color: var(--light-red);
}
.btn-holder{
    padding: 0.5rem 0;
}

.btn{
    font-weight: 600;
    text-transform: uppercase;
}
.btn-lg{
    font-size: 5vw;
    display: block;
    padding: 0.8rem 0.5rem ;
}
.navbar-nav .nav-item{
    text-transform: uppercase;
    font-weight: 700;
    color: var(--dark-black);
} 
.navbar-nav .nav-item .nav-link.btn{
    font-weight: 700;
    color: var(--white);
}
.about-section{
    padding: 2rem 1rem 0;
}
.section-padding{
    padding: 2rem 1rem;
}
.bg-danger{
    color: var(--white);
    background-color: var(--dark-red) !important;
}
.icon-container .bi{
    font-size: 3.5rem;
}
.h3{
    font-weight: 700;
    font-size: 1.6rem;
}
.image-holder{
    padding: 2rem 0;
}
.list-icon-img-holder{
    color: var(--dark-red);
    display: inline-block;
    padding: 0.5rem 0.5rem;
}
.image-holder-rounded{
    border-radius: 1rem;
    overflow: hidden;
}
.bg-gray {
    background-color: var(--very-light-blue);
}
.tips-section{
    border-radius: 1rem;
}
.tips-section .list-icon-img-holder{
    color: var(--dark-blue);
 }
 .tips-section{
        margin-top: 1rem;
    }
 .text-blue-dark{
    color: var(--dark-blue);
 }   
.faq-section .faq-image >  img{
    max-width: 100%;
    width: auto;
    border-radius: 1rem;
}
.faq-section .faq-title .title-big{
    line-height: 1.3;
}
.faq-container{

}
.faq-container .accordion-item{
    border: 0;
    border-bottom: 1px solid var(--very-light-blue);
    margin-bottom: 1rem;
}
.faq-container .accordion-button{
    background-color: transparent;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--light-blue);
    border: 0;
}
.accordion-button:not(.collapsed),.accordion-button:focus{
    box-shadow: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0;
}
.copyright-section{
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 1rem 0;
    font-size: 1.1rem;
}
.bg-blue{
    background-color: var(--light-blue);
    color: var(--white);
}
footer .list-group-item{
    padding-left: 0;
}
footer .subtext{
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
footer .list-group-item a{
    color: var(--dark-black);
    text-decoration: none;
}
footer .social-icon{
    color: var(--light-blue);
    padding: 0.5rem !important;
    font-size: 2.2rem !important;
}
.call-to-action-section .btn-white{
    background-color: var(--white);
    color: var(--light-blue);
}
.call-to-action-section .action-section-contact{
    font-size: 1.25rem;
    font-weight: 600;
}
.call-to-action-section .action-section-contact > div{
    padding: 1rem 0;
}
 .form-control {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
    border-radius: 0.65rem;
    border-color: var(--very-light-blue);
    color: var(--dark-blue);
    font-weight: 600;
}
.form-control:focus {
    border-color: var(--light-blue);
    box-shadow: none;
}
.form-lable{
    font-size: 1.1rem;
    font-weight: 600;
}
.navbar .navbar-nav{
    z-index: 2;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--light-red);
}
@media(max-width: 500px){
    .navbar-brand{
        max-width: 255px;
    }
    .navbar .container-fluid{
        align-items: start;
    }
    .navbar-toggler{
        border-radius: 50%;
        width: 3.5rem;
        height: 3.5rem;
    }
    .navbar-collapse .navbar-nav{
       margin: 1rem ;
    }
    .carousel-inner{
        padding: 2rem 0;
    }
    .testimonail-background-container{
        width: 100%;
        margin: 0 auto;
    }
    .testimonial-profile{
        border-radius: 1rem;
        overflow: hidden;
        margin: 0 auto 1rem;
        text-align: center;
    }
      .testimonial-profile > img{
        border-radius: 1rem;
      }
    .testimonial-content{
        font-size: 1.6rem;
        font-weight: 600;
    }
    .person-name{
        font-size: 1.4rem;
    }
   
    .carousel-control-prev {
        left: -1rem;
        top: calc(50% - 1rem);
        background: red;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        font-size: 1.5rem;
        line-height: 1;
    }
    .carousel-control-next {
        left: auto;
        right: -1rem;
        top: calc(50% - 1rem);
        background: red;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        font-size: 1.5rem;
        line-height: 1;
    }
    .accordion-button, .accordion-body{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
     .video-size{
        height: 210px;
    }
}
@media(min-width: 501px) and (max-width: 900px){
    .navbar-brand{
        max-width: 280px;
    }
    .navbar .container-fluid{
        align-items: start;
    }
    .navbar-toggler{
        border-radius: 50%;
        width: 3.5rem;
        height: 3.5rem;
        margin: 1rem 1rem 0 0;
    }
    .navbar-collapse .navbar-nav{
       margin: 2rem !important;
    }
    .hero-section{
        padding: 7vw 7vw 15rem;
        border-radius: 2rem;
    }
    .hero-section .hero-container{
        width: 75%;
    }
    .hero-section.inner-page .hero-container{
        width: 100%;
    }
    .hero-section .hero-container h1,  .title-big{
        font-size: 6.5vw;
    }
    .subtext{
        font-size: 4.2vw;
    }
    .btn-lg{
        font-size: 3.5vw;
    }
    .hero-section .hero-section-image{
        width: 23rem;
    }
    .about-section{
        font-size: 1.5rem;
    }
     .tips-section{
        padding: 4rem;
    }
     .tips-section{
        padding: 5rem !important;
        font-size: 1.5rem;
    }
    .tips-section .list-icon-img-holder{
        font-size: 1.7rem;
    }
    .carousel-inner{
        padding: 2rem 0;
    }
    .testimonail-background-container{
        width: 100%;
        margin: 0 auto;
    }
    .testimonial-profile{
        border-radius: 1rem;
        overflow: hidden;
        margin: 0 auto 1rem;
        text-align: center;
    }
      .testimonial-profile > img{
        border-radius: 1rem;
      }
    .testimonial-content{
        font-size: 1.2rem;
        font-weight: 600;
    }
    .person-name{
        font-size: 1.4rem;
    }
   
    .carousel-control-prev {
        left: -1rem;
        top: calc(50% - 1rem);
        background: red;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        font-size: 1.5rem;
        line-height: 1;
    }
    .carousel-control-next {
        left: auto;
        right: -1rem;
        top: calc(50% - 1rem);
        background: red;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        font-size: 1.5rem;
        line-height: 1;
    }
    .faq-container .accordion-button{
        font-size: 1.6rem;
    }
    .call-to-action-section .action-section-contact{
        font-size: 2rem;
    }
    .call-to-action-section .action-section-contact > div{
        padding: 1rem 0;
    }
    .contact-content .subtext{
        font-size: 1.8rem;
    }
    .form-lable {
        font-size: 1.3rem;
    }
    .form-control{
        font-size: 1.5rem;
        padding: 1rem 1.5rem;
    }
}
@media(min-width: 1024px) and (max-width: 1199px){
    body{
        font-size: 1.45rem;
    }
    .hero-section .hero-container{
        width: 45%;
    }
    .hero-section.inner-page .hero-container{
        width: 100%;
    }
    .hero-section{
        display: flex;
        padding: 5vw;
        overflow: hidden;
    }
    .hero-section.inner-page{
        padding: 4vw 5vw;        
    }
    .hero-section .hero-container h1,  .title-big{
        font-size: 2rem;
    }
    .subtext{
        font-size: 1.6rem;
    }
    .btn-lg{
        font-size: 1.6rem;
    }
    .hero-section .hero-section-image{
        width: 33rem;
        border-radius: 0 0 1rem 0;
        overflow: hidden;
    }
    .navbar-expand-lg .navbar-nav{
        margin-right: 0 !important;
        margin-left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 1rem ;
        padding-right: 1rem;
    }
    .about-section{
        font-size: 1.5rem;
    }
    .tips-section{
        margin-top: 0;
    }
    .section-padding {
        padding: 4rem 1rem;
    }
    .tips-section{
        padding: 3.5rem !important;
        margin-top: 0rem;
    }
    .image-holder-rounded, .tips-section{
        height: 100%;
    }
     .carousel-inner{
        padding: 2rem;
    }
    .testimonail-background-container{
        width: 900px;
        margin: 0 auto;
    }
    .testimonial-profile{
        border-radius: 1rem;
        overflow: hidden;
        margin: 0 3rem 0 0;
    }
    .carousel-item-container{
        background-color: var(--white);
        border-radius: 2rem;
        padding: 3rem;
        min-height: 400px;
        position: relative;
        margin: 0.5rem 0;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }
    .testimonial-content{
        font-size: 1.8rem;
        font-weight: 600;
    }
    .person-name{
        font-size: 1.4rem;
    }
    .carousel-item-layer1{
                background-color: var(--very-light-blue);
        border-radius: 2rem;
        padding: 3rem;
        position: absolute;
        left: 2rem;
        right: 2rem;
        bottom: 0;
        top: 0;
        z-index: -1;
        transform: skewY(-2deg) rotate(5deg);
        margin: 2rem;
    }
     .carousel-item-layer2{
       background-color: var(--very-light-blue);
        border-radius: 2rem;
        padding: 3rem;
        position: absolute;
        left: 2rem;
        right: 2rem;
        bottom: 0;
        top: 0;
        z-index: -1;
        transform: skewY(2deg) rotate(-5deg);
        margin: 2rem;
    }
    .carousel-control-prev {
        left: 0;
        top: calc(50% - 2rem);
        background: red;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        font-size: 1.7rem;
        line-height: 1;
    }
    .carousel-control-next {
        left: auto;
        right: 0;
        top: calc(50% - 2rem);
        background: red;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        font-size: 1.7rem;
        line-height: 1;
    }
    .faq-container .accordion-button{
        font-size: 1.7rem;
    }
     .call-to-action-section .action-section-contact{
        font-size: 1.5rem;
    }
    .call-to-action-section .action-section-contact > div{
        padding: 1rem 0;
    }
     .contact-content .subtext{
        font-size: 1.4rem;
    }
}
@media(min-width: 1200px){
    body{
        font-size: 1.2rem;
        line-height: 1.2;
    }
     .navbar-brand{
        max-width: 280px;
    }
    .hero-section .hero-container h1,  .title-big{
        font-size: 2.4rem;
    }
     .hero-section .hero-container{
        width: 38%;
    }
    .hero-section.inner-page .hero-container{
        width: 100%;
    }
    .subtext{
        font-size: 1.45rem;
    }
    .btn-lg{
        padding: 0.7rem 1.8rem;
        font-size: 1.3rem;
        display: inline-block;
    }
    .hero-section{
        padding: 4rem;
        position: static;
    }
    .hero-section.inner-page{
        padding: 3rem 4rem;
    }
    .hero-section .hero-section-image{
        width: 48rem;
        top: 0;
        bottom: auto;
        border-radius: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 1rem ;
        padding-right: 1rem;
    }
        .about-section {
        padding: 4rem 10rem 0;
        font-size: 1.45rem;
        line-height: 1.4;
    }
    .about-section.contact-form{
        padding: 4rem;
    }
    .icon-container .bi{
        font-size: 3.2rem;
    }
    .h3{
        font-size: 1.4rem;
    }
    .section-padding{
        padding: 3rem 1rem;
    }
     .tips-section{
        padding: 4rem !important;
         margin-top: 0rem;
    }
    .image-holder-rounded, .tips-section{
        height: 100%;
    }
    .carousel-inner{
        padding: 2rem;
    }
    .testimonail-background-container{
        width: 900px;
        margin: 0 auto;
    }
    .testimonial-profile{
        border-radius: 1rem;
        overflow: hidden;
        margin: 0 3rem 0 0;
    }
    .carousel-item-container{
        background-color: var(--white);
        border-radius: 2rem;
        padding: 3rem;
        min-height: 400px;
        position: relative;
        margin: 0.5rem 0;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }
    .testimonial-content{
        font-size: 1.8rem;
        font-weight: 600;
    }
    .person-name{
        font-size: 1.4rem;
    }
    .carousel-item-layer1{
                background-color: var(--very-light-blue);
        border-radius: 2rem;
        padding: 3rem;
        position: absolute;
        left: 2rem;
        right: 2rem;
        bottom: 0;
        top: 0;
        z-index: -1;
        transform: skewY(-2deg) rotate(5deg);
        margin: 2rem;
    }
     .carousel-item-layer2{
       background-color: var(--very-light-blue);
        border-radius: 2rem;
        padding: 3rem;
        position: absolute;
        left: 2rem;
        right: 2rem;
        bottom: 0;
        top: 0;
        z-index: -1;
        transform: skewY(2deg) rotate(-5deg);
        margin: 2rem;
    }
    .carousel-control-prev {
        left: 0;
        top: calc(50% - 2rem);
        background: red;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        font-size: 1.7rem;
        line-height: 1;
    }
    .carousel-control-next {
        left: auto;
        right: 0;
        top: calc(50% - 2rem);
        background: red;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        font-size: 1.7rem;
        line-height: 1;
    }
    .faq-section{
        display: flex;
        justify-content: space-between;
    }
     .faq-section .faq-image-container{
        width: 45%;
     }
     .faq-section .faq-image{
         margin-left: 5rem;
     }
    .faq-section .faq-image >  img{
        max-width: 100%;
        width: auto;
        border-radius: 1rem;
    }
    .faq-section .faq-title{
        position: absolute;
        bottom: 0;
    }
    .faq-section .faq-title h2 > span{
        background-color: #fff;
        line-height: 1.2;
        padding: 0.2rem;
    }
    .faq-container{
        width: 50%;
    }
    .faq-container .accordion-button{
        font-size: 1.7rem;
    }
      .call-to-action-section .action-section-contact{
        font-size: 1.8rem;
    }
    .call-to-action-section .action-section-contact > div{
        padding: 1rem 0;
    }
	.navbar .navbar-nav{
		margin-left: 14%
	}
    .video-size{
        height: 361px;
    }
}
@media(min-width: 1200px) and (max-width: 1279px){
	
}
@media(min-width: 1320px){
    .hero-section .hero-section-image{
        width: 58%;
		max-height:640px;
		overflow: hidden;
    }
}
@media(min-width: 1400px){
    .container-fluid{
        padding: 0 2rem;
    }
    .hero-section{
        padding: 5%;
        border-radius: 2rem;
    }
    .hero-section .hero-container{
        width: 45%;
    }
    .hero-section.inner-page .hero-container{
        width: 100%;
    }
    .btn-lg{
        padding: 0.7rem 1.8rem;
        font-size: var(--font-size3);
    }
    .btn-holder{
        padding: 0.5rem 0;
    }
    .hero-section .hero-container h1{
        font-size: 2.8rem;
    }
    .hero-section .hero-section-image > img{
        /* width: auto;
        max-width: 100%; */
        width: 100%;
    }
    .navbar-nav .nav-item .nav-link{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .hero-section .hero-section-image{
        top: 0;
        right: 0;
        width: 53.5%;
        text-align: right;
		 max-height: 623px;
    }
    .hero-section{
        position: inherit;
        height: 28.2rem;
    }
    .hero-section.inner-page{
        height: auto;
    }
    .subtext {
        font-size: 1.55rem;
    }
    .faq-section .faq-title {
        position: absolute;
        bottom: 1rem;
    }
    .video-size {
        height: 440px;
    }
}
@media(min-width: 1450px){
    .hero-section .hero-section-image{
        width: 52%;
    }
}
@media(min-width: 1530px){
    .hero-section .hero-section-image{
        width: 50.2%;
    }
}
@media(min-width: 1600px){
    body{
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .hero-section .hero-section-image{
        width: 51.7%;
		max-height: 692px;
    }
    .hero-section .hero-container {
        width: 55%;
    }
    .hero-section .hero-container h1{
        font-size: 3rem;
    }
    .hero-section{
        height: auto;
    }
    .subtext {
        font-size: 1.7rem;
    }
     .contact-content .subtext{
        font-size: 1.5rem;
    }
     .icon-container .bi{
        font-size: 3.5rem;
    }
    .h3{
        font-size: 1.6rem;
    }
    .section-padding{
        padding: 3rem 1rem;
    }
    .tips-section{
        padding: 5rem 6rem!important;
        font-size: 1.45rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tips-section .list-icon-img-holder{
        font-size: 1.6rem;
    }
     .faq-section .faq-title {
        position: absolute;
        bottom: -2rem;
    }
     .video-size{
        height: 489px;
    }
}
@media(min-width: 1625px){
	.hero-section .hero-section-image{
        width: 51.7%;
		max-height: 636px;
    }
}
@media(min-width: 1640px){
    .hero-section .hero-section-image{
        width: 51.2%;
    }
    .faq-section .faq-image-container{
        width: 40%;
    }
}
@media(min-width: 1680px){
    .hero-section .hero-section-image{
        width: 51.2%;
		max-height: 710px;
    }
    .subtext {
        font-size: 1.8rem;
    }
    .faq-section .faq-image-container{
     width: 40%;
    }
    .hero-section .hero-container h1 {
        font-size: 3.11rem;
    }
	.hero-section .hero-container {
        width: 50%;
    }
   
}
@media(min-width: 1698px){
    .hero-section .hero-section-image{
        width: 50%;
		max-height: 716px
    }
    .faq-section .faq-image-container{
        width: 40%;
    }
}
@media(min-width: 1745px){
    .hero-section .hero-section-image{
        width: 49.2%;
		max-height: 716px
    }
    .hero-section .hero-container {
        width: 50%;
    }
    .hero-section .hero-container h1 {
        font-size: 3.1rem;
    }
}
@media(min-width: 1838px){
    .hero-section .hero-container h1, .title-big {
        font-size: 3.4rem;
    }
    .hero-section .hero-container {
        width: 48.2%;
    }
	 .hero-section .hero-section-image{
        width: 50%;
		max-height: 748px
    }
}
@media(min-width: 1920px){
    body{
        font-size: 1.24rem;
    }
     .hero-section{
        padding: 5rem;
        border-radius: 2rem;
        height: 569px;
        max-height: 569px;
    }
    .hero-section.inner-page{
        height: auto;
        max-height: none;
    }
    .hero-section .hero-section-image > img{
        width: auto;
        max-width: 100%;
        text-align: right;
    }   
    .hero-section .hero-container h1, .title-big{
        font-size: 3.6rem;
    }
    .subtext{
        font-size: 2rem;
    }
     .btn-lg{
        padding: 0.9rem 1.8rem;
        font-size: var(--font-size3);
    }
    .navbar-brand{
        margin-right: 3rem;
    }
    .navbar-nav{

    }
    .navbar{
        padding-top: 0;
    }
    .about-section{
        padding: 5rem 5rem 0;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .hero-section .hero-section-image{
        top: 0;
        right: 0;
        bottom: auto;
        width: 46.3%;
        text-align: right;
		max-height: 733px
    }
    .btn-holder {
        padding: 1.5rem 0;
    }
    .section-padding .container-fluid{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .icon-container .bi {
        font-size: 4.5rem;
    }
    .section-padding{
        padding: 4rem 1rem;
    }
     .tips-section{
        padding: 5rem 8rem!important;
        font-size: 1.45rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tips-section .list-icon-img-holder{
        font-size: 1.6rem;
    }
    .carousel-item-container{
        padding: 4rem;
        min-height: 400px;
    }
    .testimonial-content {
        font-size: 2rem;
    }
     .faq-section .faq-title {
        position: absolute;
        bottom: -4rem;
    }
    .call-to-action-section .action-section-contact{
        font-size: 2rem;
    }
    .call-to-action-section .action-section-contact > div{
        padding: 1.5rem 0;
    }
    .call-to-action-section .title-big{
        font-size: 3.5rem;
        font-weight: 800;
    }
    .form-control {
        font-size: 1.35rem;
        padding: 1rem 1.5rem;
        border-radius: 0.65rem;
        border-color: var(--very-light-blue);
        color: var(--dark-blue);
        font-weight: 600;
    }
    .form-control:focus {
        border-color: var(--light-blue);
        box-shadow: none;
    }
    .contact-content .subtext{
        font-size: 1.6rem;
    }
	.navbar .navbar-nav{
		margin-left: 24%
	}
     .video-size{
        height: 575px;
    }
}
@media(min-width: 2048px){
    .hero-section{
        padding: 5rem;
        border-radius: 2rem;
        height: 569px;
        max-height: 569px;
    }
     .btn-lg{
        padding: 1rem 1.8rem;
        font-size: var(--font-size3);
    }
    .hero-section .hero-container h1{
        font-size: 4.0rem;
    }
	.hero-section .hero-section-image{
		width: 48.3%;
		max-height: 733px
	}
	.hero-section .hero-container {
        width: 57.2%;
    }
}
@media(min-width: 2133.33px){
    .hero-section {
        height: 620px;
        max-height: 620px;
    }
	.hero-section .hero-container {
        width: 46%;
    }
	.hero-section .hero-section-image{
		max-height: 785px;
	}
		
}