@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'trap';
    src: url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-light-webfont.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'trap';
    src: url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-regular-webfont.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'trap';
    src: url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-medium-webfont.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'trap';
    src: url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-semibold-webfont.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'trap';
    src: url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-bold-webfont.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'trap';
    src: url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-black-webfont.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'trap';
    src: url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-extrabold-webfont.woff2') format('woff2'),
        url('/wp-content/themes/twentytwentyone-child/fonts/trap/trap-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Poppins", sans-serif !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "trap", "DM Serif Display", sans-serif !important;
    /* font-family: "DM Serif Display", serif; */
}

.sticky-top {
    top: 110px;
}

.gradient-border {
    --radius: .625rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2.5rem);
    position: relative;
    border-radius: var(--radius);
}

.navbar-wrap {
    background-color: rgba(0, 0, 0, .3);
}

.gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    padding: .0625rem;
    /* border: .0625rem solid; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1
}

.has-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* header */
.header {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.header .navigation {
    padding: 10px 0;
}

.header .navigation .logo img {
    /* width: 250px; */
    width: 160px;
    /* height: 60px; */
    object-fit: contain;
    object-position: start;
}

.circle-icon {
    height: unset;
    width: unset;
}

.button {
    border-radius: 20px !important;
}

/* .logo {
    position: relative;
    display: block;
    padding: 5px 20px;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50px;
    overflow: hidden;
} */
/* .logo::before {
    content: '';
    height: 70px;
    background: rgba(0,0,0,0.7);
    width: calc(100% + 10px);
    position: absolute;
    top: -5px;
    z-index: -1;
    left: 0;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.1);
} */
.navbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menu-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}
.menu-wrap a {
    color: #FFF;
}
.menu-wrap.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.child-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    min-width: 200px;
}

.child-inner {
    padding: 10px 20px !important;
    background: rgba(0, 0, 0, 0.7);
    --radius: 10px;
}

.hamburger {
    display: none;
}
.circle-btn.button-primary::after {
    top: 5px;
}

/* header ends */
/* footer starts */
.bg-primary-dark {
  color: var(--white-color);
  background-color: #0f141a;
}
.location-slider .swiper-wrapper {
  display: flex;
}

.location-slider .swiper-wrapper .swiper-slide {
  height: auto;
}

.location-slider .swiper-wrapper .swiper-slide>div {
  height: 100%;
}

.footer-location {
  text-align: center;
  padding: 64px;
  --radius: 1rem;
  height: 100%;
  box-shadow: 0px 60px 60px 0px rgba(0, 0, 0, 0.8);
  opacity: .45;
  transition: all .3s ease;
  cursor: pointer;
}

.footer-location:hover {
  opacity: 1;
}

.footer-column ul {
  overflow: hidden;
}

.footer-column ul.no-link li,
.footer-column ul li a {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: .9375rem;
  margin-bottom: clamp(20px, 5.5824px + 1.8797vw, 30px);
}

.footer-column ul li:last-child a {
  margin-bottom: 0;
}

.footer-column ul.no-link li a::before,
.footer-column ul li a::before {
  background-color: currentColor;
}

.footer-column ul li a.active,
.footer-column ul li:hover a {
  color: var(--primary-color);
}

.footer-column li {
  transform: translateX(-1.9375rem);
  transition: all .3s ease;
}

.footer-column li:hover {
  transform: translateX(0);
}

.icon-block {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  --radius: 1rem;
  box-shadow: 0rem 3.75rem 3.75rem 0rem rgba(0, 0, 0, 0.8);
}

.theme-list li {
  display: flex;
  gap: .9375rem;
  align-items: center;
}

.footer-column ul.no-link li::before,
.footer-column ul li a::before,
.theme-list li::before {
  content: '';
  height: 1rem;
  width: 1rem;
  border-radius: .25rem;
  background: #30AD1C;
  display: flex;
  flex-shrink: 0;
  transition: all .3s ease;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.copyright > p{
  color: #FFF;
  opacity: 25%;
}

.copyright .footer-socials {
  display: flex;
  gap: 20px;
  align-items: center;
}

.copyright .footer-socials a {
  font-size: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  opacity: 25%;
  transition: all .3s ease;
}
.copyright .footer-socials a:hover {
  color: #30AD1C;
  opacity: 100%;
}

.footer-copyright p,
.footer-copyright a {
    font-size: 15px !important;
}
/* footer ends */

.service-cont {min-height: 76px;}

@media (width <=87.4375rem) {
    h1 {
        font-size: clamp(34px, -18.5248px + 9.1346vw, 72px);
    }

    h2,
    .h2 {
        font-size: clamp(30px, -0.408px + 5.2885vw, 40px);
    }

    h3,
    .h3 {
        font-size: clamp(26px, 14.9424px + 1.9231vw, 34px);
    }

    h4,
    .h4 {
        font-size: clamp(22px, 10.9424px + 1.9231vw, 30px);
    }

    h5,
    .h5 {
        font-size: clamp(20px, 11.7072px + 1.4423vw, 26px);
    }

    h6,
    .h6 {
        font-size: clamp(16px, 7.7072px + 1.4423vw, 22px);
    }

    .font-lg {
        font-size: clamp(16px, 4.0624px + 1.5564vw, 20px);
    }

    .font-md {
        font-size: clamp(16px, 10.0304px + 0.7782vw, 18px);
    }
}

@media (max-width: 992px) {
    .hamburger {
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #9100ff;
        border-radius: 10px;
        color: #FFF;
        cursor: pointer;
    }

    .hamburger i {
        margin-top: 3px;
    }

    .navbar-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-wrap {
        display: block;
        width: 100%;
        /* height: calc(100dvh - 30px); */
        position: absolute;
        right: 0;
        top: calc(100% + 5px);
        padding: 20px !important;
        background: rgb(15 20 26);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        border-radius: 15px;
        box-shadow: 0 20px 20px -20px black;
    }

    .menu-wrap.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .child-wrap {
        max-height: 0;
        overflow: hidden;
        position: relative;
        transition: max-height 0.4s ease;
    }

    .child-inner {
        padding: 10px 20px !important;
        background: rgba(0, 0, 0, 0.7);
        --radius: 10px;
    }

    .menu-wrap a {
        color: #fff;
    }

    .menu-wrap li a {
        width: 100%;
        padding: 10px 0;
        display: block;
    }
}

@media (max-width: 767px) {
    .header .navigation .logo img {
        /* width: 170px; */
        width: 120px;
    }
}