@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  color: #555;
  font-family: "Mulish", sans-serif;
  line-height: 1.3;
}

img,
svg {
  max-width: 100%;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

.btn {
  border-radius: 4px;
  padding: 10px 30px;
  font-weight: 500;
  border-radius: 0;
}

.btn-primary {
  background-color: #3281ff;
  border: 1px solid #3281ff;
  color: #fff;
}

.btn-light {
  border: 1px solid #fff;
  background-color: #fff;
}

.btn-light:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-light-outline {
  color: #fff;
  border: 1px solid #fff;
}

.btn-light-outline:hover {
  background-color: #fff;
}

.title-main {
  margin-bottom: 60px;
}

.title-main h2 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.title-main span {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}

.title-main p {
  font-size: 16px;
  max-width: 700px;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 9;
}

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

header .main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  gap: 40px;
  margin: 0;
  padding: 10px 50px;
}

header .main-menu ul li a {
  color: #333;
  font-weight: 600;
}

header .main-menu ul li a:hover {
  color: #000;
}

.hero-section {
  padding: 150px 0 50px;
  background: url(../images/bg-1.png);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.hero-section .hero-inner {
  max-width: 600px;
}

.hero-section .hero-inner h1 {
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 2rem;
}

.hero-section .hero-inner h1 span {
  color: #3281ff;
  display: block;
}

.hero-section .hero-inner p {
  font-size: 18px;
  font-weight: 300;
}

.how-it-works {
  padding: 50px 0;
}

.how-it-works .how-it-works-inner {
  max-width: 320px;
}

.how-it-works .how-it-works-inner .hit-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.how-it-works .how-it-works-inner .hit-top .no {
  border-radius: 10px;
  background: #f2f2f7;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  transition: all ease 0.3s;
}

.how-it-works .how-it-works-inner h4 {
  font-size: 18px;
}

.how-it-works .how-it-works-inner:hover .hit-top .no {
  background-color: #3281ff;
  color: #fff;
}

.snow-proxies {
  padding: 50px 0;
}

.title-inner {
  margin-bottom: 40px;
}

.title-inner span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3281ff;
  margin-bottom: 5px;
  display: inline-block;
}

.title-inner h3 {
  font-size: 34px;
  margin-bottom: 1rem;
}

.snow-proxies .pas-inner {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.snow-proxies .pas-inner span {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: rgba(255, 155, 63, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.snow-proxies .pas-inner h4 {
  font-size: 18px;
}

.snow-proxies .fuf-inner p {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 10px;
}

.snow-proxies .fuf-inner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #ebf2ff;
  border-radius: 50px;
  flex-shrink: 0;
}

.snow-proxies .fuf-inner span svg {
  width: 14px;
}

.our-features {
  padding: 50px 0;
  position: relative;
}

.our-features:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  min-height: 300px;
  z-index: -1;
}

.our-features .our-features-listing {
  display: flex;
  flex-wrap: wrap;
}

.our-features .our-features-inner {
  flex: 0 0 33.333%;
  padding: 30px;
  background-color: #fff;
  border-right: 1px solid #ddd;
}

.our-features .our-features-inner h4 {
  font-size: 24px;
  margin: 1.5rem 0 1rem;
}

.our-features .our-features-inner:nth-child(-n + 3) {
  border-bottom: 1px solid #ddd;
}

.our-features .our-features-inner:nth-child(3) {
  border-right: 0;
}

.what-saying-sc {
  padding: 50px 0;
  position: relative;
}

.what-saying-sc .title-inner {
  position: absolute;
}

.what-saying-sc .mySwiper {
  padding-top: 120px;
}

.what-saying-sc .swiper-slide {
  height: unset;
}

.what-saying-sc .testimoni-inner {
  border-radius: 15px;
  padding: 30px 25px;
  border-radius: 8px;
  border: 1px solid #ddd;
  height: 100%;
}

.what-saying-sc .testimoni-inner:hover {
  border: 1px solid #3281ff;
}

.what-saying-sc .testimoni-inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.user-details {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.user-details img {
  flex-shrink: 0;
}

.user-details p {
  margin: 0;
  font-size: 12px;
}

.user-details p:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.swiper-buttons {
  position: absolute;
  width: 110px;
  height: 50px;
  right: -10px;
  top: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  background: #3281ff;
}

.swiper-button-prev {
  background: #3281ff;
}

.swiper-buttons svg {
  width: 20px;
}

.frequently-asked-question {
  padding: 0 0 50px;
}
.frequently-asked-question .accordion-item {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.8rem;
  border: 1px solid #cdcdcd;
}
.frequently-asked-question .accordion-header {
  position: relative;
  position: relative;
  z-index: 1;
}

.frequently-asked-question .accordion-button {
  background-color: transparent;
  border: 0;
  padding: 1.3rem;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  padding-right: 50px;
}
.frequently-asked-question .accordion-button::before {
  content: "";
  width: 2px;
  height: 12px;
  background: #b0b0b0;
  top: 26px;
  position: absolute;
  right: 30px;
}
.frequently-asked-question .accordion-button::after {
  width: 12px;
  height: 2px;
  background: #b0b0b0;
  top: 31px;
  position: absolute;
  right: 25px;
}
.frequently-asked-question .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.frequently-asked-question .accordion-button:not(.collapsed):before {
  display: none;
}
.frequently-asked-question .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.frequently-asked-question .accordion-collapse {
  padding: 1.4rem;
  padding-top: 0;
}
/* .frequently-asked-question .accordion-collapse.show {
  border-bottom: 5px solid #F96;
} */
.frequently-asked-question .accordion-collapse .accordion-body {
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.frequently-asked-question .accordion-item {
  position: relative;
}

.frequently-asked-question .accordion-item:hover {
  border: 2px solid #3281ff;
}

.frequently-asked-question .show:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #3281ff;
  border-radius: 10px;
}

.email-subscribe {
  padding: 100px 0;
  background-color: rgb(50 129 255 / 13%);
}

.email-subscribe h2 {
  font-size: 48px;
  margin-bottom: 2rem;
  text-align: center;
}

.email-subscribe-inner form {
  max-width: 440px;
  margin: auto;
}

.email-subscribe-inner .form-group {
  position: relative;
}
.email-subscribe-inner .form-group:not(:last-child) {
  margin-bottom: 12px;
}

.email-subscribe-inner .btn {
  margin-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.email-subscribe-inner .form-group input {
  border: 0.5px solid #ddd;
  background: #fff;
  border-radius: 0;
  padding: 24px 20px;
}

.email-subscribe-inner .form-group label {
  margin-bottom: 5px;
}

.form-group-domains {
  display: flex;
  flex-direction: column;
}

.form-group-domains select {
  border: 0.5px solid #ddd;
  background: #fff;
  border-radius: 0;
  padding: 24px 20px;
}

footer {
  padding: 100px 0;
}

footer .social-icons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

footer .quick-links h4 {
  font-size: 16px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

footer .quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .quick-links ul li a {
  color: #333;
  font-size: 14px;
  display: block;
  padding: 10px 0;
}

footer .quick-links ul li a:hover {
  color: #3281ff;
}

.copyright-text {
  margin-top: 80px;
  text-align: center;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid lightblue;
  border-right-color: #fff;
  animation: l2 1s infinite linear;
  display: none;
}

.loader.show {
  display: block;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}

/* alert */

header {
  position: relative;
}

.alert {
  margin: 10px 0px;
  padding: 12px;
  border-radius: 5px;
  position: fixed;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);

  font-family: inherit, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  min-width: 500px;
  letter-spacing: 1px;
  display: none;
}

.alert.show {
  display: block;
}

.alert:hover {
  cursor: pointer;
}

.alert:before {
  padding-right: 12px;
}

.alert:after {
  content: "\f00d";
  font-family: "FontAwesome";
  float: right;
  padding: 3px;
  &:hover {
    cursor: pointer;
  }
}

.alert-info {
  color: #00529b;
  background-color: #bde5f8;
  border: 1px solid darken(#bde5f8, 15%);
}

.alert-info:before {
  content: "\f05a";
  font-family: "FontAwesome";
}

.alert-warn {
  color: #9f6000;
  background-color: #feefb3;
  border: 1px solid darken(#feefb3, 15%);
}

.alert-warn:before {
  content: "\f071";
  font-family: "FontAwesome";
}

.alert-error {
  color: #d8000c;
  background-color: #ffbaba;
  border: 1px solid darken(#ffbaba, 15%);
}

.alert-error:before {
  content: "\f057";
  font-family: "FontAwesome";
}

.alert-success {
  color: #f2f5ef;
  background-color: #22c55e;
  border: 1px solid darken(#dff2bf, 15%);
}

.alert-success:before {
  content: "\f058";
  font-family: "FontAwesome";
}

@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }

  header .logo img {
    /* max-height: 20px; */
  }

  .toggle-button {
    padding: 9px;
  }

  .toggle-button svg {
    width: 24px;
  }

  header .menu-col {
    padding: 0;
  }

  header .main-menu {
    position: fixed;
    align-items: flex-start;
    justify-content: flex-start;
    top: 15px;
    left: -220px;
    bottom: 15px;
    border-radius: 15px;
    width: 200px;
    background: #fff;
    z-index: 9;
    padding: 30px 20px;
    box-shadow: 0 0 5px #ddd;
    transition: all linear 0.3s;
    text-align: center;
  }

  header .main-menu.sticky {
    left: 15px;
  }

  header .main-menu ul {
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    flex: 0 0 100%;
  }

  header .main-menu ul li a {
    padding: 10px 0;
    display: block;
  }

  header .btn {
    padding: 9px;
  }

  .hero-section .hero-inner h1 {
    font-size: 36px;
  }

  .title-main h2 {
    font-size: 34px;
  }

  .title-main p br {
    display: none;
  }

  .how-it-works {
    padding: 0px 0;
  }

  .how-it-works .how-it-works-inner {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .title-inner h3 {
    font-size: 26px;
  }

  .our-features .our-features-listing {
  }

  .our-features .our-features-inner {
    flex: 0 0 100%;
    border-bottom: 1px solid #ddd;
    border-right: 0;
  }

  .what-saying-sc {
    padding: 0px 0;
  }

  footer {
    padding: 40px 0;
  }

  footer .quick-links h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .copyright-text {
    margin-top: 30px;
  }
}
