
/*=================================
    01. Variable
==================================*/
:root {
  --theme-color: #e0002f;
  --theme-color2: #f8486f;
  --theme-color3: #e0002f;
  --title-color: #000000;
  --body-color: #7c7e90;
  --light-color: #9b9b9b;
  --secondary-color: #f9f9f9;
  --smoke-color: #f8f8f8;
  --dark-color: #0b0c10;
  --light-gray-color: #171920;
  --light-dark-color: #0f1116;
  --mist-blue-color: #686d7c;
  --white-color: #ffffff;
  --black-color: #000000;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --orange-color: #f07707;
  --border-color: rgba(0,0,0,0.10);
  --theme-font: "DM Sans", sans-serif;
  --theme-font2: "Montserrat",sans-serif;
  --theme-font3: "Roboto", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --ripple-ani-duration: 3s;
  --bs-gutter-x: 15px;
  --bs-gradient: linear-gradient(to right, var(--theme-color3) 0%, var(--theme-color) 100%);
}

/*=================================
    02. Mixin
==================================*/
/*=================================
    03. Function
==================================*/
/*=================================
    04. Typography
==================================*/
html {
  scroll-behavior: auto !important;
}

::-webkit-scrollbar-track {
  background-color: var(--smoke-color);
}

::-webkit-scrollbar {
  width: 10px;
  background-color: var(--smoke-color);
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, var(--theme-color2) 0%, var(--theme-color) 100%);
}

body {
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]){
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}


a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--theme-color2);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

p {
  margin: 0 0 15px 0;
  color: #000000;
  line-height: 1.8;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: var(--theme-font2);
  color: var(--title-color);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.d-inline {
  display: inline-block;
}

/* Large devices */
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .h1,
  h1 {
    font-size: 42px;
  }
  .h2,
  h2 {
    font-size: 38px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
}
/*=================================
    05. Bootstrap Overwrite
==================================*/
/*------------------- 5.1. Container -------------------*/
@media only screen and (min-width: 1200px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.vs-container {
  max-width: 1650px;
}

/*------------------- 5.2. Grid -------------------*/
.row:not([class*=g-]):not([class*=gx-]) {
  --bs-gutter-x: 30px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.slick-track {
  --bs-gutter-x: 30px;
}
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gx-0 .slick-track {
  --bs-gutter-x: 0;
}

.gx-2 .slick-track {
  --bs-gutter-x: 0.5rem;
}

@media (min-width: 1199px) {
  .gx-xl-0,
  .gx-xl-0 .slick-track {
    --bs-gutter-x: 0;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .gx-60 {
    --bs-gutter-x: 15px;
  }
  .slick-track {
    --bs-gutter-x: 15px;
  }
}

/*------------------- 6.2. VS Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper .mobile-logo {
  max-width: 220px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}
.vs-menu-wrapper .vs-menu-toggle {
  background-color: transparent;
  background-image: var(--bs-gradient);
  border: none;
  font-size: 22px;
  position: absolute;
  right: -20px;
  top: 20px;
  padding: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  z-index: 1;
  color: var(--white-color);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  transform: rotate(90deg);
  color: var(--white-color) !important;
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 300px;
  background-color: var(--white-color);
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .vs-menu-wrapper .vs-menu-area {
    max-width: 280px;
  }
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: 58vh;
  padding-bottom: 40px;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0;
}
.vs-mobile-menu ul li {
	border-bottom: 1px solid #1e222a;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 10px;
}
.vs-mobile-menu ul li:first-child {
  border-top: 1px solid #1e222a;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
}
.vs-mobile-menu ul li a:hover {
  color: var(--theme-color);
}
.vs-mobile-menu ul li ul li {
  padding-left: 12px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  font-weight: 300;
  float: right;
  padding-right: 10px;
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  content: "\f068";
}

.vs-menu-toggle {
  border: 1px dashed;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  font-size: 28px;
}
.vs-menu-toggle:hover {
  background: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}

/*=================================
    07. Theme Default
==================================*/
/*------------------- 7.1. Preloader -------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--dark-color);
  overflow: hidden;
}
.preloader .vs-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  text-transform: capitalize;
  font-weight: 500;
  background-image: var(--bs-gradient);
  color: var(--white-color);
}
.preloader .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FF1557 #FF1557 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.preloader .loader::after,
.preloader .loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #8CBC24 #8CBC24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.preloader .loader::before {
  width: 32px;
  height: 32px;
  border-color: #129AC7 #129AC7 transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*------------------- 7.2. Theme Buttons -------------------*/
.vs-btn-group {
  display: flex;
  gap: 20px;
}

.vs-btn {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border: none;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  z-index: 1;
  min-width: 210px;
  padding: 0;
  line-height: 1;
  transition: all ease 0.4s;
}
.vs-btn i {
  font-size: 14px;
}
.vs-btn:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 5.5px;
  right: 5.5px;
  top: 0;
  bottom: 0;
}
.vs-btn:after {
  content: "";
  position: absolute;
  top: -5%;
  left: -30%;
  width: 20px;
  height: 110%;
  opacity: 0.7;
  visibility: visible;
  background-color: var(--white-color);
  transition: all ease 0.6s;
}
.vs-btn:hover:after {
  left: 120%;
  opacity: 0.3;
}
.vs-btn.black-skew:after, .vs-btn.outline1:after, .vs-btn.gradient-btn:after {
  transform: skewX(-10deg);
}
.vs-btn.black-skew, .vs-btn.gradient-btn {
  color: var(--white-color);
  padding: 18px 38px;
  font-size: 14px;
}
.vs-btn.black-skew:before, .vs-btn.gradient-btn:before {
  transform: skewX(-10deg);
  background-image: -moz-linear-gradient(0deg, var(--theme-color2) 0%, var(--theme-color) 100%);
  background-image: -webkit-linear-gradient(0deg, var(--theme-color2) 0%, var(--theme-color) 100%);
}
.vs-btn.black-skew:before {
  background-image: none;
  background-color: #000000;
}
.vs-btn.outline1 {
  padding: 18px 45px;
  color: var(--white-color);
  text-transform: capitalize;
}
.vs-btn.outline1 i {
  color: var(--theme-color);
  margin-left: 8px;
}
.vs-btn.outline1:before {
  transform: skewX(-10deg);
  border: 2px solid var(--theme-color2);
  transition: all ease 0.4s;
}
.vs-btn.outline1:hover::before {
  border-color: var(--theme-color);
}
.vs-btn.outline2 {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  height: 60px;
  line-height: 58px;
}
.vs-btn.outline3 {
  padding: 18px 30px;
  color: var(--white-color);
  text-transform: capitalize;
}
.vs-btn.outline3 i {
  color: var(--white-color);
  margin-right: 8px;
  margin-left: 0;
}
.vs-btn.outline3:before {
  transform: skewX(-10deg);
  border: 2px solid var(--white-color);
  transition: all ease 0.4s;
}
.vs-btn.outline3:hover::before {
  border-color: var(--black-color);
}
.vs-btn.style1 {
  background-color: var(--theme-color2);
  color: var(--white-color);
  height: 52px;
  line-height: 52px;
}
.vs-btn.style1:hover {
  background-color: var(--theme-color);
}
.vs-btn.no-skew.gradient-btn:before {
  transform: none;
  left: 0;
  right: 0;
}
.vs-btn.style2 i {
  color: var(--theme-color3);
}


.icon-btn3 {
  display: inline-block;
}
.icon-btn3[class*=text-] i {
  color: inherit;
}
.icon-btn3 i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  background-image: var(--bs-gradient);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.4s;
  position: relative;
}
.icon-btn3 i::before {
  position: relative;
  z-index: 1;
}
.icon-btn3 i:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  background-color: var(--white-color);
  display: inline-block;
  border-radius: inherit;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.icon-btn3 i:hover {
  color: var(--theme-color) !important;
}
.icon-btn3 i:hover:after {
  opacity: 1;
  visibility: visible;
}
.icon-btn3:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn3.style-white {
  background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
  border-radius: 50%;
}
.icon-btn3.style-white i {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 18px;
}
.icon-btn3.style-white:hover {
  opacity: 1;
}
.icon-btn3.style-white:hover i {
  background-color: transparent;
  color: var(--white-color);
}
.icon-btn3.size-40 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}



.scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  /* Small devices */
}

.scrollToTop.show {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .scrollToTop {
    right: 15px;
    bottom: 50px;
  }
  .scrollToTop i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .scrollToTop.show {
    bottom: 15px;
  }
}


/* Small devices */
@media (max-width: 768px) {
  .vs-btn-group {
    flex-wrap: wrap;
  }
}

/*------------------- 8.2. Header  -------------------*/
.header-wrapper {
  /* position: absolute; */
  width: 100%;
  /* left: 0;
  top: 0;
  z-index: 9; */
}
.header-wrapper [data-overlay] [class^=col-],
.header-wrapper [data-overlay] [class*=col-] {
  z-index: auto;
}
.header-wrapper .container.position-relative {
  z-index: 2;
}

.main-menu a {
  font-size: 14px;
  color: var(--title-color);
  font-family: var(--theme-font2);
  font-weight: 400;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.main-menu ul li.menu-item-has-children > a {
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  float: right;
  font-weight: 700;
  margin-left: 5px;
  font-size: 1rem;
}
.main-menu ul li a {
  display: block;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}


/* Medium Large devices */
@media (max-width: 1300px) {
  .main-menu a {
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .main-menu ul li ul.sub-menu {
    width: 220px;
  }
}


.menu-style1 > ul > li {
  margin: 0;
}
.menu-style1 > ul > li > a {
  color: var(--white-color);
  font-size: 14px;
  padding: 37px 0;
}
.menu-style1 > ul > li > a:hover {
  color: var(--white-color);
}

.header-logo1 {
  position: relative;
  z-index: 1;
}
.header-logo1:before {
  content: "";
  position: absolute;
  left: -40px;
  right: -35px;
  top: -28px;
  bottom: -29px;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  background-color: var(--white-color);
}


.header-layout1 .top-innner {
  background-color: var(--white-color);
  padding: 0 30px;
}
.header-main {
  background-color: var(--theme-color3);
}
.header-layout1 .menu-inner {
  background-color: var(--theme-color3);
  padding: 0 30px;
}
.header-layout1 .text-inherit:hover {
  color: rgba(255, 255, 255, 0.7);
}

.header-layout1 .top-title {
  margin-bottom: 0;
  color: var(--black-color);
}

.header-layout1 .top-title a:hover {
  color: var(--theme-color);
}


/* Medium devices */
@media (max-width: 992px) {

  .header-layout1 .top-title {
    font-size: 14px;
  }

}
/*------------------- 8.3. Footer  -------------------*/
.footer-layout1 {
  background-color: var(--theme-color);
  padding: 20px 0;
}
.footer-layout1 .bg-fluid {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  /* Hight Resoulation devices */
}
@media (min-width: 1922px) {
  .footer-layout1 .bg-fluid {
    background-size: cover;
  }
}


.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer-menu li {
  display: inline-block;
  color: #000;
}
.footer-menu a {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  font-weight: 500;
  padding: 15px;
  line-height: 1;
  background-color: transparent;
  position: relative;
}
.footer-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: var(--bs-gradient);
  height: 4px;
  width: 0;
  transition: all ease 0.4s;
}
.footer-menu a:hover {
  background-color: #161920;
  color: var(--white-color);
}
.footer-menu a:hover:after {
  width: 100%;
}
.footer-menu.style2 a:after {
  background-image: none;
  background-color: var(--theme-color3);
}



/*------------------- 8.10. Hero Area  -------------------*/
.hero-content {
    max-width: 700px;
    position: absolute;
    bottom: 30px;
    left: 50px;
}
.hero-inner {
  position: relative;
  /* display: flex; */
  align-items: center;
  padding: 0;
  margin-top: 0;
  z-index: 1;

}
.hero-inner .vs-btn.outline1 i {
  color: var(--white-color);
}
.hero-inner .vs-btn.outline1:before {
  background-color: var(--theme-color2);
}
.hero-inner .vs-btn.outline1:hover::before {
  background-color: var(--theme-color);
}
.hero-inner .vs-btn {
  text-transform: uppercase;
}

.hero-layout1 {
  max-width: 1800px;
  margin: auto;
}
.hero-layout1 .hero-btns {
  display: flex;
  align-items: center;
}
.hero-subtitle {
  text-transform: capitalize;
  font-family: var(--theme-font);
  font-weight: 600;
  color: var(--black-color);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

.hero-title {
    color: var(--theme-color3);
    font-family: var(--theme-font2);
    margin-bottom: 0;
    line-height: normal;
}

.hero-text {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 40px;
  max-width: 50ch;
  width: 100%;
}

.hero-bg {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 48, 0);
  z-index: 1;
}



/* Small devices */
@media (max-width: 768px) {
 .header-layout1 .menu-inner {
	background-color: var(--white-color);
	padding: 0 5px;
}
.hero-inner{
  margin: 0;
}
.hero-content {
    bottom: 0;
    left: 22px;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
 .vs-btn.outline1 {
    padding: 4px 10px;
    min-width: auto;
}
 .hero-subtitle {
    font-size: 13px;
    margin: 0;
}
  .hero-btns .outline3 {
    display: none;
  }
  .hero-title {
    font-size: 14px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .hero-slick .sub-subtitle {
    padding: 9px 10px;
    font-size: 12px;
  }
}

/*------------------- 8.14. Member  -------------------*/
.vs-member-layout2 a {
  color: inherit;
}
.vs-member-layout2 a:hover {
  color: var(--theme-color);
}
.vs-member-layout2 .member-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
  padding: 25px 25px;
}
.vs-member-layout2 .vs-member {
  position: relative;
  clip-path: polygon(10% 0%, 90% 0%, 100% 8%, 100% 92%, 90% 100%, 10% 100%, 0% 92%, 0% 8%);
  margin-bottom: 30px;
}

/* Small devices */
@media (max-width: 768px) {
  .vs-member-layout2 .member-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
