.background-home{
    width: 100vw;
    background-color: #0C0A07;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .home-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    margin-bottom: 15%;
  
  }
  .home-bubble{
    position: absolute;
    margin: -100px 0 0 -150px;
    padding: 0;
    z-index: 1;
  }
  .menu {
    display: flex;
    grid-column: 4/7 ;
    z-index: 10;
  }
  .menu-item {
    font-size: 13px;
    color: #928b7b;
    margin-right: 45px;
    font-weight: 600;
  }
  .menu-item:hover {
    font-size: 13px;
    color: #e0d4b9;
    margin-right: 45px;
    font-weight: 600;
  }
  .home-title {
    font-size: 40px;
    font-weight: 300;
    color: #2fa5be;
    grid-column: 4/6;
    grid-row-start: 4;
    padding-top: 80px;
    margin: auto 0 0 0;
    
  }
  .home-text {
    display: flex;
    flex-direction: column;
    padding-top: 300px;
    margin-bottom: 12px;
    grid-row: 3;
    grid-column: 6;
  }
  .text {
    color: #2fa5be;
    line-height: 4px;
    font-size: 16px;
    margin-bottom: -1px;
    text-align: right;
    margin-right: 40px;
    font-weight: 300;
  }
  .sq-boxes {
    grid-column: 6;
    margin: 0px 0 0 auto;
    grid-row: 4;
  }
  .square {
    width: 33px;
    height: 33px;
    color: #131210;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding-top: 6px;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  .square-color-one {
    background-color: #e7dbc3;
  }
  .square-color-two {
    background-color: #c4b8a0;
  }
  .square-color-three {
    background-color: #928b7b;
  }
  .square-color-four {
    background-color: #686257;
  }
  .square-color-five {
    background-color: #49463e;
  }

 /*-----------------*/

 .section-one {
    width: 100%;
   
    background: linear-gradient(
      180deg,
      rgb(107, 97, 83),
      rgb(177, 164, 139)
    );
    padding: 1px 20px;
    box-sizing: border-box;
  }
  .special-word{
    color: #a5e8f5;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
  }
  .section-two-text{
    font-size: 3rem;
    font-weight: 100;
    color: aliceblue;
  }

  .special-word-two{
    color: #81cbd8;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
  }
  .special-word-three{
    color: #53a4b3;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
  }
  .special-word-four{
    color: #0e7e8d;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
  } 
  .special-word-five{
    color: #005465;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
  }


  /*-----------------*/

.section-two {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.total-box{
  background-image: url(./../img/Sizes.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  max-width: 1440px;
  height: calc(100vw * 1.7);
 

}
.boxes{
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
padding: 20%  0 0 0;
box-sizing: border-box;
height: 90%;
}
.box{
  width: 50%;
  height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.size-text {
  color: #e0d4b9;
  padding: 0;
  margin: 0;
  font-size: 28px;
  line-height: 30px;
  text-align: left;
}

.see-more {
  color: #a5e8f5;
  margin-top: 4px;
  font-weight: 300;
  text-align: right;
  padding-right: 7rem;
  text-decoration: none;
}

.footer-background {
    background-color: #0C0A07;
    display: flex;
    padding: 0 0 80px 150px;
    box-sizing: border-box;
    width: 100vw;
  }
.footer-bubble {
    width: 80%;
   
  }
  .mail {
    color: #a5e5f2;
    font-size: 18px;
    font-weight: 200;
  }
  .social-link{
    color: #a5e5f2;
  }
  .social-link:hover{
    color: #e7dbc3;
  }
  .contact-data{
    margin-top: -50px;
    margin-left: 390px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sign {
    color: #686257;
    padding: 20px 0 20px 20px;
    font-size: 12px;
    margin: 0;
    background-color: #0C0A07;
  }
  .sign:hover {
    color: #2fa5be; 
  }
  #scrollToTopBtn {
   
    position: fixed;
    bottom: 20px;
    right: 50%;
    z-index: 9999;
    background-color: transparent;
    color: #53a4b3;
    border: 1px solid #53a4b3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    animation: movebtn 2s ease-in-out infinite;
    transition: all .5s ease-in-out;
}
.arrow{
  text-align: center;
  margin: 0 auto;
}
@keyframes movebtn {
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(5px);
  }
  100%{
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 860px) and (max-width: 1258px) {

  .size-text{
    font-size: 22px;
    line-height: 26px;
  }

}

  @media only screen and (min-width: 701px) and (max-width: 859px) {
    .home-bubble{
        width: 95%;
        margin: 0px 0 0 -150px;
    }
    .home-title{
        font-size: 30px;
        margin-top: 0px;
    }
    .section-two-text{
        font-size: 2.5rem;
    }
    .special-word{
        font-size: 2.5rem;
    }
    .special-word-two{
        font-size: 2.5rem;
    }
    .special-word-three{
        font-size: 2.5rem;
    }
    .special-word-four{
        font-size: 2.5rem;
    }
    .special-word-five{
        font-size: 2.5rem;
    }
    .size-text{
        font-size: 18px;
        line-height: 22px;
    }
    .footer-background{
        padding: 0 0 80px 80px;
    }
    .footer-bubble{
        width: 60%;
    }
    .contact-data{
        margin-left: 290px;
    }

  }
  @media only screen and (min-width: 300px) and (max-width: 700px){
   
    .home-grid{
      overflow: hidden;

    }
    .home-bubble{
     width: 140%;
     margin: 240px 0 0 -180px;
    }
    .menu{
        grid-column: 2/7;
    }
    .menu-item{
      margin-right: 35px;
    }
    .home-text{
        padding-top: 80px;
        grid-row: 2;
        grid-column: 5/6;
    }
    .text{
      margin-right: 0;
    }
    .square{
        width: 24px;
        height: 24px;
        margin-bottom: 10px;
    }
    .home-title{
        margin-top: 380px;
        font-size: 30px;
        grid-column: 1/7;
        text-align: center;
    }
    .home-grid{
        margin-bottom: 20%;
    }
    .section-one{
      background: linear-gradient(
        180deg,
        rgb(107, 97, 83),
        rgb(121, 112, 95)
      );
    }
    .section-two-text{
        font-size: 1.7rem;
    }
    .special-word{
        font-size: 1.7rem;
    }
    .special-word-two{
        font-size: 1.7rem;
    }
    .special-word-three{
        font-size: 1.7rem;
    }
    .special-word-four{
        font-size: 1.7rem;
    }
    .special-word-five{
        font-size: 1.7rem;
    }
    .img-section-two{
        width: 100%;
    }
 
    .size-text{
        font-size: 13px;
        line-height: 16px;
    }

    .see-more{
      font-size: 13px;
    }


    .footer-bubble{
        width: 70%;
    }
    .footer-background{
        padding: 1rem;
        display: block;
        text-align: center;
    }
    .contact-data{
        margin: 0 auto;
        justify-content: center;
    }
  }
  @media only screen and (min-width: 1440px) and (max-width:2400px){
    .total-box{
      height: calc(1440px * 1.7);
    }
  }