:root {
    --clr-bg-header: #3D8361;
    --clr-btn: #3D8361;
    --clr-dropdown: #1C6758;
    --clr-nav-hover: #1E6F5C;
    --clr-dropdown-hov: #289672;
    --clr-dropdown-link-hov: #29BB89;
    --clr-light: #FAFAFA;
}
:root {
    --primary-text: #28282a;
    --primary-color: #ffcc00;
    --secondary-text: #2b4861;
    --secondary-color: #f04706;
    --tertiary--color: #313c46;
    --body-text-color: #777;
    --border-color: #e5e5e5;
    --border-color1: #e5e5e5;
    --price-color: #f04706;
    --background-color: #f5f5f5;
    --white-color: #ffffff;
    --dark-background: #28282a;
    --dark-bg-text: #aaa;
    --primary-font: 'Rubik', sans-serif;
    --product-title-color: #273c99;
    --rating-color: #ffb400;
    --btn-color: #2b4861;
}
.headtopbg {
    background: #0f5cad;
    padding: 5px 0;
}

.headtop {
}

.headtop ul {
    margin: 0;
    padding: 0;
}

.headtop ul li {
    list-style: none;
    float: left;
    border-right: 1px solid #e4672f;
    padding: 0 70px;
}

.headtop ul li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.headtop ul li:first-child {
    padding-left: 0;
}

.headtop ul li:last-child {
    border: none;
    padding-right: 0;
}

.searchbg {
    padding: 0;
    background: #ffffff;
    margin: 0;
}

.logo img {
    width: 200px;
}

.search {
    padding-top: 19px;
}

.search input {
    background: #f3f5f7;
    border: 1px solid #0e5eb2 !important;
    border-radius: 10px 0 0 10px;
}

.search button {
    background: #0c5bac;
    border-radius: 0 10px 10px 0 !important;
}

.search i {
    color: #fff;
}

/*Banner Start*/
/* --------------- Start Banner block ------------------- */
.tt-banner .banner-text a.banner-button {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 25px;
    border-radius: 5px;
}

.tt-banner .banner-text .button-banner-wrap {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 0;
    width: auto;
}

.tt-banner .banner-text .button-banner .banner-button {
    background: var(--primary-text);
}

.banner.banner-016a78 .tt-banner .banner-text .button-banner .banner-button:hover {
    color: var(--white-color);
}

.banner.banner-00a5e0 .tt-banner .banner-text .button-banner .banner-button::after {
    background: #00a5e0;
}

.banner.banner-016a78 .tt-banner .banner-text .button-banner .banner-button::after {
    background: #016a78;
}

.tt-banner img {
    width: 100%;
}

.tt-banner img,
.tt-banner:hover .banner-image img {
    transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
}

.tt-banner:hover .banner-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.tt-banner .banner-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.tt-banner .banner-text.tt-icon-right {
    width: auto;
    left: auto;
    right: 20px;
}
.tt-banner .banner-text.tt-icon-right.tt-text-dubble-space-left {
    left: 10%;
}
.tt-banner .banner-text.tt-icon-right.tt-text-dubble-space-right {
    right: 10%;
}

.tt-banner .banner-text.tt-icon-center {
    width: 55%;
}

.tt-banner .banner-text.tt-icon-top {
    top: 7%;
    bottom: auto;
    padding: 0 20px;
}

.tt-banner .banner-text.tt-icon-left {
    right: auto;
    width: auto;
    left: 20px;
    top: 0;
    bottom: 0;
}

.banner-top-left .tt-banner .banner-text.tt-icon-left {
    width: auto;
    height: fit-content;
    top: 40px;
    bottom: auto;
}

.banner-style-5 .tt-banner .banner-text.tt-icon-left {
    top: 40px;
    bottom: auto;
}

.banner-style-2 .tt-banner .banner-text.tt-icon-left {
    bottom: 40px;
    top: auto;
}


.tt-banner .banner-text.tt-icon-left.tt-text-dubble-space-left {
    left: 40px;
}

.tt-banner .banner-text.tt-icon-left.tt-text-single-space-left {
    left: 30px;
}

.tt-banner .banner-text.tt-icon-bottom {
    top: auto;
    bottom: 7%;
}

.tt-banner .banner-text {
    color: var(--primary-text);
}

.tt-banner .banner-text.tt-icon-center {
    color: var(--white-color);
}

.tt-banner .banner-text .banner-sub-title {
    font-size: 18px;
    position: relative;
}

.tt-banner .tt-icon-top.banner-text .banner-top-title {
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
}

.tt-banner .banner-text .banner-top-title {
    font-size: 14px;
    font-family: var(--primary-font);
    width: fit-content;
    padding: 4px 10px;
    background: var(--primary-color);
    border-radius: 5px;
    font-weight: 600;
    margin: 0 0 15px;
}

.banner-style-3 .tt-banner .banner-text .banner-top-title {
    padding: 8px 40px 8px 20px;
    clip-path: polygon(0% 0%, 100% 0, 93% 50%, 100% 100%, 0% 100%);
    border-radius: 0;
}

.banner-style-3 .tt-banner .banner-text .banner-title {
    order: -1;
}

.banner-style-3 .tt-banner .banner-text .wpbanner-content {
    display: flex;
    flex-direction: column;
}

.tt-banner .banner-text.tt-icon-top .banner-sub-title {
    padding: 0;
    margin: 0 0 10px;
}

.tt-banner .banner-text .banner-title {
    font-size: 26px;
    font-family: var(--primary-font);
    font-weight: 300;
    line-height: 30px;
    color: var(--white-color);
    width: 100%;
}

.banner-title-0 .tt-banner .banner-text .banner-title {
    margin-bottom: 0;
}

.tt-banner .banner-text .banner-title h2.blod {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 20px;
    color: var(--white-color);
}

.banner-title-0 .tt-banner .banner-text .banner-title h2.blod {
    margin: 0;
}

.tt-banner .banner-text .banner-content {
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    margin: 0;
    float: left;
    width: 100%;
}

.tt-banner .banner-text .banner-content .text {
    font-size: 22px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--primary-color);
}

.tt-banner .banner-text .banner-content .text {
    display: block;
    width: 100%;
    padding: 0;
}

.tt-banner .banner-text .banner-content .text.text-right {
    display: inline-block;
    width: auto;
    padding: 0 0 0 10px;
}

.tt-banner {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.tt-banner .banner-image {
    display: block;
    float: none;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.img-100 .tt-banner .banner-image img {
    width: 100%;
}

.tt-banner .banner-image.border-radius-top-right {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tt-banner .banner-image.border-radius-bottom-left {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tt-banner .banner-image::after,
.tt-banner .banner-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.tt-banner:hover .banner-image::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .2);
}

.tt-banner:hover .banner-image::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .2);
}
/* home 21 banner */
@media(max-width:1199px) {
    .tt-banner .banner-text .banner-top-title {
        font-size: 10px;
    }

    .tt-banner .banner-text .banner-title {
        font-size: 16px;
    }
    .home21-banner .tt-banner .banner-text .banner-title h2.blod,
    .tt-banner .banner-text .banner-title h2.blod {
        font-size: 16px;
        margin: 0 0 8px;
    }

    .tt-banner .banner-text .banner-content {
        font-size: 10px;
    }

    .tt-banner .banner-text .banner-content .text-right {
        font-size: 14px;
    }

    .tt-banner .banner-text.tt-icon-left.tt-text-dubble-space-left {
        left: 20px;
    }

    .banner-style-5 .tt-banner .banner-text.tt-icon-left {
        top: 20px;
    }
}
/*Banner End*/
.headerright {
    padding: 31px 0;
}

.headerright a {
    padding: 0 10px;
    color: #5c5c5c;
    text-decoration: none;
    font-size: 20px;
}

.headerright span {
    background: #e4672f;
    border-radius: 50%;
    padding: 0px 5px;
    color: #fff;
    margin-top: -13px;
    position: absolute;
    margin-left: -10px;
    font-size: 12px;
}

.menubg {
    height: 50px;
}

.nav-item {
    padding: 0px 0px;
    margin: 0px 26px;
}

.megamenu-li a:last-child {
    border: none;
}

.navbar-nav a {
    font-size: 13px;
}

.navbar-demo {
    display: none !important;
}

.navbar-demo {
    display: table;
    width: 100%;
    position: fixed;
    z-index: 99;
}

.navbar-demo .nav-bar ul li {
    display: block;
}

.navbar-demo .nav-bar ul {
    padding: 0;
    display: table;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar-demo .nav-bar ul li a {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 18px;
    text-transform: uppercase;
}

.nav-bar {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mlogo {
    width: 100%;
    height: 40px;
}

.mlogo img {
    height: 53px;
    margin-left: 122px;
    margin-top: 3px;
}

#header-area {
    width: 100%;
    height: 60px;
    background-color: black;
}

.slidebg {
    z-index: -1;
}

.usercom {
    font-size: 24px;
    color: #fff;
    width: 100%;
    height: 30px;
    margin-left: 149px;
    margin-top: -25px;
}

.cartcom {
    font-size: 24px;
    color: #fff;
    margin-top: -29px;
    margin-right: 20px;
}

.usercom a {
    padding: 0 10px;
    color: #fff;
}

.cartt {
    width: 100px;
}

.cartcom a {
    padding: 0 10px;
    color: #fff;
}

.banartopbg {
    padding: 30px 0;
}

.banartopbg a {
    text-decoration: none;
    list-style: none;
}

.banartopbg h4 {font-size: 18px;padding-top: 10px;}

.banartopbg img {
    height: 330px;
}

.banar1 {
    /* height: 630px; */
}

.banar1 {
    /* height: 400px; */
}

.banar1 {
    /* height: 200px; */
}

.banarbg {
    /* display: none; */
    background: #616161;
    padding: 50px 0;
}
.carousel-item{
    height: 360px !important;
}
.carousel-inner > .item > img {
    height:360px !important;
}
.carousel > .carousel-inner > .carousel-item > img{
    height:360px !important;
}
.carousel-control-prev, .carousel-control-next{
    /* top: -119px !important; */
}
.productbg {
    background: #ffffff;
    padding: 50px 0;
}

.productsbg {
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.product-item {
    background: #efefef;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.productdetails {
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

.productdetails a {
    color: #000;
    text-align: center;
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    line-height: 6px;
}

.productdetails p {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #f00;
    margin-bottom: 10px;
}

.productdetails del {
    color: #000;
}

.product-img img {
}

.cathome {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 194px;
    left: 0px;
    color: var(--orange);
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.cathome a {
    list-style: none;
    text-decoration: none;
    font-size: 21px !important;
    background: #131921;
    padding: 7px;
    font-size: 15px;
    color: #fff;
    padding: 10px 25px;
}

.product-action a {
    background: #131921;
    padding: 10px;
    color: #fff;
    border: none;
}

.shoproom {
    padding: 20px 0;
    background: #fff;
}

.shopbg {
    margin-top: 10px;
}

.shopbg ul {
}

.shopbg ul li {
    list-style: none;
    float: left;
}

.shopbg ul li a {
    text-decoration: none;
    color: #565656;
    padding: 5px 10px;
    border: 1px solid #e4672f;
    border-radius: 10px;
    margin-right: 10px;
}

.shopbg ul li a:hover {
    background: #e4672f;
    color: #fff;
}

.section-title {
    padding-left: 14px;
}

.recnetpost {
    padding: 30px 0;
    background: #f3ebeb;
}

.recnetpost h2 {
}

.recnetpost a {
    list-style: none;
    text-decoration: none;
    color: #505050;
    font-weight: 400;
    line-height: 18px;
}

.vendorlogo {
    padding: 30px 0;
    background: #ccc;
}

.footerbg {
    background: #131921;
}

.footertop {
    border-bottom: 2px solid #e4672f;
    padding: 20px 0;
    background: #131921;
}

.subscribe {
    background: #e4672f;
    border: navajowhite;
    color: #fff !important;
}

.social a {
}

.fa-facebook-f {
    background: #2b5eab;
    border-radius: 50%;
    padding: 11px 15px;
    margin-right: 10px;
}

.fa-twitter {
    background: #02b0d7;
    border-radius: 50%;
    padding: 11px 12px;
    margin-right: 10px;
}

.fa-linkedin-in {
    background: #005780;
    border-radius: 50%;
    margin-right: 10px;
    padding: 12px 15px;
}

.fa-instagram {
    background: #b300bf;
    border-radius: 50%;
    padding: 12px 15px;
    margin-right: 10px;
}

.fa-youtube {
    background: #dc3545;
    border-radius: 50%;
    padding: 12px 12px;
}

.copyrightbg {
    background: #050505;
}

.footerpart {
}

.footerpart h3 {
    font-size: 20px;
    color: #ffffff;
    padding-top: 20px;
}

.footerpart ul {
    padding: 0;
}

.footerpart ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerpart ul li a {
    font-size: 14px;
    color: #fff;
}

.footeraddress h3 {
    font-size: 20px;
    color: #ffffff;
    padding-top: 20px;
}

.footeraddress ul {
    padding: 0;
}

.footeraddress ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
}

.footeraddress ul li i {
    border: 2px solid #e4672f;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    color: #e4672f;
}

.copyleft p {
    color: #bfbfbf;
    font-size: 14px;
    padding-top: 10px;
}

.copyright p {
    padding-top: 10px;
    color: #fff;
    text-align: right;
    font-size: 14px;
}

.copyright a {
    color: #005c89 !important;
    text-decoration: none;
    list-style: none;
    font-weight: 600;
}

.breadcrumbbg {
    background: linear-gradient( rgb(8 8 8 / 56%), rgb(40 40 40 / 51%) ), url(../img/bg.jpg);
    padding: 20px 0;
    height: 264px;
}

.breadcrumb a {
    color: #fff;
    list-style: none;
    text-decoration: none;
}

.breadcrumb span {
    color: #e4672f;
}

.breadcrumbbg h1 {
    color: #e4672f;
}

.breadcrumbbg i {
    margin-left: 10px;
    margin-top: 2px;
    font-size: 19px;
}

.productsss img {
    /* height: 238px; */
}

.rooms img {
    height: 200px;
}

.badge-danger {
    position: absolute;
    z-index: 1;
    background-color: #e4672f !important;
}

.navbar {
    background: #1b1d48;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 1px 3px 4px 0 #adadad33;
}

.navbar-light .navbar-brand {
    color: #2196F3;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #ffc107;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e45e21;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 0.5s;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    transition: 3s ease-in;
}

.megamenu a {
    padding: 6px 10px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffc107;
    text-decoration: none;
    background-color: #fff !important;
    transition: 3s ease-in;
}

.navbar-nav a {
    color: #000;
}

.sm-menu {
    border-radius: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #2196F3;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #1ebdc2;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0px;
    padding: 15px;
}

.megamenu h6 {
    margin-left: 10px;
}

.megamenu i {
    width: 20px;
}

.media {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.media-left img {
    border-radius: 50% !important;
    width: 75px;
    height: 75px;
}

.media-heading {
    font-size: 16px;
    padding-left: 10px;
    line-height: 0px;
    padding-top: 25px;
    color: #000;
    font-weight: 600;
}

.media-body span {
    padding-left: 10px;
    color: #ccc;
    font-size: 14px;
    line-height: 0;
}

.navbar-nav > li > a {
    color: #504843;
    position: relative;
}
.recntprod h2{
    text-align: center;
}
.recntprod p{
    text-align: center;
}
.btn-square {
    width: 100% !important;
    height: 40px;
    border-radius: 0px 0 10px 10px !important;
    background: #1765b6 !important;
    color: #fff !important;
    font-size: 19px !important;
    border: none;
}

.nav-links > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.nav-links > ul li{
    list-style: none;
    text-decoration: none;
}
.nav-link {
    position: relative;
    padding: 0;
}

.nav-link > a {
    line-height: 3rem;
    color: #f1f1f1;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link > a > i {
    margin-left: .2rem;
}

.nav-link:hover > a {
    transform: scale(1.1);
    list-style: none;
    text-decoration: none;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: -27px;
    width: 16rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul {
    position: relative;
}

.dropdown-link > a {
    display: flex;
    background-color: #16183e;
    color: #ffffff;
    padding: .5rem 1rem;
    font-size: 13px;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    border-bottom: 1px solid #ffffff;
}

.dropdown-link:hover > a {
    background-color: #767676;
    color: #000b16;
    list-style: none;
    text-decoration: none;
}

/*.dropdown-link:not(:nth-last-child(2)) {*/
/*    border-bottom: 1px solid #000b16;*/
/*}*/

.dropdown-link i {
    transform: rotate(-90deg);
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #ffffff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow {
    background-color: #ffffff;
}

.dropdown-link {
    position: relative;
    background: #000;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

/*.hamburger-menu-container {*/
/*    flex: 1;*/
/*    display: none;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*}*/

/*.hamburger-menu {*/
/*    width: 2.5rem;*/
/*    height: 2.5rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*}*/

/*.hamburger-menu div {*/
/*    width: 1.6rem;*/
/*    height: 3px;*/
/*    border-radius: 3px;*/
/*    background-color: #ffffff;*/
/*    position: relative;*/
/*    z-index: 1001;*/
/*    transition: .5s;*/
/*}*/

/*.hamburger-menu div:before,*/
/*.hamburger-menu div:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: inherit;*/
/*    height: inherit;*/
/*    background-color: #ffffff;*/
/*    border-radius: 3px;*/
/*    transition: .5s;*/
/*}*/

/*.hamburger-menu div:before {*/
/*    transform: translateY(-7px);*/
/*}*/

/*.hamburger-menu div:after {*/
/*    transform: translateY(7px);*/
/*}*/
/* Container */
.hamburger-menu-container {
    position: relative;
    z-index: 999;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}
/* Hide default checkbox */
#menu-toggle {
    display: none;
}

/* Hamburger icon */
.menu-icon {
    width: 35px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px;
}
.menu-icon span {
    display: block;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Menu Box */
.hamburger-menu {
    position: absolute;
    top: 37px;
    right: -7px;
    background: #1b1d48;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    /* border-radius: 8px; */
    width: 202px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.hamburger-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hamburger-menu ul li {
    border-bottom: 1px solid #eee;
}
.hamburger-menu ul li:last-child {
    border-bottom: none;
}
.hamburger-menu ul li a {
    display: block;
    padding: 4px 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s;
}
.hamburger-menu ul li a:hover {
    background: #f2f2f2;
}

/* Toggle Open */
#menu-toggle:checked ~ .hamburger-menu {
    max-height: 400px;
}

/* Animate icon on toggle */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
}
/* Responsive behavior */
@media (min-width: 992px) {
    .hamburger-menu-container {
        display: none; /* Only show on mobile */
    }
}
#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px) {
    .hamburger-menu-container {
        display: flex;
    }

    #check {
        display: block;
    }

    .nav-btn {
        position: fixed;
        height: calc(100vh - 3rem);
        top: 3rem;
        left: 0;
        width: 100%;
        background-color: var(--clr-btn);
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .65s;
    }

    #check:checked ~ .nav-btn {
        transform: translateX(0);
    }

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links {
        flex: initial;
        width: 100%;
    }

    .nav-links > ul {
        flex-direction: column;
    }

    .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link > a {
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .nav-link:hover > a {
        transform: scale(1);
        background-color: #ffffff;
    }

    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #ffffff;
        display: none;
    }

    .nav-link:hover > .dropdown,
    .dropdown-link:hover>.dropdown {
        display: block;
    }

    .nav-link:hover > a > i,
    .dropdown-link:hover>a>i {
        transform: rotate(360deg);
    }

    .dropdown-link > a {
        background-color: transparent;
        color: #000b16;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link > a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link > a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: #0a0e14;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow {
        background-color: var(--clr-nav-hover);
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover > a {
        background-color: var(--clr-dropdown-link-hov);
    }

    .dropdown-link:first-child:hover ~ .arrow {
        background-color: var(--clr-nav-hover);
    }

    .nav-link > a > i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i {
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    padding: 10px !important;
}
.nav-tabs .nav-link {
    padding: 10px !important;
}
.tab-content > .tab-pane {
    border: 1px solid #ccc;
    margin-top: -25px;
    padding: 20px;
}