@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap"); /*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
::-moz-selection {
  color: #fff;
  background: rgba(255, 0, 0, 0.6);
}
::selection {
  color: #fff;
  background: rgba(255, 0, 0, 0.6);
}

body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

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

section {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  color: #FF0000;
}
a:focus, a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  color: #fff;
}

p {
  margin: 0;
}

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

.scroll-top {
  width: 35px;
  height: 35px;
  background-color: #FF0000;
  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;
  font-size: 18px;
  color: #fff;
  border-radius: 7px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.scroll-top img {
  height: 18px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  fill: #FFFFFF;
}
.scroll-top:focus, .scroll-top:hover {
  color: #fff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #000000;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #FF0000;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# btn-main
--------------------------------------------------------------*/
.btn-main {
  display: inline-block;
  border: 0;
  outline: none;
  background-color: #FF0000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 12px 44px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-main:hover {
  background-color: #cc0000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-main {
    padding: 10px 30px;
  }
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 0.4px solid rgba(255, 255, 255, 0.213);
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 482px) {
  .navbar {
    padding: 10px 0;
  }
}
.navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.navbar .navbar-brand img {
  height: 26px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    height: 24px;
  }
}
@media only screen and (max-width: 482px) {
  .navbar .navbar-brand img {
    height: 24px;
  }
}
.navbar .navbar-nav {
  /** Large devices (desktops, 992px and up) **/
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 44px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 16px;
  }
}
.navbar .navbar-nav .nav-item a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item a {
    color: #fff;
  }
}
.navbar .navbar-nav .nav-item a:hover, .navbar .navbar-nav .nav-item a.active {
  color: #FF0000;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item a {
    display: inline-block;
    margin: 4px 0px;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000000;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 12px 20px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000000;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(43, 56, 109, 0.1);
            box-shadow: 0 15px 20px 0 rgba(43, 56, 109, 0.1);
  }
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(38, 4, 6, 0.763);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 991px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 482px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}
.sticky .navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.sticky .navbar .navbar-brand img {
  height: 26px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sticky .navbar .navbar-brand img {
    height: 24px;
  }
}
@media only screen and (max-width: 482px) {
  .sticky .navbar .navbar-brand img {
    height: 24px;
  }
}

/*--------------------------------------------------------------
	## hero-area
--------------------------------------------------------------*/
.hero-area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 3, 51, 0.3)), to(rgba(12, 3, 51, 0.3)));
  background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3));
}

.back-video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}
.hero-text {
  position: relative;
  text-align: center;
}
.hero-text h1 {
  font-size: 100px;
  margin-bottom: 13px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1399px) {
  .hero-text h1 {
    font-size: 86px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-text h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-text h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-text h1 {
    font-size: 40px;
  }
}
.hero-text h1:hover {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}
.hero-text p {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .hero-text p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-text p {
    font-size: 17px;
  }
}
.hero-text .btn-hero {
  display: inline-block;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  padding: 12px 30px;
  border-radius: 50px;
  margin-top: 30px;
  min-width: 220px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hero-text .btn-hero:hover {
  background-color: #FFFFFF;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .hero-text .btn-hero {
    padding: 10px 25px;
    font-size: 17px;
  }
}

/*--------------------------------------------------------------
	## offer
--------------------------------------------------------------*/
.sec-t {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-t {
    margin-bottom: 30px;
  }
}
.sec-t h2 {
  font-size: 54px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .sec-t h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-t h2 {
    font-size: 45px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-t h2 {
    font-size: 37px;
  }
}
.sec-t p {
  color: #000000;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-t p {
    font-size: 16px;
  }
}

.offer {
  padding: 80px 0px;
}
@media only screen and (max-width: 1199px) {
  .offer {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .offer {
    padding: 40px 0px;
  }
}

.o-single {
  background-color: #FFFFFF;
  padding: 25px 30px 36px 30px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  height: 100%;
  color: #000000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 1199px) {
  .o-single {
    padding: 20px 25px 30px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .o-single {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .o-single {
    max-width: 320px;
  }
}
.o-single .icon-offer {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1399px) {
  .o-single .icon-offer {
    height: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .o-single .icon-offer {
    height: 80px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .o-single .icon-offer {
    height: 70px;
  }
}
.o-single h5 {
  color: #000000;
  font-size: 30px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .o-single h5 {
    font-size: 26px;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .o-single h5 {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.o-single p {
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .o-single p {
    font-size: 18px;
  }
}
.o-single:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
	## contact
--------------------------------------------------------------*/
.contact {
  background-color: #303A45;
  padding: 80px 0px;
}
@media only screen and (max-width: 1199px) {
  .contact {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 40px 0px;
  }
}

.m-single {
  background-color: #1d232a;
  padding: 25px 30px 36px 30px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  height: 100%;
  color: #000000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 1199px) {
  .m-single {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .m-single {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .m-single {
    max-width: 320px;
  }
}
.m-single .m-logo {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .m-single .m-logo {
    height: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .m-single .m-logo {
    height: 60px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .m-single .m-logo {
    height: 55px;
  }
}
.m-single p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.3;
}
.m-single p a {
  text-decoration: none;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .m-single p {
    font-size: 18px;
  }
}
.m-single:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
  ## main-footer
--------------------------------------------------------------*/
.main-footer {
  background-color: #000000;
  padding: 35px 0px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main-footer {
    padding: 20px 0x;
  }
}
.main-footer .footer-logo {
  height: 40px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-logo {
    height: 30px;
    margin-bottom: 14px;
  }
}
.main-footer p {
  font-size: 18px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .main-footer p {
    font-size: 16px;
  }
}
