@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: HelveticaBold;
    src: url("fonts/Helvetica-LT-Std-Bold.otf") format("opentype");
}

@font-face {
    font-family: HelveticaRoman;
    src: url("fonts/Helvetica-LT-Std-Roman.otf") format("opentype");
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #f6f6f6;
    color: #1f1f1f;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

a,
a:hover,
.btn-link,
.btn-link:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.header-wrap-all .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header-wrap-all .navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

.container {
    max-width: 1170px;
    width: 95%;
}

.btn {
    border-radius: 0;
    padding: .75rem 1rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.call .btn-secondary:not(:disabled):not(.disabled).active,
.call .btn-secondary:not(:disabled):not(.disabled):active,
.call .show>.btn-secondary.dropdown-toggle {
    background: #1b0c61;
    box-shadow: none;
}


.header-wrap .navbar .container-fluid {
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1760px;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2eb8c5;
    border-color: #2eb8c5;
}

main {
    background: #fff;
    overflow: hidden;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 0 0 0;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 0 0;
    width: 100%;
}

.header-wrap-all {
    background: #fff;
}

.header-wrap-all .top-header-wrap {
    padding: 10px 50px 10px 20px
}

.header-wrap-all .header-wrap {
    padding: 15px 30px 15px 30px

}

.bgpurple {
    background: #3d3d8f !important;
}

.btn-red {
    background: #e5007e !important;
}

.shadowmenu {
    box-shadow: 0 4px 2px -2px rgb(99 99 99 / 20%);
}

.top-header-wrap {
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.top-header-wrap p {
    color: #3d3d8f;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.navbar-brand {
    margin-right: 0;
    min-width: 250px;
    padding-right: 0;
}

#navbarMadero .navbar-nav {
    padding-left: 150px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: 0;
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: 0;
    background: #15262E;
    height: 4px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.scrolled {
    background: #1b0c61;
    transition: 200ms linear;
}

.btn {
    font-weight: 600;
    padding: 10px 30px;
    background: #15262E;
    border-color: #15262E;
    color: #fff;
    font-size: 22px;
    outline: none;
    box-shadow: none;
    border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
    -o-border-radius: 25px 25px 25px 25px;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background-color: #00A98F;
    border-color: #00A98F;
}

.head {
    padding-bottom: 30px;
}

.head h2 {
    font-family: 'HelveticaBold', 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 15px;
    font-size: 42px;
}

.head p {
    font-family: 'HelveticaRoman', 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}

.btn-contact {
    background: transparent;
    border: 1px solid #201f1f;
    font-weight: 800;
    color: #201f1f;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
}

.btn-search {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-cart {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-quote {
    box-shadow: none;
    background: #e5007e;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 15px 50px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
}

.btn-lang {
    background: transparent;
    border: 0;
    color: #3d3d8f;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-weight: 400;
}

.btn-lang img {
    padding-right: 5px;
}

.btn-lang i {
    padding-right: 5px;
}

.btn-quote:hover {
    background: #e5007e;
}

.top-header-wrap .dropdown-menu {
    z-index: 9999;
}

footer.padding {
    background: #fff;
    padding: 50px 50px 50px 50px;
    position: relative;
}

footer ul {
    padding-inline-start: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 300;
}

footer ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

footer ul li a:hover {
    color: #fff;
}

footer ul li a i {
    padding-right: 5px;
    color: #fff;
}

footer ul li a:hover i {
    color: #fff;
}

footer p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 50px 0 0 0;
    font-weight: 400;
}

footer .social a {
    font-size: 16px;
    margin-right: 10px;
    padding: 0 0 0 0;
    background: #07b822;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

footer .social a i {
    color: #fff;
    padding: 0;
}

footer .social a:hover i {
    color: #15262E;
}

footer .info li a {
    font-size: 18px;
}

footer .info li a i {
    font-size: 24px;
    margin-right: 5px;
}

footer .links li {
    margin-bottom: 0;
}

footer .links li a {
    font-size: 18px;
}

footer .links li {
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header-wrap .text-start ul li {
    margin-right: 10px;
}

.top-header-wrap .text-start ul li a {
    color: #fff;
    font-size: 20px;
}

.top-header-wrap .text-end ul {
    display: inline-flex;
    align-items: center;
    margin-left: 100px;
}

.top-header-wrap .text-end ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.top-header-wrap .text-end ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

.top-header-wrap .text-end a,
.top-header-wrap .text-end ul li a {
    color: #fff;
}

.header-wrap-all.scroll-menu {
    top: -1px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-wrap-all.scroll-menu .header-wrap {
    padding: 15px 30px 15px 30px;
    transition: 200ms linear;
}

footer .contact a {
    font-size: 18px;
}

footer .contact i {
    color: #fff;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-wrap-all.scroll-menu .top-header-wrap {
    border: 0;
}

.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    position: relative;
}

header .logo img {
    padding: 10px 0;
    display: block;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

header .logo img.noscroll {
    display: block;
}

header .logo img.scroll {
    display: none;
}

.header-wrap-all.fixed-top.scroll-menu .logo img.noscroll {
    display: none;
}

.header-wrap-all.fixed-top.scroll-menu .logo img.scroll {
    display: block;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover::before,
.navbar-light .navbar-nav .nav-item .nav-link.active::before {
    opacity: 1;
}

.whatsapp {
    font-size: 28px;
    font-weight: 600;
    color: #07b822;
    display: flex;
    align-items: center;
}

.whatsapp i {
    font-size: 45px;
    margin-right: 10px;
}

#banner {
    background: url(../images/slider/slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 1000px;
    display: flex;
    align-items: center;
}

#banner .container {
    max-width: 1440px;
}

#banner .col-form {
    position: relative;
}

#banner .col-form img {
    position: absolute;
    bottom: -130px;
    right: -130px;
}

#banner .col-form form {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 30px 30px 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#banner .col-form form h3 {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    text-align: center;
}

#banner .col-form form .form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
}

#banner .col-form form .form-label span {
    color: rgb(255, 0, 0);
}

#banner .col-form form .btn-send {
    background: #eb601e;
    border: 0;
    font-size: 18px;
    font-style: italic;
    width: 100%;
}

#info .info-text {
    background: #eb601e;
    display: flex;
    align-items: center;
}

#info .info-text .place {
    background: #03ba1f;
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    width: 345px;
}

#info .info-text .place h3 {
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

#info .info-text .place h3 i {
    color: #e95e1c;
    font-size: 45px;
    margin-right: 10px;
}

#info .info-text p {
    display: inline-flex;
    width: calc(100% - 400px);
    margin: 0 0 0 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    justify-content: space-between;
    font-weight: 500;
    flex-wrap: wrap;
    padding-left: 15px;
}

#info .info-text p span{
    color: #d1ed55;
}

#info .info-text .place h3::after {
    content: "";
    border-top: solid 50px #03ba1f;
    border-right: solid 50px #e95e1c;
    border-bottom: solid 50px #e95e1c;
    border-left: solid 50px #03ba1f;
    display: inline-block;
    position: relative;
    right: -35px;
}

#whyus .head h2 {
    color: #e95e1c;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
}

#whyus .whyus-list{
    display: flex;
    justify-content: end;
}

#whyus .whyus-list li{
    text-align: center;
    margin-right: 30px;
}

#whyus .whyus-list li:last-child{
    margin-right: 0;
}

#whyus .whyus-list li h3{
    color: #03ba1f;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0 0 0;
}

#cta{
    background: #03ba1f;
}

#cta .head h2 {
    color: #fff;
    margin: 0;
}

#cta .head h2 .light{
    font-family: 'HelveticaRoman', 'Poppins', sans-serif;
    display: block;
}

#cta p{
    font-family: 'HelveticaRoman', 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
}

#gallery .gallery-content{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#gallery .gallery-content .tag {
    position: absolute;
    background: #000;
    left: 20px;
    bottom: 20px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
}

.orange{
    background: #e95e1c!important;
}

.green{
    background: #03ba1f!important;
}

#gallery .gallery-content .tag.top-right{
    left: unset;
    bottom: unset;
    right: 0;
    top: 20px;
    text-align: right;
}

#gallery .gallery-content .tag.right{
    left: unset;
    right: 0;
}

#gallery .gallery-content .tag.middle {
    left: 50%;
    transform: translateX(-50%);
}

#gallery .gallery-content .tag.top-left{
    left: 0;
    bottom: unset;
    top: 20px;
}

#gallery .btn {
    background: #e95e1c;
    border-color: #e95e1c;
    border-radius: 10px;
    padding: 20px 70px;
    text-transform: uppercase;
    font-size: 24px;
}

#contactus .col-form {
    position: relative;
    max-width: 90%;
    margin: auto;
}

#contactus .col-form img {
    position: absolute;
    bottom: -130px;
    right: -130px;
}

#contactus .col-form form {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 30px 30px 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#contactus .col-form form h3 {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    text-align: center;
}

#contactus .col-form form p{
    font-family: 'HelveticaRoman', 'Poppins', sans-serif;
    font-size: 16px;
    text-align: center;
}

#contactus .col-form form .form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
}

#contactus .col-form form .form-label span {
    color: rgb(255, 0, 0);
}

#contactus .col-form form .btn-send {
    background: #eb601e;
    border: 0;
    font-size: 18px;
    font-style: italic;
    width: 100%;
}

#property .head h2{
    color: #eb601e;
}

#property .head h2 .light{
    font-family: 'HelveticaRoman', 'Poppins', sans-serif;
    display: block;
    color: #03ba1f;
}

#property .card-property .card {
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}

#testimonials {
    background: #07b822;
}

#testimonials .head h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 42px;
}

.owl-testimonials.owl-carousel .owl-item .card-testimonial .card .card-content {
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 70px 50px 50px 50px;
    background: #ffffff;
    text-align: center;
    min-height: 300px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.owl-testimonials.owl-carousel .owl-item .card-testimonial .card{
    border: 0;
    background: transparent;
}

.owl-testimonials .owl-dots {
    margin: 25px auto 0;
    text-align: center
}

.owl-testimonials .owl-dots .owl-dot {
    height: 6px;
    width: 25px;
    border-radius: 10px;
    display: inline-block;
    margin: 6px;
    background: #d0d0d0;
    text-indent: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.owl-testimonials .owl-dots .owl-dot.active {
    background: #016f75;
}

.owl-testimonials.owl-carousel .owl-nav {
    display: none;
}

.owl-testimonials.owl-carousel .owl-item .card .card-content p {
    clear: both;
    position: relative;
    margin: 5px 0;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}

.owl-testimonials.owl-carousel .owl-item .card .card-content p.card-testimony::before{
    content: "\f10d";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #fff3e6;
    font-size: 60px;
    position: absolute;
    left: 0;
    top: -45px;
    opacity: 0.95;
    z-index: -1;
}

.owl-testimonials.owl-carousel .owl-item .card .card-content p.card-testimony::after{
    content: "\f10e";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #fff3e6;
    font-size: 60px;
    position: absolute;
    right: 0;
    opacity: 0.95;
    z-index: -1;
}

.owl-testimonials .card-content {
    position: relative;
}

.owl-testimonials.owl-carousel .owl-item .card .card-content .card-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 20px;
    font-style: normal;
    color: #00686e;
}

.owl-testimonials.owl-carousel .owl-item .card .card-content .card-title span {
    display: block;
    font-size: 16px;
    color: #4f5dec;
    text-transform: capitalize;
    font-weight: 400;
    font-style: normal;
    padding-top: 5px;
}

.owl-testimonials.owl-carousel .owl-item .card .card-image {
    border-radius: 50%;
    position: relative;
    top: 50px;
    margin: 0px auto;
    width: 120px;
    height: 120px;
    border: 0;
    overflow: hidden;
    z-index: 1;
}

.owl-testimonials.owl-carousel .owl-item .card .card-image img {
    width: 100%;
    z-index: 0;
    border-radius: 50%;
}

.owl-testimonials.owl-carousel .owl-item .card .card-content p:not(.card-title) * {
    color: #8a8a8a;
}


/* Responsive */
@media screen and (min-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: 100%;
    }
}

@media screen and (min-width: 1199px) {}

@media screen and (min-width: 1500px) {
    #whyus .container-fluid,
    #cta .container-fluid{
        max-width: 1470px;
    }
}

@media screen and (min-width: 1920px) {}

@media screen and (max-width: 1920px) {
    #info .info-text p {
        font-size: 24px;
    }
}

@media screen and (max-width: 1650px) {
    #info .info-text p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1550px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1450px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    #info .info-text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1300px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1250px) {}

@media only screen and (max-width: 1650px) and (min-width: 1000px) {
    footer ul li br {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    #info .info-text .place h3::after {
        right: -40px;
    }
}

@media screen and (max-width: 991px) {
    .header-wrap-all.fixed-top {
        position: sticky;
        background: #15262E;
    }

    .dropdown-item {
        text-align: left;
    }

    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::before {
        left: 0;
        right: auto;
        width: 100px;
    }

    .navbar-light .navbar-nav .nav-link::before {
        right: unset;
        width: unset;
        bottom: 0;
    }

    footer ul.info {
        display: none;
    }

    footer p {
        margin: 20px 0 20px 0;
    }

    footer .social,
    footer .links {
        display: flex;
        align-items: center;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .header-wrap-all.scroll-menu .header-wrap {
        padding: 15px 30px 15px 30px;
    }

    footer .social li:last-child a {
        margin-right: 0;
    }

    footer .social a {
        font-size: 24px;
    }

    .header-wrap-all .top-header-wrap,
    .header-wrap-all .header-wrap {
        padding: 15px 30px 15px 30px;
    }

    .padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer .container-fluid:last-child .row {
        text-align: center;
    }

    #banner .col-form img {
        position: relative;
        bottom: 15px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    #info .info-text p {
        font-size: 15px;
    }

    #info .info-text .place {
        width: 340px;
    }

    .head {
        text-align: center;
    }

    #whyus .whyus-list {
        padding-top: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

    #cta p{
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .head h2,
    #whyus .head h2,
    #cta .head h2,
    #property .head h2,
    #testimonials .head h2{
        font-size: 32px;
    }

    .fwsp {
        right: 10px;
        bottom: 25px;
    }

    .whatsapp {
        font-size: 20px;
    }

    .header-wrap-all .top-header-wrap,
    .header-wrap-all .header-wrap,
    .header-wrap-all.scroll-menu .header-wrap{
        padding: 15px 15px 15px 15px;
    }

    #gallery .gallery-content .tag {
        font-size: 14px;
    }

    #whyus .whyus-list li {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    #info .info-text p {
        padding-left: 50px;
        width: calc(100% - 350px);
        font-size: 14px;
    }

    #info .info-text .place h3::after {
        right: -70px;
    }

}

@media screen and (max-width: 650px) {
    .head h2,
    #whyus .head h2,
    #cta .head h2,
    #property .head h2,
    #testimonials .head h2 {
        font-size: 24px;
    }

    .header-wrap-all .top-header-wrap,
    .header-wrap-all .header-wrap,
    .header-wrap-all.scroll-menu .header-wrap{
        padding: 15px 15px 15px 15px;
    }

    #gallery .col-6 {
        flex: 0 0 auto;
        width: 95%;
    }
}

@media screen and (max-width: 630px) {
    #info .info-text .place {
        width: 250px;
    }
    #info .info-text p {
        width: calc(100% - 260px);
    }
    #info .info-text .place h3::after {
        right: 0;
    }
}

@media screen and (max-width: 550px) {
    #info .info-text .place h3::after{
        display: none;
    }
    #info .info-text {
        flex-wrap: wrap;
    }
    #info .info-text .place{
        width: 100%;
    }
    #info .info-text .place h3 {
        justify-content: center;
        padding: 10px 0;
    }
    #info .info-text p {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        justify-content: center;
        font-size: 15px;
    }
}

@media screen and (max-width: 450px) {
    .navbar-brand img{
        width: 70%;
    }
    .navbar-brand {
        min-width: 150px;
        max-width: 150px;
    }
    .navbar-brand img {
        width: 100%;
    }
    .whatsapp {
        font-size: 16px;
    }
    .whatsapp i {
        font-size: 30px;
    }
    #gallery .btn {
        padding: 20px 25px;
        font-size: 20px;
    }
}

@media screen and (max-width: 350px) {
    .navbar-brand {
        min-width: 120px;
        max-width: 120px;
    }

    #banner .col-form form {
        padding: 30px 15px 30px 15px;
    }

    #banner .col-form form h3 {
        font-size: 18px;
    }

    #info .info-text p {
        font-size: 14px;
    }

    #whyus .whyus-list li {
        margin-right: 0;
        margin-bottom: 15px;
        width: 50%;
        padding: 15px;
    }

    #whyus .whyus-list li br{
        display: none;
    }
}