@font-face {
  font-family: "CabinetGrotesk";
  src: url("../fonts/CabinetGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/CabinetGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CabinetGrotesk";
  src: url("../fonts/CabinetGrotesk-Extrabold.woff2") format("woff2"),
    url("../fonts/CabinetGrotesk-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #ed6b70;
  --secondary: #009fe0;
  --text-1: #0b1421;
  --text-2: #656565;
  --text-3: #4d4d4d;
  --light: #fff;
  --transition: all 0.5s ease-in-out;
  --primary-font: "CabinetGrotesk", sans-serif;
  --secondary-font: "HelveticaNeue", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  background-color: #fcfcfc;
  color: var(--text-2);
  overflow-x: clip;
  line-height: 1.2;
  letter-spacing: -2%;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}
h1 {
  font-size: clamp(34px, 6vw, 96px);
  text-transform: uppercase;
  line-height: 1;
}
span,
li {
  font-family: var(--primary-font);
}
img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
p {
  font-size: 18px;
  color: var(--text-2);
  margin: 0 0 6px;
  line-height: 1.4;
  font-weight: 400;
  font-family: var(--secondary-font);
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
.content__area p {
  font-size: 18px;
  margin: 10px 0 0;
}
.content__area a {
  color: var(--text-2);
  font-size: 18px;
  text-decoration: underline;
}
.content__area figure {
  width: 100% !important;
  margin: clamp(25px, 3vw, 45px) 0;
}
.content__area li {
  font-size: 18px;
}
.wrapper,
.wrapper-large,
.wrapper-small {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.wrapper-large {
  max-width: 1820px;
}
.wrapper-small {
  max-width: 1200px;
}
.banner-title p {
  max-width: 460px;
  margin: 12px auto 0;
  text-align: center;
  font-weight: 500;
}
.section-wrap {
  max-width: 610px;
  margin: 0 0 clamp(25px, 3vw, 40px);
}
.subtitle {
  color: var(--primary);
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  font-weight: 500;
  border: 0.5px solid #e8464c4d;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 50px;
  margin: 0 0 clamp(10px, 2vw, 16px);
  background-color: var(--light);
  white-space: nowrap;
}
.section-title,
.content__area h2 {
  font-weight: 700;
  font-size: clamp(28px, 3vw, 48px);
  color: var(--text-1);
  text-transform: uppercase;
  font-family: var(--primary-font);
}
.section-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: var(--text-2);
  margin: 6px 0 0;
  line-height: 1.55;
}
.entry-title,
.content__area h3,
.entry-title-large {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: clamp(20px, 2vw, 24px);
  color: var(--text-3);
  text-transform: uppercase;
  margin: 0 0 6px;
}
.content__area h3,
.entry-title-large {
  font-size: clamp(22px, 2vw, 28px);
}
.entry-title a,
.entry-title-large a {
  color: var(--text-3);
}
.btn,
.primary-btn {
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 500;
  color: var(--text-1);
  background: #eeeeee;
  border-radius: 50px;
  padding: 12px 20px;
  display: block;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
}
.btn:hover,
.primary-btn {
  background: linear-gradient(180deg, #d91e25 0%, #9d1b1f 100%);
  color: var(--light);
}
.primary-btn:hover {
  color: var(--light);
  background: linear-gradient(180deg, #d54348 0%, #9c2e32 100%);
}
.matashree-btn {
  width: fit-content;
}
.matashree-btn > a {
  position: relative;
  display: flex;
  align-items: center;
}
.matashree-btn .btn-arrow {
  background-color: var(--text-1);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.matashree-btn .btn-arrow img {
  transition: var(--transition);
}
.matashree-btn > a:hover .btn-arrow img {
  transform: rotate(45deg);
}
.section-top {
  margin-top: 80px;
}
.section-top-small {
  margin-top: 60px;
}
.section-bottom {
  margin-bottom: clamp(40px, 5vw, 80px);
}
.padding-tb-large {
  padding: clamp(45px, 5vw, 95px) 0;
}
.padding-tb {
  padding: clamp(35px, 5vw, 85px) 0;
}
.padding-tb-small {
  padding: clamp(25px, 4vw, 55px) 0;
}
.content__area h2 {
  margin: 0 0 12px;
}
.content__area h3 {
  margin: 0 0 12px;
}
.content__area img {
  border-radius: 10px;
  width: 100%;
  border-radius: 20px;
}
.content__area h2 + p,
.content__area h3 + p {
  margin-bottom: clamp(25px, 3vw, 35px);
}
button {
  cursor: pointer;
}
.arrow-button {
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefcfa;
  border-radius: 50px;
}
.arrow-button img {
  transition: var(--transition);
}

/* Common section start */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide {
  margin: 0 15px;
}
.slick-list {
  margin: 0 -15px;
}
.slick-arrow {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background-color: #efefef;
  z-index: 1;
  opacity: 1;
  transition: var(--transition);
}
.slick-arrow:hover {
  background-color: var(--primary);
}
.slick-arrow::before {
  content: url(../img/arrow-left.png);
  font-size: 0;
  opacity: 1 !important;
  transition: var(--transition);
}
.slick-arrow.slick-next::before {
  content: url(../img/arrow-right.png);
}
.slick-arrow:hover::before {
  filter: invert(0) brightness(10);
}
.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  padding: 0;
  height: 4px;
  width: 58px;
  background-color: #efefef;
}
.slick-dots li.slick-active button {
  background-color: var(--primary);
}
.slick-dots li button::before {
  content: unset;
}
form input,
form select,
form textarea {
  padding: 14px 18px;
  border: unset;
  box-shadow: 0px 0px 3px 0px #00000040;
  border-radius: 50px;
  background-color: var(--light);
  outline: unset;
  width: 100%;
  font-family: var(--secondary-font);
  color: var(--text-1);
  font-size: 16px;
}
form label {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-2);
  margin: 0 0 6px;
  display: block;
}
.common-banner__section {
  background-color: #eeeeee;
  padding: clamp(65px, 8vw, 150px) 0 clamp(35px, 8vw, 60px);
}
.common-banner__section .common-banner__wrapper {
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: clamp(16px, 3vw, 25px);
}
.common-banner__container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  row-gap: 14px;
  flex-wrap: wrap;
}
.common-banner__container > div:nth-child(1) {
  max-width: 740px;
}
.common-banner__container > div:nth-child(2) {
  max-width: 518px;
  margin-bottom: 12px;
}
.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
}
.video-button img {
  width: 30px;
  margin: 0 0 0 5px;
}

/* Common section end */

/* Header section start  */
.site-header {
}
.site-header-wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px 0;
}
.site-header-wrapper > div {
  flex: 1;
}
.site-branding .site-title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  text-decoration: none;
}
.site-branding .custom-logo-link img {
  width: 140px;
}
.nav-wrapper {
  display: flex;
  gap: 35px;
  align-items: center;
}
.header-button {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
.search-button {
  border-radius: 50px;
  width: 59px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000001a;
  cursor: pointer;
}
#site-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}
#primary-menu,
#primary-menu1 {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-menu {
  background-color: #eeeeee;
  padding: 10px 36px 10px 10px;
  border-radius: 50px;
  position: relative;
}
#primary-menu::before {
  content: url(../img/red-arrow.png);
  width: 45px;
  height: 45px;
  border: 1px solid #bebebe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#primary-menu li,
#primary-menu1 li {
  position: relative;
}
#primary-menu li a,
#primary-menu1 li a {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  color: var(--text-1);
}
#primary-menu > .current-menu-item > a,
#primary-menu > li > a:hover,
#primary-menu > li:hover > a,
#primary-menu li a:hover,
#primary-menu1 li a:hover {
  color: var(--primary);
}
.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff0;
  cursor: pointer;
  outline: none;
  display: none;
}
.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--text-1);
  border-radius: 500px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.line--middle {
  width: 60%;
}
.line--bottom {
  width: 100%;
}
.hamburger-menu:hover .line {
  width: 100%;
}
#primary-menu li .sub-menu {
  position: absolute;
  min-width: 210px;
  background-color: var(--light);
  border-radius: 6px;
  top: 46px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 6px;
  visibility: hidden;
  transform: translateY(50px);
  transition: var(--transition);
  z-index: -1;
}
#primary-menu li .sub-menu li a {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary-menu li .sub-menu > li:nth-child(odd) a {
  background-color: #f8f8f8;
}
#primary-menu li .sub-menu > li:hover,
#primary-menu li .sub-menu > li a:hover {
  background-color: #e0f6ff;
}
#primary-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 10px;
  margin-left: 10px;
}
#primary-menu > li.menu-item-has-children:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > a:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > .sub-menu > li:hover > .sub-menu,
#primary-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  > a:hover
  > .sub-menu {
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
}
#primary-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#primary-menu li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--text-1);
  display: block;
  margin: 4px 0 0 3px;
}
#primary-menu li.menu-item-has-children:hover > a::after,
#primary-menu li.menu-item-has-children > a:hover::after {
  color: var(--primary);
}

.offcanvas {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  left: -100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
}
.offcanvas.show {
  left: 0;
}
.offcanvas .offcanvas__bar {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.offcanvas .offcanvas__bar .offcanvas__sidebar {
  width: 100%;
  background: linear-gradient(180deg, #d91e25 0%, #9d1b1f 100%);
  position: relative;
  z-index: 10;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
}
.offcanvas .offcanvas__bar .offcanvas__sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/event-bg1.svg");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  opacity: 0.6;
}
.offcanvas .offcanvas__bar.showbar {
  left: 0;
}
.offcanvas .social-media a {
  opacity: 80%;
}
.offcanvas__logo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.offcanvas__logo .custom-logo-link {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background: var(--primary);
  border-bottom: 1px solid #ffffff45;
}
.offcanvas__logo a img,
.offcanvas__new__logo a img {
  height: 65px;
  filter: invert(1) brightness(50);
}
.offcanvas__close {
  position: absolute;
  top: 0;
  width: 64px;
  height: 65px;
  z-index: 100;
  right: 0;
  background: linear-gradient(180deg, #d91e25 0%, #9d1b1f 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.offcanvas__content {
  padding: 30px;
}
.offcanvas__close .offcanvas__icon {
  text-align: center;
  line-height: 0;
}
.offcanvas__close .offcanvas__icon span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 2px;
  vertical-align: top;
  background: var(--light);
}
.offcanvas__close .offcanvas__icon span + span {
  margin-top: 5px;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
  -webkit-animation: ease 0.7s 1s icon1 forwards;
  animation: ease 0.7s 1s icon1 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
  -webkit-animation: ease 0.7s 1s icon2 forwards;
  animation: ease 0.7s 1s icon2 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
  -webkit-animation: ease 0.7s 1s icon3 forwards;
  animation: ease 0.7s 1s icon3 forwards;
}
@-webkit-keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.offcanvas .offcanvas__grid {
  height: 100%;
}
.offcanvas .offcanvas__grid .uk-grid {
  margin-left: 0;
  height: 100%;
}
.offcanvas .offcanvas__grid .uk-grid > div {
  width: 50%;
  padding: 0;
  height: 100%;
}
.offcanvas__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offcanvas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
#primary-menu > li > ul > li > a {
  position: relative;
  color: var(--primary);
}
.offcanvas #primary-menu1 > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas #primary-menu1 > li.menu-item-has-children > a::after,
.offcanvas #primary-menu1 > li > ul > li.menu-item-has-children > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--light);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.offcanvas #primary-menu1 > li.menu-item-has-children > a.show-active::after {
  transform: rotate(90deg);
}
.offcanvas #primary-menu1 > li > ul > li,
.offcanvas .sub-menu > li > a:hover {
  background-color: unset !important;
  width: 100%;
}
.offcanvas #primary-menu1 > li > ul > li:nth-child(even) {
  background: linear-gradient(180deg, #d91e25 0%, #9d1b1f 100%);
}
.offcanvas #primary-menu1 > li > ul > li a {
  padding: 10px 45px;
}
#primary-menu > li > ul > li.menu-item-has-children::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 10px;
  color: var(--light);
  right: 10px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
#primary-menu > li.menu-item-has-children a.show-active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#primary-menu > li > ul > li.menu-item-has-children.active::after {
  transform: rotate(90deg);
}
.sub-menu > li.menu-item-has-children::after {
  color: var(--primary) !important;
}

.offcanvas #primary-menu1 > li > ul,
.offcanvas #primary-menu1 > li > ul > li > ul {
  display: none;
  border-top: 1px solid #ffffff1a;
  border-radius: 0;
  background: linear-gradient(180deg, #d91e25 0%, #9d1b1f 100%);
}
.offcanvas #primary-menu1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: linear-gradient(180deg, #d91e25 0%, #9d1b1f 100%);
}
.offcanvas #primary-menu1 li:not(:last-child) {
  border-bottom: 1px solid #ffffff1a;
}
.offcanvas #primary-menu1 li {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.offcanvas #primary-menu1 li:nth-child(odd) {
  background: linear-gradient(180deg, #d91e25 0%, #9d1b1f 100%);
}
.offcanvas #primary-menu1 li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--light);
  padding: 10px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas #primary-menu1 li a:hover {
  color: var(--light);
}
.submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0057ac1a;
  width: 40px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9998;
}
.search-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay {
  background: #fff;
  width: 100%;
  padding: clamp(25px, 3vw, 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: var(--transition);
}
.search-wrapper.active .search-overlay {
  transform: translateY(0);
}
.search-overlay form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.search-overlay input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  outline: unset;
}
.search-overlay button {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}
.search-overlay button[type="submit"] {
  background-color: var(--text-1);
  color: var(--light);
}
#close-search {
  background: linear-gradient(180deg, #d91e25 0%, #9d1b1f 100%);
  color: var(--light);
}

/* Footer section start  */
.site-footer {
  background-color: #1a1a1a;
  padding-top: clamp(30px, 4vw, 60px);
}
.widget-title {
  font-size: 20px;
  color: #a7a7a7;
  font-weight: 700;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.site-footer p,
.site-footer a {
  color: #a7a7a7;
  font-size: 16px;
  line-height: 1.4;
}
.site-footer a:hover {
  color: var(--primary);
}
.site-footer-wrapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.site-footer-wrapper > div {
  max-width: 380px;
  width: 100%;
}
.site-footer-wrapper .footer-widget:not(:last-child) {
  margin-bottom: 60px;
}
.footer-widget img.custom-logo {
  filter: invert(1) brightness(50);
  display: block;
  height: 85px;
  width: auto;
  margin-bottom: 20px;
}
.footer-widget h2 {
  font-size: clamp(26px, 2.4vw, 48px);
  color: var(--light);
  margin: 0 0 clamp(18px, 2vw, 24px);
  text-transform: uppercase;
}
.footer-widget span a {
  font-size: clamp(20px, 2vw, 22px);
  color: var(--light);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-widget span a::before {
  content: url(../img/send.png);
  line-height: 1;
}
.site-footer-wrapper .footer-menu {
  display: flex;
  gap: 35px;
  align-items: start;
  justify-content: space-between;
}
.site-footer-wrapper .footer-menu > div {
  margin-bottom: 0 !important;
}
.address-phone {
  display: flex;
  gap: 12px;
  max-width: 388px;
}
.address-phone > div {
  width: calc(50% - 7.5px);
  background-color: #252b32;
  border-radius: 8px;
  padding: 15px;
}
.address-phone .widget-title {
  margin-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.address-phone .widget-title::before {
  content: url(../img/location.png);
  line-height: 1;
}
.address-phone .footer-phone .widget-title::before {
  content: url(../img/phone.png);
}
.address-phone a {
  line-height: 1.4;
  color: var(--text-2);
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-widget ul li a {
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer-wrapper .footer-menu ul li a::before {
  content: url(../img/arrow-up.png);
  line-height: 1;
}
.site-footer-wrapper .social-media {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.site-footer-wrapper .social-media ul li a {
  background-color: #252b32;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  line-height: 1;
}
.site-footer > img {
  display: block;
  margin: 0 0 0 auto;
}
.site-info {
  padding: 14px 0;
  background-color: #eeeeee;
}
.site-info-wrapper {
  display: flex;
  gap: 15px;
  row-gap: 5px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-info-wrapper p,
.site-info-wrapper p a {
  margin: 0;
  font-size: 16px;
  color: #5f5f5f;
}

/* Footer section end  */
@media (max-width: 1600px) {
  #primary-menu::before {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1400px) {
  .common-banner__container > div:nth-child(2) {
    max-width: 700px;
  }
}
@media (max-width: 1200px) {
  .section-top {
    margin-top: 60px;
  }
  .site-footer-wrapper .wrapper-medium {
    gap: 35px;
  }
  .site-footer-wrapper {
    flex-wrap: wrap;
    gap: 45px;
  }
  .site-footer-wrapper .social-media {
    align-items: start;
  }
  .site-footer-wrapper .footer-widget:not(:last-child) {
    margin-bottom: 45px;
  }
  .site-branding .custom-logo-link img {
    width: 130px;
  }
  .site-header-wrapper {
    padding: 10px 0;
  }
}

@media (max-width: 989px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(2, 1fr);
  }
  .hamburger-toggle {
    display: block;
  }
  .site-header #site-navigation {
    display: none;
  }
  .site-branding .custom-logo-link img {
    width: 110px;
  }
  .video-button {
    width: 50px;
    height: 50px;
  }
  .video-button img {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .section-top {
    margin-top: 45px;
  }
  .section-top-small {
    margin-top: 35px;
  }
  .section-top-xsmall {
    margin-top: 20px;
  }
  .site-info p {
    margin: 0;
  }
  .site-info {
    flex-direction: column;
    gap: 10px;
  }
  .site-header #site-navigation .header-button {
    display: none;
  }
  .slick-dots li button {
    width: 26px;
  }
  .offcanvas .offcanvas__grid .uk-grid .offcanvas__img {
    display: none;
  }
}
@media (max-width: 567px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-footer-wrapper {
    border-radius: 0;
  }
  .header-button .matashree-btn {
    display: none;
  }
}
.error-404-wrapper {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.error-404-wrapper .section-title {
  margin-bottom: 10px;
}
.error-404-wrapper .btn {
  margin: 16px auto 0;
}

.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}
