@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;300;400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

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

a {
  text-decoration: none;
  outline: 0;
}

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

:focus {
  outline: none;
}

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

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.section {
  padding: 12rem 0;
}

.section-top {
  padding: 12rem 0 0;
}

.section-bottom {
  padding: 0 0 12rem 0;
}

.btn.focus, .btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #66ccff;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
  color: #66ccff;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #66ccff;
  text-shadow: none;
}

::selection {
  background: #66ccff;
  text-shadow: none;
  color: #ffffff;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #282828;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  padding: 7px 10px;
  background-color: #000000;
  width: 100%;
  z-index: 99;
  max-width: 1920px;
  margin: 0 auto;
}
.header .header-content {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header .header-content {
    flex-wrap: wrap;
  }
}
.header .logo {
  order: 1;
}
.header .logo a {
  color: #ffffff;
  transition: all 0.9s;
  font-size: 14px;
}
.header .logo a:hover {
  color: #66ccff;
}
.header .list {
  order: 1;
}
.header .list ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header .list ul li {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
/* Remove the underline and change the link color */
.header .list ul li a {
  text-decoration: none; /* Remove the default underline */
  color: #999; /* Change the default link color */
  transition: all 0.9s;
  }
/* Style the link on hover and active states */
.header .list ul li a:hover {
  color: #66ccff; /* Change link color on hover */
}

.header .list ul li a:active {
  color: #66ccff; /* Change link color on active (click) */
}
.header .list ul li::after {
  color: #999;
  content: "|";
  display: inline-block;
  padding: 0 5px;
}
.header .list ul li:last-child::after {
  display: none;
}
@media (max-width: 991.98px) {
  .header .list ul li:first-child::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .list ul li {
    display: none;
  }
  .header .list ul li:first-child {
    display: block;
  }
}
.header .link {
  order: 1;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .header .link {
    order: 9;
  }
}
.header .link ul {
  display: flex;
}
.header .link ul li {
  margin-left: 4px;
}
@media (max-width: 991.98px) {
  .header .link ul li::before {
    display: none;
  }
}
.header .link ul li a {
  color: #999;
  transition: all 0.9s;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header .link ul li a span {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .header .link ul li a span {
    display: none;
  }
}
.header .link ul li a .img {
  width: 20px;
  position: relative; bottom: 2px;
  height: 15px;
}
.header .link ul li a .img img {
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  right: 0;
  transition: all 0.9s;
}
.header .link ul li a .img img:first-child {
  z-index: 2;
}
.header .link ul li a .img img:last-child {
  z-index: 1;
}
.header .link ul li a span {
  transition: all 0.9s;
}
.header .link ul li a.active span, .header .link ul li a:hover span {
  color: #66ccff;
}
.header .link ul li a.active img:first-child, .header .link ul li a:hover img:first-child {
  opacity: 0;
}
.header .mobile {
  display: none;
  order: 2;
  height: 100%;
  padding-left: 10px;
}
@media (max-width: 991.98px) {
  .header .mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
  }
}
.header .mobile i {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.header .mobile span {
  display: inline-block;
  color: #ffffff;
  padding-right: 10px;
  color: #66ccff;
}
.header .mobile span i {
  color: #66ccff;
  font-size: 13px;
  cursor: default;
}

.main .gallery-slide .gallery-set {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.main .gallery-slide .gallery-set .img {
  width: 50%;
  height: 50%;
  cursor: pointer;
}
.main .gallery-slide .gallery-set .img img {
  width: 100%;
}
.main .maxgallery-slide .maxgallery-set {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.main .maxgallery-slide .maxgallery-set .img {
  width: 25%;
  height: 25%;
  cursor: pointer;
}
.main .maxgallery-slide .maxgallery-set .img img {
  width: 100%;
}
.main .single-slide .img {
  width: 100%;
  position: relative;
}
.main .single-slide .img img {
  width: 100%;
}
.main .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  z-index: 9;
  opacity: 0;
  background: linear-gradient(to right, rgba(102, 204, 255, 0.35), rgba(102, 204, 255, 0.1));
  border: 0;
  font-size: 0;
  transition: all 0.9s;
}
@media (max-width: 991.98px) {
  .main .slick-arrow {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .main .slick-arrow {
    width: 60px;
  }
}
.main .slick-arrow:hover {
  opacity: 1;
}
.main .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}