/* :: HEADER :: */
.header {
  padding: 30px 0 50px;
  background: linear-gradient(180deg,
  #0a0e27 0%,
  #10142d 20%,
  #1a223a 50%,
  #141a2e 80%,
  #0a0e27 100%
);
  overflow: hidden;
}

@media only screen and (max-width: 1199.98px) {
  .header {
    padding: 170px 0 50px;
  }
}

/* navigator */
.header .navigator {
  margin-top: 120px;
  margin-bottom: 100px;
  font-family: var(--secondary-font);
}

/* title */
.header .navigator .title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--light);
  margin-right: 45px;
}
.header .navigator .title::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--light);
  right: -24px;
}

/* item */
.header .navigator .item {
  font-size: 15px;
  font-weight: 500;
  color: var(--light);
  border-bottom: 1px solid transparent;
}
.header .navigator .item.active {
  font-weight: 600;
  border-bottom-color: var(--light);
 }
.header .navigator .item:not(:last-child) {
  margin-right: 25px;
}
.header .navigator .item:hover {
  border-bottom-color: var(--light);
}

/* title-5 */
.header .title-5 {
  font-size: 17px;
  font-family: var(--secondary-font);
  color: var(--light);
  font-weight: 500;
  margin-bottom: 5px;
}

/* title-5 */
.header .title-1 {
  font-size: clamp(2.01rem,calc(.5rem + 2.9004vw),3.247rem);
  font-family: var(--secondary-font);
  font-weight: bold;
  color: var(--light);
  line-height: 1.1;
  margin-bottom: 20px;
}

/* para-1 */
.header .para-1 {
  color: var(--light);
}

/* hero */
.header .hero {
  position: absolute;
  bottom: -40px;
  left: 60%;
  width: 500px;
}
@media only screen and (max-width: 1199.98px) {
  .header .hero {
    left: 70%;
    width: 350px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header .hero {
    display: none
  }
}

.btn-fill-pink {
  background-color: #fe7062;
  color: #fff;
  border: 1px solid #fe7062;
}

.btn-fill-pink:hover {
  background-color: #fe7062cc;
  color: #fff;
  border: 1px solid #fe7062cc;
}

.space-between{
  margin-right: 10px;
  margin-bottom: 10px;
}
/* ----------------------------------- */

/* :: PLANS SECTION :: */

.plans-sec .row{
  display: flex !important;
  justify-content: space-evenly !important;
  align-content: center !important;

}

.plans-sec .plans-toggler .buttons {
  background-color: var(--semi-dark);
  padding: 8px;
  border-radius: 50px;
}

.plans-sec .plans-toggler button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--semi-dark);
  border: 0;
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all .15s ease;
}

.plans-sec .plans-toggler button.active {
  background-color: var(--primary);
  color: #fff;
}

/* plan */
.plans-sec .plans .plan {
  position: relative;
  padding: 40px;
  background-color: var(--semi-dark-3);
  border: 1px solid var(--darkBlue);
  border-radius: 12px;
  height: 100%;
  z-index: 2
}

/* popular-box */
.plans-sec .plans .plan .popular-box {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.plans-sec .plans .plan .popular-box::before {
  position: absolute;
  content: '';
  left: -4px;
  top: -4px;
  width: 48px;
  height: 48px;
  background: conic-gradient(
    #fd004c,
    #fe9000,
    #fff020,
    #3edf4b,
    #3363ff,
    #b102b7,
    #fd004c
  );
  animation: spin 1.5s infinite linear;
  border-radius: 50%;
  z-index: -1;
}
.plans-sec .plans .plan .popular-box img {
  width: 17px;
}

/* plan-icon */
.plans-sec .plans .plan-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: -4px
}

/* plan-head */
.plans-sec .plans .plan-head {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.plans-sec .plans .plan-name {
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: #ffffff;
}

.plans-sec .plans .plan-para {
  font-size: 14px;
  font-weight: 500;
  color: var(--darkGray);
  min-height: 50px
}

/* plan-price */
.plans-sec .plans .plan-price {
  margin-bottom: 20px
}
.plans-sec .plans .plan-price:not([data-for="monthly"]) {
  display: none;
}
.plans-sec .plans .plan-price .price {
  font-size: 30px;
  font-family: var(--third-font);
  font-weight: 700;
  color: #ffffff;
}

.plans-sec .plans .plan-price .price-comment {
  font-size: 14px;
  font-weight: 500;
  color: var(--darkGray);
}

/* actions */
.plans-sec .plans .actions {
  padding-bottom: 10px
}

/* group */
.plans-sec .plans .group {
  margin-top: 45px;
}
.plans-sec .plans .group .title-4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px
}

.plans-sec .plans .group .list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
  color: var(--darkGray);
  padding-right: 26px;
}
.plans-sec .plans .group .list li:not(last-of-type) {
  margin-bottom: 10px
}
.plans-sec .plans .group .list li img {
  margin-right: 10px;
  width: 16px
}

/* float-box */
.plans-sec .plans .group .list li .float-box {
  position: absolute;
  top: 2px;
  right: 0;
  width: 18px;
  height: 18px;
}
.plans-sec .plans .group .list li .float-box::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: '?';
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  font-size: 12px;
  font-family: var(--secondary-font);
  font-weight: 600;
  line-height: 1;
  transition: all .15s ease-in-out;
}

.plans-sec .plans .group .list li .float-box:hover::before {
  background-color: rgba(0, 0, 0, .2);
}
.plans-sec .plans .group .list li .float-box::after {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 280px;
  background-color: var(--semi-dark);
  white-space: normal;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--darkGray);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  box-shadow: 0 10px 45px 0 rgba(0, 0, 0, .4);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all .15s ease-in-out;
}

.plans-sec .plans .group .list li .float-box:hover::after {
  visibility: visible;
  opacity: 1;
}

/* se-footer */
.plans-sec .se-footer .line {
  margin: 6px 12px;
}
.plans-sec .se-footer .line .icon {
  min-width: 16px;
  width: 16px;
  margin-right: 10px;
}
.plans-sec .se-footer .line .text {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--darkGray);
  line-height: 1;
}
/* ----------------------------------- */

/* :: SECTION II :: */

/* text-area */
.se-ii .text-area .title-1 {
  font-size: 42px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.se-ii .text-area .para-1 {
  color: var(--darkGray);
}
@media only screen and (max-width: 767.98px) {
  .se-ii .text-area .title-1 {
    font-size: 26px;
  }
}

/* box */
.se-ii .box {
  background-color: var(--semi-dark-2);
  border-radius: 8px;
  padding: 20px;
  border: 1px solid var(--border);
  transition: all .20s ease;
}

.se-ii .box .box-title {
  font-family: var(--secondary-font);
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.se-ii .box .box-para {
  color: var(--darkGray);
}

/* ----------------------------------- */

/* :: SECTION IV :: */

/* box */
.se-iv .box {
  background-color: var(--semi-dark);
  border-radius: 8px;
  padding: 35px 30px 10px;
  border: 1px solid var(--border);
  transition: all .20s ease;
}

.se-iv .box:hover {
  background-color: var(--semi-dark-2);
}

/* box-link */
.se-iv .box-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

/* icon */
.se-iv .box .icon {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.se-iv .box .icon::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--primary);
  opacity: .1;
}
.se-iv .box.color-1 .icon::before {
  background-color: #26C6DA;
}
.se-iv .box.color-2 .icon::before {
  background-color: #FC573B;
}
.se-iv .box.color-3 .icon::before {
  background-color: #FFD200;
}
.se-iv .box.color-4 .icon::before {
  background-color: #BD63F9;
}
.se-iv .box.color-5 .icon::before {
  background-color: #00FFB7;
}
.se-iv .box.color-6 .icon::before {
  background-color: #FE9801;
}
.se-iv .box .icon img {
  width: 34px;
}

/* box-title */
.se-iv .box-title {
  color: #FFFFFF;
  font-size: 20px;
  font-family: var(--secondary-font);
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* box-para */
.se-iv .box-para {
  font-size: 14px;
  font-weight: 500;
  color: var(--darkGray);
  line-height: 1.7;
  max-height: 70px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}

/* arrow */
.se-iv .arrow {
  margin-top: 20px;
}
.se-iv .arrow img {
  width: 24px;
  filter: contrast(0);
  transition: all .15s ease;
}
.se-iv .box:hover .arrow img {
  filter: contrast(100%);
}

/* contact form */

.services-form {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 28px;
  max-width: 600px;
  padding: 70px;
}
@media only screen and (max-width: 991.98px) {
 .services-form {
    max-width: 100%;
  } 
}

/* form-title */
 .services-form .form-title {
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 60px;
}

/* form-label */
.services-form .form-label {
  position: relative;
  display: block;
}
.services-form .form-label:not(:last-of-type) {
  margin-bottom: 20px;
}

/* input-label */
.services-form .form-label .input-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--secondary-font);
  color: #fff;
  margin-bottom: 6px;
  text-align: left;
}

/* form-input */
.services-form .form-label .form-input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 44px 0 20px;
  border-radius: 8px;
  background-color: #0b0c1b;
  border: 1px solid rgba(255, 255, 255, 0);
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #ffffff;
  transition: all .15s ease;
  border: 1px solid #0060fe;
}

.services-form .form-label textarea.form-input {
  height: unset;
  padding: 14px 44px 14px 20px;
  resize: none;
}

 .services-form .form-label .form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, .3);
}

 .services-form .form-label .form-input:hover,
 .services-form .form-label .form-input:focus {
  background-color: #323447;
}

/* error & valid */
.services-form .form-label .form-input.error {
  background-color: #f6ead7;
  border-color: #F4C983;
  color: var(--dark);
}
 .services-form .form-label .form-input.valid {
  background-color: #1f273e;
  border-color: var(--primary);
}

/* state */
.services-form .form-label .state {
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.services-form .form-label .form-input.error ~ .state {
  display: block;
  background-color: #F4C983;
}
.services-form .form-label .form-input.valid ~ .state {
  display: block;
  background-color: var(--primary);
}

#subject{
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 44px 0 20px;
  border-radius: 8px;
  background-color: #0b0c1b;
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #ffffff;
  transition: all .15s ease;
  border: 1px solid #0060fe;
}

/* error */
.services-form .form-label span.error {
  display: block;
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #F4C983;
  margin-top: 10px;
}

.box-message {
  display: none
}

.box-success {
  background-color: #a0ff7b;
  border: 2px solid hsl(138, 73%, 50%)
}

.box-error {
  background-color: #ff7b7b;
  border: 2px solid hsl(0, 100%, 50%)
}


.btn-fill-custom {
  background-color: transparent;
  font-size: 24px;
  color: #fff;
  border: none;
  box-shadow: 0 22px 20px -15px rgb(0 106 255 / 5);
}

/* ----------------------------------- */
/* Notifications */
.notifications {
  display: none;
  position: fixed;
  z-index: 99;
  top: 140px;
  left: 15px;
}
.notifications .notify {
  position: relative;
  padding: 12px 70px 12px 20px;
  background: #1B1B2F;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 550px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  left: -400px;
  opacity: 0;
  visibility: hidden;
  transition: all .6s cubic-bezier(.77,0,.175,1);
}
.notifications .notify.show {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.notifications .notify-1::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 6px;
}
.notifications .notify-1.success::before {
  background: #4ad395;
}
.notifications .notify-1.fail::before {
  background: #ef3737;
}
.notifications .notify-1 .para-1 {
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #ffffff;
  max-width: 370px;
  line-height: 1.4;
}
.notifications .notify-1 .para-1 span {
  font-weight: 500;
}
.notifications .notify-1.success .para-1 span {
  color: #4ad395;
}
.notifications .notify-1.fail .para-1 span {
  color: #ef3737;
}
.notifications .notify-1 .close-notify-btn {
  position: absolute;
  right: 12px;
  top: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.notifications .notify-1 .close-notify-btn svg {
  fill: #6d7c90;
  width: 12px;
  transition: all .2s ease;
}
.notifications .notify-1 .close-notify-btn:hover svg {
  fill: #b81525;
}
@media only screen and (max-width: 767.98px) {
  .notifications .notify {
    min-width: 300px;
    width: 360px;
  }
}

/* :: MAP SECTION :: */
/* map */
.map-se .map {
  opacity: .7;
}

/* markers */
.map-se .markers {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* marker */
@media only screen and (min-width: 768px) {
  .map-se .marker {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    transition: z-index 1s ease;
  }
  .map-se .marker:hover {
    z-index: 3;
    transition: z-index 0s ease;
  }
  .map-se .marker:nth-child(1) {
    left: 30%;
    top: 30%;
  }
  .map-se .marker:nth-child(2) {
    left: 60%;
    top: 23%;
  }
  .map-se .marker:nth-child(3) {
    left: 46%;
    top: 39%;
  }
  .map-se .marker:nth-child(4) {
    left: 27%;
    top: 61%;
  }
  .map-se .marker:nth-child(5) {
    left: 77%;
    top: 37%;
  }
}

/* icon */
.map-se .marker .icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url("../../images/pages/game-server/icons/marker.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.map-se .marker .icon::after {
  position: absolute;
  content: '';
  left: 20px;
  top: 17px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: all .15s ease-in-out;
  z-index: 2;
}
.map-se .marker:hover .icon::after {
  transform: scale(1.7);
}

/* m-body */
.map-se .marker .m-body {
  position: absolute;
  width: 240px;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--semi-dark-2);
  padding: 20px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.map-se .marker .m-body::before {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 47%;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: var(--semi-dark-2);
  transform: rotate(45deg);
}

.map-se .marker:hover .m-body {
  visibility: visible;
  opacity: 1;
}
.map-se .marker .flag {
  width: 26px;
  margin-right: 15px;
}
.map-se .marker .m-title {
  font-size: 16px;
  font-family: var(--g2-font);
  font-weight: 700;
  color: #fff;
}

.map-se .marker .m-para {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--gray);
}

/* open-left */
.map-se .marker.open-left .m-body {
  left: unset;
  right: calc(100% + 10px);
}
.map-se .marker.open-left .m-body::before {
  left: unset;
  right: -6px;
}

/* Media */
@media only screen and (max-width: 767.98px) {

  .map-se {
    padding-bottom: 70px;
  }

  /* map */
  .map-se .map {
    display: none !important;
  }

  /* markers */
  .map-se .markers {
    all: unset;
    box-sizing: border-box;
  }

  /* marker */
  .map-se .marker {
    all: unset;
    box-sizing: border-box;
    display: block;
    background-color: transparent;
    padding: 8px 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* icon */
  .map-se .marker .icon {
    display: none;
  }

  /* m-body */
  .map-se .marker .m-body,
  .map-se .marker .m-body::before {
    all: unset;
    box-sizing: border-box;
  }
  .map-se .marker .m-body {
    padding: 15px !important;
    display: block;
    background: var(--semi-dark);
    border-radius: 6px;
  }

  .map-se .marker .flag {
    width: 26px;
    margin-right: 15px;
  }
  .map-se .marker .m-title {
   color: #fff;
  }

  .map-se .marker .m-para {
    color: var(--gray);
  }
}

/* ----------------------------------- */