/* mobile first */
/* desktop first */
@import url("https://fonts.googleapis.com/css2?family=Poppins:300,400,500,600,700,800,900");
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'OpenSans', sans-serif;
  font-size: 16px; }

.container {
  max-width: 1440px;
  padding: 0 1.4rem;
  margin: 0 auto; }
  @media screen and (max-width: 1440px) {
    .container {
      max-width: 1200px; } }

.title, .service_subtitle {
  font-size: 75px;
  font-weight: 900;
  margin-bottom: 30px; }
  @media screen and (max-width: 992px) {
    .title, .service_subtitle {
      font-size: 60px; } }
  @media screen and (max-width: 768px) {
    .title, .service_subtitle {
      font-size: 48px;
      margin-bottom: 15px; } }

.scroll_to_top {
  align-items: center;
  background: linear-gradient(180deg, #EEF5F8, #FFFFFF, #EEF5F8);
  border-radius: 50%;
  bottom: 50px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  color: #6677E5;
  display: none;
  font-size: 30px;
  font-weight: 900;
  height: 80px;
  justify-content: center;
  position: fixed;
  right: 50px;
  transition: 0.3s ease-in-out;
  width: 80px;
  z-index: 999; }
  @media screen and (max-width: 992px) {
    .scroll_to_top {
      bottom: 25px;
      right: 25px;
      z-index: 999; } }

/*===  page  ===*/
.page {
  position: relative;
  display: flex;
  flex-direction: column; }

/*===  Main  ===*/
.header {
  background: linear-gradient(180deg, #EEF5F8, #FFFFFF, #EEF5F8);
  padding: 40px 0;
  position: relative; }

.navbar {
  display: flex;
  justify-content: space-between; }

.logo_container {
  max-width: 50%; }
  .logo_container img {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    .logo_container {
      max-width: 180px; } }

.navbar_nav {
  display: flex;
  align-items: center;
  gap: 35px;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 992px) {
    .navbar_nav {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 0px 0px 30px 30px;
      border-right: 3px solid rgba(255, 255, 255, 0.1);
      border-bottom: 3px solid rgba(255, 255, 255, 0.1);
      display: none;
      position: absolute;
      padding: 25px 0 40px;
      bottom: 0;
      left: 50%;
      transform: translateY(100%) translateX(-50%);
      width: 80%;
      text-align: center;
      flex-direction: column;
      z-index: 30; } }
  .navbar_nav.navbar_active {
    display: flex; }

.navbar_link a {
  color: #6677E5;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    .navbar_link a {
      color: #fff; } }

.navbar_link:first-of-type {
  border: 2px solid #6677E5;
  padding: 8px 18px;
  margin-right: -18px; }
  @media screen and (max-width: 992px) {
    .navbar_link:first-of-type {
      border-color: #fff;
      margin-right: 0;
      margin-bottom: -15px; } }

.menu_toggle {
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 992px) {
    .menu_toggle {
      display: flex;
      justify-content: center;
      display: flex;
      flex-direction: column;
      gap: 3px; } }
  .menu_toggle.menu_active .bar:first-of-type {
    opacity: 0;
    display: none; }
  .menu_toggle.menu_active .bar:nth-of-type(2) {
    transform: rotate(45deg) translateY(4px); }
  .menu_toggle.menu_active .bar:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-4px); }
  .menu_toggle .bar {
    display: block;
    background: #6677E5;
    height: 3px;
    border-radius: 5px;
    width: 25px;
    transition: all .3s ease-in-out; }

.slider {
  position: relative;
  width: 100%;
  min-height: 945px;
  overflow: hidden; }

.slides {
  width: 400%;
  display: flex; }
  .slides input {
    display: none; }

.slide {
  min-height: 945px;
  width: 25%;
  transition: 1.2s;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.slide_content {
  align-items: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 40px;
  color: #FFFFFF;
  max-width: 1100px;
  padding: 1.4rem; }

.slide_title {
  font-weight: 900;
  font-size: 75px; }
  @media screen and (max-width: 992px) {
    .slide_title {
      font-size: 40px; } }

.slide_text {
  font-size: 30px; }
  @media screen and (max-width: 992px) {
    .slide_text {
      font-size: 22px; } }

.slide_btn, .contact_btn, .live_support_btn {
  background: #fff;
  font-weight: 900;
  font-size: 38px;
  color: #000;
  padding: 30px 110px;
  text-transform: uppercase; }
  .slide_btn:hover, .contact_btn:hover, .live_support_btn:hover {
    opacity: 0.8; }
  @media screen and (max-width: 992px) {
    .slide_btn, .contact_btn, .live_support_btn {
      font-size: 28px;
      padding: 15px 55px; } }

.slide:first-of-type {
  background-image: url("../img/slide1.jpg"); }

.slide:nth-of-type(2) {
  background-image: url("../img/slide2.jpg"); }

.slide:nth-of-type(3) {
  background-image: url("../img/slide3.jpg"); }

.navigation_manual, .navigation_auto {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  bottom: 50px; }

.manual_btn, .auto_btn1, .auto_btn2, .auto_btn3 {
  border: 2px solid #FFFFFF;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  transition: 0.6s;
  cursor: pointer; }
  .manual_btn:hover, .auto_btn1:hover, .auto_btn2:hover, .auto_btn3:hover {
    background: #FFFFFF; }

#radio1:checked ~ .first {
  margin-left: 0; }

#radio2:checked ~ .first {
  margin-left: -25%; }

#radio3:checked ~ .first {
  margin-left: -50%; }

#radio1:checked ~ .navigation_auto .auto_btn1 {
  background: #fff; }

#radio2:checked ~ .navigation_auto .auto_btn2 {
  background: #fff; }

#radio3:checked ~ .navigation_auto .auto_btn3 {
  background: #fff; }

/*===  About  ===*/
.about, .services, .live_support {
  padding: 100px 0;
  background: linear-gradient(180deg, #EEF5F8, #FFFFFF, #EEF5F8); }

.about_cards_container {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 425px));
  justify-content: center;
  text-align: center; }

.about_card {
  display: flex;
  padding: 30px 60px;
  flex-direction: column;
  border: 2px solid #6677E5;
  gap: 25px; }
  @media screen and (max-width: 768px) {
    .about_card {
      padding: 15px 30px; } }

.about_card_title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 25px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .about_card_title {
      font-size: 26px; } }
  .about_card_title::after {
    position: absolute;
    background: #6677E5;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 150px; }

.about_text_container {
  margin-top: 100px;
  text-align: center; }

.about_title {
  font-size: 75px;
  font-weight: 900;
  margin-bottom: 30px; }
  @media screen and (max-width: 992px) {
    .about_title {
      font-size: 60px; } }
  @media screen and (max-width: 768px) {
    .about_title {
      font-size: 48px;
      margin-bottom: 15px; } }

.about_text, .service_text, .answer, .live_support_text {
  font-size: 30px; }
  @media screen and (max-width: 992px) {
    .about_text, .service_text, .answer, .live_support_text {
      font-size: 22px; } }

/*===  Contact  ===*/
.contact, .tagline {
  background: #6677E5;
  padding: 100px 0; }

.contact_content, .tagline_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 55px;
  justify-content: center;
  text-align: center; }

.contact_title, .tagline_title {
  color: #FFFFFF;
  text-transform: uppercase; }

/*===  Services  ===*/
.services_content, .live_support_content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 150px; }

.service, .faq_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px; }

.service_title_holder {
  line-height: 1; }

.service_title {
  margin-bottom: 0; }

.service_subtitle {
  font-size: 50px; }
  @media screen and (max-width: 992px) {
    .service_subtitle {
      font-size: 38px; } }
  @media screen and (max-width: 768px) {
    .service_subtitle {
      font-size: 30px; } }

/*===  Tagline  ===*/
.tagline_title {
  margin-bottom: 0; }

/*===  FAQ  ===*/
.faq {
  padding: 100px 0;
  background: #fff;
  text-align: center; }

.faq_content {
  gap: 40px; }

.faq_title, .question {
  margin-bottom: 15px; }

.question {
  margin-bottom: 0;
  font-size: 45px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .question {
      font-size: 38px; } }
  @media screen and (max-width: 768px) {
    .question {
      font-size: 30px; } }

/*===  Live Support  ===*/
.live_support {
  text-align: center;
  padding-bottom: 40px; }

.live_support_content {
  gap: 40px; }

.live_support_title {
  margin-bottom: 0; }

.divider {
  background: #6677E5;
  content: "";
  display: block;
  height: 4px;
  width: 150px;
  margin-top: 20px; }

.live_support_text a {
  font-weight: 700;
  color: #000; }

.live_support_btn {
  background: #6677E5;
  font-weight: 900;
  color: #FFFFFF;
  margin: 20px 0; }

/*=== Footer ====*/
.footer {
  font-size: 18px; }
