*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Montserrat', sans-serif;
}

body{
    background:#ffffff;
    color:#888;
    line-height:1.7;
}

header {
    display: flex;
    width: 100%;
    background-color: #F3F3F3;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;

}

.header_left {
    width: 15%;
    /* background: red; */
    position: relative;
}

/* .header_middle nav li a{
    text-decoration: none;

} */

.site_name {
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    font-weight: 900;
    font-size: 22px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}


.header_middle {
    width: 60%;
    padding-left: 1rem;
    /* background: violet; */
}

.header_middle ul {
    display: flex;
    list-style-type: none;
    margin-top: 2rem;
    gap: 1rem;


}

.header_middle ul li {
    font-size: 18px;
    margin-left: 1rem;
    margin-bottom: 1rem;

}

.header_middle ul li a {
    text-decoration: none;
    color: #000;
}

.header_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-left: 15px;
    text-decoration: none;
    font-weight: bold;
    /* background: blue; */
}

.header_right a {
    font-weight: 700;
    margin-left: 15px;
    text-decoration: none;

}

.sign_part {
    color: #4b2cff;

}

.log_in {
    background: #4b2cff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;

}
.wrapper{
    position: relative;
}

.frame{
    position: absolute;
    inset: 0;
    z-index: 1;
}


.container{
    max-width:850px;
    margin:50px auto;
    padding:0 30px;
     position: relative;
    z-index: 2;
}

.small-title{
    color:#b5b5b5;
    font-style:italic;
    font-size:18px;
    font-weight: 500;
    margin-top: 100px;

}

.main-title{
    color:#5727ff;
    font-size:52px;
    font-weight:700;
    margin-bottom:60px;
    font-style:italic;
}

.section{
    margin-bottom:55px;
}

.section h2{
    color:#5727ff;
    font-size:36px;
    margin-bottom:20px;
    font-weight:700;
}

.section p{
    font-size:17px;
    color:#9d9d9d;
    margin-bottom:15px;
    font-style:italic;
}

ul{
    margin:20px 0 20px 25px;
   
}

ul li{
    margin-bottom:8px;
    color:#8d8d8d;
    font-size:17px;
    font-style:italic;
}


.bg-img{
  position:absolute;
  left:-206.8px;
  top:-149.95px;
  z-index:0;
  pointer-events:none;
}
.bg-img1{
  position:absolute;
  left: 699.82px;
  top: -330.42px;
  z-index:0;
  pointer-events:none;
}
.bg-img2{
  position:absolute;
  left: -415.04px;
  top: 929.63px;
  z-index:0;
  pointer-events:none;
}

.bg-img3{
  position:absolute;
  left: 527.25px;
  top: 875.69px;
  z-index:0;
  pointer-events:none;
}

.bg-img4{
  position:absolute;
  left: -332.04px;
  top: 1974.63px;
  z-index:0;
  pointer-events:none;
}


.bg-img5{
  position:absolute;
  left: -455.98px;
  top: 3046.12px;
  z-index:0;
  pointer-events:none;
}
.bg-img6{
  position:absolute;
  left: 856.79px;
  top: 2798.58px;
  z-index:0;
  pointer-events:none;
}

.bg-img7{
  position:absolute;
  left: -323.83px;
  top: 4956.06px;
  z-index:0;
  pointer-events:none;
}

.bg-img8{
  position:absolute;
  left: 801.08px;
  top: 4217.96px;
  z-index:0;
  pointer-events:none;
}






/*FOOTER*/

.footer{
  height: 600px;
      background:#18346D;
      color:#fff;
      padding:60px 8% 30px;
      margin-top: 200px;
    }

   .footer_bottom{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px;
  padding-bottom: 30px;
  overflow-x: auto;
}
    .footer_bottom h2{
      font-size:12px;
      margin-bottom:15px;
    }

    .footer_bottom h3{
      font-size:14px;
      font-weight:400;
      color:#c5cee5;
      line-height:1.8;
      cursor:pointer;
      transition:0.3s;
    }

    .footer_bottom h3:hover{
      color:#fff;
      transform:translateX(5px);
    }

    .under_bottom_right{
      display:flex;
      gap:20px;
      margin-top:20px;
      font-size:13px;
      color:#c5cee5;
      margin-top: 60px;
    }
.footer_line{
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin-top: 200px;
}
    .under_bottom_right p{
      cursor:pointer;
      transition:0.3s;
    }

    .under_bottom_right p:hover{
      color:#fff;
    }

    .footer-bottom{
      text-align:center;
      margin-top:25px;
      font-size:13px;
      color:#c5cee5;
    }



    /*RESPONSIVE*/

/* TABLET */
@media (max-width: 1024px) {

  .container{
    max-width: 90%;
    padding: 0 20px;
  }

  .main-title{
    font-size: 40px;
  }

  .section h2{
    font-size: 30px;
  }

  .small-title{
    font-size: 16px;
  }
}


/* MOBILE */
@media (max-width: 768px) {

  .main-title{
    font-size: 32px;
    margin-bottom: 40px;
  }

  .section h2{
    font-size: 24px;
  }

  .section p,
  ul li{
    font-size: 15px;
  }

  ul{
    margin-left: 18px;
  }

  .container{
    padding: 0 16px;
    margin: 30px auto;
  }

  /* footer column → stack */
  .footer_bottom{
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    overflow-x: hidden;
  }

  .footer{
    height: auto;
    padding: 40px 20px;
  }

  .under_bottom_right{
    flex-direction: column;
    gap: 10px;
  }

  .footer_line{
    margin-top: 60px;
  }

  /* background images scale */
  .bg-img,
  .bg-img1,
  .bg-img2,
  .bg-img3,
  .bg-img4,
  .bg-img5,
  .bg-img6,
  .bg-img7,
  .bg-img8{
    transform: scale(0.6);
    opacity: 0.5;
  }
}


/* SMALL MOBILE */
@media (max-width: 480px) {

  .main-title{
    font-size: 26px;
  }

  .section h2{
    font-size: 20px;
  }

  .small-title{
    font-size: 14px;
  }

  .section p,
  ul li{
    font-size: 14px;
  }

  .container{
    padding: 0 12px;
  }

  .footer_bottom{
    gap: 25px;
  }
}