html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 20px;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root{
    --primary-color:#BE2230;
    --secondary-color:#FCB426;
    --white-color:#ffffff;
    --dark-color:#000000;
    --section-space:100px;
    --section-subheading:18px;
    --section-letterspace:3px;
    --section-heading:45px;
    --parapraph:16px;
    --font-inter:"Inter", serif;
    --line-height:26px;
}

body{

}

.page-404
{
    background-image: url(../images/contact-bg.png) ;
   background-position: 0 00%;
   padding-top: 100px;
   background-repeat: no-repeat;
   background-size: cover;
}
h2.bigtext {
    font-size: 90px;
}
body{
     font-family: "Poppins", sans-serif !important;
}
a, h1, h2, h3, h4, h5, p, input, textarea {
     font-family:"Poppins", sans-serif !important;
}
body a{
    text-decoration: none;
    color: #fff;
}
body.body {
    overflow-x: hidden;
}
.fade {
    transition: opacity .15s linear;
    backdrop-filter: blur(37px);
}

.menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    margin: 0;
}
header.sticky {
    background: #000;
    transition: 0.4s;
}
header.sticky .logo img {
    width: 100px;
    transition: 0.4s;
}
.logo img {
    width: 120px;
    transition: 0.4s;
}
.menu ul li a.active {
    color: var(--primary-color);
    /* border-bottom: 1px solid; */
    transition: 0.4s;
}
.menu ul li a:hover {
    color: var(--primary-color);
    transition: 0.4s;
}
.btn-a .nav-item{
    border:none;
}
header.sticky .btn-a a {
    color: #fff !important;
}
header {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    transition: 0.4s;
    z-index: 99;
}
.menu a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}


.banner {
    background-image: url(../images/hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 56rem;
    display: flex;
    align-items: center;
}
.space-top {
    padding: 118px 0;
}
.banner h1 {
    color: #fff;
    font-size: 60px;
}

.banner p {
    width: 52%;
    color: #fff;
    font-size: 22px;
    margin: 20px 0;
}
.btn-a.border-bt a {
    background: transparent;
    border: 1px solid #fff;
}
.btn-a a:hover {
    background: var(--secondary-color);
    /* border: 1px solid #fff; */
    color:#FFF !important;
    transition: 0.4s;
}
.btn-a.border-bt a:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: 0.4s;
    color:var(--dark-color) !important;
}

.btn-a a,
.btn-a button {
    background: var(--primary-color);
    padding:13px 30px;
    border: 1px solid #fff0;
    border-radius: 100px;
    transition: 0.4s;
}

.btn-cta, .btn-cta:hover {
    background: var(--primary-color);
    padding:13px 30px;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    color: #fff;
    transition: 0.4s;
    max-width: 250px;
    margin:  0 auto;
}



.age-btn1 ,
.age-btn2 {
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: #dbdbdb;
    color: #000;
    min-width: 120px;
}
.age-btn2{
    background:var(--primary-color);
    color: #fff;
}
.age-btn{
    padding: 30px 0;
}
.age-modal-content{
    padding: 20px 50px 30px;
    border-radius: 30px !important;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px !important;
}
.icon-bg p {
    margin: 0;
    font-weight: 400;
    color: var(--white-color);
    padding-top: 10px;
}
.toggle-accordion {
    background-color: var(--primary-color);
    height: fit-content;
    display: block;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.4s ease-in-out;
}
.toggle-accordion:hover{
    background-color: var(--secondary-color);
}

.toggle-accordion:hover > p{
   color:var(--primary-color) !important;
}
.icon-bg {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    background: transparent;
    position: relative;
    z-index: 1;
    top: -67px;
    border-radius: 100px;
    /* padding: 19px 57px; */
    text-align: center;
}
body .icon-bg img {
    width: auto;
    margin: auto;
}
section#why-choose {
    padding-top: 0;
}


.heading {
    font-size: var(--section-heading);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 63px;
    color:var(--dark-color);
}
.subheading{
    color: var(--primary-color);
    font-size: var(--sectilocation-contenton-subheading);
    letter-spacing: var(--section-letterspace);
    margin-bottom: 10px;
    font-family: var(--font-inter) !important;
    text-transform: uppercase;
}
.paragraph{
    font-size: var(--parapraph);
    line-height: var(--line-height);
    margin: 0;
}

body h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
.card-box {
    /* border: 1px solid #d1d1d1; */
    border-radius: 27px;
    padding: 0px;
    height: 100%;
    display: inline-block;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: white;
}
.card-content {
    padding: 16px 15px 15px 15px;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.card-iner-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.card-content h3{
    margin-bottom: 0px;
    font-size: 16px;
}
.card-content svg {
    flex-shrink: 0;
    transition: 0.4s ease-in-out;  
    transform: rotate(-90deg);
    fill:white;
}

.content-icon{
    background-color: var(--primary-color);
    border-radius: 100px;
    width: 40px;
    padding: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.round-img1 {
    background-color: #fff;
    width: 50px;
    border-radius: 100px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 5px;
}
.round-img1 img {
    width: 44px;
    padding: 5px;
}
.card-box small,
.card-box p {
    margin: 0;
    color: #4b4a4a;
    font-size: 13px;
    font-weight: 400;
}
.card-box-img{
    height: 250px;
}
.item-content .card-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}
nav.tabs ul {
    padding: 50px 0 0 0;
}
.tabbed-content .tabs li .card-box {
    width: 100%;
}
.tabbed-content .tabs li {
    padding: 0 7px;
}
.item-content h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 23px;
}

.btn-view i {
    font-size: 14px;
    position: relative;
    top: -2px;
}
div#vapes {
    padding-top: var(--section-space);
}
.item-content .col-7 h5 {
    font-size: 20px;
    font-weight: 600;
}
.btn-view h5 {
    text-align: right;
    font-size: 16px;
    color: #667479;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-end;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.crousel-feed .slick-dots {
    bottom: -54px;
}
.item.active .icon-down .bi-chevron-down::before{
    color: #fff;
    font-size: 17px;
    transition: 0.4s;
    transform: rotate(0deg);
}
.icon-down {
    position: absolute;
    right: 10px;
    top: 7px;
}
.icon-down .bi-chevron-down::before {
    content: "\f282";
    transform: rotate(180deg);
    transition: 0.4s;
}
/* .menu li.active a::after {
    background: var(--primary-color);
    width: 100%;
    transition: all 0.4s ease;
} */
/* .menu li a:after {
    position: absolute;
    content: '';
    width: 1%;
    height: 1px;
    background: var(--primary-color);
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
} */
.menu li.active a {
    color: var(--primary-color);
}

.menu li {
    position: relative;
    padding: 0 10px;
}

.bg-img1 {
    background-image: url(../images/why-choose4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 55px;
    border-radius: 48px;
    color: #fff;
}
.icon-text p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 1.8;
}
.icon-text h3 {
    font-size: 22px;
    font-weight: 500;
    padding: 28px 0 5px;
}
.icon-text {
    margin: 34px 0 0;
}


.bg-vapes {
    background-image: url(../images/moke-men.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
    padding: 69px 0;
    height: 700px;
}
.vapes-color h3 {
    padding-top: 0;
}
.vapes-color {
    background-color: var(--primary-color);
    padding: 44px;
    border-radius: 20px;
    color: #fff;
    max-width: 1500px;
    margin: auto;
}
.img-boder img {
    width: 100%;
    margin-top: 40px;
}
.crousel-item {
    margin: 3px;
    border: 1px solid #fff;
    padding: 13px;
    border-radius: 20px;
    transition:0.4s;
}
ul.slick-dots li {
    background: #FFC279;
    border-radius: 10px;
    transition: 0.4s;
    width: 15px;
    height: 15px;
}
body li.slick-active {
    width: 44px;
    background: var(--primary-color);
    transition:0.4s;
}

.contac-us {
    background-image: url(../images/contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p-top {
    padding: var(--section-space) 0 0 0;
}
.m-bottom{
    margin:var(--section-space) 0;
}
.bg-black.p-top h2 {
    font-weight: 300;
}
.bg-black.p-top span {
    font-weight: 600;
}
.bg-black.p-top p {
    width: 66%;
    margin: 25px 0 59px;
}
.btn-a.submit-btn {
    margin-top: 20px;
}
input, textarea {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    border-radius: 7px;
    border: none;
    box-shadow: rgb(0 0 0 / 29%) 0px 1px 4px;
}
textarea {
    height: 150px;
}
body button {
    background: var(--primary-color);
    padding: 13px 55px;
    border: 1px solid #fff0;
    border-radius: 100px;
    transition: 0.4s;
    color: #fff;
    font-family: 'Poppins';
     transition: 0.4s;
     border: 1px solid var(--primary-color);
}
.contac-us h2 {
    margin: auto;
    border-bottom: 2px solid var(--primary-color);
    display: inline;
    position: relative;
    bottom: 24px;
}
body button:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: 0.4s;
}

.bg-black.p-top {
    color: #fff;
}
.crousel-item:hover {
    border: 1px solid #000;
    transition:0.4s;
}
.crousel-item img {
    width: 100%;
}
.vapes-color .col-9 {
    text-align: right;
}

.bg-vapes {
    margin-bottom: -22rem;
}
.vape-img {
    margin-bottom: -204px;
    margin-top: -11.3rem;
}
.vapes-color p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}
.mobile-btn {
    display: none;
}
/* div#our-range {
    height: 50px;
} */
li.btn-a a.active {
    border-color: var(--primary-color) !important;
    color:#fff !important;
}
footer.footer {
    background-color: #000;
    padding: 90px 0 10px;
    color: #fff;
}

footer.footer .logo {
    margin-bottom: 22px;
}
footer.footer ul {
    display: block;
}
footer.footer p, footer.footer a {
    font-size: 15px;
    font-weight: 200;
    font-family: var(--font-inter) !important;
}

 footer.footer a:hover{
    color:var(--primary-color);
 }

footer.footer ul a {
    line-height: 2;
}
footer.footer h3 {
    margin-bottom: 18px;
    padding-top: 4px;
}
.footer-logo p {
    width: 88%;
}
footer.footer .menu li {
    padding: 0px;
}
.copy-right .d-flex {
    justify-content: right;
}
.socail-link a i {
    font-size: 19px;
    margin-left: 9px;
}
.socail-link a svg {
    margin-top: 2px;
    margin-left: 9px;
}
.our-range.p-top {
    padding-bottom: 0px;
}


.age-model{
    padding:20px 40px;
    border-radius: 30px !important;
}
.age-model small{
    margin-bottom: 30px;
}

@media (max-width: 1380px) {
     
body h2 {
    font-size: 37px;
}

.card-content h3 {
    font-size: 15px;
}

.toggle-accordion{
    min-height: 160px;
}

.logo img {
    width: 100px;
}
.banner h1 {
    color: #fff;
    font-size: 40px;
}
.crousel-item {
    margin: 0;
}
.icon-bg {
    max-width: 90%;
}
.bg-vapes {
    margin-bottom: -12rem;
}
.bg-vapes {
    height: 507px;
}
.img-boder img {
    margin-top: 9px;
}
.vape-img {
    margin-top: -8.3rem;
}
.banner {
    height: 50rem;
}
.bg-img1 {
    padding: 35px;
}
.vapes-color {
    padding: 29px 35px 19px;
}
.menu ul {
    gap: 10px;
}
body h2 {
    font-size: 35px;
}

.location_list {
    gap: 20px !important;
}
.location_box {
    padding: 35px 20px !important;
}
.location-content a {
    font-size: 14px !important;
}
 }

 @media (max-width: 1080px) {
    :root{
        --primary-color:#BE2230;
        --secondary-color:#FCB426;
        --white-color:#ffffff;
        --dark-color:#000000;
        --section-space:60px;
        --section-subheading:18px;
        --section-letterspace:3px;
        --section-heading:30px;
        --parapraph:16px;
        --line-height:26px;
    }
    .mobile-tab-section {
        display: block !important;
        margin-top: 20px;
    }
    .tabbed-content{
        display: none;
    }
    .item-content {
        margin-top: 30px !important;
        padding: 1.5em !important;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        background-color: #FFEEF0;
        border-radius: 20px;
    }
    .accordion-body{
        padding: 0 !important;
    }
    .card-box {
        border-radius: 57px 57px 27px 27px;
    }
    .header-btn{
        display: none !important;
    }
    .menu .btn-a a:hover{
        background-color: transparent;
        color:var(--primary-color) !important;
    }
    html {
      
        scroll-padding-top: 70px;
    }
    
    /* nav.tabs ul {
        flex-wrap: wrap;
      } */
    .location-content {
        background-color: var(--primary-color);
        padding: 15px 20px !important;
        border-radius: 50px;
        color: white;
        width: 100%;
        margin-left: -80px;
        text-align: center;
        min-height: 80px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
    }
.mobile-btn {
    display: block;
}
.toggle-accordion {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
}
.card-content > .d-flex{
    flex-wrap: wrap;
}
.tabbed-content .tabs li {
    padding: 0px;
}
.card-content {
    padding: 16px 10px 15px 10px;
}
.card-content h3 {
    font-size: 13px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"%3e%3cpath d="M2 5L8 11L14 5"/%3e%3c/svg%3e') !important;
}
.content-icon {
    width: 30px;
    padding: 10px;
    height: 30px;
    flex-shrink: 0;
}
.card-iner-content{
    gap:8px;
}
.icon-bg p{
    font-size: 14px;
}
.heading {
    font-size: var(--section-heading);
    line-height: 36px;
}
.tabbed-content .tabs {
    padding: 0px;
}
.col-lg-4.col-md-12.col-sm-12 .row {
    margin-bottom: auto;
} 

header.sticky .btn-a a:hover {
    padding: 5px 10px;
    border: none;
}

body .mobile-btn .btn-a a:hover {
    background: #000000;
    padding: 11px 30px;
    border: 1px solid #fff !important;
    border-radius: 100px;
    transition: 0.4s;
}
.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 49px;
    height: 44px;
    background: var(--primary-color);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.line-toggle {
    position: absolute;
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    transition: all .6s;
    left: 8px;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(0px);
  width: 34px;
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(0px);
  width: 20px;
  transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
    background: #fff;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 36px;
    height: 3px;
    transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
    background: white;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 36px;
    height: 3px;
    transition-delay: .1s;
}
.mobile-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
 body.body.overlay-hidden {
    overflow: hidden;
}
.menu ul {
    display: block;
    margin-top: 40px;
} 

.menu {
    position: fixed;
    top: 0;
    left: 100%;
    padding: 32px;
    background: #000000c9;
    z-index: 9;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(6px);
    transition:0.4s;
}
.menu li {
    position: relative;
    padding: 12px 10px;
}
.menu a {
    background: transparent;
    padding: 0;
    border: none;
}
.menu.slide-menu {
    left:0%;
    transition: 0.4s;
}
.menu a {
    text-decoration: none;
    color: #fff;
    font-size: 27px !important;
}    
     
.banner p {
    width: 68%;
}
.banner {
    height: 36rem;
}
.icon-bg {
    max-width: 100%;
}
.icon-bg {
    top: -60px;
    padding: 14px 36px;
    text-align: center;
}
body h2 {
    font-size: 26px;
    line-height: 1.4;
}
.bg-img1 {
    padding: 21px;
}
.bg-vapes h2 {
    font-size: 32px;
}
img.img-fluid.vape-img {
    width: 300px;
    margin: auto;
    display: block;
}
.vapes-color {
    max-width: 95%;
    margin: auto;
}
section.contac-us.p-top {
    padding-top: 0;
}
.vapes-color .col-lg-4.col-md-12.col-sm-12 .row {
    flex-direction: row-reverse;
    text-align: left;
}
.vapes-color .col-9 {
    text-align: left;
}
.vapes-color .col-3 {
    text-align: center;
}
.bg-black.p-top p {
    width: 100%;
    margin: 25px 0 59px;
}

footer.footer h3 {
    margin-top: 0;
}
body .container {
    max-width: 98%;
}
body .slick-dots {
    bottom: -40px;
}
.menu.slide-menu a {
    padding: 8px;
}
.crousel-item {
    padding: 11px;
    margin: 0 3px;
}
footer.footer .menu {
    position: unset;
}
footer.footer .menu a {
    font-size: 16px !important;
    font-weight: 300;
}
footer.footer .menu {
    position: unset;
    padding: 0 13px;
}
footer.footer .menu li {
    padding: 0;
}
footer.footer ul {
    margin-top: -7px;
}
body .item.active .item-content {
    padding: 14px 0;
}
body nav.tabs ul img {
    height: 180px;
}
.item {
    margin-bottom: 8px;
}

 }


 @media (max-width: 800px) {
 .banner p {
    width: 74%;
}
.location-content h6 {
    font-size: 14px;
}
 }

 
 @media (max-width: 767px) {

    :root{
        --primary-color:#BE2230;
        --secondary-color:#FCB426;
        --white-color:#ffffff;
        --dark-color:#000000;
        --section-space:50px;
        --section-subheading:18px;
        --section-letterspace:3px;
        --section-heading:24px;
        --parapraph:16px;
        --line-height:26px;
    }

    .heading{
        line-height: 30px;
    }

 header.sticky .logo img {
    width: 73px;
    transition: 0.4s;
}
header .btn-a a {
    padding: 9px 22px;
}
.feed-img {
    padding: 45px 15px;
}

.mobile-btn {
    margin-right: 3px;
}
.item-content .col-7 h5 {
    font-size: 17px;
}
.crousel-feed .slick-dots {
    bottom: -41px;
}
.item-content .card-box img {
    height: 300px;
    object-fit: cover;
    border-radius: 24px;
}
.about-us {
    margin-top: 60px;
}
.card-box {
    width: 100%;
}
body .container {
    max-width: 100%;
    padding: 0 20px;
}
.bg-black.p-top .row {
    flex-direction: column-reverse;
}
.bg-black.p-top .sub-text {
    margin-top: 30px;
}
.bg-black.p-top p {
    margin: 17px 0 33px;
}
.line-toggle {
    width: 25px;
}
.line-toggle:first-child {
    width: 30px;
}
.line-toggle:last-child {
    width: 18px;
}
.toggle {
    width: 43px;
    height: 40px;
}
/* div#our-range {
    height: 13px;
} */

.menu a {
    font-size: 22px !important;
    font-weight: 300;
}
.toggle.activate .line-toggle:first-child {
    width: 30px;
    left: 7px;
}
.toggle.activate .line-toggle:last-child {
    width: 30px;
    position: relative;
    left: 0px;
}
.menu {
    padding: 19px;
}
.menu li {
    padding: 8px 10px;
}
.btn-a a {
    padding: 11px 30px;
} 
.banner h1 {
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
}
.banner p {
    font-size: 17px;
        width: 100%;
}
.icon-bg {
    top: 0;
    padding: 14px 9px;
    text-align: center;
    border-radius: 0;
    margin: 16px 0;
}
body h2 {
    font-size: 24px;
}
.icon-bg p {
    color: #fff;
}
.toggle-accordion{
    min-height: 160px;
}
.icon-bg.slick-initialized.slick-slider.slick-dotted .slick-dots {
    bottom: -18px;
}

.icon-bg.slick-initialized.slick-slider.slick-dotted {
    background: transparent;
    margin-top: 0;
    margin-bottom: 40px;
}

.bg-vapes h2 {
    font-size: 22px;
}
.vapes-color {
    padding: 23px 15px;
}
.vapes-color {
    max-width: 100%;
    margin: auto;
}

.sub-text h5 {
    font-size: 15px;
}
.copy-right .d-flex {
    justify-content: center;
}
.copy-right {
    text-align: center;
}
.card-box p {
    color: #2a2a2a;
    font-size: 12px;
}
.card-box h3 {
    font-size: 14px;
}
.bg-vapes {
    margin-bottom: -16rem;
}
.banner {
    height: 33rem;
}
/* .item.active .item-content{
    margin-top: 0 !important;
} */


 }


 @media (max-width: 380px) {
 .btn-a a {
    padding: 8px 20px 9px;
    font-size: 15px;
}
.bg-vapes h2 {
    font-size: 20px;
}
body h2 {
    font-size: 20px;
}
.location-content a {
    font-size: 12px !important;
}
 }

 @media (max-width: 320px) {
    .location-content h6 {
        font-size: 11px;
    }
 }
 
 /*For tabs */
nav.tabs ul {
    display: flex;
    gap: 20px;
}

 .tabs ul {
     margin: 0;
     padding: 0 0 1em 0;
     font-weight: bold;
}
nav.tabs a.active {
    color: #0a0909 !important;
}
nav.tabs a {
    color: #0a0909 !important;
}
.tabs ul li a {
    padding: 7px;
}
.tabs ul li a:hover, .tabs ul li a.active {
    border: none;
}

a.active .card-box {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    transition: 0.4s ease-in-out;
    position: relative;
}

a.active .card-box small{
    color:white;
}
.card-content small{
    padding-top: 10px;
}
a .card-box .card-content small{
padding-top: 10px;
}
a.active .card-box::after {
    background-image: url(../images/active-pointer.svg);
    height: 20px;
    width: 100px;
    position: absolute;
    content: '';
    bottom: -50px;
    background-repeat: no-repeat;
    left: 40%;
    right: 0;
    cursor: text;
}
a.active .card-box .card-content svg{
        transform: rotate(10deg);
        transition: 0.4s ease-in-out;
        fill:var(--primary-color);
}

a.active .card-box .card-content .content-icon{
background-color: white;
}

a.active .card-box .card-content h3{
    color:white;
}

 .item::before {
     cursor: pointer;
     font-weight: bold;
     background: #eee;
     padding: 0.5em;
     display: block;
}
.item.active::before {
    background: var(--primary-color);
    color: #fff;
}

.item.active .item-content {
    margin-top: 50px;
    padding: 1.5em !important;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-color: #FFEEF0;
    border-radius: 20px;
}

nav.tabs ul img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
nav.tabs p {
    font-size: 13px;
    font-weight: 400;
}
.round-img {
    overflow: hidden;
    border-radius: 20px;
}

/* The project specific CSS starts here This is the minimum CSS that you will need in order for this to work */
 .tabbed-content .tabs {
     display: none;
}
.tabbed-content .item {
    min-height: 2em;
    font-family: 'Poppins';
    position: relative;
    font-weight: 500 !important;
}
.tabbed-content .item::before {
    content: attr(data-title);
    border-radius: 7px;
}
 .tabbed-content .item .item-content {
     opacity: 0;
     visibility: hidden;
     height: 0;
}
 .tabbed-content .item.active .item-content {
     opacity: 1;
     visibility: visible;
     height: auto;
}
.mobile-tab-section{
    display: none;
}
.mobile-tabs button:focus{
    box-shadow: none;
}
.mobile-tabs button{
    box-shadow: none;
    border: 1px solid #667479;
    border-radius: 5px !important;
    margin-bottom: 5px;
}

.why-choose{
scroll-margin-top: 70px;
}

.mobile-tabs .accordion-item{
    border: none;
}
.mobile-tabs .accordion-button:not(.collapsed){
    color: #fff !important;
    background: var(--primary-color) !important;
    border: 0;
}



.image-slider {
    padding: 0 40px;
}

.image-slider .slick-list {
    width: 100%;
}
.image-slider .slick-dots{
    position: relative;
}

.bold-txt {
    font-weight: bold;
}

 @media all and (min-width: 800px) {
.tabbed-content .tabs {
    display: block;
}
.icon-down {
    display:none;
}
     .tabbed-content .tabs li {
         display: inline-block;
         width: 31%;
    }
   
     .tabbed-content .item {
         min-height: 0;
    }
     .tabbed-content .item::before {
         display: none;
    }
     .tabbed-content.tabs-side .tabs {
         width: 150px;
         float: left;
    }
     .tabbed-content.tabs-side .tabs li {
         display: block;
    }
     .tabbed-content.tabs-side .item {
         margin-left: 150px;
    }

     .item.active .item-content {
         padding-top: 0;
    }
     .tabs-side .tabs li {
         margin-bottom: 2px;
    }
}

@media (max-width:770px) {
    
    .item-menu{
        display: none;
    }
    .item-content .card-box img {
        height:300px ;
        object-fit: cover;
        border-radius: 24px;
    }
    h2.bigtext {
        font-size: 60px;
    }
    .page-404 {
        background-image: url(../images/contact-bg.png);
        background-position: unset;
        padding-top: 40px;
        background-repeat: no-repeat;
        background-size: unset;
    }
    
}
@media (max-width:650px) {
     
        .mobile-tabs button{
            padding: 10px;
        }
        .mobile-tabs .accordion-body{
            padding: 10px;
        }
}
 

/* Gallery-section-css */


:root {
    --gallery-height: 600px;
    --gallery_gap: 24px;
}

.img-100 {
    height: calc(var(--gallery-height) + var(--gallery_gap));
}

.img-55 {
    height: calc(.60 * var(--gallery-height));
}
.img-45 {
    height: calc(.40 * var(--gallery-height));
}

.img-55 img, .img-45 img, .img-100 img, .img-70 img, .img-30 img
{
    width: 100%;
    height:100%;
    border-radius:15px;
    object-fit: cover
}
.img-gap-20
{
   
    gap:  var(--gallery_gap);
}
.flex-col {
    display: flex;
    flex-direction: column;
}    


@media(max-width:1199px)
    {
        :root {
        --gallery-height: 400px;
        --gallery_gap: 22px;
    } 
   
}

@media (max-width:767px){
        :root
        {
            --gallery-height: 200px;
            --gallery_gap:12px;
        }
        .col-space
        {
            margin-top: var(--gallery_gap);
        }

        .flex-col {
            flex-direction: row;
        }  
        .img-55 {
            width: 35%;
            height:var(--gallery-height);
        }
        .img-45 {
            width: calc(100% - 35% );
            height:var(--gallery-height);
        }
        .img-100 {
            height:var(--gallery-height);
        }
        .img-55 img, .img-45 img, .img-100 img, .img-70 img, .img-30 img
        {       
            border-radius:8px;
        }
        .heading-card .section_heading {
            font-size: 80px;
            line-height: normal;
        }
        .col-space {
            margin-top: var(--gallery_gap) !important;
        }
        .location_box {
            padding: 35px 20px !important;
        }
        .location-content {
            padding: 10px 10px !important;
        }
        .location_bg {
            height: 80px !important;
            width: 80px !important;
        }
        .mobile-justify{
            justify-content: center;
        }
}

@media(max-width:575px)
{
    :root
        {
            --gallery_gap:6px;
            --gallery-height: 150px;
        }
   
}


/* location-css */
.location_box{
    background-color: rgba(190, 34, 48, 0.2);
    padding: 35px 50px;
    border-radius: 50px;
}
.location_bg {
    background-color: white;
    padding: 10px;
    border-radius: 50px;
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.location_list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.location_list li {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.location-content {
    background-color: var(--primary-color);
    padding: 28px 20px;
    border-radius: 50px;
    color: white;
    width: 100%;
    margin-left: -80px;
}
.location-content a{
    margin-left: 80px !important;
}

.what-app-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.whats-app svg{
    width: 40px;
    fill: white;
}

.whats-app{
	margin-top:16px;
}