@import url('./reset.css');
@import url('./preloader.css');
@import url('./header.css');
@import url('./footer.css');
@import url('./vars.css');

/* styles.css */

/* Общие стили для страницы */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
  }
  
  /* Стили для баннерной секции */
  .banner {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #home_1{
    background-image: url('../img/index-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    padding: 100px 0;
  }

  #home_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.5);
    z-index: 1;
  }


  #home_1 .content{
    z-index: 2;
  }

  
  .banner h1 {
    margin-top: 30px;
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: var(--shadow-color);
  }
  
  .banner h1 span {
    color: var(--second-h-color);
    font-size: 48px;
  }
  
  .banner .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 800px;
    margin: 30px auto;
    color: var(--white-bg);
    text-shadow: var(--shadow-color);
    
  }
  
  .banner .btn a {
    position: relative;
    top: 0;
    display: inline-block;
    background-color: var(--button-color);
    color: #fff;
    padding: 18px 44px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 200ms;
    box-shadow: var(--shadow-color);
    
  }
  .banner .btn a:hover{
    background-color: var(--main-color);
    top: 3px;
  }
  
  /* Стили для секции с описанием "About us" */
  .page_content {
    background-color: var(--white-bg);
    text-align: center;
    padding: 100px 0;
  }
  
  .page_content h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .page_content ul {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .page_content ul li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  #home_2{
    background-color: var(--main-color);
    color: var(--white-bg)
  }

  #home_2 h2{
    color: var(--menu-link-color);
  }

  /* Стили для секции с дополнительными услугами "More than solutions" */
  #home_3 {
    background-color: var(--white-bg);
  }

  #home_3 ul{
    display: flex;
    justify-content: space-between;
  }

  #home_3 ul li{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #home_3 .img {
    display: inline-block;
    background-color: #c26ed7;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: var(--shadow-color);
  }
  
  #home_3 .img img {
    width: 40px;
    height: 40px;
    margin: 20px;
  }

  #home_3 .btn a {
    margin-top: 30px;
    position: relative;
    top: 0;
    display: inline-block;
    background-color: var(--button-color);
    color: #fff;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 200ms;
    box-shadow: var(--shadow-color);
    
  }
  #home_3 .btn a:hover{
    background-color: var(--main-color);
    top: 3px;
  }
  
  /* Стили для секции с отзывами "Testimonials" */
  #home_4 {
    background-color: var(--main-color);
  }

  #home_4 h2{
    color: var(--menu-link-color);
  }
  
  #home_4 ul {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  
  #home_4 ul li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 90px;
    text-align: left;
    position: relative;
    background-color: var(--white-bg);
    box-shadow: var(--shadow-color);
    padding: 70px 40px 40px;
    max-width: 700px;
    border-radius: 4px;
  }


    #home_4 ul li:nth-child(2) {
        margin-left:  auto;
    }


  #home_4 .text {
    margin-bottom: 10px;
  }
  
  #home_4 .name {
    font-weight: bold;
  }
  
  #home_4 .ava img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: var(--shadow-color);
  }
  
  /* Стили для секции с тарифами "Pricing" */
  #home_5 {
    background-image: url('../img/moscow-gff8d546ed_1920.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    padding: 100px 0;
  }

  #home_5::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.5);
    z-index: 1;
  }

  #home_5 .content{
    position: relative;
    z-index: 2;
  }

  #home_5 h2{
    color: var(--menu-link-color);
  }
  
  #home_5 ul {
    list-style: none;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
  
  #home_5 ul li {
    flex: 1;
    background-color: var(--white-bg);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
  }
  
  #home_5 .title {
    font-size: 24px;
    font-weight: bold;
  }
  
  #home_5 .price {
    font-size: 36px;
    font-weight: bold;
    color: #8d6ed7;
    margin: 20px 0;
  }
  
  #home_5 .line {
    width: 50%;
    height: 1px;
    background-color: #ccc;
    margin: 10px auto;
  }
  
  #home_5 .list {
    font-size: 18px;
    margin: 10px 0;
  }

  #home_5 ul li{
position: relative;
padding-bottom: 70px;
box-shadow: var(--shadow-color);
  }
  
  #home_5 .btn a {
    margin-top: 30px;
    position: absolute;
    width: 180px;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    display: inline-block;
    background-color: var(--button-color);
    color: #fff;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 200ms;
    box-shadow: var(--shadow-color);
  }

  #home_5 .btn a:hover{
        background-color: var(--main-color);
  }


  /*Стили для страницы About Us*/

  #about_1{
    /* background-image: url('../img/aircraft-gdf9694110_1920.jpg'); */
    background: url('../img/pexels-ben-cheung-439741.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  #about_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.5);
    z-index: 1;
  }


  #about_1 .content{
    z-index: 2;
  }

  #about_1 h1{
    color: var(--second-h-color);
    font-size: 68px;
  }

  #about_2{
    background-color: var(--grey-bg);
  }

  #about_2 .content{
    max-width: 900px;
    margin: 0 auto;
  }

  #about_2 .tab-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--white-bg);
    box-shadow: var(--shadow-color);
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
  }
  
  #about_2 .tab-btn {
    display: none;
  }

  #about_2 .tabs-container{
    min-height: 230px;
  }

  
  #about_2 .tab-btn + label {
    padding: 10px 20px;
    cursor: pointer;
    background-color: var(--main-color);
    color: var(--white-bg);
    font-weight: 600;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    box-shadow: var(--shadow-color);
    border-right: none;
    position: relative;
    top: 0;
    transition: all 200ms;
  }

  #about_2 .tab-btn:hover + label{
    top: 2px;
  }
  
  #about_2 .tab-btn:checked + label {
    background-color: var(--button-color);
    color: var(--white-bg);
  }
  
  #about_2 .tab-content {
    display: none;
    padding: 20px;

  }

  #about_2 .tab-content p{
    line-height: 1.6;
    padding: 30px;
    font-weight: 500;


  }

  #about_2 #content-1 {
    display: block;
    padding: 20px;
  }
  
  #about_2 .tab-btn:checked + label + .tab-content {
    display: block;
  }


    /*Стили для страницы Service*/

    #services_1{
      /* background-image: url('../img/aircraft-gdf9694110_1920.jpg'); */
      background: url('../img/pexels-life-of-pix-8047.jpg');
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
    }
  
    #services_1::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(71, 1, 73, 0.5);
      z-index: 1;
    }
  
  
    #services_1 .content{
      z-index: 2;
    }
  
    #services_1 h1{
      color: var(--second-h-color);
      font-size: 68px;
    }


    #services_2 {
      background-color: var(--main-color);
      position: relative;
      text-align: center;
      padding: 100px 0;
    }

    #services_2 h3{
      color: var(--white-bg);
      font-size: 24px;
      font-weight: 600;
      margin: 60px 0 30px;
    }

    #services_3 h3{
      color: var(--main-color);
      font-size: 24px;
      font-weight: 600;
      margin: 0 0 30px;
    }


    #services_3 {
      background-color: var(--grey-bg);
      position: relative;
      text-align: center;
      padding: 100px 0;
    }
  

  
    #services_2 .content, #services_3 .content{
      position: relative;
      z-index: 2;
    }
  
    #services_2 h2, #services_3 h2{
      font-size: 48px;
      color: var(--menu-link-color);
    }
    
    #services_2 ul, #services_3 ul {
      list-style: none;
      padding: 0;
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 10px;
  }
    
    #services_2 ul li, #services_3 ul li {
      flex: 1;
      background-color: var(--white-bg);

      border-radius: 4px;
      padding: 30px;
      text-align: center;
    }
    
    #services_2 .title, #services_3 .title {
      font-size: 24px;
      font-weight: bold;
    }
    
    #services_2 .price, #services_3 .price {
      font-size: 36px;
      font-weight: bold;
      color: #8d6ed7;
      margin: 20px 0;
    }
    
    #services_2 .line, #services_3 .line {
      width: 50%;
      height: 1px;
      background-color: #ccc;
      margin: 10px auto;
    }
    
    #services_2 .list, #services_3 .list {
      font-size: 18px;
      margin: 10px 0;
    }
  
    #services_2 ul li, #services_3 ul li{
      position: relative;
      padding-bottom: 70px;
      box-shadow: var(--shadow-color);
    }
    
    #services_2 .btn a ,#services_3 .btn a {
      margin-top: 30px;
      position: absolute;
      width: 180px;
      bottom: 20px;
      right: 50%;
      transform: translateX(50%);
      display: inline-block;
      background-color: var(--button-color);
      color: #fff;
      padding: 12px 32px;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      border-radius: 4px;
      transition: all 200ms;
      box-shadow: var(--shadow-color);
    }
  
    #services_2 .btn a:hover, #services_3 .btn a:hover{
          background-color: var(--main-color);
    }
  

      /*Стили для страницы Clients*/

  #client_1{
    /* background-image: url('../img/aircraft-gdf9694110_1920.jpg'); */
    background: url('../img/pexels-pixabay-358485.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  #client_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.5);
    z-index: 1;
  }


  #client_1 .content{
    z-index: 2;
  }

  #client_1 h1{
    color: var(--second-h-color);
    font-size: 68px;
  }

  #how_1{
    background-color: var(--main-color);
    padding-top: 100px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #how_1 .content{
    max-width: 1140px;
    margin: 0 auto;
    padding: 5px;
  }

  #how_1 video{
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    
  }

  #pi_1{
    /* background-image: url('../img/aircraft-gdf9694110_1920.jpg'); */
    background: url('../img/beijing-g2b9f27edf_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  #pi_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.5);
    z-index: 1;
  }


  #pi_1 .content{
    z-index: 2;
  }

  #pi_1 h1{
    color: var(--second-h-color);
    font-size: 68px;
  }

  #pi_1 h3{
    color: var(--menu-link-color);
    font-size: 42px;
    font-weight: 600;
    text-shadow: var(--shadow-color);    
  }

  #pi_1 .text {
    max-width: 1140px;
  }

  #pi_2 .content{
    max-width: 1140px;
    margin: 0 auto;
  }

  #pi_2 .list{
    display: flex;
  }

  #pi_2 .list ul{
    width: 33%;
    padding: 20px 40px;
  }

  #pi_2 .list ul li{
    text-align: start;
    position: relative;
  }

  #pi_2 .list ul li::before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius:50% ;
    background-color: var(--second-h-color);
    position: absolute;
    left: -17px;
    top: 10px;
  }

  #tc_1{
    /* background-image: url('../img/aircraft-gdf9694110_1920.jpg'); */
    background: url('../img/office-gb18ebaf05_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  #tc_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.5);
    z-index: 1;
  }


  #tc_1 .content{
    z-index: 2;
  }

  #tc_1 h1{
    color: var(--second-h-color);
    font-size: 68px;
  }

  #tc_1 .text {
    max-width: 1140px;
  }

  #tc_1{
    /* background-image: url('../img/aircraft-gdf9694110_1920.jpg'); */
    background: url('../img/office-gb18ebaf05_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  #tc_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.5);
    z-index: 1;
  }


  #tc_1 .content{
    z-index: 2;
  }

  #tc_1 h1{
    color: var(--second-h-color);
    font-size: 68px;
  }

  #tc_1 .text {
    max-width: 1140px;
  }

  #tc_2{
    background-color:var(--grey-bg);
  }

  #tc_2 .content{
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
  }


  #countries_1{
    /* background-image: url('../img/aircraft-gdf9694110_1920.jpg'); */
    background: url('../img/pexels-lexi-lauwers-2921139.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  #countries_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.692);
    z-index: 1;
  }


  #countries_1 .content{
    z-index: 2;
  }

  #countries_1 h1{
    color: var(--second-h-color);
    font-size: 68px;
  }

  #countries_2 .list{
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
  }

  #countries_2{
    background-color: var(--grey-bg);
    padding-bottom: 150px;
  }

  #countries_2 .list h3{
    color: #8d6ed7;
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
  }



  #faq_1{
    /* background-image: url('../img/aircraft-gdf9694110_1920.jpg'); */
    background: url('../img/architecture-g8130bda38_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
    min-height: 300px;
  }

  #faq_1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 1, 73, 0.692);
    z-index: 1;
  }


  #faq_1 .content{
    z-index: 2;
  }

  #faq_1 h1{
    margin-top: 100px;
    color: var(--menu-link-color);
    font-size: 68px;
  }




  #faq_2 .accordion{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1140px;

  }

  #faq_2 .accordion_item {
    margin-bottom: 10px;
}

  #faq_2 .accordion_toggle {
    display: none;
}

  #faq_2  .accordion_trigger {
    width: 100%;
    display: flex;
    cursor: pointer;
    padding: 10px 20px;
    background-color: var(--main-color);
    border-radius: 4px;
    color: var(--white-bg);
    font-weight: bold;
    text-align: start;
}

#sign_1 #success-message{
  color: var(--main-color);
  background-color: #fff;
  padding: 50px;
  line-height: 1.6;
  border-radius: 8px;

}

  #faq_2 .accordion_target {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
        text-align: start;
  }

  #faq_2 .accordion_toggle:checked + .accordion_trigger {
    background-color: var(--button-color);

  }

  #faq_2 .accordion_toggle:checked + .accordion_trigger + .accordion_target {
    max-height: 500px; 
    padding: 20px 20px 50px;
    text-align: start;
  }

  #sign_1 .content{
    width: 768px;
  }

  #sign_1 .row{
    display: flex;
    gap: 10px;
  }

  #sign_1 .row .line{
    width: 50%;
  }

  #sign_1 .line {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#sign_1 .line .name {
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--menu-link-color);

}


#sign_1 .line .input,
#sign_1 .line .select {
  background-color: var(--white-bg);
  border-radius: 4px;
  padding:7px;

    flex: 1;
}
#sign_1 .line .select {
  padding: 15px;
  
}

#sign_1 h1{
  color: var(--second-h-color);
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  margin: 50px;
}

#sign_1 .input input,
#sign_1 .select select {
    width: 100%;
    padding: 8px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    box-sizing: border-box;
}

#sign_1 .btn input {
    padding: 15px 80px;
    margin-top: 10px;
    background-color: var(--button-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}



#sign_1{
  background-color: var(--main-color);
  padding-top: 100px;
  padding-bottom: 100px ;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal , .modal-2{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content , .modal-content-2{
  background-color: #fff;
  padding: 50px 20px 40px;
  display: flex;
  position: absolute;
  top:50%;
  right: 50%;
  transform: translate(50%);
  border-radius: 5px;
  max-width: 400px;
  text-align: center;
}
.hidden {
  display: none;
}

.modal-close , .modal-close-2{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.sign-in .content{
  max-width: 500px;
}

  
  /* Анимация появления пунктов меню */
  @keyframes fadeInListItem {
    to {
      opacity: 1;
    }
  }
  
  /* Анимация появления меню */
  @keyframes fadeInMenu {
    to {
      opacity: 1;
    }
  }
  

  @media (max-width: 768px) {
    .banner h1 {
      font-size: 42px;
      margin-top: 50px;
    }

    #home_2{
        padding-left: 15px;
        padding-right: 15px;
    }

    #home_5 ul, #home_4 ul, #services_2 ul, #services_3 ul{
        flex-direction: column;
        margin: 20px;
    }

    #about_1{
      padding: 80px 20px;
    }

    #about_1 h1{
      font-size: 48px;
    }

    #about_2 label{
      width: 100%;
      margin-top: 10px;
    }

    #about_2 .tab-container{
      margin: 10px;
    }

    #about_2 .tabs-container .tab-content p{
      padding-left: 0;
      padding-right: 0;
    }

    #pi_1{
      padding: 80px 10px;
    }

    #pi_1 h1{
      font-size: 39px;
    }

    #pi_1 h3{
      font-size: 24px;
    }

    #pi_2 .list{
      flex-direction: column;
    }

    #pi_2 .content ul{
      width: 100%;
    }

    #tc_1{
      padding: 80px 10px;
    }

    #tc_1 h1{
      font-size: 42px;
    }

    #tc_2 .content{
      padding: 20px;
    }

    #countries_2 .list{
      flex-direction: column;
      max-width: 100%;
    }

    #faq_1 h1{
      font-size: 38px;
    }

    #faq_2{
      margin: 10px;
    }

    #sign_1 .content{
      width: 375px;
    }

    #sign_1 #sign-up-form .row, #sign_1 #work-form .row{
      flex-direction: column;
    }

    #sign_1 #sign-up-form .row .line, #sign_1 #work-form .row .line, #sign_1 .btn input{
        width: 100%;
    }


    
  }