@import url('https://fonts.cdnfonts.com/css/antro-vectra');

:root {
  --main-color: #002364;
  --main-color-dark: #001947;
  --background-color: #d2212b;
  --border-color: #d1d1d1;
  --pale-blue-color: #424e5e;
}

/* Global */
* {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dubai Font */
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Light.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Antro Vectra";
  src: url("../fonts/antro_vectra/Antro_Vectra.otf") format("otf");
  src: url("../fonts/antro_vectra/Antro_Vectra_Bolder.otf") format("otf");
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: "Montserrat", serif;
  background: #fff;
}

.fas,
.fal,
.far,
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

input,
button {
  outline: none !important;
  border: none;
  background: none;
}

.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lines-1 {
  -webkit-line-clamp: 1;
}
.lines-2 {
  -webkit-line-clamp: 2;
}
.lines-3 {
  -webkit-line-clamp: 3;
}
.lines-4 {
  -webkit-line-clamp: 4;
}
.lines-5 {
  -webkit-line-clamp: 5;
}
.lines-6 {
  -webkit-line-clamp: 6;
}
.lines-7 {
  -webkit-line-clamp: 7;
}
.max-1-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button {
  cursor: pointer;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
}

ul {
  margin-bottom: 0;
}

.btn,
nav,
.button-default,
.swiper-pagination-bullet,
.ps-view-img,
.nlb-item-child .icon,
.btn-normal .icon,
.plc-img,
.category-card,
.icon-arrow-rotate,
.nav-dropdown-list {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.gradient-easing {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.00709) 10.47%,
    rgba(0, 0, 0, 0.02755) 19.56%,
    rgba(0, 0, 0, 0.06016) 27.58%,
    rgba(0, 0, 0, 0.1037) 34.81%,
    rgba(0, 0, 0, 0.15697) 41.57%,
    rgba(0, 0, 0, 0.21875) 48.13%,
    rgba(0, 0, 0, 0.28782) 54.79%,
    rgba(0, 0, 0, 0.36296) 61.85%,
    rgba(0, 0, 0, 0.44297) 69.61%,
    rgba(0, 0, 0, 0.52662) 78.36%,
    rgba(0, 0, 0, 0.6127) 88.39%,
    rgba(0, 0, 0, 0.7)
  );
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.width-fluid {
  width: 100%;
}
.height-fluid {
  height: 100%;
}
.white-color {
  color: #ffffff !important;
}
.black-color {
  color: #000000 !important;
}
.main-color {
  color: var(--main-color) !important; /* #ffe03d */
}
.main-color-dark {
  color: var(--main-color-dark) !important; /* #ffe03d */
}
.gray-color {
  color: #898989;
}
.form-group {
  border: 1px solid #898989;
  display: flex;
}
.form-control::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  overflow: visible;
}
.form-control {
  display: block;
  color: #000;
  font-size: 18px;
  background: none;
  font-weight: 400;
  padding: 10px 18px;
  height: auto;
  border-radius: 0;
  border: none;
  width: 100%;
  resize: none;
}
textarea.form-control {
  min-height: 100px;
}
select.form-control {
  width: auto !important;
}
.select-group-div {
  border-right: 1px solid #898989 !important;
  padding-right: 10px;
  padding-left: 10px;
}
.form-control:hover {
  outline: none;
}
.form-control:active {
  outline: none;
}
.form-control:focus {
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
}
input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-col-checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}
.fcc-title {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  display: inline-block;
  margin: 0 10px;
}
.form-col-checkbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #000;
}
.circle {
  border-radius: 100% !important;
}
.opacity-hover:hover {
  opacity: 0.7;
}
.opacity-hover:active {
  opacity: 0.4;
}
.title {
  font-weight: bold;
  font-size: 36px;
  color: var(--main-color);
  line-height: 1;
}
.bg-title {
  color: var(--main-color);
  font-weight: bold;
  line-height: 1;
  font-size: 50px;
}
.sm-title {
  color: var(--main-color);
  font-weight: 600;
  line-height: 1;
  font-size: 19px;
}
.text {
  color: #626262;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}
.logo-text {
  font-weight: 900;
  font-size: 31px;
  font-family: "Poppins", sans-serif;
}
.overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
}
small {
  color: #333;
  font-weight: 600;
}
.flex-center-vh {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-v {
  display: flex;
  align-items: center;
}
.flex-center-h {
  display: flex;
  justify-content: center;
}
.flex-between-vh {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-between-h {
  display: flex;
  justify-content: space-between;
}
.btn-primary {
    position: relative;
  background: none;
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary:after {
    content: "";
    background-image: url(../img/shape-submit.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    background-position: center;

}
.btn-primary:hover {
  background: none !important;
  color: #666 !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary:active {
  background: none !important;
  color: #666 !important;
  transform: scale(0.9);
  outline: none !important;
  box-shadow: none !important;
}

/* Structure */
.wrapper {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: top;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1;
    overflow: hidden;
}
.wrapper-container {
  display: flex;
  flex: 1;
}
.shape-block {
  background-image: url("../img/shape.png");
  background-size: cover;
  background-position: left;
  position: fixed;
  width: 300px;
  height: 300px;
  left: -150px;
  bottom: 100px;
  -webkit-animation: spin 50s linear infinite;
  -moz-animation: spin 50s linear infinite;
  animation: spin 50s linear infinite;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Structure */

/* Navbar */
.header {
  padding-block: 20px;
}
.nav-logo img {
  width: 200px;
}
.nav-social {
  display: flex;
  z-index: 100;
}
.nav-social-item img {
  width: 50px;
}
/* Navbar */

/* Content */
.typewriter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typewriter-title {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
}
.typewriter-title,
.typewriter-title span {
  font-weight: 700;
  font-size: 44px;
  color: #fff;
}
.typewriter-title span {
  /*font-family: "Ms Madi", serif;*/
    font-family: 'Antro Vectra', sans-serif;
    font-size: 42px;
    background: -webkit-linear-gradient(#05C0E4, #05C0E4, #BE529F, #F15A61);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.foot-link-arrow.swiper-button-disabled {*/
/*  display: none !important;*/
/*}*/
.transformation-block {
    width: 100% !important;
}
/*.transform-block {*/
/*    position: relative;*/
/*    -webkit-transition: all 0.35s ease-in-out;*/
/*    -moz-transition: all 0.35s ease-in-out;*/
/*    -o-transition: all 0.35s ease-in-out;*/
/*    -ms-transition: all 0.35s ease-in-out;*/
/*    transition: all 0.35s ease-in-out;*/
/*    display: none;*/
/*    height: 100%;*/

/*}*/
/*.transform-block.active {*/
/*    !*opacity: 1;*!*/
/*    !*z-index: 1000;*!*/
/*    !*visibility: visible;*!*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.contact-us {*/
/*    transform: translateY(100vh);*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    z-index: -1000*/
/*}*/
/*.contact-us.active {*/
/*    transform: translateY(0);*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    z-index: 1000*/
/*}*/
/*.typewriter {*/
/*    transform: translateY(-100vh);*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    z-index: -1000;*/
/*}*/
/*.typewriter.active {*/
/*    transform: translateY(0);*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    z-index: 1000;*/
/*}*/
footer {
    overflow: hidden;
}
.foot-link-arrow {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    transform: translateY(100vh) !important;
    display: block !important;
}
.foot-link-arrow.active {
    transform: translateY(0) !important;
}
/* Content */

/* Error */
label.error {
    display: none !important;
}
/* Error */

/* Contact */
.contact-us {
  width: 100%;
}
.contact-title {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}
.form-label {
  display: block;
  color: #fff;
    margin-bottom: 5px;
}
.form-group {
  border: none;
  display: block !important;
}
.form-group input {
  background: #000;
  border: 1px solid #fff;
  width: 100%;
  padding: 7px 17px;
  color: #fff;
}
/* Contact */

/* Footer */
.footer {
    padding-block: 5px;
    display: flex;
    align-items: center;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-link {
  color: #ddd !important;
  font-size: 15px;
}
.foot-link:hover,
.foot-link:active {
  color: #999 !important;
}
.arrow-bottom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-bottom-btn .icon {
  font-size: 30px;
}
/* Footer */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
    .header {
        padding-block: 10px;
    }
    .nav-logo img {
        width: 100px;
    }
    .nav-social-item img {
        width: 40px;
    }
    .contact-title br {
        content: ""
    }
    .contact-title {
        font-size: 16px;
    }
    .footer {
        padding-block: 15px;
    }
    .foot-link {
        font-size: 9px;
    }
    .arrow-bottom-btn .icon {
        font-size: 20px;
    }
    .contact-us-form {
        padding-top: 0.25rem !important;
    }
    .form-label {
        font-size: 13px;
        line-height: 1;
    }
    .btn-primary {
        font-size: 20px;
    }
    .form-group input {
        font-size: 13px;
    }
    .shape-block {
        width: 270px;
        height: 270px;
        left: -151px;
        bottom: 30px;
    }
    .nav-social {
        position: fixed;
        top: 5px;
        right: 5px;
        display: block !important;
    }
    a.nav-social-item {
        display: block;
    }
    .typewriter-title,
    .typewriter-title span {
        font-size: 30px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 768px) and (max-width: 1199.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
