* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100vw;
    height: 100vh;
}

header {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
}

.logo {
    width: 25%;
    /* background: blue; */
    margin-left: 3%;
    margin-top: 2%;
    position: relative;
}

.word {
    position: absolute;
    margin-top: 8%;
    left: 8%;
}

.check {
    position: absolute;
    top: 24px;
    left: 149px;
}





.nav {
    width: 40%;
    position: relative;
    /* pseudo-elementlər üçün lazımdır */
    overflow-y: hidden;
}

.nav::before,
.nav::after {
    content: "";
    position: absolute;
    width: 200px;
    /* şəkilin ölçüsünü uyğunlaşdır */
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    /* menyunun arxasında qalsın */
}

/* Sol tərəfdəki şəkil */
.nav::before {
    background-image: url("../img/background1.png");
    /* öz şəkil yolunu yaz */
    bottom: -50px;
    /* menyunun altına sürüşdürmək üçün */
    left: 0;
}

/* Sağ tərəfdəki şəkil */
.nav::after {
    background-image: url("../img/background2.png");
    bottom: -50px;
    right: 0;
    width: 395px;
}


.nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    margin-top: 40px;
    margin-left: 20px;
    list-style-type: none;

}

.nav ul li a {
    width: 40%;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    color: #6E666F;

}

.sign_log {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 20px;
}

.sign_log a {
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    color: #646E77;
}

.sign_log button {
    border-radius: 25px;
    padding: 10px 40px;
    margin-left: 15px;
    border: none;
    background-image: linear-gradient(to right, #73AFF3, #D766DD);


}

.sign_log button a {
    color: #fff;
    text-shadow: 0px 0px 3px #fff;

}

section {
    width: 100vw;
    border-radius: 25px;
    box-shadow: 0px 0x 4px #BAD7F9;
    position: relative;
}

.section_overall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    height: 100vh;
}

.section1,
.section2,
.section3 {
    border: none;
    border-radius: 45px;
    box-shadow: 0 0 50px 3px #C3DCFA;
    width: 25%;
    height: 70vh;
    margin-top: 20px;
    /* background: red; */
}

.section1 p {
    color: #868693;
    font-size: 20px;
    padding: 5px 10px;
    background-color: #DCDCDC;
    border-radius: 10px;
    margin-top: 10px;
    justify-content: center;
    text-align: center;
    width: 230px;
}

.section1 h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.section1 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #868693;
    text-align: center;
}

.section1 ul {
    margin-left: 25px;
    color: #868693;
}

.section1 ul li::marker {
    color: #009951;
    font-size: 16px;
}

.section2 p {
    color: #868693;
    font-size: 20px;
    padding: 5px 10px;
    background-color: #DCDCDC;
    border-radius: 10px;
    margin-top: 10px;
    justify-content: center;
    text-align: center;
    width: 230px;
}


.section1 h3 {
    font-size: 16px;
    text-align: center;
    margin: 30px 20px;
}

.section1 a {
  display: inline-block;
  padding: 10px 70px;
  border: none;
  border-radius: 25px;
  background-image: linear-gradient(to right, #0088FF, #D766DD);
  font-size: 20px;
  margin-left: 40px;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  z-index: 11; /* linki üste çıxarır */
}

.section1 a:hover {
  width: 80%;             /* indi işləyəcək */
  cursor: pointer;
  background-image: linear-gradient(to right, #D766DD, #0088FF); /* effekt olsun deyə */
}
.section_2 {
    margin-bottom: 20px;
}

.section2 p {
    color: #868693;
    font-size: 20px;
    padding: 5px 10px;
    background-color: #DCDCDC;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    width: 230px;
}

.section2 h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.section2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #868693;
    text-align: center;
}

.section2 ul {
    margin-left: 25px;
    color: #868693;
}

.section2 ul li::marker {
    color: #009951;
    font-size: 16px;
}

.section2 h3 {
    font-size: 16px;
    text-align: center;
    margin: 30px 20px;
}


.basic h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 10px;
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(to right, #73AFF3, #0088FF);
    margin-left: 30px;
    margin-top: 15px;
}

.basic_2 h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 10px;
    width: 150px;
    border-radius: 10px;
    background: linear-gradient(to right, #73AFF3, #0088FF);
    margin-left: 30px;
    margin-top: 15px;
}


.section2 h3 {
    font-size: 16px;
    text-align: center;
    margin: 30px 20px;
}

.section2 a {
  display: inline-block;
  padding: 10px 70px;
  border: none;
  border-radius: 25px;
  background-image: linear-gradient(to right, #0088FF, #D766DD);
  font-size: 20px;
  margin-left: 40px;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10; /* linki üste çıxarır */
}

.section2 a:hover {
  width: 80%;             
  cursor: pointer;
  background-image: linear-gradient(to right, #D766DD, #0088FF); /* effekt olsun deyə */
}
.section3 {
    background-color: #000;
    width: 25%;
    overflow-y: hidden;

}

.section3 h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.section3 p {
    color: #868693;
    font-size: 20px;
    padding: 5px 10px;
    background-color: #444444;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 50px;
    text-align: center;
    width: 230px;
}

.basic_3 h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 10px;
    width: 150px;
    border-radius: 10px;
    background: linear-gradient(to right, #73AFF3, #0088FF);
    margin-left: 30px;
    margin-top: 15px;
}

.section3 h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #fff;
}

.section3 span {
    display: flex;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.section3 ul {
    margin-top: 10px;
    margin-left: 25px;
    color: #fff;
}

.section3 ul li::marker {
    color: #009951;
    font-size: 16px;
}

.section3 h3 {
    font-size: 16px;
    text-align: center;
    margin: 30px 20px;
    color: #fff;
}

.section3 a {
  display: inline-block;
  padding: 10px 70px;
  border: none;
  border-radius: 25px;
  background-image: linear-gradient(to right, #0088FF, #D766DD);
  font-size: 20px;
  margin-left: 40px;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  z-index: 11; 
}

.section3 a:hover {
  width: 80%;            
  cursor: pointer;
  background-image: linear-gradient(to right, #D766DD, #0088FF); /* effekt olsun deyə */
}

.section3 button a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
 
}



.bubble3 {
    position: absolute;
    top: 0;
    left: 0;

}

.bubble4 {
    position: absolute;
    bottom: 40px;
    left: 350px;

}

.bubble5 {
    position: absolute;
    bottom: 40px;
    left: 480px;
}

.bubble6 {
    position: absolute;
    bottom: 40px;
    left: 550px;

}
.bubble7{
    
}
/* =============================== */
/* 📱 Telefonlar üçün (max 768px) */
/* =============================== */
@media (max-width: 768px) {
* {
    flex-wrap: wrap;
  }
    body {
        overflow-x: hidden;
    }

    header {
        flex-direction: column;
        align-items: flex-start;
        /* sol küncə hizala */
        padding-left: 20px;
        /* bir az boşluq */
        height: auto;

    }

    .logo {
        width: 100%;
        display: flex;
        flex-direction: row;
        /* word bubble-ın üstünə düşsün */
        align-items: flex-start;
        /* hamısı sola */
        position: relative;
        margin-top: 10px;
    }

    .bubble {
        width: 10%;
    }

    .word {
        position: absolute;
        width: 20%;
        bottom: 1rem;
        left: 1rem;
    }

    .check {
        position: absolute;
        top: 1.6rem;
        left: 10.5rem;
    }



  .nav {
    width: 100%;
    margin-top: 10px;
  }

  .nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0;
  }

  .nav ul li a {
    font-size: 18px;
  }

  .sign_log {
    flex-direction: column;
    width: 100%;
    margin: 15px 0;
  }

  .sign_log a,
  .sign_log button {
    font-size: 20px;
    margin: 5px 0;
    padding: 10px 25px;
  }

  .section_overall {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .section1,
  .section2,
  .section3 {
    width: 60%;
    height: auto;
    margin-bottom: 25px;
  }

  .section1 p,
  .section2 p,
  .section3 p {
    width: 70%;
    font-size: 18px;
    margin: 10px auto;
    
  }

  .section1 a,
  .section2 a,
  .section3 a {
    display: block;
    width: 50%;
    margin: 20px auto;
    padding: 10px 50px;
    font-size: 18px;
  }

  .basic h1,
  .basic_2 h1,
  .basic_3 h1 {
    width: 60%;
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
  }

  .bubble3,
  .bubble4,
  .bubble5,
  .bubble6,
  .bubble7 {
    display: none; /* kiçik ekranlarda arxa bəzəkləri gizlət */
  }
}

/* =============================== */
/* 💻 Planşetlər üçün (max 1024px) */
/* =============================== */
@media (max-width: 1024px) and (min-width: 769px) {
  header {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }

  .nav ul li a {
    font-size: 22px;
  }

  .sign_log {
    width: 40%;
    margin-top: 10px;
  }

  .section_overall {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }

  .section1,
  .section2,
  .section3 {
   display: block;
    width: 40%;
    height: 50%;
    margin: 20px auto;
    padding: 10px 50px;
    font-size: 18px;
  }

  .section1 p,
  .section2 p,
  .section3 p {
    font-size: 18px;
  }

  .section1 a,
  .section2 a,
  .section3 a {
    padding: 10px 60px;
    font-size: 18px;
  }

  .basic h1,
  .basic_2 h1,
  .basic_3 h1 {
    font-size: 24px;
    width: fit-content;
    margin: 10px auto;
  }

  .bubble3,
  .bubble4,
  .bubble5,
  .bubble6,
  .bubble7
   {
    display: none; /* planşetdə də dekorativ elementləri gizlətmək məsləhətdir */
  }
}
/* 📱 Telefonlar üçün (max-width: 480px) */
@media (max-width: 480px) {

  body {
        overflow-x: hidden;
    }

    header {
        flex-direction: column;
        align-items: flex-start;
        /* sol küncə hizala */
        padding-left: 20px;
        /* bir az boşluq */
        height: auto;

    }

    .logo {
       width: 100%;
    display: flex;
    flex-direction: row; /* word bubble-ın üstünə düşsün */
    align-items: flex-start; /* hamısı sola */
    position: relative;
    margin-top: 10px;
    }

    .word {
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .check {
         position: absolute;
        bottom: 2.5rem;
        left: 9.5rem;
    }

  .word {
    position: static;
    margin-top: 10px;
  }

  .check {
    position: static;
    margin-top: 5px;
  }

  .nav {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .nav ul {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .nav ul li a {
    font-size: 18px;
    margin: 5px 0;
  }

  .sign_log {
    flex-direction: column;
    width: 100%;
    margin: 15px 0;
  }

  .sign_log a,
  .sign_log button {
    font-size: 18px;
    margin: 8px 0;
    padding: 8px 25px;
  }

  section {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .section_overall {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .section1,
  .section2,
  .section3 {
    width: 80%;
    height: auto;
    margin-bottom: 25px;
  }

  .section1 a,
  .section2 a,
  .section3 a {
    display: block;
    width: 80%;
    margin: 15px auto;
    text-align: center;
    font-size: 18px;
    padding: 8px 20px;
  }

  /* Bubbles — mövqeləri dəyişsin və toqquşmasın */
  .bubble3,
  .bubble4,
  .bubble5,
  .bubble6,
  .bubble7 {
    display: none; /* istəsən gizlədə bilərik */
  }

}
@media (max-width: 600px){
.bubble3,
  .bubble4,
  .bubble5,
  .bubble6,
  .bubble7 {
    display: none; /* istəsən gizlədə bilərik */
  }
}