@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.667;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    font-weight: 700;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(0, 0, 0);
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.owl-carousel .owl-nav button.owl-next {
    float: right;
}
.owl-carousel .owl-nav button.owl-prev {
    float: left;
}
.owl-nav {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    height: 0px;
}
.btn-theme {
    background: #9c0524;
    color: #fff;
}
.contact-text p i {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    background: #9c0524;
    padding: 10px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.contactadd {
    margin-bottom: 30px;
}
.menu img {border-radius: 50%;}
.menu h3 {margin-top: 10px;}
.page-title {
    background-image: url(../img/title.jpg);
    padding: 50px 0px;
    background-position: center;
}
.page-title h1{ 
    color: #fff;
    font-size: 36px;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.gallery-s {margin-bottom: 50px;}
.re-more {margin-top: 30px;text-align: center;}
.re-more a {
    background: #9c0524;
    padding: 7px 20px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #9c0524;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;    
}


input:focus-visible {
    outline: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#navbar1 .navbar {
    width: 70%;
}

.header-offer {
    background: #2e446b;
}

.header-offer marquee {
    color: #fff;
}

.header {
    background-color: #010f1c;
    /* background: url(../img/wooden-img.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-1 {
    display: block !important;
    width: 15% !important;
}

.logo-2 {
    display: none !important;
}

#navbar1 .icons {
    width: 10%;
    display: flex;
    align-items: center;
    gap: 10px;
}

#navbar1 .icons div {
    font-size: 19px;
    color: #343434;
    padding: 7px;
    transition: all 0.6s ease-in-out;
}

#navbar1 .desk-sigin ul li {
    padding: 3px;
    text-align: center;
}

.sticky .top-head-account:hover .desk-sigin {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.dropdown-toggle::after {
    display: inline-block;
    color: #999999;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar .head-nav {
    display: flex;
    gap: 36px;
}

/* .head-nav li a{
    font-family: 'Dosis', sans-serif;
} */
.dropdown-menu {
    background: #fbf7ea;
    border: none;
}

/* .dropdown-item{
    font-family: 'Dosis', sans-serif;
} */
.logo {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}




#menu-btn {
    display: none;
}

.navbar {
    justify-content: space-evenly;
}

.navbar a {
    color: #fff;
    font-size: 15px;
    /* text-transform: uppercase; */
    letter-spacing: 0.4px;
    transition: all 0.6s ease-in-out;
}

.navbar a:hover {
    color:     rgb(224 0 0);
    /* font-size: 18px; */
    /* text-transform: uppercase; */
    letter-spacing: 0.4px;
}

.navbar .cross-btn {
    display: none;
}

.logo {
    text-align: center;
}

.logo img {
    width: 66%;
    padding: 6px 0px;
    margin-left: 38px;
}

.menu-bar .row {
    align-items: center;
}


.actives {
    visibility: visible;
    opacity: 1;
    top: 32px;

}

.header-social-link {
    width: 15%;
}

.header-social-link .social-link {
    display: flex;
    gap: 24px;
}

.header-social-link .social-link li a {
    color: #fff;
}

.header-social-link .social-link li a i {
    font-size: 20px;
}

.m-sociallink {


    display: none;
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #010f1c;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 191px 0px rgb(0 0 0 / 6%);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

/* heading end */

/* slider start */
.app-figure {
    overflow: hidden;
    position: relative;
}
.app-figure-img{
    position: absolute;
    bottom: -75px;
    left: 0;
    z-index: 99;
}


/* slider end */


/* home about start */
.ha-text h2 {
    font-style: italic;
    font-size: 40px;
    color: #6c6a6a;
}

.ha-text a {
    background: #9c0524;
    padding: 7px 20px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #9c0524;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
}

.ha-text a:hover {
    background: #fff;
    color: #9c0524;
    border: 1px solid #9c0524;

}

.ha-text p {
    line-height: 1.6rem;
    font-size: 15px;
    color: #2c2c2c;
}

.ha-img {
    text-align: center;
    position: relative;
}

.ha-text span {
    font-size: 20px;
    font-weight: 600;
    color: #9c0524;
}

.about-counter1 {
    position: absolute;
    bottom: 20px;
    left: 62%;
}

.about-counter1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.about-counter1 .counter-title {
    font-size: 52px;
    color: #9c0524;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about-counter1 .counter-info {
    margin-bottom: -0.3em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.about-counter1 .counter-text {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

/* .ha-img img{
    width: 40%;
} */
.ha-sec {
    position: relative;
    padding-bottom: 60px;
}

.ha-sec-img {
    position: absolute;
    right: 1px;
    top: 0;
    animation: jumpAni 4s linear infinite;
    transform: translateY(-5px);
    width: 17%;
    z-index: 10;
}

.tags {
    margin: 20px 0px;
}

.tag-card {
    text-align: center;
}

.tag-card h6 {
    margin-top: 15px;
}

/* home about end */

/* offer start */
.offer-sec {
    position: relative;
}

.offer-sec-img {
    position: absolute;
    left: 0;
    top: 0;
    animation: jumpAni 4s linear infinite;
    transform: translateY(-5px);
    width: 11%;
}

.offerheading span {
    font-size: 20px;
    font-weight: 600;
    color: #9c0524;
}

.offer-card {
    display: flex;
    align-items: center;

    background: #ececec;
    padding: 20px;
    border-radius: 17px;

    margin: 10px;
    position: relative;
    box-shadow: 0px 0px 5px 0px #8d8d8d;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.offer-card img {
    width: 150px;
    transition: all 0.5s ease-in-out;
    margin-right: 35px;
}

.offer-card:hover img {
    transform: rotate(45deg);
}

.offer-text h4 {
    font-size: 16px;
}

.sale {
    position: absolute;
    top: 14px;
    right: -30px;
    text-align: center;
}

.sale-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #4e4e4e;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
}


.owl-item.center .offer-card {
    background: #ffd95a !important;
}

.offer-card:hover {
    background: #ffd95a !important;
}

.owl-prev {
    width: 27px;
    margin: 0px 10px;
    transition: all 0.5s ease-in-out;
}

.owl-prev:hover {
    background: #ffd95a !important;
}

.owl-next {

    width: 27px;
    margin: 10px;
    transition: all 0.5s ease-in-out;
}

.owl-next:hover {
    background: #ffd95a !important;
}

.owl-prev span {
    font-size: 51px;
    line-height: 2rem;
}

.owl-next span {
    font-size: 51px;
    line-height: 2rem;
}

/* offer end */

/* why choose start */
.why-choose-sec {
    background-color: #010f1c;
    background-image: url(../img/why_bg_1.png);
}

.why-choose-text {
    padding-bottom: 26px;
    padding-top: 26px;
    padding-left: 49px;
}

.why-choose-text span {
    font-size: 20px;
    font-weight: 600;
    color: #9c0524;
}

.why-choose-text h2 {

    color: #fff;
    font-size: 33px;
    letter-spacing: 3px;
    margin: 13px 0px;
}

.why-choose-text h2 span {

    color: #9c0524;
    font-size: 33px;
    letter-spacing: 3px;
}

.why-choose-text p {
    color: #fff;
    letter-spacing: 1px;
}

.feature {
    padding: 23px 10px;
}

.feature-body {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.feature-body .feature-img {
    width: 130px;
    height: 71px;
    line-height: 70px;
    text-align: center;
    background: url(../img/why_bg_1.png);
}

.feature-text {
    padding-left: 11px;
}

.feature-text h3 {
    color: #fff;

    font-size: 25px;
}

.img-box1 {
    margin: 0px 46px 0px 74px;
    position: relative;
}

.img-box1 .shape1 img {
    width: 95%;
    position: absolute;
    top: 0;
    left: 0;
}

.img-box1 .img1 img {

    position: absolute;
    top: 0;
    left: 0;
}

.img-box1 .shape1 {
    -webkit-animation: pluse1 2s ease-in-out infinite;
    animation: pluse1 2s ease-in-out infinite;
}

@keyframes pluse1 {
    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)
    }
}

/* why choose end */







/* explore card start */
.em-sec {
    position: relative;
}

.em-sec-img {
    position: absolute;
    right: 0;
    top: -92px;
    animation: jumpAni 4s linear infinite;
    transform: translateY(-5px);
    width: 11%;
}

.explore-menu {
    margin-top: 15px;
}

.explore-card {
    text-align: center;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    margin: 10px;
    transition: all 0.5s ease-in-out;
}

.explore-card a img {
    height: 92px;
}
.menu .explore-card {
    margin: 10px 0px;
}
.menu a p.seemr {font-size: 13px;text-decoration: underline;}
.menu a h3 {
    font-size: 15px;
    color: #9c0524;
}
.explore-card a h3 {
    font-size: 14px;
}
.explore-card:hover {
    box-shadow: 0px 0px 6px 0px #d9d9d9;
}
.disc {margin-left: 16px;}
.disc li {
    list-style: disc;
}


/* explore card end */


/* top picks start */
.top-picksec {
    background: url(../img/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.top-picksec::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000075;
}

.top-pick-heading {
    text-align: center;
}

.top-pick-heading h2 {
    color: #fff;
    position: relative;
}


.top-pick-heading span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.toppick-cart {
    text-align: center;
    margin: 10px;
}

.toppick-cart a img {
    margin-bottom: -80px;
    transition: all 0.5s ease-in-out;
}

.toppick-body {

    margin-top: 25px;

}

.toppick-text {
    background: #fff;
    padding: 80px 20px 16px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px #adadad;
}

.toppick-cart:hover a img {
    transform: translateY(-5px);
}

.toppick-cart:hover .toppick-text h3 {
    transition: all 0.5s ease-in-out;
}

.toppick-cart:hover .toppick-text h3 {
    color: #9c0524;
}

.top-pick-slider .owl-prev span {
    color: #fff;
}

.top-pick-slider .owl-next span {
    color: #fff;
}

/* top picks end */

/* gallery start */
.gallery-card {

    position: relative;
}

.gallery-card a {
    transition: all 0.6s ease-in-out;
}

.gallery-card:hover a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0;
    left: 0;
    opacity: 0.5;
}

/* gallery end */

/* testimonial start */
.testimonial-sec {
    position: relative;
}

.t-sec-img {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: jumpAni 4s linear infinite;
    transform: translateY(-5px);
    width: 11%;
}

.t-sec-leaf {
    position: absolute;
    left: 0;
    top: 0;
    animation: jumpAni 4s linear infinite;
    transform: translateY(-5px);
    width: 11%;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ct-testimonial-item .ct-testimonial-thumb {
    width: 100px;
    margin: 0 auto -50px;
    position: relative;
    z-index: 99;
}

.ct-testimonial-item .ct-testimonial-thumb img {
    border-radius: 50%;
    width: 70px;
}

.ct-testimonial-item .ct-testimonial-content {
    background-color: #f9f9f9;
    text-align: center;
    padding: 70px 20px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 12px 0 rgb(25 31 33 / 10%);
    box-shadow: 0 3px 12px 0 rgb(25 31 33 / 10%);
    position: relative;
    overflow: hidden;
}

.review {
    position: absolute;
    bottom: -18px;
    right: 0px;
    z-index: 99;
    width: 35%;
}

.ct-testimonial-item .ct-testimonial-content i {
    color: #FCCC4C;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ct-testimonial-item .ct-testimonial-content h5 {
    margin-bottom: 5px;
}

.ct-testimonial-item .ct-testimonial-content span {
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #9F9E9E;
}

.testimonial-body {

    margin-top: 25px;

}

.testimonial-heading span {
    color: #9c0524;
}

.testimonial-heading h2 {
    color: #000;
}

/* testimonial end */





/* footer start */
.footer {
    padding: 70px 0px;
    /* background-color: rgb(36 36 36 / 95%); */
    background: url(../img/footer_bg_3.jpg);
    background-size: cover;
    position: relative;
}
.footer-top-bg{
    position: absolute;
    top: -41px;
    left: 0;

}

.footer-col p {
    color: #fff;
    padding: 10px 0px;
    text-align: justify;
}

.footer-logo {
    width: 80%;
}

.footer-social-link {
    display: flex;
    gap: 15px;
}

.footer-col {
    padding-left: 20px;
}

.footer-social-link li a {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;

    text-align: center;
    width: 2.5rem;
}

.footer-social-link li a i {
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.footer-col .footer-title {

    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;

}

.footer-col .footer-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 103px;
    height: 3px;
    background-image: linear-gradient(to right, #9c0524, transparent);
}

.footer-col .footer-menu li {
    margin-bottom: 15px;
}

.footer-col .footer-menu li a {
    color: #fff;
    position: relative;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;

}

.footer-col .footer-menu li a i {
    position: absolute;
    top: 2px;
    left: -5px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    transition: all .5s ease-in-out;
}

.footer-col .footer-menu li a:hover {
    color: #9c0524;
    font-weight: bold;

}

.footer-col .footer-menu li a:hover i {
    color: #9c0524;

}

/* .footer-col .footer-menu li a:hover {
    color: #a6c4b1;

} */

.footer-col .footer-menu li a:hover i {
    /* color: #a6c4b1; */
    left: 2px;

}

.facebook:hover {
    background: #2e2ef3;
    border-color: #2e2ef3;
}

.twitter:hover {
    background: #00acee;
    border-color: #00acee;
}

.instagram:hover {
    background: linear-gradient(45deg, #fdb83a, #f900fb);
    border: none;
}

.youtube:hover {
    background: #9c0524;
}

.address li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.address li a i {
    font-size: 24px;
    padding-right: 11px;
    transition: all 0.5s ease-in-out;
}

.address li {
    padding-bottom: 20px;
}
.copy-right p {
    color: #fff;
    margin-top: 10px;
}
.copy-right p a {
    color: #ffffff;
    font-weight: bold;
}
.gdigital {
    width: 300px;
    display: inline-block;
    float: right;
    padding-top: 0px;
} 
.copy-right {
    background: #9c0524;
    padding: 15px 0px;
}

.copy-right-text {
    text-align: left;
}

.copy-right-text p {
    margin: 0px;
    color: #fff;
}

.pay-card {
    text-align: end;
}

/* footer end */

/* wharsapp start */
.quickcontact {
    width: 40px;
    position: fixed;
    top: 77%;
    left: 10px;
    z-index: 102;
}

/* whatsapp end */

/* bottom to top start */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #010f1c;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #a10524;
}

#myBtn i {
    font-size: 20px;
}

#myBtn:hover {
    background-color: #555;
}

/* bottom to top button end */






/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {

.page-title {
    background-size: contain;
}
    #navbar1 {
        display: block !important;
    }

    #navbar2 {
        display: none !important;
    }

    #navbar1 .top-head-account {
        display: none;
    }

    .logo-1 {
        display: none !important;
    }

    .logo-2 {
        display: flex !important;
        width: 60%;
        justify-content: space-between;
    }

    .logo img {
        width: 41%;
        padding: 6px 0px;
        margin-left: 38px;
    }

    #navbar1 .icons {
        width: 30%;
        display: flex;
        align-items: center;
    }

    #navbar1 .navbar {
        width: 75%;
        display: block;
    }

    .dropdown-toggle {
        white-space: initial;
    }

    .register {
        display: block;
    }

    .navbar .head-nav {
        display: block;
        gap: 36px;
    }

    .dropdown-menu {
        position: static;
    }

    #menu-btn {
        display: inline-block;
        color: #fff;
        font-size: 20px;
        padding-left: 14px;
    }

    .navbar {
        position: absolute;
        top: 0%;
        left: -48rem;
        width: 30rem;
        box-shadow: var(--box-shadow);
        border-radius: 0.5rem;
        background: #fff;
        z-index: 1001;
    }

    .navbar a {
        font-size: 1.1rem;
        margin: 1rem 1.1rem;
        display: block;
        color: #000;
    }

    .navbar.navactive {
        left: -1rem;
        transition: all 0.7s ease-in-out;
        position: fixed;
        height: 100vh;
        overflow: auto;
    }

    .navbar .cross-btn {
        display: block;
        width: 100%;
        text-align: end;
        transition: all 0.6s ease-in-out;
    }

    .navbar .cross-btn button {
        background: no-repeat;
        border: none;
    }

    .navbar .cross-btn button i {
        color: #898989;
        font-size: 21px;
    }

    .header-social-link {
        display: none;
    }

    .m-sociallink {
        display: flex;
    }

    .about-counter1 {

        bottom: -3px;
        left: 58%;
    }

    .about-counter1 {
        gap: 10px;
    }

    .about-counter1 .counter-title {
        font-size: 32px;

    }

    .about-counter1 .counter-info {

        font-size: 12px;

    }

    .about-counter1 .counter-text {
        font-size: 17px;

    }

    .ha-text {
        margin-top: 25px;
    }

    .ha-text h2 {

        font-size: 27px;

    }

    .top-pick-heading h2 {
        font-size: 27px;
    }

    .t-sec-leaf {
        width: 21%;
    }

    .t-sec-img {
        width: 21%;
    }

    .explore-card a h3 {
        font-size: 12px;
    }

    .explore-card {
        margin: 0;
    }

    .offerheading h2 {
        font-size: 23px;
    }

    .offerheading {
        text-align: center;
    }

    .offer-sec-img {
        width: 19%;
    }

    .em-sec-img {
        top: -57px;
        width: 28%;
    }
    .why-choose-text h2 {
     
        font-size: 22px;
      
    }
    .why-choose-text span {
     
        font-size: 22px;
      
    }
    .why-choose-text {
     
        padding-left: 16px;
    }
    .feature-body .feature-img {
        width: 202px;
    }
    .feature-text h3 {
      
        font-size: 22px;
    }
    .feature {
        padding: 23px 0px;
    }
    .why-choose-text p {
    
        letter-spacing: 0px;
        line-height: 1.5rem;
    }
    .img-box1 {
        margin: 0px 0px 0px 0px;
        position: relative;
        height: 353px;
    }

    .footer-col {

        padding-top: 40px;
    }

    .footer{
        background-position: bottom;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }






    .col-sm-6 {
        width: 50%;
    }


    .copy-right-text p {
        margin: 0px;
        color: #fff;
        text-align: center;
    }






}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .header-top .header-top-left p {
        font-size: 12px;
        text-align: center;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header-top .header-top-left p {
        font-size: 16px;
        text-align: center;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .navbar .nav-item:hover .nav-link {
        color: #a6c4b1;
    }
}