@media (max-width:425px) {
    .logo img {
        width: 86px;
        height: 200%;
    }
    .navbar .active {
        background-color: transparent;
        border-radius: 100px;
        padding: 0px 10px !important;
    }
.image-container h3 {
    font-family: Audrey;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 15%;
    margin: 0;
    padding: 10px;
    color: #000;
    font-size: 27px;
    font-weight: 500;
    line-height: 50.4px;
}
.about-section p {
    font-family: Poppins-Light;
    font-size: 20px;
    margin-top: 1vw;
    line-height: 39.6px;
    letter-spacing: 2%;
}
.SB-testimonial h2 span {
    font-size: 46px;
}
.testimonial-value-SB {
    display: flex;
    flex-direction: column;
}
.testimonial-value-SB p {
    font-family: Poppins-Light;
    font-weight: 275;
    font-size: 20px;
    line-height: 23.6px;
    color: #000000;
    padding: 0px;
    text-align: justify;
  }
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.footer-two {
    background-color: #F5F5F5;
    border-bottom-left-radius: 97px;
    border-bottom-right-radius: 97px;
}
.footer-two img {
    margin-left: 50px;
}
.footer-one ul li {
    list-style-type: none;
    text-align: left;
    margin-left: 0px;
    margin-top: 20px;
    font-family: Bellefair;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    color: #FFFFFF;
}
.footer-one h3 {
    font-family: AllerDisplay;
    font-weight: 400;
    font-size: 30px;
    text-align: left !important;
    line-height: 37px;
    color: #FFFFFF;
}
.footer-three h3 {
    font-family: AllerDisplay;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    line-height: 37px;
    color: #FFFFFF;
}
.footer-three ul li {
    list-style-type: none;
    text-align: left;
    margin-left: 0px;
    margin-top: 20px;
    font-family: Bellefair;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    color: #FFFFFF;
}
}

@media (min-width: 425.99px) and (max-width: 767.88px) {

    .navbar .active {
        background-color: transparent;
        border-radius: 100px;
        padding: 0px 10px !important;
    }
    .testimonial-value-SB {
        display: flex;
        flex-direction: row;
    }
    
    .testimonial-value-SB p {
        font-family: Poppins-Light;
        font-weight: 275;
        font-size: 20px;
        line-height: 23.6px;
        color: #000000;
        padding: 0px;
        text-align: justify;
      }
      .testimonial-value-SB img {
       text-align: center;
       width: 50% !important;
      }

    .footer-one h3 {
        font-family: AllerDisplay;
        font-weight: 400;
        font-size: 30px;
        text-align: left;
        line-height: 37px;
        color: #FFFFFF;
    }

    .footer-one ul li {
        list-style-type: none;
        text-align: left;
        margin-left: 0px;
        margin-top: 20px;
        font-family: Bellefair;
        font-size: 30px;
        font-weight: 400;
        line-height: 37px;
        color: #FFFFFF;
    }

    .footer-three h3 {
        font-family: AllerDisplay;
        font-weight: 400;
        font-size: 30px;
        text-align: left;
        line-height: 37px;
        color: #FFFFFF;
    }
    .footer-three ul li {
        list-style-type: none;
        text-align: left;
        margin-left: 0px;
        margin-top: 20px;
        font-family: Bellefair;
        font-size: 30px;
        font-weight: 400;
        line-height: 37px;
        color: #FFFFFF;
    }

    .footer-two {
        background-color: #F5F5F5;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .image-container h3 {
        font-family: Audrey;
        position: absolute;
        z-index: 1;
        bottom: 10px;
        left: 30%;
        margin: 0;
        padding: 10px;
        color: #000;
        font-size: 24px;
        font-weight: 500;
        line-height: 50.4px;
      }

}

@media (min-width: 768px) and (max-width: 991.99px) {

    .navbar .active {
        background-color: transparent;
        border-radius: 100px;
        padding: 0px 10px !important;
    }

    .image-container h3 {
        font-family: Audrey;
        position: absolute;
        z-index: 1;
        bottom: 10px;
        left: 30%;
        margin: 0;
        padding: 10px;
        color: #000;
        font-size: 24px;
        font-weight: 500;
        line-height: 50.4px;
      }

    .testimonial-value-SB img {
        text-align: center;
        width: 50% !important;
       }

    .footer-three ul li {
        list-style-type: none;
        text-align: left;
        margin-left: 0px;
        margin-top: 20px;
        font-family: Bellefair;
        font-size: 22px;
        font-weight: 400;
        line-height: 37px;
        color: #FFFFFF;
    }
    .footer-one ul li {
        list-style-type: none;
        text-align: left;
        margin-left: 0px;
        margin-top: 20px;
        font-family: Bellefair;
        font-size: 22px;
        font-weight: 400;
        line-height: 37px;
        color: #FFFFFF;
    }
    .footer-two img {
        margin-left: 28px;
        margin-top: 94px;
    }
    .testimonial-value-SB p {
        font-family: Poppins-Light;
        font-weight: 275;
        font-size: 17px;
        line-height: 33.6px;
        color: #000000;
        padding: 35px;
        text-align: justify;
    }
 
}

@media (min-width: 992px) and (max-width: 1199.99px) {

    .testimonial-value-SB p {
        font-family: Poppins-Light;
        font-weight: 275;
        font-size: 20px;
        line-height: 23.6px;
        color: #000000;
        padding: 10px;
        text-align: justify;
    }

    .footer-three ul li {
        list-style-type: none;
        text-align: left;
        margin-left: 50px;
        margin-top: 20px;
        font-family: Bellefair;
        font-size: 22px;
        font-weight: 400;
        line-height: 37px;
        color: #FFFFFF;
    }
    .footer-one ul li {
        list-style-type: none;
        text-align: left;
        margin-left: 50px;
        margin-top: 20px;
        font-family: Bellefair;
        font-size: 22px;
        font-weight: 400;
        line-height: 37px;
        color: #FFFFFF;
    }
    .footer-two img {
        margin-left: 28px;
        margin-top: 94px;
    }

    /* .footer-one h3 {
        font-family: AllerDisplay;
        font-weight: 400;
        font-size: 30px;
        text-align: left;
        line-height: 37px;
        color: #FFFFFF;
    }

    .footer-three h3 {
        font-family: AllerDisplay;
        font-weight: 400;
        font-size: 30px;
        text-align: left;
        line-height: 37px;
        color: #FFFFFF;
    } */

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        font-family: telegrafico;
        font-size: 1vw !important;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        transition: 0.3s;
    }
    .navbar ul li {
        padding-left: 1em;
    }

}

@media (min-width: 1200px) {
  
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        font-family: telegrafico;
        font-size: 1vw !important;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        transition: 0.3s;
    }
    .navbar ul li {
        padding-left: 2em;
    }

}