* {
  box-sizing: border-box;
}

body {
  /* background: #1B1C31; */
  background-color: #1B1C31;
  font-family: 'Open Sans';
  background-image: url(../img/skopein-full-image.png);
  background-size: cover;
  position: relative;
}

.navbar-toggler-icon {
  background-image: url('../img/hamburger-lines.png')
}

.navbar {
  margin: 20px 0;
}

.navbar-brand img {
  max-width: 215px;
}

.navbar-nav li {
  padding: 5px 10px;
}

.navbar-nav li a {
  font-size: 16px;
  color: #E5E5E5;
  transition: all 0.3s;
}

.navbar-nav li a:hover {
  color: rgb(21, 191, 253);
  transition: all 0.3s;
}

.navbar-nav li a.active {
  color: rgb(21, 191, 253) !important;
}

.main-cta-div {
  border-radius: 49.4144px;
  background: #0E101C;
  /* background: linear-gradient(90deg, rgba(21, 191, 253, 1) 0%, rgba(156, 55, 253, 1) 100%); */
  display: inline-block;
  box-shadow: 0px 0px 14px 14px #141619a1;
}

.main-cta {
  background: linear-gradient(90deg, rgba(21, 191, 253, 1) 0%, rgba(156, 55, 253, 1) 100%);
  border-radius: 49.4144px;
  padding: 6px 25px;
  display: inline-block;
  margin: 5px;
  box-shadow: 0px 0px 3px 5px #119ecf2b;
  border: 2px solid rgb(21, 191, 253);
  transition: all 0.3s ease;
  font-weight: 700;
}



.navbar .main-cta {
  padding: 6px 25px !important;
}

.main-cta i {
  font-size: 12px;
  margin-left: 10px;
}

.main-cta:hover {
  background: linear-gradient(275deg, #f689f1d9 0%, rgba(156, 55, 253, 1) 100%);
  /* background: #d647e4; */
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.main-cta.back {
  background: #fff !important;
  color: #268BBF !important;
}

.first-section {
  margin: 30px 0 50px 0;
}

.first-section h1 {
  color: #fff;
  font-size: 60px;
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 60px;
  line-height: 77px;
}

.second-section {
  margin: 50px 0;
  padding: 50px 0;
}

.second-section h2 {
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 38px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.second-section p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  text-align: center;
}

/* .back-border {
  background: rgb(21, 191, 253);
  background: linear-gradient(90deg, rgba(21, 191, 253, 1) 0%, rgba(156, 55, 253, 1) 100%);
  border-radius: 16px;
} */

.about-box {
  margin: 1px;
  border-radius: 16px;
  border: 1px solid rgb(21, 191, 253);
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
}

.what-we-offer {
  padding: 50px 0;
}

.what-we-offer {
  position: relative;
}

.what-we-offer .spring-line {
  position: absolute;
  left: -5px;
  top: 0;
  max-width: 540px;
}

.what-we-offer h2 {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 30px;
}

.what-we-offer h3 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.what-we-offer p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.offer-content-box {
  margin-right: 40px;
}

.why-choose-skopein {
  padding: 50px 0;
}

.why-choose-skopein h2 {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}

.c-card {
  border: 1px solid #15BFFD;
  margin: 20px 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 50px;
}

.timeline {
  position: relative;
}

.dot-arrow-first {
  position: absolute;
  left: -8px;
  top: 85px
}

.dot-arrow-third {
  position: absolute;
  left: -8px;
  top: 335px
}

.dot-arrow-second {
  position: absolute;
  right: -8px;
  top: 160px
}

.dot-arrow-fourth {
  position: absolute;
  right: -8px;
  top: 420px
}

.c-card {
  position: relative;
  height: 150px;
}

.c-card.third {
  margin-top: 100px;
}

.c-card.second {
  margin-top: 100px;
}

.c-card.fourth {
  margin-top: 100px;
}

.card-guard-left {
  position: absolute;
  right: -12px;
  height: 170px;
  top: -11px;
}

.card-guard-right {
  position: absolute;
  left: -12px;
  height: 170px;
  top: -11px;
}

.c-card p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0px;
}

.c-card img {
  max-width: 100px;
}

.footer-section {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 0 20px 0;
}

.social-follow p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.social-follow ul {
  list-style: none;
}

.social-follow ul li {
  margin-right: 20px;
}

.footer-section h3 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-nav {
  list-style: none;
  padding: 0;
}

.footer-nav li a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.footer-nav li a:hover {
  color: rgb(21, 191, 253) !important
}

.copyright-text {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  letter-spacing: -1px;
  color: #DBDBDB;
}

.to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  display: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.7s
}

.to-top:hover {
  opacity: 1;
}

.to-top.show {
  display: block !important;
}

.contact-section {
  padding: 50px 0;
}

.contact-section h2 {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 50px;
  margin-bottom: 20px;
}

.contact-section p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 40px;
}

.contact-section p a {
  color: rgb(21, 191, 253) !important;
}

.start-skopein-modal .modal-content {
  background: #1B1C31;
  /* background: radial-gradient(circle, rgba(0, 0, 0, 1) 25%, rgba(46, 28, 58, 1) 50%, rgba(0, 0, 0, 1) 75%); */
  border: 2px solid #15BFFD;
}

.skopein-options {
  color: #fff;
  /* text-align: center; */
}

.start-skopein-modal .modal-title {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.start-skopein-modal .modal-header {
  border-bottom: 0;
  padding-top: 30px;
}



.start-skopein-modal .btn-close {
  background-color: #000;
  background-image: url('../img/x-close.png');
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  color: #fff !important;

}


.start-skopein-modal .agree-option {
  margin: 20px 0;
  color: #fff;
}

@media(min-width: 1400px) {
  .dot-arrow-first {
    left: 8px;
  }

  .dot-arrow-third {
    left: 8px;
  }

  .dot-arrow-second {
    right: 7px;
  }

  .dot-arrow-fourth {
    right: 7px;
  }

  .what-we-offer .container-fluid {
    max-width: 1320px !important;
  }

  .what-we-offer .spring-line {
    position: static
  }
}

@media(max-width: 1024px) {
  .what-we-offer .spring-line {
    position: static;
  }

  .dot-arrow-first,
  .dot-arrow-third {
    left: -22px;
  }

  .dot-arrow-second,
  .dot-arrow-fourth {
    right: -23px;
  }
}

@media(max-width: 768px) {
  .c-card p {
    font-size: 16px;
    margin: 0;
  }

  .c-card {
    padding: 10px;
  }
}

@media(max-width: 576px) {
  .second-section {
    margin-top: 0px;
    padding: 30px 0;
  }

  .what-we-offer {
    padding: 0;
  }

  .offer-content-box {
    margin-right: 0;
    text-align: center;
  }

  .c-card.second {
    margin: 0 0 20px 0
  }

  .c-card.first {
    margin: 0 0 20px 0
  }

  .c-card.third {
    margin: 0 0 20px 0
  }

  .c-card.fourth {
    margin: 0 0 20px 0
  }

  .card-guard-left,
  .card-guard-right {
    display: none;
  }

  .why-choose-skopein {
    padding: 30px 0;
  }

  .footer-section {
    text-align: center;
  }

  /* .footer-section img {
    margin: auto;
  } */

  .social-follow ul {
    justify-content: center;
  }

  .social-follow ul li {
    text-align: center;
    margin: 10px 20px;
  }

  .copyright-text {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 20px auto;
    display: block;
  }

  .social-follow p {
    margin-bottom: 10px;
  }

  .first-section .main-cta-div {
    display: block;
    margin-bottom: 20px;
  }

  .first-section .main-cta-div .main-cta {
    display: block;
    text-align: center;
    padding: 15px;
  }

  .first-section {
    margin: 30px 0 0 0;
  }

  .navbar-nav li a {
    color: #777777
  }
}

@media(min-width: 1200px) {


  .start-skopein-modal .modal-body {
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .start-skopein-modal .btn-close {
    position: absolute;
    padding: 10px;
    right: -10px;
    top: 45%;
    opacity: 1;
    z-index: 3;
  }
}