@font-face {
  font-family: "SFProDisplay-Bold";
  src: url("/assets/fonts/FontsFree-Net-SFProDisplay-Bold.ttf");
}

@font-face {
  font-family: "Quicksand-Bold";
  src: url("/assets/fonts/Quicksand-Bold.ttf");
}

@font-face {
  font-family: "Quicksand-Light";
  src: url("/assets/fonts/Quicksand-Light.ttf");
}

@font-face {
  font-family: "Quicksand-Regular";
  src: url("/assets/fonts/Quicksand-Regular.ttf");
}



body {
  margin: 0;
  font-family: "Quicksand-Light";
  font-size: 16px;
  /* background-color: #141519; */
  color: #FFFFFF;
  display: flex;
  background-image: url('/assets/images/vc1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  box-shadow: inset 0 0 6px rgba(215, 215, 215, .1);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;

}




.left-fixed-navigation {
  width: 190px;
  height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, .1);
  position: fixed;
  left: 0;
}

.left-fixed-navigation-inner {
  padding: 45px 0 95px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.left-fixed-logo>a>img {
  height: auto;
  object-fit: contain;
}

.left-fixed-navigation-social {
  height: 28%;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
}

.left-fixed-social-item>a {
  font-size: 13px;
  color: #FFFFFF;
  font-family: "SFProDisplay-Bold";
  margin-right: 40px;
  text-decoration: none;
  letter-spacing: 1.4px;
  transition: all ease-in-out .3s;
}

.left-fixed-social-item>a:hover {
  color: #016BFE;
}

section.main {
  width: calc(100% - 190px);
  position: relative;
  margin-left: auto;
}

.top-fixed-navigation {
  position: absolute;
  top: 0;
  height: 60px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  /* background-color: #141519; */
  overflow: hidden;
  z-index: 424224;
}

.top-fixed-navigation-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 40px 0 85px;
}

.top-fixed-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease-in-out .3s;
}


.top-nav-item{
  margin-right: 45px;
}

.top-nav-item>a {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Quicksand-Regular";
  text-decoration: none;
  transition: all ease-in-out .2s;
}

.top-nav-item>a:hover {
  color: #016BFE;
}

.top-fixed-icons {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.user-profile {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #016BFE;
  overflow: hidden;
}

.user-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-icon-item>a>img {
  height: 21px;
  width: auto;
  margin-left: 50px;
  object-fit: contain;
}


/* MAIN PAGE */
.main-page {
  height: 100%;
  display: flex;
  padding-left: 85px;
  width: 100%;
  /* background-image: url("/assets/images/2 copy.png"); */
  /* background-repeat: no-repeat; */
  /* background-size: 700px; */
  /* background-position: bottom; */
  position: relative;
  transition: all ease-in-out .3s;
  overflow: hidden;
  background-position-x: 800px
}

.main-page-inner {
  display: flex;
}

.main-page-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
}

.main-page-first-text {
  position: relative;
}

.main-page-first-text-scale {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all ease-in-out .3s;
}

.main-page-first-text-scale:hover {
  transform: scale(1.1);
}

.main-page-first-text .main-page-first-text-scale>p {
  position: relative;
  color: white;
  font-size: 20px;
  font-family: "Quicksand-Regular";
}

.main-page-first-text .main-page-first-text-scale>p:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 240px;
  background-color: #FF2B65;
  height: 100%;
  width: 4px;
}

.main-page-title {
  margin-top: 40px;
}

.main-page-title>h1 {
  font-size: 86px;
  color: white;
  font-family: "Quicksand-Light";
  letter-spacing: 8px;
  transition: all ease-in-out .3s;
}

.main-page-title>h1:hover {
  transform: scale(1.1);
}

.main-page-subtitle {
  width: 80%;
  height: 170px;
  overflow-y: scroll;
  margin-top: 50px;

}

.main-page-subtitle>p {
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
  font-family: "Quicksand-Regular";
  transition: all ease-in-out .3s;
}

.main-page-subtitle>p:hover {
  transform: scale(0.98);
}

.main-page-explore-btn {
  position: relative;
  margin-top: 50px;
}

.main-page-explore-btn-scale {
  transition: all ease-in-out .3s;
  width: 280px;
  height: 62px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  background: rgb(1, 107, 254);
  background: linear-gradient(155deg, rgba(1, 107, 254, 1) 35%, rgba(255, 43, 101, 1) 100%);
}

.main-page-explore-btn-scale:hover {
  transform: scale(1.1);
}

.main-page-explore-btn .main-page-explore-btn-scale>a {
  color: white;
  font-size: 16px;
  font-family: "Quicksand-Regular";
  text-decoration: none;
  margin-right: 10px;
}

.main-page-explore-btn .main-page-explore-btn-scale>img {
  margin-left: 10px;
  height: 22px;
  object-fit: contain;
}

.main-page-discover {
  margin-top: 90px;
  display: flex;
  transition: all ease-in-out .3s;
}

.main-page-discover:hover {
  transform: scale(1.1);
}

.main-page-discover-img {
  margin-right: 15px;
}

.main-page-discover-text>p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.main-page-discover-text>span {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  font-family: "Quicksand-Regular";
}

.main-page-right {
  display: flex;
  align-items: flex-end;
  position: relative;


}

.main-page-right-bck-img {
  position: absolute;
}

.bg-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 20%;
  width: 50%;
  height: 80%;
}

.bg-image>img {
  height: 100%;
  -webkit-transition: opacity .8s ease-in-out;
  -moz-transition: opacity .8s ease-in-out;
  -o-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
  position: absolute;
  right: 0;
  transform: translateY(100px);
}

.bck-blurry {

  position: relative;
  z-index: -1;
}


.bck-blurry .bck-blurry1 {
  position: absolute;
  left: -100px;
  bottom: -50px;
}

.bck-blurry .bck-blurry2 {
  position: absolute;
  top: -840px;
  left: 0;
}

.bck-blurry .bck-blurry3 {
  position: absolute;
  top: -600px;
  right: -1050px;
}


.main-page-right-content {
  position: relative;
}

.main-page-right-content-phone {
  position: relative;
  height: 180px;
  width: 180px;
  transition: all ease-in-out .3s;
}

.main-page-right-content-phone:hover {
  transform: scale(1.1);
}

.main-page-right-content-phone::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(6px);
  background: linear-gradient(to right, rgb(94 94 94 / 70%), rgba(130, 130, 130, 0.05));
  z-index: 44;

}

.main-page-right-content-phone>img {
  object-fit: contain;
  height: auto;
  width: auto;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 54;
  max-height: 280px;
}

.main-page-right-news {
  display: flex;
  height: 130px;
  width: 100%;
  position: relative;
  z-index: 9;
}

.main-page-right-news::before {
  content: '';
  width: 100%;
  height: 100%;
  backdrop-filter: blur(14px);
  background: linear-gradient(to right, rgba(130, 130, 130, 0.1), rgb(119 117 117 / 50%));
  position: absolute;
}

.main-page-right-news-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 20%;
  background-color: white;
  z-index: 5;
  transition: all ease-in-out .3s;
}

.main-page-right-news-btn:hover {
  transform: scale(1.1);
}

.main-page-right-news-btn>a {
  color: rgba(20, 21, 25, .7);
  font-family: "Quicksand-Light";
  font-size: 20px;
  text-decoration: none;
}

.main-page-right-news-item {
  width: 50%;
  padding: 15px 30px;
  position: relative;
  transition: all ease-in-out .3s;
}

.main-page-right-news-item:hover {
  transform: scale(.95);
}

.main-page-right-news-item-date>p {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  font-family: "Quicksand-Regular";
}

.main-page-right-news-item-text>p {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: "Quicksand-Regular";
  margin-top: 15px;
}

.main-page-right-news-item::after {
  content: "";
  position: absolute;
  height: calc(100% - 30px);
  width: 1px;
  background-color: rgba(255, 255, 255, .5);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main-page-right-news-item:last-child:after {
  display: none;
}

/* REGISTER */

section.reg {
  margin-bottom: 60px;
  padding: 0 85px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.page-links {
  display: flex;
  align-items: center;
  position: absolute;
  top: 120px;
}

.page-links a {
  margin-right: 45px;
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  font-family: "Quicksand-Regular";
  position: relative;

}

.page-links a:first-child::after {
  content: '';
  height: 8px;
  width: 1px;
  background-color: rgba(255, 255, 255, .5);
  right: -20px;
  top: 4px;
  z-index: 55;
  transform: rotateZ(310deg);
  position: absolute;
}

.page-links a:first-child::before {
  content: '';
  height: 8px;
  width: 1px;
  background-color: rgba(255, 255, 255, .5);
  right: -20px;
  top: 9px;
  z-index: 55;
  transform: rotateZ(50deg);
  position: absolute;
}

.page-links .page-links-active {
  color: white;
}

.registration-steps {
  width: 92%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-top: 100px;
}

/* .registration-steps::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */

.lines-between::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  width: 35%;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

.lines-between::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  width: 35%;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}

.lines-between-verify::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  width: 25%;
  top: 50%;
  left: 18%;
  transform: translateY(-50%);
}

.lines-between-verify::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  width: 25%;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
}

.registration-step-item {
  width: fit-content;
  padding: 0 40px;
  z-index: 1;
}

.registration-step-item:first-child {
  padding-left: 0;
}

.registration-step-item:last-child {
  padding-right: 0;
}

.registration-step-item-subtitle p {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  font-family: "Quicksand-Regular";
  margin-bottom: 10px;
}

.registration-step-item-title p {
  color: rgba(255, 255, 255, .5);
  font-size: 32px;
  font-family: "Quicksand-Light";
}

.registration-step-item-title.active-step-title p {
  color: rgba(255, 255, 255, 1);

}

.registration-main-section {
  display: flex;
  position: relative;
  margin-top: 60px;
}

.registration-main-section.auth {
  margin-top: 100px;
}

.registration-main-section-images {
  width: 65%;
  position: relative;
}

.registration-main-section-images-person {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.registration-main-section-images-person img {
  object-fit: contain;
  height: 100%;
  max-height: 600px;
  -webkit-transition: opacity .8s ease-in-out;
  -moz-transition: opacity .8s ease-in-out;
  -o-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
  transform: translateY(10px);
}

.main_img {
  opacity: 1;
  z-index: 9;
  bottom: 0;
}

.main_img.rotate {
  transform: scaleX(-1);
}

.main_img:hover {
  opacity: 1 !important;
}

.secondary_img {
  opacity: 0;
  position: absolute;
  z-index: 8;
  bottom: 0;
}

.main_img:hover+.secondary_img {
  transition-delay: .5s;
  opacity: 0 !important;
}


.floating {
  float: left;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 50px);
  }

  to {
    -webkit-transform: translate(0, -0px);
  }
}

@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }

  65% {
    -moz-transform: translate(0, 50px);
  }

  to {
    -moz-transform: translate(0, -0px);
  }
}

.scaling {
  float: left;
  -webkit-animation-name: scalex;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: scale;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes scalex {
  from {
    -webkit-transform: scale(0.7);
  }

  65% {
    -webkit-transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(0.7);
  }
}

@-moz-keyframes scale {
  from {
    -moz-transform: scale(0.7);
  }

  65% {
    -moz-transform: scale(1.2);
  }

  to {
    -moz-transform: scale(0.7);
  }
}


/* .registration-main-section-images-person img:hover {
  transform: scale(1.1);
} */


.registration-main-section-images-blurry .reg-blurr-img1 {
  position: absolute;
  top: 0;
  left: -180px;
  z-index: -1;

}

.registration-main-section-images-blurry .reg-blurr-img2 {
  position: absolute;
  top: 100px;
  left: 140px;
  z-index: -1;
}

.registration-main-section-images-blurry .reg-blurr-img3 {
  position: absolute;
  top: 300px;
  z-index: -1;
  left: -80px;
}

.registration-main-section-content {
  width: 35%;
  padding: 30px 40px 0 0;
}

.registration-main-section-title>p {
  color: white;
  font-size: 18px;
  font-family: "Quicksand-Regular";
  text-align: center;
  margin-bottom: 30px;
}

.reg-name-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.reg-name-input-container input {
  transition: all ease-in-out .3s;
  height: 60px;
  width: 45%;
  background-color: #2C3946;
  border: none;
  border-radius: 30px;
  padding: 0 25px;
  outline: none;
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.reg-name-input-container input:hover {
  transform: scale(1.05);
}

.reg-name-input-container input::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.reg-main-section-input {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-main-section-input input {
  transition: all ease-in-out .3s;
  height: 60px;
  width: 100%;
  background-color: #2C3946;
  border: none;
  border-radius: 30px;
  padding: 0 25px;
  outline: none;
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.reg-main-section-input input:hover {
  transform: scale(1.05);
}

.reg-main-section-input.mb-50 {
  margin-bottom: 50px;
}

.reg-main-section-input input::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.reg-main-section-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reg-main-section-submit-back {
  transition: ease-in-out all .3s;

  width: 30%;

}

.reg-main-section-submit-back:hover {
  transform: scale(1.05);
}

.reg-main-section-submit-back button {
  color: #016BFE;
  font-size: 18px;
  font-family: "Quicksand-Regular";
  text-decoration: none;
  height: 60px;
  background-color: rgba(1, 107, 254, .1);
  border-radius: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  outline: none;
  border: none;
}

.reg-main-section-submit-item {
  transition: all ease-in-out .3s;
  cursor: pointer;
  width: 65%;

}

.reg-main-section-submit-item>button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Quicksand-Regular";
  text-decoration: none;
  height: 60px;
  width: 100%;
  background: rgb(1, 107, 254);
  background: linear-gradient(155deg, rgba(1, 107, 254, 1) 0%, rgba(255, 43, 101, 1) 100%);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-main-section-submit-item:hover {
  transform: scale(1.05);
}


/* PAYMENT */
section.reg.payment_section {
  padding-bottom: 10px;
  height: unset;
}

#payment .reg.payment_section {
  padding-bottom: 50px;
}

.registration-steps.payment-steps {
  margin-top: 160px;
}

.payment {
  display: flex;
  align-items: unset;
  justify-content: space-between;
  margin-top: 50px;
}

registration-step {
  width: 60%;
}

.payment-packages {
  width: 60%;
}

.payment-packages-details {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.payment-packages-details-item>p {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  font-family: "Quicksand-Regular";
}

.payment-package-container {
  margin-top: 30px;
}

.payment-package-item {
  height: 175px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all ease-in-out .3s;
  margin-bottom: 30px;
  cursor: pointer;

}

.payment-package-item:last-child {
  margin-bottom: 0;
}

.payment-package-item:hover {
  transform: scale(1.05);
}

.payment-package-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
}

.payment-package-item-img {
  object-fit: contain;
  transition: all ease-in-out .3s;
}

.payment-package-item-content {
  width: 52%;
}

.payment-package-item-content-title>p {
  color: #ffffff;
  font-size: 20px;
  font-family: "Quicksand-Regular";
}

.payment-package-item-content-text {
  max-height: 90px;
  overflow-y: scroll;
}

.payment-package-item-content-text>p {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  font-family: "Quicksand-Regular";
  margin-top: 15px;
}

.payment-package-item-price {
  width: 12%;
  display: flex;
  align-items: center;
}

.payment-history-card-img>img {
  object-fit: contain;
}

.payment-package-item-price>p {
  color: #ffffff;
  font-size: 20px;
  font-family: "Quicksand-Regular";
}

.payment-package-item-price>span {
  color: #ffffff;
  font-size: 14px;
  font-family: "Quicksand-Regular";
}

.payment-package-item.active {
  border: 1px solid #016BFE;
}

.payment-package-item.active .payment-package-item-img {
  background-color: #016BFE;
}

.payment-summary {
  width: 35%;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  padding: 40px;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.15);
  height: 100%;
}

.payment-summary-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payment-summary-inner-title>p {
  color: #ffffff;
  font-size: 32px;
  font-family: "Quicksand-Bold";
}

.payment-summary-inner-package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;

}


.payment-summary-inner-total {
  margin-top: 20px;
}

.payment-summary-inner-package>p {
  color: rgba(255, 255, 255, .5);
  font-size: 22px;
  font-family: "Quicksand-Regular";
}

.payment-summary-inner-package.mt {
  margin-top: 40px;
}

.payment-summary-inner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin-top: 60px;
  border-radius: 40px;
  background: rgb(1, 107, 254);
  background: linear-gradient(155deg, rgba(1, 107, 254, 1) 0%, rgba(255, 43, 101, 1) 100%);
  transition: all ease-in-out .3s;
  cursor: pointer;
}

.payment-summary-inner-btn:hover {
  transform: scale(1.05);
}

.payment-summary-inner-btn>a {
  color: #ffffff;
  font-size: 26px;
  font-family: "Quicksand-Bold";
  text-decoration: none;
}

.payment-summary-inner-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-summary-inner-total>p {
  color: #ffffff;
  font-size: 28px;
  font-family: "Quicksand-Bold";
}

.payment-summary-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.payment-summary-cards-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 215, 215, .2);
  height: 90px;
  width: 105px;
  border-radius: 15px;
  transition: all ease-in-out .2s;
  position: relative;
  cursor: pointer;
}

.payment-summary-cards-item:hover {
  transform: scale(1.05);
}

.payment-summary-cards-item.active {
  border: 1px solid #016BFE;
}

.payment-summary-cards-item>img {
  object-fit: contain;
}

.payment-check {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #016BFE;
  border-radius: 50%;
}

.payment-summary-details-inputs-item {
  margin-top: 35px;
  width: 100%;
}

.payment-summary-details-inputs-item>label {
  color: #ffffff;
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.payment-summary-details-inputs-item input {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-family: "Quicksand-Regular";
  width: 100%;
  background-color: #424E5B;
  outline: none;
  border: none;
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  margin-top: 10px;
}

.payment-summary-details-inputs-item>input::placeholder {
  color: rgba(215, 215, 215, .7);
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.payment-summary-details-inputs-cvv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

.payment-summary-expire {
  width: 47%;

}

.payment-summary-expire label {
  color: #ffffff;
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.payment-summary-expire input {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-family: "Quicksand-Regular";
  width: 100%;
  background-color: #424E5B;
  outline: none;
  border: none;
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  margin-top: 10px;
}

.payment-summary-expire input::placeholder {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.payment-summary-details-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 20px;
}

.payment-summary-details-checkbox>p {
  color: rgba(215, 215, 215, .5);
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.payment-summary-details-checkbox>input {
  margin-right: 20px;
}

.payment-summary-details-inputs {
  border-bottom: 1px solid rgba(215, 215, 215, .1);
  padding-bottom: 40px;
}

/* REGISTRATION VERIFICATION */

.registration-main-section-verification {
  display: none;
  width: 35%;
  padding-top: 60px;
  padding-right: 80px;
}

.registration-verification-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-verification-title>p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Quicksand-Regular";
  text-align: center;
  width: 80%;
}

.registration-verification-sms-code {
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-verification-sms-code input {
  height: 60px;
  width: 60px;
  background-color: #2D3C4C;
  border-radius: 50%;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-family: "Quicksand-Regular";
  text-align: center;
  margin: 10px;
  margin-top: 25px;
  transition: all ease-in-out .2s;
}

.registration-verification-sms-code input:hover {
  transform: scale(1.15);
}

.registration-verification-timeout {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

.registration-verification-timeout>span {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  font-family: "Quicksand-Light";
  margin-right: 10px;
}

.registration-verification-timeout>p {
  color: #B12C8B;
  font-size: 18px;
  font-family: "Quicksand-Light";
  cursor: pointer;
  transition: all ease-in-out .2s;
}

.registration-verification-timeout>p:hover {
  color: #C5329B;
}

.registration-verification-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-verification-submit input {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 50%;
  background: rgb(1, 107, 254);
  background: linear-gradient(155deg, rgba(1, 107, 254, 1) 0%, rgba(255, 43, 101, 1) 100%);
  border-radius: 41px;
  outline: none;
  border: none;
  margin-top: 30px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: "Quicksand-Regular";
  cursor: pointer;
  transition: all ease-in-out .3s;
}

.registration-verification-submit input:hover {
  transform: scale(1.07);
}

/* REGISTRATION FINISH LAST STEP */
.registration-main-section-finish {
  display: none;
  width: 35%;
  padding-top: 60px;
  padding-right: 80px;
}

.registration-finish-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-finish-img>img {
  object-fit: contain;
  transition: all ease-in-out .3s;
}

.registration-finish-img>img:hover {
  transform: scale(1.1);
}

.registration-finish-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.registration-finish-text>p {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: "Quicksand-Regular";
  width: 60%;
  text-align: center;
}

/* FUNCTIONS */
.main-page-title.fnc-title {
  width: 50%;
  margin-top: 60px;
}

.main-page-title.fnc-title>h1 {
  font-size: 76px;
}

.main-page-subtitle.fnc-text {
  font-size: 18px;
  margin-top: 40px;

}

.main-page-right.fnc-container {
  position: unset;
}

.main-page-subtitle.fnc-text {
  width: 80%;
}

.bg-image.fnc-img {
  display: flex;
  align-items: flex-end;
}

.bg-image.fnc-img>img {
  max-height: 700px;
  transform: translateY(20px);
  transition: all ease-in-out .3s;
}

.bg-image.fnc-img>img:hover {
  transform: scale(1.1);
}

.function-tool-list {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}

.function-tool-list-item>p {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  font-family: "Quicksand-Regular";
  transition: all ease-in-out .2s;
  cursor: pointer;
  margin-bottom: 5px;
}

.function-tool-list-item.active>p {
  color: rgba(255, 255, 255, 1);
}

.bg-image.fnc-img-flex {
  display: flex;
  align-items: flex-end;
  transition: all ease-in-out .3s;
  justify-content: space-between;
}

.bg-image.fnc-img-flex>img {
  max-height: 625px;
}

.bg-image.fnc-img-top>img {
  transform: translateY(75px);
  transition: all ease-in-out .4s;
  max-height: 600px;
}

.bg-image.fnc-img-top>img:hover {
  transform: scale(1.33);

}

.bg-image.fnc-img-flex>img:hover {
  transform: scale(1.05);
}




.bg-image.fnc-img-flex>img:first-child {
  left: 140px;
}

.bg-image.fnc-img-flex>img:last-child {
  right: -100px;
}


.bg-image.fnc-img-top-150>img {
  transform: translateY(125px);
  transition: all ease-in-out .4s;
}

.bg-image.fnc-img-top-150>img:hover {
  max-height: 520px;
  transform: scale(1.6);
}

.bg-image.fnc-img-small>img {
  padding-bottom: 60px;
  height: 80%;
}

.main-page-title.fnc-title-big {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

/* PROFILE */

section.profile {
  margin-top: 70px;
  padding: 100px 85px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  overflow-y: scroll;
}
.log-out-container{
  margin-bottom: 30px;
}
.profile-container-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58%;
  margin: 0 auto;
  flex-direction: column;

}

.profile-user-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(215, 215, 215, .1);
}

.profile-user-img {
  width: 225px;
  height: 225px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 60px;
  transition: all ease-in-out .3s;
}

.profile-user-img:hover {
  transform: scale(1.1);
}

.profile-user-img>img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.profile-user-welcome>p {
  color: rgba(255, 255, 255, .5);
  font-size: 24px;
  font-family: "Quicksand-Regular";
  margin-bottom: 15px;
  transition: all ease-in-out .3s
}

.profile-user-welcome>p:hover {
  transform: scale(1.1);
}

.profile-user-name>p {
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-family: "Quicksand-Regular";
  transition: all ease-in-out .3s
}

.profile-user-name>p:hover {
  transform: scale(1.1);

}

.profile-user-options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.profile-user-option-item {
  height: 175px;
  width: 175px;
  background-color: rgba(215, 215, 215, .1);
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all ease-in-out .3s;
  cursor: pointer;
}

.profile-user-option-item.active {
  background-color: #016BFE;
}

.profile-user-option-item-img>img {
  object-fit: contain;
  margin-bottom: 15px;
}

.profile-user-option-title {
  width: 80%;
  text-align: center;
}

.profile-user-option-title>a {
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: "Quicksand-Regular";
  text-decoration: none;
}

.log-out-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out .3s;
  margin-top: 60px;
  position: relative;
}

.log-out-btn:hover {
  transform: scale(1.1);
}

.log-out-btn>img {
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.log-out-btn>button {
  width: 230px;
  height: 60px;
  cursor: pointer;
  border: none;
  background-color: rgba(215, 215, 215, .1);
  border-radius: 30px;
  outline: none;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: "Quicksand-Regular";
}


/* GALLERY */
section.gallery {
  margin-top: 140px;
  padding: 0 85px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.gallery-main {
  margin: 60px 0;
}

.gallery-main-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gallery-main-big {
  width: 45%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main-big::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(20, 21, 25, 1) 100%);
  z-index: 5;
}

.gallery-main-big-img {
  border-radius: 30px;
}

.gallery-main-big-img>img {
  object-fit: contain;
  max-height: 700px;
}

.gallery-main-big-content {
  position: absolute;
  left: 50px;
  bottom: 70px;
  z-index: 55;

}

.gallery-main-big-title>p {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: "Quicksand-Regular";
  margin-bottom: 5px;
}

.gallery-main-big-date>p {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  font-family: "Quicksand-Regular";
}

.gallery-main-big-zoom {
  position: absolute;
  right: 50px;
  bottom: 70px;
  z-index: 5;
  height: 65px;
  width: 65px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 55;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
  user-select: none;
}

.gallery-main-pics {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 100%;
}

.gallery-main-pic-item {
  max-height: 325px;
  width: calc(50% - 50px);
  transition: all ease .4s;
  margin-top: 40px;
  border-radius: 30px;
  overflow: hidden;
}

.gallery-main-pic-item:nth-child(1),
.gallery-main-pic-item:nth-child(2) {
  margin-top: 0;
}

.gallery-main-pic-item:nth-child(odd) {
  margin-right: 50px;
}

.gallery-main-pic-item:hover {
  transform: scale(1.1);
}

.gallery-main-pic-item>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-page-explore-btn-scale.gallery-icon {
  margin: 0 auto;
}

.main-page-explore-btn-scale.gallery-icon>img {
  height: 12px;
}

.gallery-load-more {
  height: 60px;
  width: 220px;
  background: rgb(1, 107, 254);
  background: linear-gradient(155deg, rgba(1, 107, 254, 1) 0%, rgba(255, 43, 101, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
}

.gallery-load-more>button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  cursor: pointer;
  font-family: "Quicksand-Regular";
}

.gallery-load-more>img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  object-fit: cover;
}


.profile-container-inner-modals {
  width: 100%;
  margin: 50px auto 0;
}

.profile-container-editInfo-inputs-name-item {
  margin-bottom: 30px;
}

.profile-container-editInfo-inputs {
  width: 60%;
}

.profile-container-editInfo-inputs-name-item input {
  transition: all ease-in-out .3s;
  height: 60px;
  width: 100%;
  background-color: #2C3946;
  border: none;
  border-radius: 30px;
  padding: 0 25px;
  outline: none;
  color: white;
  font-size: 16px;
  font-family: "Quicksand-Regular";
  margin-top: 15px;
}

.profile-container-editInfo-inputs-name-item>p {
  color: white;
  font-size: 16px;
  font-family: "Quicksand-Regular";
  padding-left: 5px;
}

.profile-container-editInfo-inputs-name-item input::placeholder {
  color: white;
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.profile-container-editInfo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.save-changes-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 50px;
  margin-top: 10px;
  border-radius: 40px;
  background: rgb(1, 107, 254);
  background: linear-gradient(155deg, rgba(1, 107, 254, 1) 0%, rgba(255, 43, 101, 1) 100%);
  transition: all ease-in-out .3s;
  cursor: pointer;
}

.save-changes-btn>button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-family: "Quicksand-Regular";
  text-decoration: none;
}

.save-changes-btn:hover {
  transform: scale(1.05);
}

.profile-container-editInfo-inputs-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.profile-container-editInfo-inputs-name-item:first-child {
  width: 35%;
}

.profile-container-editInfo-inputs-name-item:last-child {
  width: 55%;
}

.profile-container-editInfo-inputs-name-item.w-100 {
  width: 100% !important;
}

.payment-history {
  width: 100%;
  margin-top: 40px;
}

.payment-history-inner {
  width: 90%;
  margin: 0 auto;
}

.payment-history-cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.payment-history-card-item {
  height: 100px;
  background-color: #1D2234;
  width: 45%;
  padding: 20px;
  border-radius: 20px;
}

.payment-history-card-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.payment-history-data {
  margin-bottom: 60px;
}

.payment-history-card-title>p {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: "Quicksand-Regular";
}

.payment-history-data-title {
  margin-bottom: 20px;
}

.payment-history-data-title>p {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}


/* The Modal (background) */

.IMGmodal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /* Location of the box */
  left: 50%;
  transform: translateX(-50%);
  top: 50;
  width: 450px;
  /* Full width */
  height: 260px;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  backdrop-filter: blur(14px);
  background: linear-gradient(to right, rgba(130, 130, 130, 0.5), rgb(101 91 91 / 50%));
  fill-opacity: 44px;
  border-radius: 40px;
}

.d-none{
  display: none;
}

/* Modal Content */

.modal-content {
  height: 100%;
  width: 100%;
  padding: 20px;
}

.choose-img-container {
  padding-top: 80px;
  margin-bottom: 30px;
}

.choose-img-btn>input {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  height: 50px;
  width: 130px;
  outline: none;
  background-color: transparent;
  border: none;
  color: white;
  font-size: 14px;
  font-family: "Quicksand-Regular";
  cursor: pointer;
}

.choose-img-btn>span{
  background-color: transparent;
  border: none;
  color: white;
  font-size: 14px;
  font-family: "Quicksand-Regular";
}

.choose-img-btn.active>input {
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

.choose-img-types>p {
  text-align: center;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-family: "Quicksand-Regular";
}

.close {
  color: #aaaaaa;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  float: right;
  font-size: 34px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, .1);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.choose-img-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nav-burger {
  display: none;
}

.center-fixed-logo {
  display: none;
}

.sm-menu{
  display: none;
}