* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

::-moz-selection {
  color: #ffffff;
  background-color: #07286e;
}

::selection {
  color: #ffffff;
  background-color: #07286e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-family: "Josefin Sans", sans-serif;
}

a {
  text-decoration: none;
}

a img {
  border: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  border: none;
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

@font-face {
  font-family: "playfair";
  src: url(../fonts/PlayfairDisplay-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "nunito";
  src: url(../fonts/Nunito-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "nunito";
  src: url(../fonts/Nunito-Bold.ttf);
  font-weight: 700;
}
body {
  margin: 0;
  font-family: "nunito";
  background: linear-gradient(90deg, #1c2534, #3e4a5d);
  width: 100%;
  font-weight: 400;
  overflow: hidden;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "playfair";
  font-weight: 500;
  margin: 0;
}
body p {
  margin: 0;
  font-family: "nunito";
}
body a,
body li,
body span,
body button {
  font-family: "nunito";
  font-weight: 400;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {
  padding: 30px 0;
  position: absolute;
  top: 0;
  height: auto;
  z-index: 99;
  transition: all 0.3s;
}
.header-main.fixed{
  padding: 10px 0;
}
.container {
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
}
.main-section {
  height: 100vh;
  display: flex;
  width: 100%;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-container {
  width: 100%;
}
.slider-container {
  padding-top: 0;
  max-width: 1170px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-main {
  width: 100%;
  left: 0;
}
.header-main a {
  display: inline-block;
}
.slider-content {
  max-width: 710px;
}

.slider-content h2 {
  font-size: 70px;
  line-height: 80px;
  text-align: left;
  color: #fff;
}

.slider-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding: 16px 0 36px;
  max-width: 642px;
  color: #fff;
}
button.btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  border-radius: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  gap: 22px;
  border: 0;
  outline: 0;
  background: #fff;
  color: #052651;
  transition: all 0.5s;
  letter-spacing: 0.6px;
  cursor: pointer;
}

button.btn span {
  width: 45px;
  height: 45px;
  background: #052651;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
button.btn span img {
  transition: all 0.5s;
}
/* button.btn:hover {
  background: #052651;
  color: #fff;
}

button.btn:hover span {
  background: #fff;
} */

button.btn:hover span img {
  transform: rotate(58deg);
}

/* button.btn span img {
  transition: all 0.5s;
} */
.bottom-menu {
  position: fixed;
  bottom: 33px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.bottom-menu a {
  margin: 0 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
}

.bottom-menu a.active {
  font-weight: 700;
}
.bottom-wrap {
  width: auto;
  display: inline-block;
  border-top: 1px solid #a2b3c9;
  padding-top: 27px;
}
.bottom-menu a.active::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="26" height="19" viewBox="0 0 26 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.8884 5.75914C25.86 7.08605 25.3984 7.10864 24.4778 7.96049C20.9288 11.2451 17.3609 14.5066 13.8045 17.7784C13.2148 18.3191 12.9367 18.3265 12.3528 17.7882C8.64489 14.3579 4.9437 10.9293 1.24007 7.49655C0.653745 6.95392 0.628845 6.71222 1.08515 6.0268C2.24588 4.27891 3.41817 2.54141 4.56489 0.778868C4.85292 0.333181 5.20661 0.151121 5.72658 0.151642C10.6463 0.171032 15.5697 0.176947 20.493 0.182863C20.934 0.183584 21.2951 0.281823 21.55 0.669217C22.6329 2.33003 23.7268 3.9902 24.886 5.75486L24.8884 5.75914ZM22.6304 7.65302C22.6212 7.60714 22.6095 7.55698 22.6045 7.50864C16.2549 7.49776 9.91617 7.48624 3.53797 7.47482C3.58932 7.60445 3.5943 7.65279 3.61744 7.67354C6.67447 10.5075 9.73756 13.3324 12.7928 16.1731C13.0199 16.3831 13.165 16.3503 13.3795 16.152C16.4607 13.3148 19.5468 10.486 22.6304 7.65302ZM2.87763 5.99044C9.71445 6.00376 16.448 6.01428 23.2958 6.02696C22.3433 4.57514 21.4786 3.23755 20.5824 1.92391C20.4794 1.773 20.1888 1.67948 19.9871 1.68244C15.3808 1.65797 10.7709 1.64698 6.15979 1.65374C5.96662 1.65178 5.69965 1.77792 5.59434 1.92998C4.69373 3.24265 3.82475 4.57115 2.87763 5.99044Z" fill="white"/></svg>');
  width: 29px;
  height: 19px;
  display: flex;
  position: absolute;
  background-repeat: no-repeat;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}

.bottom-menu a {
  position: relative;
}

.swiper-container-in {
  width: 100%;
}
.swiper-container-in {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slider-content.about p {
  max-width: 541px;
  padding-bottom: 0;
}
.slider-content.about h2 {
  font-size: 50px;
  line-height: 60px;
}
.slider-content.about {
  background: #0d1928e5;
  padding: 65px 40px;
}
/* oparation */
.oparations-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
}

.slider-content.operations {
  max-width: 100%;
  width: 100%;
}

.oparation-block {
  width: 100%;
  background: #fff;
  padding: 20px;
}

.opa-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.opa-content h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
  color: #052651;
}

.oparation-block img {
  display: flex;
}

.plus-ico {
  background: #052651;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
}
.plus-ico:hover {
  transform: scale(1.08);
}
/*  */
.popup {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px #0526514d;
  border-radius: 0;
  padding: 30px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  z-index: 99;
  width: 470px;
  right: -132%;
  bottom: 20px;
  transition: all 0.5s;
  /* transform: skewY(0deg); */
}
.oparation-block:last-child .popup {
  right: auto;
  left: -138%;
}
.popup.hidden {
  opacity: 0;
  visibility: hidden;
  /* transform: skewY(10deg); */
}

.closePopup {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  align-self: flex-end;
}

.popup-content h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  color: #09172e;
  padding: 0 0 20px;
  letter-spacing: 0.8px;
}
.popup-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #3f4550;
  padding: 0 0 15px;
}
.plus-ico.active img {
  transform: rotate(45deg);
  transition: all 0.5s;
}

.plus-ico img {
  transition: all 0.5s;
}
.oparation-block {
  position: relative;
  transition: all 0.5s;
}
.oparation-block::before {
  content: "";
  /* transition: all 0.5s; */
}
.oparation-block.deactive::before {
  content: "";
  background: #1b2736cc;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  /* transition: all 0.5s; */
}

.oparation-block.deactive {
  position: relative;
}
.contact-banner {
  height: 471px;
  display: flex;
  width: 100%;
}
.contact-banner h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  width: 1170px;
  margin: auto;
  color: #fff;
}

body.contact-active .bottom-menu a {
  color: #3f4550;
}

body.contact-active .bottom-menu a.active::before {
  background: url('data:image/svg+xml,<svg width="26" height="19" viewBox="0 0 26 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.8884 5.75914C25.86 7.08605 25.3984 7.10864 24.4778 7.96049C20.9288 11.2451 17.3609 14.5066 13.8045 17.7784C13.2148 18.3191 12.9367 18.3265 12.3528 17.7882C8.64489 14.3579 4.9437 10.9293 1.24007 7.49655C0.653745 6.95392 0.628845 6.71222 1.08515 6.0268C2.24588 4.27891 3.41817 2.54141 4.56489 0.778868C4.85292 0.333181 5.20661 0.151121 5.72658 0.151642C10.6463 0.171032 15.5697 0.176947 20.493 0.182863C20.934 0.183584 21.2951 0.281823 21.55 0.669217C22.6329 2.33003 23.7268 3.9902 24.886 5.75486L24.8884 5.75914ZM22.6304 7.65302C22.6212 7.60714 22.6095 7.55698 22.6045 7.50864C16.2549 7.49776 9.91617 7.48624 3.53797 7.47482C3.58932 7.60445 3.5943 7.65279 3.61744 7.67354C6.67447 10.5075 9.73756 13.3324 12.7928 16.1731C13.0199 16.3831 13.165 16.3503 13.3795 16.152C16.4607 13.3148 19.5468 10.486 22.6304 7.65302ZM2.87763 5.99044C9.71445 6.00376 16.448 6.01428 23.2958 6.02696C22.3433 4.57514 21.4786 3.23755 20.5824 1.92391C20.4794 1.773 20.1888 1.67948 19.9871 1.68244C15.3808 1.65797 10.7709 1.64698 6.15979 1.65374C5.96662 1.65178 5.69965 1.77792 5.59434 1.92998C4.69373 3.24265 3.82475 4.57115 2.87763 5.99044Z" fill="%23052651"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-section {
  display: flex;
  gap: 50px;
  align-items: center;
}

.contact-left {
  width: 100%;
}

.form-container {
  width: 100%;
}

.contact-inn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.contact-data {
  display: flex;
  flex-direction: column;
}

.contact-data label {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #052651;
  padding: 0 0 5px;
}

.contact-data a,
.contact-data p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #3f4550;
  text-decoration: none;
}

.contact-data a:hover {
  color: #052651;
}

.contact-details {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 48px;
}

.form-container {
  padding: 40px;
  background: #fff;
  width: 100%;
  display: block;
}

.form-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  padding: 0 0 30px;
  letter-spacing: 0.7px;
}

.form-container input,
.form-container textarea {
  background: #f8fafd;
  outline: 0;
  border: 1px solid #dde1e8;
  padding: 18px 20px;
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #052651;
  font-family: "nunito";
  letter-spacing: 0;
}
.form-container input::placeholder, .form-container textarea::placeholder {
    opacity: 0.6;
}
.form-container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body .form-container textarea {
  height: 154px;
  resize: none;
}
.form-container button[type="submit"] {
  background: #052651;
  color: #fff;
  width: fit-content;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  width: 270px;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  cursor: pointer;
  border: 1px solid #052651;
  transition: all 0.5s;
}
.form-container button[type="submit"]:hover {
  background: #fff;
  color: #052651;
}
.contact-content .container {
  overflow: visible;
}

.form-container {
  margin-top: -290px;
}

.form-container input::placeholder,
.form-container textarea::placeholder {
  color: #3f4550;
}

.contact-content::before {
  content: "";
  background-image: url(../images/contact-bottom.png);
  background-repeat: no-repeat;
  width: 369px;
  height: 352px;
  display: flex;
  position: absolute;
  bottom: 0;
}
span.bott-icon {
  display: none;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide.operations {
  overflow: auto;
}
.swiper-slide.contact {
  overflow: auto;
}
@media (max-width: 1200px) {
  .header-main {
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
  }
  .slider-container {
    padding: 0 15px;
  }
}
@media (max-width: 1499px) {
  .header-main {
    display: inline-flex;
    justify-content: center;
  }
  .slider-content h2 {
    font-size: 56px;
    line-height: 60px;
  }
  .slider-content.about h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .slider-content.about p {
    max-width: 481px;
    padding-bottom: 0;
  }
  .oparations-sec {
    gap: 15px;
  }
  .oparation-block > img {
    width: 100%;
  }
  .opa-content h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .opa-content {
    padding-top: 12px;
  }
  .oparation-block {
    padding: 15px;
  }
  .popup {
    width: 380px;
    right: -99%;
    padding: 20px;
  }
  .popup-content p {
    font-size: 16px;
    line-height: 1.4;
  }
  .popup-content h4 {
    font-size: 25px;
    line-height: 1.4;
    padding: 0 0 10px;
  }
  .oparations-sec {
    max-width: 1199px;
    margin: auto;
  }
  .oparation-block:last-child .popup {
    right: auto;
    left: -100%;
  }
  .contact-banner {
    height: 311px;
  }
  .contact-content::before {
    height: 192px;
    background-size: contain;
  }
  .contact-section {
    padding: 0 15px;
  }
  .form-container {
    margin-top: -170px;
    padding: 20px;
  }
  .form-title {
    font-size: 28px;
    padding: 0 0 20px;
    letter-spacing: 0.7px;
  }
}
@media (max-width: 1199px) {
  .slider-content h2 {
    font-size: 56px;
    line-height: 60px;
  }
  .slider-content.about h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .slider-content.about p {
    max-width: 481px;
    padding-bottom: 0;
  }
  .oparations-sec {
    gap: 15px;
  }
  .oparation-block > img {
    width: 100%;
  }
  .opa-content h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .opa-content {
    padding-top: 12px;
  }
  .oparation-block {
    padding: 15px;
  }
  .popup {
    width: 350px;
    right: -108%;
    padding: 15px;
  }
  .popup-content p {
    font-size: 16px;
    line-height: 1.4;
  }
  .popup-content h4 {
    font-size: 25px;
    line-height: 1.4;
    padding: 0 0 10px;
  }
  .oparations-sec {
    max-width: 992px;
    margin: auto;
  }
  .oparation-block:last-child .popup {
    right: auto;
    left: -108%;
  }
  .contact-banner {
    height: 311px;
  }
  .contact-content::before {
    height: 192px;
    background-size: contain;
  }
  .contact-section {
    padding: 0 15px;
  }
  .form-container {
    margin-top: -170px;
    padding: 20px;
  }
  .form-title {
    font-size: 28px;
    padding: 0 0 20px;
    letter-spacing: 0.7px;
  }
}
@media (max-width: 991px) {
  .slider-content h2 {
    font-size: 46px;
    line-height: 1.2;
  }
  .slider-content {
    max-width: 580px;
  }
  .slider-content.about h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .slider-content.about p {
    max-width: 431px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  .oparations-sec {
    gap: 10px;
  }
  .oparation-block > img {
    width: 100%;
  }
  .opa-content h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .opa-content {
    padding-top: 10px;
  }
  .contact-content::before {
    width: 289px;
    height: 110px;
    background-size: contain;
  }
  .contact-section {
    padding: 0 15px;
  }
  .contact-banner {
    height: 290px;
  }
  .contact-banner h3 {
    margin-bottom: 50px;
  }
  .form-container input,
  .form-container textarea {
    padding: 13px 18px;
  }
  .form-container {
    margin-top: -130px;
    padding: 20px;
  }
  .oparation-block {
    padding: 10px;
  }
  .popup {
    width: 283px;
    padding: 12px;
    right: -110%;
  }
  .oparation-block:last-child .popup {
    right: auto;
    left: -111%;
  }
  .popup-content h4 {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  .popup-content p {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  .oparations-sec {
    max-width: 768px;
    margin: auto;
  }
  .slider-content p {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .slider-content.about p {
    font-size: 16px;
    line-height: 1.4;
  }
  body {
    overflow: hidden;
  }

  .header-main {
    position: fixed;
    transition: all 0.25s;
  }
  .header-main.fixed {
    background-color: #052651;
    padding: 15px 0;
    box-shadow: 0 0 15px 0 rgb(255 255 255 / 10%);
  }
  .swiper-wrapper {
    height: auto !important;
  }

  .main-section {
    flex-flow: column;
  }

  .swiper-container {
    margin-top: 0;
  }
  .popup-content h4 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  .popup-content p {
    padding: 0 0 10px;
  }
  .popup {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
    padding: 10px;
    text-align: center;
  }
  .oparation-block > img {
    width: 100%;
  }
  .header-main img {
    width: 70px;
    height: auto;
  }
  .slider-container {
    align-items: start;
    padding-top: 0;
    height: auto;
  }
  .slider-content.about {
    margin: auto;
  }
  .slider-content.home {
    margin-top: 150px;
  }
  button.btn {
    margin: auto;
  }
  .slider-content p {
    padding: 14px 0 30px;
  }
  .slider-content h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .slider-content.about h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .slider-content p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .slider-content.about {
    padding: 25px;
  }
  .oparations-sec {
    flex-wrap: wrap;
    gap: 20px;
  }
  .oparation-block {
    padding: 15px;
  }
  .opa-content h3 {
    font-size: 22px;
    line-height: 1;
  }
  .opa-content {
    padding-top: 15px;
  }
  .contact-banner {
    height: 100%;
  }
  .contact-section {
    padding: 0 15px;
    gap: 15px;
  }
  .contact-data a,
  .contact-data p {
    font-size: 16px;
  }
  .contact-details {
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 20px;
  }
  .contact-section {
    flex-wrap: wrap;
  }
  .form-container {
    margin: 0;
  }
  .contact-banner h3 {
    font-size: 32px;
  }
  .contact-left {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .contact-content::before {
    width: 69px;
    height: 72px;
    background-size: contain;
    display: none;
  }
  .form-container {
    padding: 20px;
  }
  .form-title {
    font-size: 26px;
    padding: 0 0 12px;
  }
  .form-container input,
  .form-container textarea {
    padding: 12px 20px;
    font-size: 16px;
  }
  .main-section {
    height: auto;
  }

  .slider-container,
  .hero_last_item {
    justify-content: center;
    overflow-y: auto;
    height: 100%;
  }
  .oparations-sec {
    max-width: 320px;
    margin: auto;
    padding-bottom: 140px;
  }
  .swiper-slide.home {
    height: auto;
  }
  .contact-section {
    padding-bottom: 150px;
  }
  .slider-content-contact.contact .slider-container {
    height: auto;
  }
  .swiper-slide.operations,
  .swiper-slide.contact {
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    /* scrollbar-width: none; */
    overflow: inherit;
  }
  .hero-slider .swiper-wrapper > .swiper-slide {
    height: 100vh;
  }
  .swiper-slide.about {
    height: auto;
  }
  .bottom-menu {
    background: #052651;
    bottom: 0;
  }

  .bottom-menu a {
    font-size: 13px;
    color: #9ab2d1;
    margin: 0 9px;
  }
  .oparation-block:last-child .popup {
    left: 0;
    right: 0;
  }
  .bottom-menu a.active {
    color: #ffffff;
  }
  .popup-content > p:last-child {
    padding: 0 !important;
  }

  .popup-content > p {
    padding: 10px 0 10px;
  }
  .bottom-wrap {
    padding: 10px 15px;
    width: 100%;
  }
  body.contact-active .bottom-menu a {
    color: #fff;
  }

  .bottom-menu a.active::before {
    display: none;
  }
  span.bott-icon {
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
  }
  .bottom-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .bottom-menu a span.bott-icon {
    transition: all 0.5s;
    border-radius: 50%;
    top: -60px;
  }
  .bottom-menu a.active span.bott-icon {
    position: absolute;
    top: -72px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #052651;
    border: 1px solid #ffffff;
    left: 0;
    padding: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
  }
  .bottom-menu a.active:first-child span.bott-icon {
    left: -10px;
  }
  .popup.hidden {
    display: none;
  }
  /*  */
  .slider-content-contact.contact {
    height: 200px;
  }
  .contact-banner h3 {
    height: 100%;
    align-items: end;
    display: flex;
    padding-bottom: 40px;
  }

  .slider-content-contact.contact .slider-container {
    height: 100%;
  }
  .swiper-slide.operations .slider-container {
    padding-top: 150px;
  }
  .swiper-slide.home {
    background-image: url(../images/mob-home.png) !important;
    /* background-position: 0 10px   !important; */
    background-size: cover;
  }
  .desk-about1 {
    background-image: url(../images/mob-about-1.png) !important;
  }
  .desk-about2 {
    background-image: url(../images/mob-about2.png) !important;
  }
}

/* Operations Step */
.page_slide {
    background-color: #0D1928;
}
.oparation_banner {
    padding: 199px 15px 110px;
    background-repeat: no-repeat;
    background-size: cover;
}
.oparation_banner_content {
    text-align: center;
    color: #fff;
    max-width: 540px;
    margin: 0 auto;
}
.oparation_desc {
    padding-top: 21px;
}
.oparation_title h1 {
    font-size: 50px;
}
.oparation_desc p {
    font-size: 20px;
    line-height: 1.6;
}
.operations_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.operations_col {
    width: 50%;
}
.operations_row_1 .operations_right {
    text-align: right;
}
.operations_col h3 {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 500;
}
.operations_col h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: "nunito";
    padding-top: 15px;
}
.operations_col_desc p,
.oparation_range p {
    color: #D3DCE7;
    font-size: 16px;
    padding: 0;
}
.operations_col_desc {
    padding: 16px 0 20px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.oparation_range ul {
    display: flex;
    flex-wrap: wrap;
    color: #D3DCE7;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}
.operations_left {
    padding-right: 50px;
}
.oparation_range ul li:not(:last-child):after {
    content: "|";
    display: inline-block;
    padding: 0 10px;
}
.slider-content.operations{
  height: 100%;
}
.operations_wrapper {
    padding-top: 120px;
}
.selling_sec {
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
}
.selling_col h2 {
    font-size: 42px;
    line-height: normal;
    letter-spacing: 3px;
}
.selling_left {
    width: 47%;
}
.selling_right {
    width: 53%;
    display: flex;
    flex-flow: column;
    gap: 40px 0;
}
.selling_type strong {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.selling_type p {
    padding: 5px 0 0;
    color: #D3DCE7;
    font-size: 18px;
}
.selling_type {
    display: flex;
    justify-content: space-between;
}
.selling_type.selling_type_4 {
    justify-content: flex-end;
}
.selling_type_left {
    width: 72%;
}
.selling_type_right {
    width: 28%;
}
.operations_wrapper:last-child {
    padding-bottom: 120px;
}
.swiper-slide.operations .operations_inside_page {
    overflow: auto;
    height: calc(100% - 120px);
}
.operations_inside_page::-webkit-scrollbar-track{
  background-color: #0d1928;
  border-radius: 50px
}
.operations_inside_page::-webkit-scrollbar{
  width: 6px;
  background-color: #2a3747;
  border-radius: 50px
}
.operations_inside_page::-webkit-scrollbar-thumb{
  background-color: #2a3747;
  border-radius: 50px
}
.header-main.fixed{
  background-color: #052651;
}
@media screen and (max-width: 767px){
  .swiper-slide.operations .slider-container{
    height: auto;
    overflow: hidden;
    padding-top: 0;
  }
  .swiper-slide.operations .operations_inside_page {
      height: 100%;
  }
  .oparation_title h1 {
      font-size: 38px;
  }
  .oparation_desc p {
      font-size: 16px;
  }
  .oparation_banner{
      padding: 189px 15px 70px;
  }
  .operations_wrapper {
      padding-top: 60px;
  }
  .operations_left {
      padding-right: 0;
  }
  .operations_col,.selling_left,.selling_right {
      width: 100%;
  }
  .selling_type_left,.selling_type_right{
    min-width: 100%;
  }
  .selling_type{
      flex-wrap: wrap;
      gap: 15px 0;
  }
  .operations .slider-content p {
      text-align: left;
  }
  .operations_col h3{
      font-size: 26px;
  }
  .operations_col h4{
      font-size: 18px;
  }
  .operations_row {
      gap: 20px 0;
  }
  .operations_row_1 {
      flex-direction: column-reverse;
  }
  .selling_sec {
      padding: 60px 15px;
  }
  .selling_type p {
      font-size: 14px;
  }
  .selling_right{
      gap: 20px 0;
  }
  .selling_type strong{
      font-size: 18px;
  }
  .selling_col h2{
      font-size: 33px;
      padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px){
  .operations_col h3{
      font-size: 34px;
  }
  .operations_col h4{
      font-size: 18px;
  }
  .operations_left {
      padding-right: 20px;
  }
  .operations_wrapper {
      padding-top: 80px;
  }
  .operations_row_2 .operations_left {
      padding: 0 0 0 20px;
  }
  .selling_col h2{
      font-size: 34px;
      letter-spacing: normal;
  }
  .selling_sec {
      padding: 60px 20px;
  }
  .selling_type_left {
      width: 65%;
      padding-right: 10px;
  }
  .selling_type_right {
      width: 35%;
  }
  .selling_type p {
      font-size: 16px;
  }
  .operations_wrapper:last-child {
      padding-bottom: 40px;
  }
}