/*---------------------------------------------"
Template Name: RYU
Template URL: https://techpedia.co.uk/template/ryu
Description: RYU - IT Solutions & Digial Agencies
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@font-face {
  font-family: "Givonic";
  src: url("fonts/givonic/Givonic-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Givonic-bold";
  src: url("fonts/givonic/Givonic-Bold.otf") format("opentype");
}
/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #bf0a30;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.form-group {
  position: relative;
}
.form-group:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #bababa;
  left: 0;
  bottom: -3px;
  transform: rotate(45deg);
}

.input-group {
  position: relative;
}
.input-group:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #bababa;
  left: 0;
  bottom: -3px;
  transform: rotate(45deg);
}

.form-control {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #bababa;
  padding: 10px 10px 10px 30px;
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
  color: #bababa;
}
.form-control:focus {
  outline: 0;
  background: transparent;
  box-shadow: none;
  border-color: #bababa;
}

.input-group button {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 1px solid #bababa;
}

.dark .form-control {
  background-color: #1a1a1a !important;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

.alert-message {
  display: none;
}

.pagination-cus {
  display: inline-flex;
}
.pagination-cus li {
  margin-right: 10px;
}
.pagination-cus li i {
  font-size: 60px;
  color: #262626;
}
.pagination-cus li a {
  display: block;
}
.pagination-cus li .link {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  color: #262626;
}
.pagination-cus li .link.active {
  color: #bf0a30;
}
.pagination-cus li .link:hover {
  color: #bf0a30;
}

.dark .pagination-cus li i {
  color: #d5d5d5;
}
.dark .pagination-cus li .link {
  color: #d5d5d5;
}
.dark .pagination-cus li .link.active {
  color: #bf0a30;
}
.dark .pagination-cus li .link:hover {
  color: #bf0a30;
}

.points li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.points li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #bf0a30;
  transform: rotate(45deg);
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Givonic";
  color: #bababa;
  background: #f7fffc;
  font-weight: 400;
  background-color: #f7fffc;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.dark {
  background: #262626;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 750;
  color: #262626;
}

p {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: linear-gradient(335.9deg, #38000c -45.32%, #d11b41 61.98%, #2b0009 162.78%);
}

span {
  display: inline-block;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.03em;
}

b,
strong {
  font-family: "Givonic-bold";
}

/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.sec-pt {
  padding-top: 235px;
}

.pt-62 {
  padding-top: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-62 {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-62 {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .pt-62 {
    padding-top: 32px;
  }
}
@media (max-width: 490px) {
  .pt-62 {
    padding-top: 22px;
  }
}

.pb-62 {
  padding-bottom: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-62 {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 32px;
  }
}
@media (max-width: 490px) {
  .pb-62 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-62 {
    padding: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}
@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-34 {
  padding: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-34 {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-34 {
    padding: 18px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #bf0a30;
}

.bg-white {
  background-color: #f7fffc !important;
}

.bg-primary {
  background-color: #bf0a30 !important;
}

.color-dark {
  color: #1a1a1a;
}

.bg-dark {
  background-color: #1a1a1a;
}

.color-dark-2 {
  color: #262626;
}

.bg-dark-2 {
  background-color: #262626;
}

.color-white {
  color: #f7fffc;
}

.color-gray {
  color: #d5d5d5;
}

.bg-gray {
  background-color: #d5d5d5;
}

.color-gray-2 {
  color: #bababa;
}

.bg-gray-2 {
  background-color: #bababa;
}

.color-gray-3 {
  color: #8c8c8c;
}

.bg-gray-3 {
  background-color: #8c8c8c;
}

.dark .bg-dark-2 {
  background-color: #1a1a1a;
}
.dark .bg-white {
  background-color: #262626 !important;
}
.dark .color-dark {
  color: #f7fffc;
}
.dark .color-dark-2 {
  color: #bababa;
}
.dark .color-white {
  color: #bababa;
}
.dark .color-gray-3 {
  color: #bababa;
}

.fs-155 {
  font-size: 155px;
}
@media (max-width: 1200px) {
  .fs-155 {
    font-size: 140px;
  }
}
@media (max-width: 900px) {
  .fs-155 {
    font-size: 125px;
  }
}
@media (max-width: 490px) {
  .fs-155 {
    font-size: 100px;
  }
}
@media (max-width: 350px) {
  .fs-155 {
    font-size: 60px;
  }
}

.fs-119 {
  font-size: 119px;
}
@media (max-width: 1200px) {
  .fs-119 {
    font-size: 100px;
  }
}
@media (max-width: 900px) {
  .fs-119 {
    font-size: 85px;
  }
}
@media (max-width: 490px) {
  .fs-119 {
    font-size: 70px;
  }
}

.fs-91 {
  font-size: 91px;
}
@media (max-width: 1200px) {
  .fs-91 {
    font-size: 80px;
  }
}
@media (max-width: 900px) {
  .fs-91 {
    font-size: 60px;
  }
}
@media (max-width: 490px) {
  .fs-91 {
    font-size: 50px;
  }
}

.fs-69 {
  font-size: 69px;
}
@media (max-width: 1200px) {
  .fs-69 {
    font-size: 59px;
  }
}
@media (max-width: 900px) {
  .fs-69 {
    font-size: 49px;
  }
}

.fs-53 {
  font-size: 53px;
}
@media (max-width: 1200px) {
  .fs-53 {
    font-size: 45px;
  }
}
@media (max-width: 490px) {
  .fs-53 {
    font-size: 35px;
  }
}

.fs-40 {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .fs-40 {
    font-size: 35px;
  }
}
@media (max-width: 490px) {
  .fs-40 {
    font-size: 25px;
  }
}

.fs-31 {
  font-size: 31px;
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .fs-24 {
    font-size: 22px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 490px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-14 {
  font-size: 14px;
}
@media (max-width: 490px) {
  .fs-14 {
    font-size: 16px;
  }
}

.fw-4 {
  font-weight: 400;
}

.fw-7 {
  font-weight: 750;
  font-family: "Givonic-bold";
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-2 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.hover-animation {
  transition: all 0.5s ease-in-out;
}
.hover-animation:hover {
  transform: translateY(-10px);
}

.section-shadow {
  box-shadow: -75px -161px 50px rgba(0, 0, 0, 0.01), -48px -103px 45px rgba(0, 0, 0, 0.01), -13.5px -29px 38px rgba(0, 0, 0, 0.01), -6px -13px 28px rgba(0, 0, 0, 0.02), -2px -3px 16px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
}

.soft-shadow {
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.strong-shadow {
  box-shadow: 67px 116px 54px rgba(0, 0, 0, 0.03), 38px 66px 45px rgba(0, 0, 0, 0.1), 17px 29px 34px rgba(0, 0, 0, 0.17), 4px 7px 18px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.header-shadow {
  box-shadow: 77px 0px 22px rgba(0, 0, 0, 0.01), 49px 0px 20px rgba(0, 0, 0, 0.04), 28px 0px 17px rgba(0, 0, 0, 0.15), 12px 0px 12px rgba(0, 0, 0, 0.26), 3px 0px 7px rgba(0, 0, 0, 0.29), 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.text-shadow {
  text-shadow: 77px 0px 22px rgba(0, 0, 0, 0.01), 49px 0px 20px rgba(0, 0, 0, 0.04), 28px 0px 17px rgba(0, 0, 0, 0.15), 12px 0px 12px rgba(0, 0, 0, 0.26), 3px 0px 7px rgba(0, 0, 0, 0.29), 0px 0px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 900px) {
  .mt-30-m {
    margin-top: 30px;
  }
}

@media (max-width: 490px) {
  .mt-30-sm {
    margin-top: 30px;
  }
}

.br-25 {
  border-radius: 25px;
}

.br-15 {
  border-radius: 15px;
}

/*-------------------------
  Buttons
-------------------------*/
.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: #bf0a30;
  color: #f7fffc;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
  padding: 20px 30px 20px 50px;
  border: 0;
  transition: all 0.5s ease-in-out;
  font-weight: 750;
  font-size: 24px;
  line-height: 120%;
  color: #f7fffc;
  border-radius: 15px;
  position: relative;
  outline: none;
}
.cus-btn.btn-lg {
  font-size: 43px;
  padding: 30px 40px;
}
.cus-btn.btn-lg::before {
  width: 20px;
}
@media (max-width: 490px) {
  .cus-btn.btn-lg {
    font-size: 33px;
    padding: 20px 30px;
  }
}
.cus-btn::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 13%;
  width: 10px;
  height: 10px;
  transform: rotate(30deg);
  z-index: -1;
}
.cus-btn::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 17%;
  width: 0px;
  height: 2px;
  z-index: -1;
  transition: all 0.5s;
}
.cus-btn.dark {
  background: linear-gradient(282.51deg, rgba(28, 30, 29, 0.5) -4.31%, rgba(28, 30, 29, 0) 126.79%);
  color: #f7fffc;
  backdrop-filter: blur(2.5px);
}
.cus-btn.dark::before {
  background-color: #f7fffc;
}
.cus-btn.dark::after {
  background-color: #f7fffc;
}
.cus-btn.light {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  color: #262626;
  backdrop-filter: blur(2.5px);
}
.cus-btn.light::before {
  background-color: #262626;
}
.cus-btn.light::after {
  background-color: #262626;
}
.cus-btn:hover::after {
  width: 50px;
}
.cus-btn:hover {
  padding-left: 100px;
}

.dark .cus-btn.light {
  color: #d5d5d5;
}
.dark .cus-btn.light::before {
  background-color: #d5d5d5;
}
.dark .cus-btn.light::after {
  background-color: #d5d5d5;
}

/*-------------------------
  Headings
-------------------------*/
.heading-1 {
  width: 100%;
  height: 147px;
  padding-top: 72px;
}
@media (max-width: 490px) {
  .heading-1 {
    height: 77px;
    padding-top: 42px;
  }
}
.heading-1.right {
  background: url("../media/bg-image/title-bg-right.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.heading-1.right h1 {
  float: right;
  width: 50%;
}
.heading-1.left {
  background: url("../media/bg-image/title-bg-left.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.heading-1.left h1 {
  text-align: center;
  width: 60%;
}
@media (max-width: 990px) {
  .heading-1 h1 {
    font-size: 50px;
  }
}
@media (max-width: 490px) {
  .heading-1 h1 {
    font-size: 30px;
  }
}

.dark .heading-1.right {
  background: url("../media/bg-image/title-bg-right-dark.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dark .heading-1.left {
  background: url("../media/bg-image/title-bg-left-dark.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*-------------------------
  Layout Styles
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #f7fffc;
  z-index: 99;
  padding-top: 20%;
}
#preloader .loader {
  font-size: 140px;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #bf0a30;
  letter-spacing: 2px;
  position: relative;
  box-sizing: border-box;
}
#preloader .loader::after {
  content: "RYU";
  position: absolute;
  left: 0;
  top: 0;
  color: #263238;
  text-shadow: 0 0 2px #FFF, 0 0 1px #FFF, 0 0 1px #FFF;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  animation: animloader 6s linear infinite;
}

@keyframes animloader {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.color-mode {
  position: fixed;
  top: 30%;
  width: 100px;
  text-align: center;
  z-index: 100;
  padding: 20px 5px;
}
.color-mode .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.color-mode .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.color-mode .switch input:checked + .slider {
  background-color: #bf0a30;
}
.color-mode .switch input:focus + .slider {
  box-shadow: 0 0 1px #bf0a30;
}
.color-mode .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.color-mode .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.color-mode .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.modal-dialog {
  max-width: 80%;
}
.modal-dialog .modal-content {
  height: 100%;
  border-radius: 25px;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.modal-dialog .modal-content iframe {
  width: 100%;
  min-height: 500px;
  border: 0;
}
@media (max-width: 900px) {
  .modal-dialog {
    max-width: 90%;
  }
}
@media (max-width: 490px) {
  .modal-dialog {
    max-width: 100%;
  }
}

.footer-1 {
  background: url("../media/bg-upper.png");
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 90px;
}
.footer-1 .contact li {
  margin-bottom: 20px;
  font-size: 18px;
  color: #8c8c8c;
}
.footer-1 .contact li i {
  width: 60px;
  box-shadow: 41px 71px 33px rgba(0, 0, 0, 0.01), 23px 40px 28px rgba(0, 0, 0, 0.05), 10px 18px 20px rgba(0, 0, 0, 0.09), 3px 4px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
  color: #bababa;
  font-size: 24px;
  border-radius: 15px;
  text-align: center;
  margin-right: 20px;
}
.footer-1 .social-links {
  margin-top: 50%;
}
@media (max-width: 990px) {
  .footer-1 .social-links {
    margin-top: 10%;
  }
}
.footer-1 .newsletter-link {
  margin-top: 30%;
  text-align: right;
}
@media (max-width: 990px) {
  .footer-1 .newsletter-link {
    margin-top: 10%;
    text-align: center;
  }
}

.dark .footer-1 {
  background: url("../media/bg-upper-dark.png");
  background-repeat: no-repeat;
  background-position: top;
}

.s-dark {
  display: none;
}

.dark .s-light {
  display: none;
}
.dark .s-dark {
  display: inline-block;
}

.logo {
  width: 20%;
}

.banner h2 {
  display: flex;
  font-size: 69px;
}
@media (max-width: 1199px) {
  .banner h2 {
    flex-flow: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .banner h2 b {
    margin: 0;
    margin-inline-start: 0;
  }
}

.pages {
  background: url("../media/bg-upper.png");
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}
.pages h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 200px;
  -webkit-text-stroke: 0.1px #d5d5d5;
  -webkit-text-fill-color: transparent;
  font-weight: 750;
  font-family: "Givonic-bold";
  position: relative;
  opacity: 0.4;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .pages h1 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .pages h1 {
    display: none;
  }
}
.pages h2 {
  text-align: center;
  font-size: 119px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .pages h2 {
    font-size: 100px;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .pages h2 {
    margin-top: 50px;
  }
}
@media (max-width: 492px) {
  .pages h2 {
    font-size: 70px;
  }
}
.pages .pages-row {
  display: flex;
}
@media (max-width: 1199px) {
  .pages .pages-row {
    display: block;
  }
}
.pages .pages-row a {
  width: 21.5%;
  margin-right: -30px;
}
@media (max-width: 1199px) {
  .pages .pages-row a {
    width: 50%;
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .pages .pages-row a {
    width: 100%;
  }
}
.pages .pages-row a:hover {
  transform: translateY(-5px) translateX(10px);
  position: relative;
  z-index: 50;
  transition: all 1s ease;
}
.pages .pages-row a img {
  position: relative;
}
.pages .pages-row a img.z-15 {
  position: relative;
  z-index: 15;
}
.pages .pages-row a img.z-14 {
  position: relative;
  z-index: 14;
}
.pages .pages-row a img.z-13 {
  position: relative;
  z-index: 13;
}
.pages .pages-row a img.z-12 {
  position: relative;
  z-index: 12;
}
.pages .pages-row a img.z-11 {
  position: relative;
  z-index: 11;
}
.pages .pages-row a img.z-10 {
  position: relative;
  z-index: 10;
}
.pages .pages-row a img.z-9 {
  position: relative;
  z-index: 9;
}
.pages .pages-row a img.z-8 {
  position: relative;
  z-index: 8;
}
.pages .pages-row a img.z-7 {
  position: relative;
  z-index: 7;
}
.pages .pages-row a img.z-6 {
  position: relative;
  z-index: 6;
}
.pages .pages-row.second {
  margin-top: -15px;
}
.pages .special {
  background: url("../media/inner/bg-special.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.pages .box {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .pages .box {
    margin-bottom: 48px;
  }
}

.space-mar {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .space-mar {
    margin: 0;
  }
}

.dark .pages {
  background: url("../media/bg-upper-dark.png");
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}
.dark .pages h1 {
  -webkit-text-stroke: 0.1px #3a3a3a;
  -webkit-text-fill-color: transparent;
}

/*# sourceMappingURL=app.css.map */
