:root {
  --theme-bg-color: #9304e5;
}
* {
  text-decoration: none !important;
}

body {
  font-family: "Poppins" !important;
  background-color: black !important;
}

.footer-socials i.fa-brands {
  width: 16px;
  color: white;
  padding: 12px 20px;
  display: flex;
  border: 1px solid white;
  border-radius: 25px;
  justify-content: center;
  transition: all 0.3s linear;
}

.footer-socials i.fa-brands:hover {
  color: #9304e5;
  border-color: #9304e5;
  transform: scale(1.2);
}

header#main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-radius: 50px;
  margin-top: 50px;
  background-color: #151515;
  margin-bottom: -115px;
  z-index: 99;
  position: relative;
}
.header-left {
  width: 17%;
}
.logo img {
  width: 200px;
  display: block;
}
.header-right {
  width: 73%;
  display: flex;
  justify-content: space-between;
}


.mobile-container{
  display: none;
}

ul.navigaiton {
  display: flex;
  align-items: center;
  gap: 65px;
  margin: 0;
}

ul.navigaiton li {
  list-style: none;
}

ul.navigaiton li a {
  cursor: pointer;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
  display: inline-block;
}
ul.navigaiton li a:hover {
  color: #9304e5;
  transform: scale(1.1);
}

.right_side a {
  color: #ffffff;
  border: 1px solid #9304e5;
  background-color: #9304e5;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 25px;
  transition: 0.5s !important;
}

.right_side a:hover {
  background-color: var(--theme-bg-color);
  color: #fff;
}

.heroswiper {
  height: 100% !important;
}

.heroswiper .swiper-pagination-bullets {
  left: 80px !important;
  height: 100%;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.heroswiper .swiper-pagination-bullet {
  background-color: white !important;
  width: 15px;
  height: 15px;
}

.heroswiper .swiper-pagination-bullet-active {
  background-color: #9304e5 !important;
}

.herosec {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.banner-content h1 {
  color: #ffffff8c;
  font-family: "urbanist";
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 160px;
  text-align: center;
  line-height: 135px;
  padding-bottom: 60px;
}

.banner-content a {
  color: #ffffff;
  border: 1px solid #9304e5;
  background-color: #9304e5;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 25px;
  transition: 0.5s !important;
}
.banner-content a:hover {
  color: white;
}
.future {
  padding-bottom: 150px;
}

.main-future {
  /* background-image: url(../img/bodybg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  overflow: hidden;
  height: auto;
}

.star-cont img {
  width: 900px;
  margin-bottom: -170px;
  margin-top: -190px;
  padding-left: 200px;
  box-sizing: border-box;
  animation: startop 40s linear infinite;
}

@keyframes startop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.future-content h1 {
  color: white;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 55px;
  position: relative;
}

.future-content h1 span {
  color: #32a3ff;
}

.future-content h1::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  background-color: #979797;
  bottom: -20px;
}
section.main-future .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-passion {
  display: flex;
  align-items: flex-end;
}

.f-btn-section a span {
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  border-bottom: 1px solid white;
}
.f-btn-section .fa-angle-right {
  border: 1px solid white;
  padding: 19px 23px;
  border-radius: 30px;
  margin-left: 20px;
  color: #32a3ff;
}

.passion-main h3 {
  color: white;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 25px;
  width: 270px;
  position: relative;
}
.passion-main h3::before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  background-color: white;
  bottom: -20px;
}
.passion-main img {
  width: 350px;
  padding-top: 50px;
}

.passion-content p {
  color: white;
  font-family: "Poppins";
  font-size: 18px;
  padding-bottom: 30px;
}

.passion-btn-section a span {
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  border-bottom: 1px solid white;
  transition: all 0.3s linear;
}
.future-btn,
.fa-angle-right {
  transition: all 0.3s linear;
}
.future-btn:hover span,
.passion-btn:hover span {
  color: #9304e5 !important;
  border-color: #9304e5 !important;
}

.passion-btn-section .fa-angle-right {
  border: 1px solid white;
  padding: 19px 23px;
  border-radius: 30px;
  margin-left: 20px;
  color: #32a3ff;
  transition: all 0.3s linear;
}

.future-btn:hover .fa-angle-right,
.passion-btn:hover .fa-angle-right {
  border-color: #9304e5;
  transform: translateX(10px);
}

.star-cont2 {
  text-align: right;
  position: relative;
  height: 350px;
}
.star-cont2 img {
  width: 630px;
  position: absolute;
  right: 160px;
  top: -170px;
  animation: starbottom 40s linear infinite;
}

@keyframes starbottom {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.video-section {
  /* background-image: url(../img/base-bg-img.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
  display: grid;
  place-content: center;
  position: relative;
}

.video-section a {
  color: white;
  background-color: black;
  padding: 28px 23px;
  border-radius: 50px;
  box-shadow: 0px 0px 20px #32a3ff;
  border: 1px solid #32a3ff;
  font-family: urbanist;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.video-section a:hover {
  transform: scale(1.1);
  color: white;
}

.safehouse {
  /* background-image: url(../img/bodybg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 90px;
}

.swiper {
  width: 100%;
  height: 600px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scontent {
  text-align: left;
  align-content: center;
  height: 100%;
}

.scontent h4 {
  color: white;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.scontent h4::before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50px;
  background: white;
}

.scontent ul li {
  color: white;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}

.scontent p {
  color: white;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 16px;
  margin-top: 50px;
}

.mySwiper1 .swiper-pagination-vertical::before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  left: 2px;
  background: white;
  z-index: -1;
}

.mySwiper1 span.swiper-pagination-bullet-active {
  background: #32a3ff !important;
}

.mySwiper1 span.swiper-pagination-bullet {
  height: 100px !important;
  width: 5px !important;
  border-radius: 0 !important;
  background: transparent;
  margin: 0 !important;
}

.swiper-vertical > .swiper-pagination-bullets {
  left: 0 !important;
}
.simg {
  padding-left: 100px;
  padding-right: 250px;
}

.newsletter {
  padding-top: 200px;
  padding-bottom: 100px;
}

.newsletter-content h4 {
  color: white;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  width: 270px;
}
.newsletter-content h4::before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  top: 80px;
  background: white;
}

.newsletter-form form {
  border: 1px solid white;
  width: 70%;
  padding: 30px;
  border-radius: 15px;
  background-color: #10101075;
}

.form-fields input {
  width: 72%;
  background-color: transparent;
  border-bottom: 1px solid white !important;
  color: white;
  border: none;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  transition: all 0.3s linear;
}
.form-fields input::placeholder {
  color: white;
}

.form-fields input:focus-within {
  outline: none;
  border-color: #9304e5 !important;
}

.form-fields button {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 25px;
  padding: 7px 20px;
  margin-left: 15px;
  color: white;
  font-family: "Poppins";
  text-transform: uppercase;
  text-decoration: underline !important;
  transition: all 0.3s linear;
}
.form-fields button:hover {
  border-color: #9304e5;
}

.newsletter-form form p {
  color: #ffffff9c;
  font-family: "Poppins";
  font-size: 12px;
  padding-top: 10px;
  font-weight: 400;
  margin: 0;
}

/* .mySwiper2 {
  height: 300px;
} */

.pleft {
  text-align: right;
  padding-right: 50px;
}

.pleft a,
.pright a {
  cursor: pointer;
  color: white;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 30px;
  transition: all 0.3s linear;
}
.pleft a:hover,
.pright a:hover {
  color: #9304e5;
}

.pright {
  text-align: left;
  padding-left: 50px;
}

.swiper-button-prev:after {
  content: "prev";
  font-size: 20px !important;
}

.swiper-button-next:after {
  font-size: 20px !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: white !important;
  border: 1px solid white;
  border-radius: 50%;
  padding: 30px;
  width: 13px !important;
  height: 20px !important;
  transition: all 0.3s linear;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  border-color: #9304e5;
  color: #9304e5 !important;
}

.newsletter-form form p span {
  color: white;
}

.projects-wrapper {
  background-color: #00000036;
}

section.footer {
  background-color: #0f0f0f;
}

.footer-main-wrapper {
  padding-top: 120px;
}
.footer-main {
  padding-bottom: 80px;
}

.footer-logo h6 {
  color: white;
  font-family: "oswald";
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 20px;
}

.footer-logo p {
  margin: 0;
  color: white;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 300;
}

.footer-socials ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer-socials img {
  width: 16px;
}

.footer-socials a {
  display: flex;
}

.footer-contacts ul {
  list-style-type: none;
}

.footer-contacts ul li a {
  color: white;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 300;
  transition: all 0.3s linear;
  display: inline-block;
}

.footer-contacts ul li a:hover {
  color: #9304e5;
  transform: translateX(-10px);
}

.footer-contacts ul li {
  text-align: end;
}

.footer-contacts .mail {
  padding-top: 10px;
}

.footer-copyright {
  padding: 20px 0px;
  border-top: 1px solid #d6d7d938;
}

.copyright {
  height: 100%;
  align-items: center;
  display: flex;
}

.copyright p {
  color: white;
  opacity: 0.7;
  font-family: poppins;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
}
.copyright-links {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.copyright-links p {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  margin: 0;
}
.copyright-links a {
  color: #888888;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  transition: all 0.2s linear;
}
.copyright-links a:hover {
  color: #9304e5;
}

/* Contact page CSS */

.contact-form-sec {
  padding: 200px 0 100px 0;
}

.contact-form-sec form {
  color: white;
  padding: 100px;
  border: 1px solid white;
  border-radius: 35px;
}

.first-name {
  display: flex;
  padding-bottom: 70px;
}

.first {
  width: 50%;
}

.last {
  width: 50%;
}

.birth-address {
  display: flex;
  justify-content: space-between;
}
.birth {
  width: 50%;
}

.address {
  width: 50%;
  padding-bottom: 70px;
}

form label {
  /* width: 30%; */
}

input {
  background-color: transparent;
  border-bottom: 1px solid #838383 !important;
  border: none;
  width: 60%;
  color-scheme: dark;
  padding-bottom: 5px;
}

input:focus-visible {
  outline: none;
}

input::placeholder {
  color: #ffffff;
}

.phone label {
  width: 15%;
}

.phone input#phone {
  width: 80%;
}

.phone {
  padding-bottom: 40px;
}

input#consent {
  width: auto;
}

.acceptance label {
  width: 100%;
}

.acceptance {
  padding-bottom: 50px;
}

button.form-btn {
  background-color: #9304e5;
  color: white;
  padding: 10px 50px;
  border: none;
  border-radius: 25px;
}






/* Laptop CSS */

@media(max-width:1366px){
  header#main_header {
    padding: 15px 15px;
  }
  .logo img {
    width: 150px;
}
ul.navigaiton {
    gap: 45px;
}
ul.navigaiton li a {
    font-size: 15px;
  }
  .right_side a {
    font-size: 15px;
  }
  .video-section{
    height: 100vh;
  }
  .form-fields input {
  width: 67%;
}
}

/* Mobile CSS */
@media(max-width:667px){
  header#main_header {
        padding: 0;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .logo img {
        width: 120px;
    }
  .header-left{
    display: none;
  }
  nav .navigaiton{
    display: none;
  }
  .header-right {
    width: 100%;
}
  .right_side{
    display: none;
  }
  /* Mobile navigation */
.mobile-container {
  width: 100%;
  margin: auto;
  color: white;
  border-radius: 10px;
  position: relative;
  display: block;
}

.topnav {
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-color: #151515;
  border-radius: 10px;
}
div#myLinks {
        padding: 10px 0px;
    }

.topnav #myLinks {
  display: none;
}

.topnav a {
        color: white;
        padding: 8px 16px;
        text-decoration: none;
        font-size: 15px;
        display: block;
    }

    .topnav a.icon {
        height: 41px;
        align-content: center;
        display: block;
        border-radius: 10px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a:hover {
        color: #ffffff;
    }

.active {
  background-color: #9304e5;
  color: white;
}

.heroswiper .swiper-pagination-bullets {
    left: 20px !important;
}
.heroswiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.heroswiper .swiper-pagination-bullets {
    gap: 15px;
}

.star-cont img {
    width: 241px;
    margin-bottom: -70px;
    margin-top: -45px;
    padding-left: 0;
  }
  section.main-future .container {
    gap: 30px;
}
.future-content h1 {
  width: 185px;
    font-size: 36px;
}

.f-btn-section a span {
    font-size: 13px;
}

.f-btn-section .fa-angle-right {
    padding: 10px 14px;
    margin-left: 5px;
}
.future {
    padding-bottom: 100px;
}
.passion-main h3 {
    font-size: 20px;
}
.passion-content p {
    font-size: 14px;
}
.passion-btn-section a span {
    font-size: 13px;
}
.passion-btn-section .fa-angle-right {
    padding: 10px 14px;
}
.star-cont2 img {
    width: 300px;
    right: -30px;
    top: -56px;
}
.star-cont2 {
    height: 220px;
}
.safehouse {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 20px;
}
.simg {
    padding-left: 10px;
    padding-right: 10px;
}
.swiper-slide img {
    width: 50%;
    padding-bottom: 20px;
}
.scontent {
    padding-left: 10px;
}
.scontent p {
    font-size: 14px;
}
.scontent ul li {
    font-size: 14px;
}
.newsletter {
    padding-top: 100px;
}
.newsletter-form {
    padding-top: 60px;
}
.newsletter-form form {
    padding: 15px;
}
.form-fields button {
    padding: 5px 15px;
    margin-left: 20px;
    font-size: 14px;
}
.form-fields input {
        width: 70%;
        font-size: 12px;
    }
    .newsletter-form form p {
    font-size: 11px;
}
.projects-wrapper {
    height: 400px;
}
.projects-wrapper .swiper-wrapper {
    height: 400px;
  }
.projects-wrapper .swiper-button-prev,.projects-wrapper .swiper-button-next {
    padding: 20px;
    top: 200px;
}
.projects-wrapper .pleft a,.projects-wrapper .pright a {
    font-size: 25px;
}
.projects-wrapper .pleft {
    text-align: center;
    padding-right: 0px;
}
.projects-wrapper .pright {
    text-align: center;
    padding-left: 0px;
}
.footer-main-wrapper {
    padding-top: 60px;
}
.footer-socials ul {
        justify-content: flex-start;
        gap: 15px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
.footer-socials ul {
    padding-left: 0;
}
.footer-contacts ul li {
    text-align: start;
}
.footer-contacts ul {
    padding-left: 0;
}
.footer-main {
    padding-bottom: 40px;
}
.copyright p {
    font-size: 13px;
}
.copyright {
    justify-content: center;
}
.copyright-links a {
    font-size: 13px;
    text-align: center;
    
}
.newsletter-form form {
    width: 100%;
  }
.copyright-links{
  justify-content: center;
}
.swiper {
  width: 100%;
  height: 750px;
}
.contact-form-sec {
    padding: 130px 0 60px 0;
}
.contact-form-sec form {
    padding: 50px 20px;
}
.first-name {
        padding-bottom: 20px;
        flex-direction: column;
    }
form label {
    width: 100%;
}
.contact-form-sec input{
  width: 100%;
  font-size: 13px;
  padding-top: 10px;
}
.first {
    width: 100%;
    padding-bottom: 20px;
}
.last {
    width: 100%;
}
.birth-address {
    flex-direction: column;
}
.birth {
    width: 100%;
    padding-bottom: 20px;
}
.address {
    width: 100%;
    padding-bottom: 20px;
}
.phone label {
    width: 100%;
}
.phone input#phone {
    width: 100%;
}
.phone {
    padding-bottom: 0px;
}
.acceptance label {
    font-size: 13px;
}
.acceptance {
    padding-bottom: 20px;
}
button.form-btn {
    padding: 10px 40px;
    font-size: 13px;
}
    
}
