@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --first-font: "Montserrat", sans-serif;
  --second-font: "Dongle", sans-serif;
  --theme-color: #222222;
  --second-color: #000000;
  --third-color: #eb0085;
  --border-color: #f0f0f040;
  --black: #000000;
  --white: #ffffff;
  --h1: normal 600 51px/1 var(--first-font);
  --h2: normal 500 41px/1 var(--first-font);
  --h3: normal 600 26px/1 var(--first-font);
  --h4: normal 600 22px/1 var(--first-font);
  --h5: normal 600 18px/1 var(--first-font);
  --h6: normal 600 14px/1 var(--first-font);
  --common-text: normal 400 23px/0.8 var(--second-font);
}
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  outline: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body::-moz-scrollbar {
  display: none;
}
svg,
img {
  max-width: 100%;
  display: block;
}
a,
.btn,
button {
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: var(--first-font);
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: var(--theme-color);
}
:-ms-input-placeholder {
  color: var(--theme-color);
}
::placeholder {
  color: #ffffff47;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}
body {
  font: var(--common-text);
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  color: var(--white);
  background-color: var(--theme-color);
}
body.home-page {
  color: var(--white);
}
/* body.home-page .section-title p{
    color: var(--white);
} */

.flex-slider .slick-list,
.flex-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-slider {
  margin: 0 -15px;
}
.flex-slider .card {
  padding: 2px 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-slider .card .card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  /* height: 100%; */
}
p,
li,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font: var(--common-text);
}
h1,
.h1 {
  font: var(--h1);
}
h2,
.h2 {
  font: var(--h2);
}
h3,
.h3 {
  font: var(--h3);
}
h4,
.h4 {
  font: var(--h4);
}
h5,
.h5 {
  font: var(--h5);
}
h6,
.h6 {
  font: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
b {
  font-weight: bold;
  /* display: inline-block; */
}
.section-title b {
  /* background: linear-gradient(75deg, var(--third-color) 0%, var(--second-color) 100%);
    background-clip:text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  font-weight: 600;
  /* display: inline-block; */
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin: 0 !important;
}

.no-gutters [class*="col-"] {
  padding: 0;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.row [class*="col-"] {
  padding: 0 20px;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.desk-only {
  display: none !important;
}
.mobile-only {
  display: block !important;
}
/*****  Columns  *****/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: solid 1px var(--theme-color);
  color: var(--theme-color);
  cursor: pointer;
  border-radius: 0px 10px 0px 10px;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 35px 10px 15px;
  width: 100%;
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  -ms-border-radius: 0px 10px 0px 10px;
  -o-border-radius: 0px 10px 0px 10px;
}
.nice-select:after {
  border-bottom: 2px solid var(--third-color);
  border-right: 2px solid var(--third-color);
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.nice-select.disabled {
  border-color: var(--border-color);
  color: var(--border-color);
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 2;
  width: 100%;
  border-radius: 10px 0px;
  -webkit-border-radius: 10px 0px;
  -moz-border-radius: 10px 0px;
  -ms-border-radius: 10px 0px;
  -o-border-radius: 10px 0px;
  width: 100%;
  background-color: var(--theme-color);
  color: var(--white);
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  border-radius: 10px 0px;
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 13px;
  line-height: 1;
  padding: 6px 15px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--third-color);
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.slick-slide .nice-select .list {
  max-height: 60px;
  overflow: auto;
  scrollbar-width: none;
}
.slick-slide .nice-select .option {
  padding: 5px 15px;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
  display: none;
}
.slick-slide .nice-select .list::-moz-scrollbar {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-top: 0px;
  position: relative;
  z-index: 2;
  margin-top: -21px;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li {
  display: flex;
  height: 8px;
  width: 8px;
  background-color: var(--white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.slick-dots li.slick-active {
  background: linear-gradient(
    75deg,
    var(--third-color) 0%,
    var(--second-color) 100%
  );
  width: 8px;
  height: 8px;
  border-radius: 5px;
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  font-size: 0;
  border: 0;
  outline: none;
  z-index: 1;
  -webkit-border-radius: 33px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 33px;
  -moz-border-radius: 33px;
  -ms-border-radius: 33px;
  -o-border-radius: 33px;
}
.common-arrows .slick-arrow svg path {
  fill: var(--white);
}
.common-arrows .slide-arrow svg {
  height: 10px;
  width: 15px;
}
.common-arrows .slick-arrow {
  width: 35px;
  height: 35px;
  background-color: var(--third-color);
}
.slide-arrow svg {
  height: 12px;
  width: 15px;
  margin: 0 auto;
}
.slick-arrow.slick-next {
  right: 0px;
  left: auto;
}
.slick-arrow.slick-prev {
  right: auto;
  left: 0px;
  -webkit-transform: translateY(-50%) scale(-1);
  -moz-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  -o-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-inner .slick-arrow {
  background: var(--white) url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  font-size: 0;
  border: 0;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  display: block;
  color: var(--white);
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox .close svg {
  height: 85%;
  width: 85%;
}
.slick-lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
  opacity: 1;
  background: transparent;
  border: none;
  height: 27px;
  width: 27px;
  padding: 0;
}
.shop-protab-slider {
  margin: 0 -10px;
}
.btn {
  text-align: center;
  padding: 15px 40px;
  font-family: var(--first-font);
  box-shadow: none;
  appearance: none;
  color: var(--white);
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 22px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  border-radius: 0px 20px 0px 20px;
  background: linear-gradient(
    75deg,
    var(--third-color) 0%,
    var(--second-color) 100%
  );
  -webkit-border-radius: 0px 20px 0px 20px;
  -moz-border-radius: 0px 20px 0px 20px;
  -ms-border-radius: 0px 20px 0px 20px;
  -o-border-radius: 0px 20px 0px 20px;
}
.btn-wrapper:hover a {
  transition: all ease-in-out 0.5s;
  transform: translateY(-5px);
}
.btn svg,
.btn-primary svg,
.btn-transparent svg {
  flex-shrink: 0;
  margin-left: 12px;
  height: auto;
  fill: var(--white);
  max-width: 24px;
}
.btn:hover,
.btn:focus {
  border-radius: 20px 0px 20px 0px;
  color: var(--white);
}
.btn:focus svg path,
.btn:hover svg path {
  fill: var(--white);
}
.btn-primary {
  text-align: center;
  color: var(--black);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 14px 20px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  justify-content: center;
  appearance: none;
  border-radius: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.btn-primary:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-primary:hover svg path {
  fill: var(--theme-color);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #0b2682;
  border: 1px solid var(--second-color);
  color: var(--white);
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 20px;
  text-transform: uppercase;
}
.btn-ic {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  margin-left: 10px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-secondary svg {
  width: 12px;
  height: 12px;
}
.btn-secondary svg path {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  fill: var(--white);
}
.btn-secondary:hover {
  background: #22222275;
  color: var(--white);
  border-color: #ffffff;
}
.btn-secondary.white-btn .btn-ic {
  background: var(--white);
}
.btn-secondary:hover svg path {
  fill: var(--theme-color);
}
.btn-secondary.white-btn {
  border: 1px solid var(--white);
  color: var(--white);
}
.btn-secondary.white-btn:hover .btn-ic {
  background: var(--theme-color);
}
.btn-secondary.white-btn svg path {
  fill: var(--theme-color);
}
.btn-secondary.white-btn:hover {
  border: 1px solid var(--white);
  color: var(--theme-color);
  background: var(--white);
}
.btn-secondary:hover .btn-ic {
  background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
  fill: var(--white);
}
.btn-transparent {
  background: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  text-align: center;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  padding: 12px 40px;
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  font-size: 14px;
  border-radius: 0px 20px 0px 20px;
  -webkit-border-radius: 0px 20px 0px 20px;
  -moz-border-radius: 0px 20px 0px 20px;
  -ms-border-radius: 0px 20px 0px 20px;
  -o-border-radius: 0px 20px 0px 20px;
}
.btn-transparent:hover {
  background: linear-gradient(93.25deg, #b10000 4.45%, #660000 93.88%);
  color: var(--white);
  border: 1px solid transparent;
}
.btn-transparent:hover svg path {
  fill: var(--white);
}
.add-cart-btn {
  padding: 7px 30px;
  border-radius: 0px 10px 0px 10px;
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  -ms-border-radius: 0px 10px 0px 10px;
  -o-border-radius: 0px 10px 0px 10px;
  margin-right: 0%;
}
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
  position: relative;
  border: 1px solid var(--border-color);
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: var(--transparent);
  font-size: 13px;
  font-family: var(--first-font);
  line-height: 1;
  border-radius: 0px 20px 0px 20px;
  color: #ffffffbf;
  -webkit-border-radius: 0px 20px 0px 20px;
  -moz-border-radius: 0px 20px 0px 20px;
  -ms-border-radius: 0px 20px 0px 20px;
  -o-border-radius: 0px 20px 0px 20px;
}
textarea {
  resize: none;
}
form .row {
  margin: 0 -8px;
}
form .row [class*="col-"] {
  padding: 0 10px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
sup {
  top: -0.5em;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.form-group label sup {
  color: red;
}
.checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 0 30px;
  color: var(--black);
}
.checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.checkbox-custom input:checked + label:before {
  background-color: var(--second-color);
  border-color: var(--theme-color);
}
.checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid var(--white);
  border-width: 0px 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.checkbox-custom label a {
  text-decoration: underline;
  font-weight: 600;
}
/*****  RADIO BUTTON CSS  *****/
/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.radio-group label {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  padding-left: 24px;
  color: var(--theme-color);
  margin: 0;
  vertical-align: bottom;
}
.radio-group label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid var(--black);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
  -webkit-transition: border-color 400ms ease;
  -moz-transition: border-color 400ms ease;
  -ms-transition: border-color 400ms ease;
  -o-transition: border-color 400ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group label::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--black);
  border: 2px solid var(--black);
  border-radius: 50%;
  top: 50%;
  left: 1px;
  right: auto;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group input[type="radio"]:checked + label::before {
  border-color: vvar(--black);
}
.radio-group input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
  -webkit-transform: translateY(-50%) scale(0.55);
  -moz-transform: translateY(-50%) scale(0.55);
  -ms-transform: translateY(-50%) scale(0.55);
  -o-transform: translateY(-50%) scale(0.55);
}
/*****  SCROLLBAR CSS  *****/
.slick-slide .nice-select .list::-webkit-scrollbar {
  width: 2px;
}
.slick-slide .nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.slick-slide .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--second-color);
}
.slick-slide .nice-select .list .option {
  font-size: 11px;
  line-height: 1;
}
.slick-slide .nice-select .list {
  height: 65px;
  overflow: auto;
  border-radius: 0px 10px 0px 10px;
}
/*****  COMMON CSS  *****/
body.active-menu,
body.no-scroll {
  overflow: hidden;
  position: relative;
}
.padding-top {
  padding-top: 70px;
}
.padding-bottom {
  padding-bottom: 70px;
}
.section-title {
  margin-bottom: 40px;
}
.header-style-one {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  top: 0;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.header-style-one .announcebar {
  padding: 10px 0;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.header-style-one .announcebar .announce-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.header-style-one .announcebar #announceclose {
  position: absolute;
  right: 16px;
  top: 50%;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-style-one.head-sticky .announcebar {
  display: none;
}
/*****  annouse bar css  *****/
.announcebar .annoucebar-left a span {
  text-decoration: underline;
}
.announcebar .annoucebar-left a {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.announcebar .announcebar-right a {
  text-decoration: underline;
}
.announcebar .annoucebar-left {
  flex: 1;
}
.announcebar .announcebar-right {
  display: flex;
  justify-content: end;
  flex: 1;
}
.site-header.head-sticky .main-navigationbar .menu-items-col {
  padding: 15px 0px;
}
.site-header.head-sticky:before {
  content: "";
  background: linear-gradient(
    to left,
    var(--third-color) 50%,
    var(--second-color)
  );
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
}
/*****  Main navigation bar css  *****/
.header-style-one .main-navigationbar .logo-col {
  max-width: 115px;
  width: 100%;
  margin-right: 15px;
}
.header-style-one .main-navigationbar .logo-col a {
  display: block;
}
.header-style-one .main-navigationbar .menu-items-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px;
  transition: all ease-in-out 0.4s;
  flex: 1;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.header-style-one .menu-right {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.head-sticky .main-navigationbar {
  background: var(--second-color);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
  display: flex;
  align-items: center;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:not(:last-of-type) {
  padding-right: 30px;
}
.main-navigationbar .menu-items-col-right .menu-right {
  display: flex;
  justify-content: end;
  flex: 1;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
  color: var(--white);
  text-transform: capitalize;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  position: relative;
  display: inline-flex;
  font-weight: 600;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
}
/* .header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0px;
  top: 7px;
  background: url(../images/dropdown.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
} */
.header-style-one .main-navigationbar .menu-items-col .drop > a::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: -18px;
  top: 7px;
  background: url(../images/dropdown.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
/* .header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item:hover
  > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */
/* .header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background: linear-gradient(
    250deg,
    var(--third-color) 0%,
    var(--second-color) 100%
  );
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
} */
/* .header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a:hover:before {
  width: 100%;
} */

.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > .category-btn:before {
  display: none;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > .category-btn
  svg {
  margin-left: 20px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > .category-btn
  svg
  path {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
/*****  Megamenu css  *****/
.header-style-one .main-navigationbar {
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.header-style-one .mobile-menu {
  display: none;
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
}
.header-style-one .mobile-menu .mobile-menu-button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
  border: none;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.header-style-one .mobile-menu .mobile-menu-button div {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  backface-visibility: hidden;
  background: var(--white);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown {
  position: absolute;
  top: 65%;
  background-color: var(--white);
  transform-origin: top;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid var(--border-color);
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0;
}

.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown
  ul
  li
  a:hover {
}
.header-style-one .menu-dropdown ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-style-one .megamenu-list > li span {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black);
}
.header-style-one .menu-dropdown ul > li a {
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-family: var(--first-font);
  color: var(--black);
}
.header-style-one .menu-dropdown .arrow-list > li a:hover,
.second-menu-dropdown ul li a:hover {
  border-color: var(--black);
}
.header-style-one .menu-right li a {
  position: relative;
}
.header-style-one .menu-right .cart-header a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn-flex {
  gap: 10px;
}
.header-style-one .menu-right li a .icon-lable {
  margin-top: 7px;
}
.header-style-one .menu-right li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.header-style-one .menu-right li:not(:last-of-type) {
  margin-right: 20px;
}
.header-style-one .menu-right li a svg {
  width: 23px;
  height: 23px;
  margin: 0 auto;
}
.cart-header a .icon-label {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
  letter-spacing: -0.03em;
  color: var(--white);
  display: grid;
}
.header-style-one .count {
  position: absolute;
  top: -9px;
  right: -11px;
  height: 17px;
  width: 17px;
  background: linear-gradient(
    250deg,
    var(--third-color) 0%,
    var(--second-color) 100%
  );
  color: var(--white);
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.header-style-one .count-1 {
  position: absolute;
  top: -3px;
  right: -11px;
  height: 17px;
  width: 17px;
  background: linear-gradient(
    250deg,
    var(--third-color) 0%,
    var(--second-color) 100%
  );
  color: var(--white);
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.inner-header {
  background: var(--second-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/*****  MOBILE MENU CSS  *****/
.mobile-menu-wrapper {
  position: fixed;
  z-index: 4;
  background: var(--white);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  right: 0;
  display: block;
  width: 100%;
}
.mobile-menu-wrapper.active-menu {
  transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
  text-align: right;
  padding: 15px 20px;
  background: var(--third-color);
}
.mobile-menu-wrapper .mobile-menu-bar > ul {
  height: calc(100vh - 48px);
  overflow: auto;
  padding: 10px 20px;
  background: var(--white);
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a {
  font-size: 18px;
  color: var(--theme-color);
  letter-spacing: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li {
  margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a .close-menu-ioc {
  display: none;
}

.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list {
  margin: 12px 0;
  display: none;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li:not(:last-of-type) {
  margin-bottom: 8px;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li
  a {
  font-size: 14px;
  line-height: 18px;
  text-transform: inherit;
  font-family: var(--first-font);
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a svg {
  margin-left: auto;
  width: 14px;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul {
  margin: 12px 0 0;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  .has-children
  > ul
  > li:not(:last-of-type) {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a {
  font-size: 14px;
  font-family: var(--first-font);
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a.acnav-label {
  font-weight: 600;
}
.mobile-menu-wrapper .menu-close-icon svg path {
  fill: var(--white);
}
/* ========================================================= */
/* !!!!                    FOOTER CSS                  !!!! */
/* ======================================================= */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 70px 0px 60px;
  background: var(--second-color);
  color: var(--white);
  overflow: hidden;
}
.site-footer .checkbox-custom label {
  color: var(--white);
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-col {
  width: 100%;
  flex: 1;
  padding-left: 96px;
}
.footer-subscribe-col {
  max-width: 370px;
  flex: 0 0 370px;
  padding: 0;
}
.footer-ring-1 {
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 0%;
  filter: blur(31px);
  -webkit-filter: blur(31px);
}
.footer-subscribe-form .form-inputs {
  width: 100%;
  position: relative;
}
.footer-subscribe-form .btn {
  position: absolute;
  right: 0;
  border-radius: 0px 15px 0px 0px;
  color: var(--white);
  background: linear-gradient(
    75deg,
    var(--third-color) 0%,
    var(--second-color) 100%
  );
  font-size: 13px;
  top: 0;
  height: 100%;
  border: 0;
  padding: 14px 25px;
  -webkit-border-radius: 0px 15px 0px 0px;
  -moz-border-radius: 0px 15px 0px 0px;
  -ms-border-radius: 0px 15px 0px 0px;
  -o-border-radius: 0px 15px 0px 0px;
  margin: 0;
  outline: none;
}
.footer-ring-2 {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
}
.footer-subscribe-form input {
  padding: 13px 110px 13px 20px;
  border: 1px solid var(--white);
  color: var(--theme-color);
}
.footer-subscribe-form .checkbox-custom label:before {
  border-color: var(--white);
}
.footer-widget h3 {
  margin-bottom: 20px;
  max-width: 300px;
}
.footer-widget h3 b {
  background: linear-gradient(75deg, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-widget h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--second-font);
  margin-bottom: 20px;
}
.footer-subscribe-form {
  margin-top: 24px;
}
.footer-subscribe-form .checkbox-custom {
  margin-top: 20px;
}
.footer-bottom {
  padding-top: 40px;
}
.footer-link ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-link .contactlink {
  font-size: 24px;
  margin-bottom: 24px;
}
.policy-links li:not(:last-of-type) {
  margin-right: 22px;
}
.social-icons li {
  background-color: var(--white);
  padding: 5px;
  border-radius: 5px;
  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;
  width: 28px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.social-icons li:not(:last-of-type) {
  margin-right: 10px;
}
.social-icons svg {
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
}
.social-icons svg path {
  fill: var(--black);
}
.social-icons li:hover {
  background: linear-gradient(
    75deg,
    var(--third-color) 0%,
    var(--second-color) 100%
  );
  transition: all 0.3s ease-in-out;
}
.social-icons li:hover svg path {
  fill: var(--white);
}
.footer-link ul li a:hover {
  color: var(--theme-color);
}
/*****  CART DRAWER CSS  *****/
.overlay.active,
.cartOpen .overlay::after {
  content: " ";
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.cartDrawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background: var(--white);
  width: 410px;
  height: 100%;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.cartOpen .cartDrawer {
  opacity: 1;
  visibility: visible;
  display: flex;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cartDrawer .mini-cart-header {
  position: relative;
  text-align: center;
  padding: 17px 30px 16px 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--third-color);
  color: var(--white);
}
.cartDrawer .cart-tottl-itm {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
.cartDrawer .closecart {
  position: absolute;
  left: -38px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
  opacity: 1;
  visibility: visible;
}
.cartDrawer .mini-cart-has-item {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cartDrawer .mini-cart-body {
  overflow-y: auto;
  padding: 30px;
  flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
  width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
  background: var(--second-color);
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
  background-color: #183a40;
}
.mini-cart-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgb(76 62 62 / 15%);
  background: var(--white);
}
.mini-cart-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.mini-cart-image {
  width: 80px;
}
.mini-cart-image a {
  display: block;
  padding-top: 130%;
  position: relative;
}
.mini-cart-image img {
  top: 0;
  width: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.mini-cart-details {
  flex: 1;
  width: 100%;
  padding-left: 15px;
}
.mini-cart-title {
  color: var(--theme-color);
  margin-bottom: 8px;
  font-weight: 600;
}
.mini-cart-title a {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--first-font);
}
.link-btn svg {
  fill: var(--black);
  margin-left: 13px;
}
.cart-variable {
  margin-bottom: 10px;
}
.cart-variable p {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
}
.qty-spinner {
  border: 1px solid rgb(76 62 62 / 15%);
  display: flex;
  max-width: 100px;
  height: 30px;
  width: 100%;
}
.qty-spinner button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  flex: 1;
}
.qty-spinner button svg {
  margin: auto;
  height: 10px;
  width: 10px;
}
.qty-spinner button svg path {
  fill: var(--theme-color);
}
.qty-spinner input {
  border: 0;
  flex: 1;
  width: 29px;
  color: var(--theme-color);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
del {
  color: var(--theme-color);
  opacity: 0.6;
  text-decoration: line-through;
}
.price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cartDrawer .mini-cart-details .price {
  justify-content: flex-start;
  font: var(--common-text);
}
.cartDrawer .pvarprice {
  margin-top: 12px;
}
.cartDrawer .price del {
  margin-left: 10px;
}
.cartDrawer .price ins {
  align-items: center;
  color: var(--black);
}
.cartDrawer .price .currency-type {
  font-weight: 500;
  font-size: 10px;
  margin-left: 3px;
  display: inline-block;
}
.cartDrawer .mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
}
.cartDrawer .mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: var(--black);
  margin: 0 -10px 20px;
}
.mini-cart-footer-total-row div {
  padding: 0 10px;
}
.mini-cart-footer .u-save {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  display: flex;
  color: var(--black);
  margin-bottom: 30px;
  justify-content: flex-end;
}
.mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  font-size: 16px;
  padding: 13px 20px;
  display: flex;
}
.cartDrawer .mini-cart-footer .checkout-btn:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  background: transparent;
}
.cartDrawer .mini-cart-footer .checkout-btn:hover svg path {
  fill: var(--theme-color);
}
.cartDrawer .mini-cart-footer .link-btn {
  display: flex;
  justify-content: center;
  color: var(--black);
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
}
.cartDrawer .remove_item svg path {
  fill: var(--black);
}
.cartDrawer .remove_item svg {
  height: 15px;
  width: 15px;
}
.cartDrawer .emptyCart {
  padding: 50px 0 0 0;
}
.qty-spinner input {
  border: none !important;
}

.home-banner-img {
  top: 50%;
  right: 17%;
  max-width: 570px;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1360px;
}

.menu-lnk a {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  line-height: 1.2;
}
span {
  display: block;
}
.menu-lnk > a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
  right: 0;
  top: -5px;
}
.menu-lnk > a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
  left: 0;
  bottom: -5px;
}
.menu-lnk a:hover::before,
.menu-lnk a:hover::after {
  width: 50%;
}
.menu-lnk a:hover span::before,
.menu-lnk a:hover span::after {
  height: 100%;
}
/* btn-hover */
.btn-3::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.btn-3 span::after {
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}
.btn-3::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.btn-3 span::before {
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.btn-3:hover::after {
  transition-delay: 0s;
}
.btn-3:hover span::after {
  transition-delay: 0.2s;
}
.btn-3:hover::before {
  transition-delay: 0.2s;
}
.btn-3:hover span::before {
  transition-delay: 0.6s;
}
.banner-img img {
  width: 100%;
  height: 100%;
}

.banner-img {
  padding: 467px 0 311px 0;
  background-image: url(../img/home-banner/AJ1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-img-01 {
  background-image: url(../img/home-banner/AJ2.JPG);
}
.banner-img-02 {
  background-image: url(../img/home-banner/AJ3.jpg);
}
.banner-img-03 {
  background-image: url(../img/home-banner/AJ4.jpg);
}
.banner-img .text-center h1 {
  margin-bottom: 15px;
}
.cat-img h5 {
  margin-top: 15px;
  text-align: center;
}
.categories-slider .slick-list {
  margin: 0 -15px;
}
.content-details1.fadeIn-bottom {
  text-align: center;
  background-color: var(--third-color);
  padding: 15px 10px;
}
.time-date {
  margin: 10px 0;
  font-size: 22px;
}
.btn-flex-1 {
  margin-top: 20px;
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.time-date {
  margin: 10px 0;
  font-size: 15px;
}
.blog-card-content p {
  margin-bottom: 10px;
}

.content-overlay {
  background: rgb(0 0 0 / 13%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.recentcontent a {
  position: relative;
  width: 100%;
  height: 100%;
}
.content-image {
  width: 100%;
}
.content-overlay {
  opacity: 1;
}
.recent-events-box {
  position: relative;
}
.content-image {
  width: 100%;
}

.content-details1 {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  bottom: 0;
}
.content-text {
  opacity: 0;
  display: none;
}

.recentcontent:hover .content-text {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.video-bnneer-section {
  background-image: url(../img/video-banner.jpg);
  padding: 247px 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.video-bnneer-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000027;
  z-index: 0;
}
.main-video {
  position: relative;
}
.button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.video-bnneer-section .button {
  display: inline-block;
  position: relative;
}
.button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.video-bnneer-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000027;
  z-index: 0;
}
.video-bnneer-section .button {
  display: inline-block;
  position: relative;
}
.button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.blog-card-image a {
  position: relative;
  display: block;
  padding-top: 80%;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.blog-card-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.blog-card-content {
  margin-top: 13px;
  text-align: center;
}
.contact-us-section {
  background-image: url(../img/con-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.section-title p {
  margin-top: 11px;
}
.social-icone a img {
  width: 67px;
  height: auto;
}
.social-icone a {
  display: block;
}
.social-icone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.dtjhgl-form svg {
  position: absolute;
  top: 13px;
}
.dtjhgl-form {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin-top: 25px;
}
.dtjhgl-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 33px;
  height: 100%;
}
.footer-con .container .row {
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #ffffff40;
  padding-bottom: 30px;
}
.dtjhgl-form input {
  padding: 12px 114px 12px 43px;
  color: var(--white);
  border-radius: 0px 20px 20px 20px;
  font-size: 12px;
}
.dtjhgl-form svg {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 19px;
  height: 20px;
}
.dtjhgl-form input::placeholder {
  color: var(--white);
}
.icone-so img {
  width: 25px;
  height: 25px;
}
.copyrights {
  text-align: center;
  margin-top: 16px;
}
.copyrights p {
  margin-bottom: 15px;
}

/* hover */
h2 span {
  margin-left: 1em;
  color: #aaa;
  font-size: 85%;
}
.column::after {
  content: "";
  clear: both;
  display: block;
}
.column > div {
  position: relative;
  float: left;
  padding: 0;
  margin-bottom: 35px;
}
.column div:first-child {
  margin-left: 0;
  margin-bottom: 20px;
}
.column div span {
  position: absolute;
  bottom: -20px;
  background-color: var(--third-color);
  color: var(--white);
  left: 0;
  z-index: 2;
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  padding: 10px;
  text-transform: uppercase;
  line-height: 1;
}
figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover + span {
  bottom: 50px;
  opacity: 1;
}

/* Zoom In #1 */
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
  width: 300px;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover02 figure:hover img {
  width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover03 figure:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
  width: 400px;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover04 figure:hover img {
  width: 300px;
}

/* Slide */
.hover05 figure img {
  margin-left: 30px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover05 figure:hover img {
  margin-left: 0;
}

/* Rotate */
.hover06 figure img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover06 figure:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover07 figure:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover08 figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover09 figure:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover10 figure:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover11 figure:hover img {
  opacity: 0.5;
}

/* Opacity #2 */
.hover12 figure {
  background: #1abc9c;
}
.hover12 figure img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover12 figure:hover img {
  opacity: 0.5;
}

/* Flashing */
.hover13 figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/* Shine */
.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Circle */
.hover15 figure {
  position: relative;
}
.hover15 figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover15 figure:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.column div a {
  position: relative;
  display: block;
  padding-top: 50%;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.column div a figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.event-this-show {
  margin: 0 -15px;
}
.section-title p span {
  color: var(--third-color);
  display: contents;
}
.pay-code img {
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
  height: 100%;
}
.pay-icone img {
  max-width: 59px;
  width: 100%;
}
.booknow-inner h4,
.pay-icone {
  margin: 30px 0;
}
.dtl-box {
  max-width: 376px;
  width: 100%;
  margin: 31px auto;
  padding: 15px;
  border: 1px solid var(--border-color);
}
.banner-img h1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
}
.booking-section .section-title h3,
.contact-section .section-title h3 {
  margin: 15px 0;
}
.banner-img.banner-img-1 {
  padding: 231px 0;
  background-position: top;
}

/* ypoooo */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 5px;
}

.title {
  text-align: center;
  text-transform: uppercase;
}

.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}

.popup-btn,
.close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 50px auto;
  cursor: pointer;
  border: 2px solid black;
  background-color: white;
}

.popup-btn:hover {
  color: white;
  background-color: black;
}

.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  boxshadow: 10px 10px 10px 10px black;
}

.popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  height: auto;
  width: 100%;
  padding: 0 10px;
}

.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}
button.close-btn svg {
  margin: 0 auto;
}
.cat-box {
  display: flex;
  justify-content: center;
  position: relative;
}
.cat-img {
  position: relative;
  height: 100%;
}
.read-btn {
  border-radius: 0;
  width: 78%;
  height: 10px;
  position: absolute;
  bottom: 7px;
  left: 18px;
  right: 0;
  font-size: 12px;
}
.read-btn {
  border-radius: 0;
  width: 100%;
  max-width: 135px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -12px auto;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown
  ul
  li
  .menu-dropdown-1 {
  position: absolute;
  top: 54%;
  left: 100%;
  background-color: var(--white);
  transform-origin: top;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid var(--border-color);
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown
  ul
  li:hover
  .menu-dropdown-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown
  ul
  li
  .menu-dropdown-1
  ul
  li
  .menu-dropdown-2 {
  position: absolute;
  top: 54%;
  left: 100%;
  background-color: var(--white);
  transform-origin: top;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid var(--border-color);
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown
  ul
  li:hover
  .menu-dropdown-1
  ul
  li.drop-1:hover
  .menu-dropdown-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown
  ul
  li:hover
  .menu-dropdown-1
  ul
  li:hover
  .menu-dropdown-2
  ul
  li
  .menu-dropdown-3 {
  position: absolute;
  top: 54%;
  left: 100%;
  background-color: var(--white);
  transform-origin: top;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid var(--border-color);
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown
  ul
  li:hover
  .menu-dropdown-1
  ul
  li.drop-1:hover
  .menu-dropdown-2
  li.drop-2:hover
  .menu-dropdown-3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.site-nav {
  padding: 10px 20px;
  background-color: #35b5ee;
}

.menu {
  list-style: none;
  padding-left: 0;
}
.menu a {
  padding: 10px 10px;
  display: block;
  position: relative;
}
.menu li > a:not(:only-child) {
  padding-right: 20px;
}
/* .menu li > a:not(:only-child)::after {
  content: "+";
  transform: translateY(-50%);
  position: absolute;
  right: 5px;
  top: 50%;
} */

.menu a:hover,
.menu li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu ul {
  padding-left: 0;
  list-style: none;
}
.menu li {
  position: relative;
}
.menu li:hover > .sub-menu {
  display: block;
}
.menu .sub-menu {
  background-color: #fff;
  display: none;
}

@media (min-width: 768px) {
  .menu > li {
    display: inline-block;
  }
  .menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .menu .sub-menu {
    min-width: 200px;
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in;
    transform: scaleY(0.5);
    transform-origin: top;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 15px;
    border-radius: 10px;
    background: linear-gradient(
      to bottom right,
      var(--third-color),
      var(--black)
    );
  }
  .menu li li .sub-menu {
    top: 0;
    left: 100%;
  }
  .menu li li .sub-menu {
    top: 0;
    left: 100%;
  }
}
.cat-box svg {
  max-width: 140px;
  height: 222px;
}

/* sdsdsdsd */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* .column div figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.column div figure {
  position: relative;
  display: block;
  padding-top: 80%;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
} */
.gray_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#popup {
  display: none;
  position: absolute;
  top: -216px;
  left: 0;
  right: 0;
  z-index: 2;
}
.popup-01 {
  top: 0 !important;
}
.pop_close {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 3;
}
.pop_close-1 {
  top: 0;
  z-index: 3;
}
.youtube_box {
  position: relative;
  max-width: 860px;
  width: 100%;
  min-height: 437px;
  margin: auto;
  height: 100%;
}
.youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  /* margin-left: auto;
  max-width: 600px;
  margin-right: auto;
  height: 50vh;
  left: 0;
  right: 0; */
}
.content-details {
  position: absolute !important;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

figure:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-top {
  top: 20%;
}
.content-details.fadeIn-top svg {
  width: 64px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content-details.fadeIn-top svg path {
  fill: var(--white);
}
.mobile_menu_inner li {
  margin-left: 10px;
}
.popup-gallery {
  margin: 20px auto 0;
  width: 600px;
}
.img-popup img {
  max-width: 436px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  margin: auto;
}
/* Image gallery stlyling */

.container__img-holder {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 16px;
  cursor: pointer;
}

.container .container__img-holder:nth-child(3n + 1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.close-btn {
  width: 39px;
  height: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 76px;
  right: 10px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}
.close-btn .bar {
  height: 4px;
  background: #333;
}
.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}
.close-btn .bar {
  height: 4px;
  background: #333;
}
.youtube-section .row [class*="col-"] iframe {
  width: 100%;
}
.youtube-section .row [class*="col-"] {
  margin-bottom: 15px;
}
.col-md-6.col-12.text-center {
  margin: 0 auto;
}
.whatapp-msg button {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  margin: 0 auto;
  background-color: #25d366;
}
