*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

@font-face {
    font-family: flaticon;
    src: url(../font/Flaticon.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "blacksword";
    src: url(../font/Blacksword.otf) format("otf");
    font-weight: 400;
    font-style: normal
}

:root {
    --primary-color: #333;
    --secondary-color: #bfa498;
    --territiary-color: #66656a;
    --other-color: #66656a;
    --lt-bg-color: #f1f1f1;
    --heading-color: #333;
    --btn-color: #bfa498;
    --btn-hover: #664750;
    --sec-line: #FD3358;
    --white-color: #fff;
    --black-color: #000;
    --primary-font: "Barlow", serif;
    --secondary-font: "Gilda Display", serif;
    --other-font: "Gilda Display", serif;
    --f1: 1px;
    --f2: 2px;
    --f3: 3px;
    --f4: 4px;
    --f5: 5px;
    --f6: 6px;
    --f7: 7px;
    --f8: 8px;
    --f9: 9px;
    --f10: 10px;
    --f11: 11px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f18: 18px;
    --f19: 19px;
    --f20: 20px;
    --f21: 21px;
    --f22: 22px;
    --f23: 23px;
    --f24: 24px;
    --f25: 25px;
    --f26: 26px;
    --f27: 27px;
    --f28: 28px;
    --f29: 29px;
    --f30: 30px;
    --f31: 31px;
    --f32: 32px;
    --f33: 33px;
    --f34: 34px;
    --f35: 35px;
    --f36: 36px;
    --f37: 37px;
    --f38: 38px;
    --f39: 39px;
    --f40: 40px;
    --f41: 41px;
    --f42: 42px;
    --f43: 43px;
    --f44: 44px;
    --f45: 45px;
    --f46: 46px;
    --f47: 47px;
    --f48: 48px;
    --f49: 49px;
    --f50: 50px;
    --f51: 51px;
    --f52: 52px;
    --f53: 53px;
    --f54: 54px;
    --f55: 55px;
    --f56: 56px;
    --f57: 57px;
    --f58: 58px;
    --f59: 59px;
    --f60: 60px;
    --f70: 70px;
    --f75: 75px;
    --f80: 80px;
    --f85: 85px;
    --f90: 90px;
    --p1: 1px;
    --p2: 2px;
    --p3: 3px;
    --p4: 4px;
    --p5: 5px;
    --p6: 6px;
    --p7: 7px;
    --p8: 8px;
    --p9: 9px;
    --p10: 10px;
    --p11: 11px;
    --p12: 12px;
    --p13: 13px;
    --p14: 14px;
    --p15: 15px;
    --p16: 16px;
    --p17: 17px;
    --p18: 18px;
    --p19: 19px;
    --p20: 20px;
    --p21: 21px;
    --p22: 22px;
    --p23: 23px;
    --p24: 24px;
    --p25: 25px;
    --p26: 26px;
    --p27: 27px;
    --p28: 28px;
    --p29: 29px;
    --p30: 30px;
    --p31: 31px;
    --p32: 32px;
    --p33: 33px;
    --p34: 34px;
    --p35: 35px;
    --p36: 36px;
    --p37: 37px;
    --p38: 38px;
    --p39: 39px;
    --p40: 40px;
    --p41: 41px;
    --p42: 42px;
    --p43: 43px;
    --p44: 44px;
    --p45: 45px;
    --p46: 46px;
    --p47: 47px;
    --p48: 48px;
    --p49: 49px;
    --p50: 50px;
    --p51: 51px;
    --p52: 52px;
    --p53: 53px;
    --p54: 54px;
    --p55: 55px;
    --p56: 56px;
    --p57: 57px;
    --p58: 58px;
    --p59: 59px;
    --p60: 60px;
    --p61: 61px;
    --p62: 62px;
    --p63: 63px;
    --p64: 64px;
    --p65: 65px;
    --p66: 66px;
    --p67: 67px;
    --p68: 68px;
    --p69: 69px;
    --p70: 70px;
    --p71: 71px;
    --p72: 72px;
    --p73: 73px;
    --p74: 74px;
    --p75: 75px;
    --p76: 76px;
    --p77: 77px;
    --p78: 78px;
    --p79: 79px;
    --p80: 80px;
    --p81: 81px;
    --p82: 82px;
    --p83: 83px;
    --p84: 84px;
    --p85: 85px;
    --p86: 86px;
    --p87: 87px;
    --p88: 88px;
    --p89: 89px;
    --p90: 90px;
    --p91: 91px;
    --p92: 92px;
    --p93: 93px;
    --p94: 94px;
    --p95: 95px;
    --p96: 96px;
    --p97: 97px;
    --p98: 98px;
    --p99: 99px;
    --p100: 100px;
    --p120: 120px;
    --m1: 1px;
    --m2: 2px;
    --m3: 3px;
    --m4: 4px;
    --m5: 5px;
    --m6: 6px;
    --m7: 7px;
    --m8: 8px;
    --m9: 9px;
    --m10: 10px;
    --m11: 11px;
    --m12: 12px;
    --m13: 13px;
    --m14: 14px;
    --m15: 15px;
    --m16: 16px;
    --m17: 17px;
    --m18: 18px;
    --m19: 19px;
    --m20: 20px;
    --m21: 21px;
    --m22: 22px;
    --m23: 23px;
    --m24: 24px;
    --m25: 25px;
    --m26: 26px;
    --m27: 27px;
    --m28: 28px;
    --m29: 29px;
    --m30: 30px;
    --m31: 31px;
    --m32: 32px;
    --m33: 33px;
    --m34: 34px;
    --m35: 35px;
    --m36: 36px;
    --m37: 37px;
    --m38: 38px;
    --m39: 39px;
    --m40: 40px;
    --m41: 41px;
    --m42: 42px;
    --m43: 43px;
    --m44: 44px;
    --m45: 45px;
    --m46: 46px;
    --m47: 47px;
    --m48: 48px;
    --m49: 49px;
    --m50: 50px;
    --m51: 51px;
    --m52: 52px;
    --m53: 53px;
    --m54: 54px;
    --m55: 55px;
    --m56: 56px;
    --m57: 57px;
    --m58: 58px;
    --m59: 59px;
    --m60: 60px;
    --m61: 61px;
    --m62: 62px;
    --m63: 63px;
    --m64: 64px;
    --m65: 65px;
    --m66: 66px;
    --m67: 67px;
    --m68: 68px;
    --m69: 69px;
    --m70: 70px;
    --m71: 71px;
    --m72: 72px;
    --m73: 73px;
    --m74: 74px;
    --m75: 75px;
    --m76: 76px;
    --m77: 77px;
    --m78: 78px;
    --m79: 79px;
    --m80: 80px;
    --m81: 81px;
    --m82: 82px;
    --m83: 83px;
    --m84: 84px;
    --m85: 85px;
    --m86: 86px;
    --m87: 87px;
    --m88: 88px;
    --m89: 89px;
    --m90: 90px;
    --m91: 91px;
    --m92: 92px;
    --m93: 93px;
    --m94: 94px;
    --m95: 95px;
    --m96: 96px;
    --m97: 97px;
    --m98: 98px;
    --m99: 99px;
    --m100: 100px;
}

body {
    font-family: var(--primary-font);
    color: var(--primary-color);
    background-color: var(--white-color);
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-call:before {
    content: "\f100"
}

.flaticon-play-button:before {
    content: "\f101"
}

.flaticon-next:before {
    content: "\f102"
}

.flaticon-university:before {
    content: "\f103"
}

.flaticon-work:before {
    content: "\f104"
}

.flaticon-room:before {
    content: "\f105"
}

.flaticon-layers:before {
    content: "\f106"
}

.flaticon-security:before {
    content: "\f107"
}

.flaticon-wifi:before {
    content: "\f108"
}

.flaticon-location:before {
    content: "\f109"
}

.flaticon-taxi:before {
    content: "\f10a"
}

.flaticon-calendar:before {
    content: "\f10b"
}

.flaticon-check-mark:before {
    content: "\f10c"
}

.flaticon-right-chevron:before {
    content: "\f10d"
}

.flaticon-left-quote:before {
    content: "\f10e"
}

.flaticon-left-chevron:before {
    content: "\f10f"
}

.flaticon-target:before {
    content: "\f110"
}

.flaticon-award:before {
    content: "\f111"
}

.flaticon-parking:before {
    content: "\f112"
}

.flaticon-breakfast:before {
    content: "\f113"
}

.flaticon-shop:before {
    content: "\f114"
}

.flaticon-facebook:before {
    content: "\f115"
}

.flaticon-twitter:before {
    content: "\f116"
}

.flaticon-linkedin:before {
    content: "\f117"
}

.flaticon-instagram:before {
    content: "\f118"
}

.flaticon-cross-out:before {
    content: "\f119"
}

.flaticon-expand:before {
    content: "\f11a"
}

.flaticon-play-button-1:before {
    content: "\f11b"
}

.flaticon-down-arrow:before {
    content: "\f11c"
}

.flaticon-email:before {
    content: "\f11d"
}

label.error {
    color: red;
    font-size: 13px;
}

label.valid {
    display: none !important;
}

a {
    text-decoration: none !important;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: var(--secondary-color);
    font-family: var(--primary-font);
}

.main-btn {
    font-weight: 400;
    font-size: var(--f15);
    color: var(--white-color);
    background-color: var(--btn-color);
    border: 1px solid var(--btn-color);
    box-shadow: inset 0 0 0 0 #F6F6F9;
    padding: var(--p12) var(--p15);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.main-btn:hover {
    color: var(--white-color);
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    box-shadow: inset 0 65px 0 0 var(--btn-hover);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.btn_4 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.btn_4.learn-more {
    width: 160px;
    height: auto;
}

.btn_4.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.6rem;
    height: 2.6rem;
    background: var(--btn-color);
    border-radius: 1.625rem;
}

.btn_4.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.btn_4.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.425rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.btn_4.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.btn_4.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 2rem;
    color: var(--heading-color);
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}

.btn_4:hover .circle {
    width: 100%;
}

.btn_4:hover .circle .icon.arrow {
    background: var(--white-color);
    transform: translate(1rem, 0);
}

.btn_4:hover .button-text {
    color: var(--white-color);
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

a.main-bttn {
    border: 1px solid #000;
    padding: var(--p15) 0;
}

a.main-bttn span.inner {
    padding: var(--p15) var(--p45);
    background: var(--btn-color);
    color: var(--white-color);
    position: relative;
    top: 5px;
    left: 10px;
    display: inline-block;
}

a.main-bttn:hover span.inner {
    background: var(--btn-hover);
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

ul,
li {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    font-family: var(--primary-font);
    font-size: var(--f16);
}

li {
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f16);
    line-height: 30px;
    letter-spacing: 0.05em;
}

p {
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f16);
    line-height: 30px;
    letter-spacing: 0.05em;
}

h1 {
    font-size: var(--f50);
    line-height: 1.3;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: var(--m30);
    font-family: var(--secondary-font);
}

h2 {
    font-size: var(--f32);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--secondary-font);
}

h3 {
    font-size: var(--f28);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--secondary-font);
}

h4 {
    font-size: var(--f24);
    line-height: 1.3;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: var(--m15);
    font-family: var(--secondary-font);
}

h5 {
    font-size: var(--f22);
    line-height: 1.3;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    font-family: var(--secondary-font);
}

h6 {
    font-size: var(--f22);
    line-height: 1.3;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: var(--m20);
    font-family: var(--secondary-font);
}

section {
    padding: var(--p60) var(--p12);
}

pre,
sub {
    font-family: var(--primary-font);
    font-size: var(--f12);
}

table {
    font-family: var(--primary-font);
    font-size: var(--f16);
}

.sec-line .sec-line1 {
    width: 16px;
    height: 6px;
    background: var(--secondary-color);
    border-radius: 30px;
    display: inline-block;
    margin-right: var(--m5);
}

.sec-line .sec-line2 {
    width: 46px;
    height: 6px;
    background: var(--secondary-color);
    border-radius: 30px;
    display: inline-block;
}

/* header css start */

header .social_sec {
    display: flex;
    align-items: center;
    justify-content: end;
}

header .navbar {
    padding: 5px 15px;
}

header.new-header .row {
    width: 100%;
}

header.new-header .col-8 {
    display: flex;
    justify-content: center;
    /* width: 82%; */
}

header.new-header ul.menu-bar {
    display: flex;
    position: relative;

    align-items: center;
}

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover {
    background-color: var(--white-color);
    color: var(--secondary-color) !important;
}

.dropdown-menu>li:hover>.submenu {
    display: block;
}

.dropdown-menu>li:hover a {
    color: #fff;
}

header img {
    /* min-width: 170px; */
    width: 80px;
    object-fit: contain;
}

.video-logo img {
    width: 80px;
    height: 45px;
    object-fit: contain;
}

.video-logo {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-end;
    /* justify-content: center; */
    gap: 10px;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* right: 10px; */
}

header .logo {
    background: #97866700;
}

header .logo-img {
    padding-left: 0;
    background: #fffbf2;
}

header .container-fluid {
    padding: 0;
}

header .bar1,
.bar2,
.bar3 {
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}

header button.navbar-toggler {
    transition: 2s;
    animation: glitch;
    border: none;
    position: relative;
    right: 50px;
}

header .navbar-toggler:focus {
    box-shadow: none !important;
}

header button.navbar-toggler:hover .bar1 {
    transform: translateY(8px);
}

header button.navbar-toggler:hover .bar3 {
    transform: translateY(-3px);
}

header .cart {
    border: none;
    border-left: 1px solid #fefefe5c !important;
    /* padding: 0 !important; */
    padding-left: var(--p15) !important;
}

header .cart:hover {
    border: none;
}

header button.navbar-toggler:hover .bar2 {
    transform: scale(0);
}

@keyframes glitch {

    0%,
    100% {
        filter: url(#glitch);
        -webkit-filter: url(#glitch);
    }
}

header .col-4 {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    align-items: center;
    /* width: 18%; */
    gap: 10px;
}

header .nav-link:focus,
.nav-link:hover {
    color: var(--black-color) !important;
}

header #main_nav {
    display: flex !important;
    justify-content: end !important;
}

header nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
    background: transparent !important;
    width: 100%;
}

header .col-4 a.logo-text {
    color: var(--white-color);
    text-align: center;
    min-width: 220px;
}

header .col-4 a.logo-text p {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

header .col-4 a.logo-text span {
    font-size: 12px;
}

header a.nav-link {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f14);
    border-left: 0px solid var(--white-color);
    border-bottom: 1px dashed transparent;
    font-family: var(--other-font);
    margin-right: var(--m35);
    letter-spacing: 1px;
    font-weight: 400;
    padding: var(--p5) 0;
    /* text-shadow: 0 0 3px #000; */
    text-transform: uppercase;
    transition: all 0.7s ease;
}

header p {
    /* color: var(--secondary-color); */
    /* text-transform: uppercase; */
    font-size: var(--f14);
    /* letter-spacing: .6em; */
    /* font-family: var(--other-font); */
    /* font-weight: 500; */
    /* margin: 25px 0; */
    -ms-word-wrap: break-word;
    /* word-wrap: break-word; */
    /* text-align: center; */
}

header a.nav-link:hover {
    border-bottom: 1px dashed var(--white-color);
    color: var(--white-color) !important;
}

header .col-9 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 83% !important;
    flex: 0 0 83%;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
    /* background-image: linear-gradient(180deg, black, #00000040); */
    padding: 0;
    /* border-bottom: 0px solid #F1F1F1; */
    /* background: #664750; */
}

header .col-8 {
    display: flex;
    align-items: center;
    /* gap: 15px; */
    justify-content: flex-end;
}

header button.btn-close.btn-close-black {
    position: absolute;
    right: 30px;
    top: 30px;
}

header .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: var(--p40);
}

header .offcanvas.offcanvas-end {
    width: 500px;
    background: #f0f0f0 !important;
    padding: var(--p45);
}

header h3 {
    color: var(--secondary-color);
    font-weight: 500;
    /* font-family: var(--other-font); */
    letter-spacing: 0.6rem;
}

header ul.social {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding-right: 0px;
    /* margin-top: 28px; */
}

header ul.social li {
    width: 40px;
    /* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid var(--white-color); */
    border-radius: 50%;
    position: relative;
}

header ul.social li i {
    font-size: var(--f14);
    color: var(--white-color);
    font-size: 18px;
}

header ul.social li:hover,
header ul.social li:hover i {
    color: var(--other-color);
    border-color: var(--other-color);
}

header ul.social-bar a {
    color: var(--white-color);
    font-size: var(--f16);
}

header ul.social-bar a:hover {
    color: var(--secondary-color);
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
    color: var(--black-color) !important;
    border-color: var(--black-color) !important;

}

header li.nav-item {
    position: relative;
    padding: var(--p15) 15px !important;
}

header li.nav-item a.main-btn {
    background: var(--btn-hover);
    border-color: var(--btn-hover);
    margin-right: 25px;
}

/* header .active {
    border-bottom: 1px dashed var(--black-color) !important;
    color: var(--black-color) !important;
} */

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    padding: 0px;
    border-radius: 0px;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: var(--white-color);
    background-color: var(--btn-color);
}

header.page-header.mob {
    display: none;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    padding: 0px;
    border-radius: 0px;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #E1D6CA;
    background-color: var(--white-color);
}

header .dropdown-menu.show {
    display: block;
    top: 60px;
    padding: 0px;
    border-radius: 0px;
    width: auto;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header .dropdown-item {
    font-weight: 500;
    color: var(--black-color);
    padding: 8px 12px;
}

header .dropdown-item:hover {
    color: var(--secondary-color) !important;
}

header .dropdown-item:hover a {
    color: var(--white-color);
}



/* footer css start */


footer {
    /*margin-top: 4rem;*/
    /* background: url(../images/yes.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 50px 0 0;
    background-position: center;
    background: var(--btn-hover);
    background: #695045fa;
}

footer .col-md-4.second {
    display: flex;
    justify-content: center;
}

footer .col-md-4 {
    flex: 0 0 auto;
    width: 25%;
}

.footer-social {
    margin-top: 10px;
}

footer .row {
    justify-content: space-between;
}

footer .row .col-4 {
    width: 30%;
}

footer p.abt {
    color: var(--white-color);
    height: auto;
    overflow: hidden;
    font-size: var(--f13);
    line-height: 2;
}

footer::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /* background-color: #3a2c39; */
    left: 0;
    right: 0;
    top: 0;
    /*z-index: -1;*/
    opacity: .6;
}

.footer_overlay {
    width: 100%;
    height: 100%;
    /* background: rgb(0 0 0 / 100%); */
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: none;
}

footer .container {
    z-index: 1;
    position: relative;
}

.footer_links h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--white-color);
    font-size: var(--f24);
    padding-bottom: var(--p15);
    /* border-bottom: 2px solid var(--white-color); */
    width: 80%;
}

footer .footer_box h4 {
    color: white;
    padding-bottom: 0;
}

.footer_links p {
    color: var(--white-color);
    font-size: var(--f13);
    list-style-type: none;
    padding-bottom: 0px;
    line-height: 2;
}

.footer-social ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-top: var(--m10);
    float: left;
}

.footer-social ul {
    padding-left: 0;
    margin-left: 0;
    display: flex;
}

.footer-social ul li {
    display: inline-block;
    color: var(--white-color);
    margin-right: 10px;
}

.footer-social ul li span {
    display: inline-block;
    margin-right: 4px;
    font-size: var(--f14);
    color: var(--white-color);
}

.footer-social ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.footer_link {
    padding: 0;
    margin: 0;
}

.footer_links ul li {
    list-style-type: none;
    margin-bottom: 6px;
    color: var(--white-color);
    line-height: 30px;
    font-size: var(--f13);
}
.footer_links ul li.img-link img{
    width:100px;
}
.footer_links ul li a {
    color: var(--white-color);
    font-size: var(--f13);
    transition: 300ms;
}

.footer_links ul li a:hover {
    color: var(--other-color);
    border-bottom: 2px solid;
    margin-left: 5px;
}
.footer_links ul li.img-link a:hover {
    border-bottom: 0px solid;
    margin-left: 0px;
}
.dropdown-menu li a:hover {
    border-bottom: 0px solid !important;
    color: var(--secondary-color) !important;

}

.dropdown-menu li .dropdown-item:hover {
    border-bottom: 0px solid !important;
    color: var(--secondary-color) !important;

}


.footer_links .footer-social ul li a:hover {
    color: var(--other-color);
    border-bottom: 1px solid #fff;
    border-color: #fff;
    margin-left: 0px;
}

.footer_logo img {
    width: 100px;
    /*margin-bottom: var(--m20);*/
}

footer .news-gorm-group input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    padding: 4px 15px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    border-radius: 20px;
}

footer .newsletter-form {
    position: relative;
}

footer .news-gorm-group i {
    position: absolute;
    top: 15px;
    right: 17px;
    color: var(--white-color);
    font-size: 21px;
}

footer .news-gorm-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    background: no-repeat;
    border: none;
    color: transparent;
}

footer ul.quick-links a.dropdown-item {
    color: var(--black-color) !important;
    padding: 6px 10px;
    margin-bottom: 0px !important;
    font-size: 14px;
}

footer ul.quick-links a.dropdown-item:hover {
    color: var(--white-color) !important;
    background-color: var(--secondary-color);
}

footer ul.quick-links a.dropdown-item:hover i {
    color: var(--white-color) !important;
}

footer .dropdown-menu.show {
    display: block;
    padding: 0px;
    border-radius: 0px;
    width: 250px;
    background-color: var(--white-color);
}

footer .dropdown-menu li {
    margin-bottom: 0;
}

footer .dropdown-menu li a {
    color: var(--secondary-color);
    margin-bottom: 0px !important;
}

footer .dropdown-menu li a:hover,
footer .dropdown-menu li a:hover i {
    color: var(--white-color);
}

.copyright p {
    margin: auto;
    font-size: var(--f13) !important;
    color: #fff;
}

.right_copyright {
    text-align: right;
}

.copyright {
    margin-top: 30px;
    background: transparent;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #fff;
}

.right_copyright p img {
    width: 135px;
}

.license h4 {
    margin-top: 25px;
}

.copyright::before {
    content: '';
    position: absolute;
    background-color: var(--white-color);
    height: 4px;
    width: 92%;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
}

.banner {
    position: relative;
}

.banner img.img-fluid {
    height: 400px;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    position: relative;
}

.banner .owl-carousel .owl-stage-outer {
    padding-left: 0px;
    padding-right: 0px;
}

.banner .guides {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner h1 {
    font-size: var(--f36);
    text-shadow: 0px 0px 3px #000;
    margin-bottom: 0px;
    margin-top: var(--m50);
    text-transform: capitalize;
}

/*breadcrumb css start*/
.breadcrumb-wrap {
    padding: var(--p20);
    background-color: var(--white-color);
    border-bottom: 1px solid #ececec;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    background: none;
    margin: 0;
    border-radius: 0;
    padding-left: var(--p20);
}

.breadcrumb span {
    position: relative;
    text-align: center;
    padding: 0 var(--p10);
}

.breadcrumb i.fa-solid.fa-house {
    margin-right: var(--m5);
}

/*404 page css start*/
section.error h2 {
    color: var(--secondary-color);
    font-size: var(--f90);
    font-weight: bold;
    font-family: var(--primary-font);
    margin-bottom: var(--m20);
    text-align: center;
    line-height: 1;
}

section.error h3 {
    font-size: var(--f36);
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 0;
}

section.error p {
    text-align: center;
}

section.error a.main-btn {
    width: 150px;
    margin: auto;
    text-align: center;
}

header.mob {
    display: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* pop up css */

#exampleModal .modal-dialog {
    max-width: 820px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#exampleModal .col-6.cont-left {
    padding: var(--p15) var(--p20);
    background: #fff;
}

#exampleModal .col-6.cont-left h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: var(--f18);
    font-weight: 600;
    color: var(--secondary-color);
}

.indicate span {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: -2px;
}

.indicate {
    font-size: var(--f12);
    display: flex;
    gap: 5px;
}

#exampleModal .col-6.cont-left input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #000;
}

#exampleModal .col-6.cont-left label span {
    color: #e85c41;
    font-weight: normal;
}

#exampleModal .img-sec {
    padding: 0;
}

#exampleModal .row {
    padding: 0;
}

#exampleModal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 0;
}

#exampleModal .form-control:focus {
    border-bottom: 2px solid #000 !important;
}

#exampleModal .mb-3 {
    margin-bottom: 0 !important;
    margin-top: var(--m10);
}

#exampleModal .button {
    margin-top: var(--m15);
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: #bfa498;
    z-index: 10;
    width: 145px;
    text-align: center;
    height: 55px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}



.go-top i:last-child {
    margin-left: var(--m10);
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:hover,
.go-top:focus {
    color: #fff
}

.go-top:hover {
    background: #664750 !important;
}



.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
    background: #664750 !important;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

footer a.logo-text {
    color: var(--white-color);
    text-align: center;
}

footer a.logo-text p {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

footer a.logo-text span {
    font-size: 13px;
}

.footer_logo-text {
    text-align: center;
    margin-bottom: 30px;
}

.insta-qr img {
    width: 98px;
    margin-top: 15px;
}

.footer-top-sec p {
    color: var(--white-color);
}


.footer-top-sec h4 {
    color: var(--white-color);
}

footer .news-gorm-group input {
    width: 90%;
    height: 50px;
    background-color: var(--white-color);
    padding: 4px 15px;
    border: 1px solid var(--white-color);
    color: var(--black-color);
    border-radius: 0px;
}

.footer-top-sec {
    /* padding: 50px 40px; */
}

.footer-top-sec .col-6 {
    /* width: 100%; */
    margin: auto;
}

form.newsletter-data {
    text-align: center;
    margin-bottom: 30px;
}

.news-gorm-group {
    display: flex;
    gap: 5px;
}

form.newsletter-data {
    text-align: center;
    margin-bottom: 30px;
}

.news-gorm-group {
    display: flex;
    gap: 15px;
}

.news-gorm-group input {
    height: 46px;
    width: 100%;
    padding: 10px;
}

.news-gorm-group .footer-sub-button {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-white);
    border: 0px solid var(--blue-color);
    background-color: #bfa498;
    border-radius: 0px 0px 0px 0px;
    /* line-height: 1.75rem; */
    display: inline-block;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    height: 50px;
    width: 185px;
    color: var(--white-color);
}

.col-6.newsletter h5 {
    margin-bottom: 5px;
}

.news-gorm-group .footer-sub-button:hover {
    background-color: #664750;
}


.newsletter h5 {
    color: var(--white-color);
}

footer .dropdown-menu li a {
    color: var(--black-color);
}

.footer_links ul li a:hover {
    width: 100px !important;
    color: var(--secondary-color) !important;
}


/* new Footer css */

.footer-copy-hr {
    border-color: white;
    margin-bottom: 40px;
}

header.new-header h2 {
    margin: 0;
    color: var(--white-color);
}

.footer_logo h2{
    color: var(--white-color);
}
span#cartCount {
    position: absolute;
    /* left: 0; */
    top: -15px;
    background: var(--btn-hover);
    line-height: 1;
    padding: 6px;
    color: var(--white-color);
    border-radius: 100%;
    font-size: 12px;
}
.offer-strip { background: var(--btn-color);color: white; padding: 12px 0; font-weight: 500; font-size: 16px; } .offer-strip .container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .offer-icon { font-size: 20px; margin-right: 10px; } .offer-strip .btn { background: var(--btn-hover); color: #fff; border: none; font-weight: bold; font-size: 16px;}.offer-strip .btn:hover{background: var(--btn-hover); color: #fff;} @media (max-width: 768px) { .offer-strip { font-size: 14px; padding: 8px 0; } .offer-strip .btn { margin-top: 6px; } }
span.offer-text {
    font-size: 18px;
}