@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&family=Zilla+Slab:wght@700&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #2A2A2A;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #0088d0;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
}

th {
    font-weight: 600;
}

.line {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: #CCC;
    margin-bottom: 10px;
    border-radius: 3px;
}


.btn-sm {
    padding: 8px 15px;
    font-size: 12px;
}

.btn-lg {
    padding: 10px 20px;
    font-size: 15px;
}


/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: linear-gradient(180deg, #e51c2d 0%, #be111f 100%);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border-radius: 100px;
    overflow: hidden;
    border: none;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #666 0%, #000 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #e51c2d;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #b89873;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.nav-item .text-bg-warning {
    background: #E70003 !important;
    color: #fff !important;
}

.nav-item .text-bg-warning:hover {
    background: #000 !important;
    color: #fff !important;
}


.main-header {
    padding: 20px 0;
    position: relative;
}

.main-header .main-logo {
    max-width: 250px;
}

.main-header .header-right .header-info {
    line-height: 18px;
    display: flex;
    justify-content: flex-end;
    float: right;
    margin-left: 25px;
}

.main-header .header-right .header-info i {
    font-size: 28px;
    margin-right: 12px;
    padding-right: 12px;
    color: #e51c2d;
    border-right: 1px solid #ccc;
}

.main-header .header-right .header-info span {
    font-size: 13px;
}

.logo {
    max-width: 180px;
    display: none;
    margin-right: 20px;
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
}

.navbar {
    padding: 15px 0;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.62rem;
    padding-left: 0.62rem;
    line-height: 1.5em;
    margin-left: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
    background: #b89873;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
    background: #b89873;
    font-weight: 600;
}

.dropdown-menu {
    font-size: 14px;
    padding: 0;
    background: #b89873;
    overflow: hidden;
}

.dropdown-item {
    color: #000 !important;
    padding: 5px 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #a47b4b;
}

.nav-item {
    font-size: 14px;
    letter-spacing: 1.2px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #c4161c;
}

.nav-link img {
    max-width: 16px;
    margin-right: 5px;
    padding-bottom: 4px;
}

.bg-dark {
    background-color: #504e52 !important;
}


.navbar-nav li:hover .dropdown-menu {
    display: block;
    margin: 0;
}

.slider-banner .carousel-item {
    width: 100%;
    height: 700px;
}

.slider-banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-banner .carousel-item .carousel-caption {
    color: #fff;
    text-align: center;
    width: 30%;
    margin: 0 auto;
}

.slider-banner .carousel-item .carousel-caption h5 {
    font-size: 50px;
    line-height: 50px;
}

.welcome {
    padding: 50px 0;
    background: url("../images/bg/bg3.png") no-repeat right bottom fixed;
    background-size: contain;
}

.welcome .welcome-img {
    text-align: center;
}

.welcome .welcome-img img {
    max-width: 620px;
}

.welcome .welcome-txt h1 {
    font-size: 50px;
    color: #e51c2d;
    font-weight: 600;
}


.products {
    padding: 50px 0;
    background: #970a16;
    text-transform: uppercase;
    text-align: center;
}

.products h2 {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 0;
}

.products h1 {
    font-size: 50px;
    color: #b89873;
    font-weight: 600;
}

.products .product-col {
    position: relative;
}

.products .product-col .product-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 10px;
}

.products .product-col .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}


.products .product-col:hover img {
    transform: scale(1.1);
}

.products .product-col .room-image {
    position: relative;
}

.products .product-col h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
}

.products .product-col:hover h2 {
    color: #b89873;
}



.counter-profile {
    padding: 100px 0;
    text-align: center;
    background: #FFF;
}

.counter-profile .counter-icons {
    font-size: 40px;
    margin-bottom: 20px;
    color: #b89873;
}

.counter-profile p {
    width: 50%;
    margin: 0 auto 50px auto;
}

.counter-profile #counter .counter-value {
    font-size: 60px;
    font-weight: 700;
    font-family: "Zilla Slab", serif;
    margin-bottom: 25px;
    color: #e51c2d;
    display: inline;
}

.counter-profile #counter .counter-text {
    color: #000;
}



.testimonials {
    padding: 50px 0;
    background: #504e52;
    background-size: cover;
    text-align: center;
}


.testimonials h2 {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 0;
}


.testimonials h1 {
    font-size: 50px;
    color: #b89873;
    font-weight: 600;
}


.testimonials h1 span {
    color: #b89873;
    margin-bottom: 10px;
}

.testimonial {
    text-align: center;
    padding: 85px 50px 25px 50px;
    margin: 70px 15px 35px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.5);
}

.testimonial p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border: 5px solid #FFF;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
}


.testimonial .pic .testi-pic {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #FFF;
}


.testimonial .pic .testi-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testimonial .description {
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 5px;
    position: relative;
}

.testimonial .testimonial-profile {
    position: relative;
}

.testimonial .testimonial-profile:after {
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.testimonial .title {
    font-size: 18px;
    color: #b89873;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.testimonial .post {
    display: inline-block;
    font-size: 15px;
    color: #FFF;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FFF;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 22px;
    height: 12px;
}


.bottom-link {
    padding: 50px;
    color: #504e52;
    background: #FFF;
    line-height: 35px;
    border-top: 10px solid #e51c2d;
}

.bottom-link p {
    line-height: 26px;
}

.bottom-link h2 {
    font-size: 20px;
    font-weight: 600;
}

.bottom-link li {
    list-style: none;
}

.bottom-link .title-head {
    font-size: 22px;
    color: #e51c2d;
    font-weight: 600;
}

.bottom-link a {
    color: #504e52;
    margin-right: 5px;
}

.bottom-link a:hover {
    color: #e51c2d;
}

.bottom-link i {
    margin-right: 10px;
}

.bottom-link .bottom-logo {
    float: left;
    margin-bottom: 20px;
}

.bottom-link .bottom-logo img {
    max-width: 200px;
}

.footer {
    background: #000;
    padding: 10px 50px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

.developerID {
    text-align: right;
}

.footer a {
    color: #b89873;
}

.content-page-wrapper {
    background: #FFF;
}

.content-page-wrapper .heading-blocks {
    background: url("../images/bg/bg1.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 30px;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

.content-page-wrapper .heading-blocks h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.breadcrumb-item.active {
    color: #FFF;
}

.content-page-wrapper .content-page {
    padding: 50px 0;
}



.content-page-wrapper .content-page h4 {
    color: #000;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.content-page-wrapper .content-page .products-page .product-col {
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.content-page-wrapper .content-page .products-page .product-col .product-image {
    width: 100%;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
}


.content-page-wrapper .content-page .products-page .product-col .product-image img {
    width: 100%;
    height: 100%;
    transition: transform .3s;
    object-fit: cover;
}


.content-page-wrapper .content-page .products-page .product-col .view-more {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-page-wrapper .content-page .products-page .product-col .view-more .view-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.content-page-wrapper .content-page .products-page .product-col .view-more .view-text i {
    font-size: 30px;
}

.content-page-wrapper .content-page .products-page .product-col:hover .view-more {
    top: 0;
    height: 100%;
}

.content-page-wrapper .content-page .products-page .modal-title {
    font-size: 25px !important;
    color: #e51c2d;
}

.content-page-wrapper .content-page .products-page .modal-body {
    padding: 20px 30px;
}

.content-page-wrapper .content-page .products-page .modal-body h5 {
    font-size: 25px !important;
}

.content-page-wrapper .content-page .products-page .modal-body .product-info dt {
    font-weight: 600;
}


.content-page-wrapper .content-page .facility .facility-col {
    background: #EDEDED;
    padding: 20px;
    border-radius: 10px;
}


.content-page-wrapper .content-page .facility .facility-col .room-icons img {
    max-width: 40px;
}

.content-page-wrapper .content-page .facility .nav-pills .nav-link {
    background: #484335;
    margin: 0 2px;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
}

.content-page-wrapper .content-page .facility .nav-pills .nav-link.active {
    background: #b89873;
}

.content-page-wrapper .content-page .facility .nav-pills .nav-link:hover {
    background: #916b3f;
}



.content-page-wrapper .content-page .intro-page .page-image {
    float: right;
    max-width: 500px;
    margin-left: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.content-page-wrapper .content-page .members-page {
    max-width: 750px;
    margin: 0 auto;
}

.content-page-wrapper .content-page .members-page .member-col {
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    color: #484335;
    border-radius: 10px;
    overflow: hidden;
}

.content-page-wrapper .content-page .members-page .member-col .member-image {
    width: 100%;
    height: 250px;
}

.content-page-wrapper .content-page .members-page .member-col .member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-page-wrapper .content-page .members-page .member-col .member-name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
}

.content-page-wrapper .content-page .members-page .member-col .member-designation {
    font-size: 15px;
    padding: 0 10px 10px 10px;
}



.content-page-wrapper .content-page .photo-gallery-page .photo-grid .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.content-page-wrapper .content-page .photo-gallery-page .photo-grid .row .column {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.content-page-wrapper .content-page .photo-gallery-page .photo-grid .row .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


.content-page-wrapper .content-page .contact-page .additional-info h4 {
    font-size: 28px;
    color: #484335;
}

.content-page-wrapper .content-page .contact-page .additional-info span {
    font-weight: 700;
    color: #b89873;
}

.content-page-wrapper .content-page .contact-page .additional-info .info-icons {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    background: #e51c2d;
    color: #FFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 5px;
}

.content-page-wrapper .content-page .contact-page .additional-info .social-icons a {
    font-size: 22px;
    color: #484335;
    margin-right: 25px;
}

.content-page-wrapper .content-page .contact-page .additional-info .social-icons a:hover {
    color: #000;
}

.content-page-wrapper .content-page .menu-items-page h3 {
    text-transform: uppercase;
    color: #b89873;
    border: 2px solid #b89873;
    background: #FFF;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
}

.content-page-wrapper .content-page .menu-items-page .menu-item-list {
    border: 2px solid #b89873;
    border-radius: 10px;
    padding: 10px;
    margin-top: -32px;
    margin-bottom: 30px;
}

.content-page-wrapper .content-page .menu-items-page .menu-item-list ol {
    margin-top: 20px;
}

.content-page-wrapper .content-page .menu-items-page .menu-item-list ol li {
    background: transparent;
}

.content-page-wrapper .content-page .menu-items-page .menu-item-list .bg-badge {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid #CCC;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ebebeb;
    min-width: 110px;
    margin-left: 20px;
    text-align: center;
}

.social-members {
    color: #666;
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid #DDD;

}

.social-members i {
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 6px;
}

.social-members a i {
    color: #fff;
}

.social-members a:hover i {
    color: #fff;
    background: #999;
}

.social-members i.facebook {
    background: #4e71a8;
}

.social-members i.twitter {
    background: #1cb7eb;
}

.social-members i.linkedin {
    background: #007eb3;
}

.social-members i.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-members i.whatsapp {
    background: linear-gradient(135deg, #56d062, #23b33a);
}


#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

#lightSlider li {
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}


#lightSlider li img {
    display: block;
    height: auto;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* #lightSlider li img {

} */

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
    border: 1px solid #ccc;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 5px;
}

lSSlideOuter .lSPager.lSGallery li.active:hover,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    /* height: 70px; */
    max-width: 100%;
    object-fit: cover;
}


/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 65px;
    right: 7px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    /* .whatsapp-icon {
            margin-top: 10px;
        } */

    .whatsapp_float {
        width: 60px;
        height: 60px;
        bottom: 65px;
        right: 7px;
        font-size: 30px;
    }
}

@media (max-width: 1399px) {
    .main-header .header-right .header-info i {
        font-size: 24px;
        margin-right: 10px;
        padding-right: 10px;
    }

    .logo {
        max-width: 160px;
    }
}

@media (max-width: 1199px) {
    .main-header .main-logo {
        max-width: 220px;
    }

    .main-header .header-right .header-info {
        display: inherit;
    }

    .main-header .header-right .header-info i {
        font-size: 18px;
    }

    .main-header .header-right .header-info i {
        font-size: 24px;
        margin-right: 10px;
        padding-right: 10px;
        color: #b89873;
        border-right: 1px solid #ccc;
    }

    /* .navbar-dark .navbar-nav .nav-link {
        font-size: 11px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 7px;
    } */

    .slider-banner .carousel-item {
        width: 100%;
        height: 480px;
    }

    h1 {
        font-size: 40px !important;
    }

    .welcome,
    .counter-profile,
    .testimonials,
    .bottom-link {
        padding: 30px;
    }

    .products .product-col .product-image {
        height: 240px;
    }

    .footer {
        padding: 10px 30px;
    }


    .content-page-wrapper .content-page {
        padding: 30px;
    }

    .content-page-wrapper .content-page .products-page .product-col .product-image {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .main-logo {
        max-width: 300px;
    }

    .main-header .header-right .header-info {
        line-height: 18px;
        display: flex;
        justify-content: flex-end;
        float: left;
        margin-left: 25px;
        margin-bottom: 10px;
        color: #000000;
    }

    /* 
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px;
        font-weight: 500;
    } */

    .nav-item {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }

    .slider-banner .carousel-item {
        height: 340px;
    }

    .welcome {
        text-align: center;
    }

    .welcome .line {
        display: inline-block;
    }

    .products .product-col .product-image {
        height: 290px;
    }

    .bottom-link {
        text-align: center;
    }

    .bottom-link .bottom-logo {
        float: none;
    }

    .footer .copy-right {
        text-align: center;
    }

    .footer .developerID {
        text-align: center;
    }

}

@media (max-width: 767px) {
    .main-header .header-right {
        display: none;
    }

    .main-logo {
        max-width: 355px;
        margin: 0 auto;
    }


    .slider-banner .carousel-item {
        height: 255px;
    }

    .products .product-col .product-image {
        height: 400px;
    }

    .content-page-wrapper .content-page .products-page .product-col .product-image {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .main-header .main-logo {
        margin: 0 auto;
    }

    .main-logo {
        max-width: 240px;
    }

    .navbar {
        padding: 10px;
    }

    .main-header .header-right {
        display: none;
    }

    .slider-banner .carousel-item {
        height: 290px;
    }


    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 30px !important;
    }

}

@media (max-width: 428px) {}