* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: #1e1e1e;
    font-family: "Nunito", sans-serif;
}

header {
  text-align: center;
  background-image: url('./img/main.png');
  background-size: cover; 
  height: 100vh;
  background-repeat: no-repeat;
  padding: 20px;
}

section {
  min-height: 700px;
  }


.sec_black_position {
  background-color: #0f0f0f;
  padding: 20px;
  }
  
.sec_black {
  max-width: 1000px;
  margin: 0 auto;
  }

.main_logo {
  max-width: 100px;
  }
  
.positon_main_title {
  margin-left: 300px;
  max-width: 600px;
  text-align: left;
  }

h1 {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    margin-top: 140px;
    }
    
.title_main {
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  color: #1e1e1ed6;
  }
  
.title_about {
  color: #c1dab7;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  }
    
.text_main {
  margin-bottom: 40px;
  padding: 20px;
  color: #0000009e;
  padding-left: 0px;
  font-family: "Nunito", sans-serif;
  }
  
  
  
.glass {
  backdrop-filter: blur(25px) saturate(200%);
  -webkit-backdrop-filter: blur(25px) saturate(200%);
  background-color: rgba(255, 251, 251, 0.75);
  border-radius: 12px;
}
  
.btn_main_position {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn_main {
  background: #1f1f1f;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border: solid 1px #1f1f1f;
  border-radius: 5px;
  transition: background-color 0.3s;
  cursor: pointer; 
  text-transform: uppercase;
}

.btn_main:hover {
  background: white; 
  color: #1f1f1f; 
  border: solid 1px #d0d0d0;
}

.phone_card {
  max-width: fit-content;
  max-height: 540px;
  background-color: #161616;
  border-radius: 20px;
  display: flex;
  align-items: center;
  }
  
.phone {
  max-width: 212px;
  height: revert;
  padding: 20px;
}

.phone_text {
  color: #ffffffbf;
  font-weight: bold;
  max-width: 228px;
  text-align: center;
  margin-right: 20px;
    }
    
.sec_pos {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.position_icon {
  margin-left: 20px;
  max-width: 460px;
  }
  
.position_icon_text {
  display: flex;
  margin-bottom: 20px;
  }
  
.text_icon {
  font-family: "Nunito", sans-serif;
  color: #ffffffbf;
  font-weight: bold;
  }

.icon_about {
  width: 30px;
  margin-right: 14px;
  }
  
.title_cash {
  padding-top: 80px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  color: #1e1e1ed6;
  text-align: center;
  }
  
.text_tor_main {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 40px;
  color: #0000009e;
  }
  
.tor_content {
  max-width: 600px;
  }
  
.tor_content_position {
  display: flex;
  justify-content: space-between;
  }
  
.tor_phone {
  max-width: 200px;
  }
  
.tor_icon_position {
  display: flex;
  }  
  
.tor_title {
  color: #7d4698;
  }
  
.text_tor {
  margin-bottom: 40px;
  color: #0000009e;
  font-family: "Nunito", sans-serif;
}

.tor_btn_position {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.sec_grey_position {
  background-color: #e9e8ed;
  padding: 20px;
  }
  
.buy_phone_position {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  }
  
.buy_phone {
  max-width: 300px;
  }
  
.price_title {
  padding-top: 40px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  color: #1e1e1ed6;
  text-align: left;
}

.price_text {
    margin-bottom: 30px;
}

.price_numb {
  font-family: "Ubuntu", sans-serif;
  font-size: 26px;
  font-weight: normal;
}

.price {
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-weight: bold;
  font-size: 32px;
  }
  
.review-container {
    display: flex;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 60px 10px 0px 10px;
}

.review-image {
  float: left;
  width: 300px;
}

.review-content {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nickname {
    font-size: 1.5em;
    margin: 0;
}

.stars {
    color: gold;
    font-size: 1.2em;
    margin: 5px 0;
}

.review-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}


footer {
  margin-top: 80px;
  }
  
.footer_text {
  color: #ffffffbf;
  text-align: center;
  font-size: 14px;
  margin-right: 20px;
}

.title_about {
  color: #c1dab7;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.copy {
    padding: 40px;
    width: 100%;
    text-align: center;
    color: #ffffffbf;
}

@media (max-width: 800px) {
    
  .positon_main_title {
  margin-left: 0px;
}

.text_main {
  font-size: 12px;
  }
  
.sec_pos {
  flex-direction: column;
}
   
.phone_card {
  max-width: inherit;
  justify-content: space-between;
}

.title_about {
  margin-top: 40px;
}

.tor_content_position {
  flex-direction: column;
}

.tor_phone {
  display: flex;
  margin: 0 auto;
}

.tor_content {
  padding: 10px;
}

.buy_phone_position {
  margin-top: 0px;
  flex-direction: column;
}

.buy_phone {
  display: flex;
  margin: 0 auto;
  padding-top: 60px;
}

.review-container {
  flex-direction: column;
  margin: 60px 10px 0px 10px;
  }
  
.review-image {
  width: auto;
}
}

@media (max-width: 800px) and (min-width: 600px) {

header {
  background-size: cover;
  height: 100%;
  }
  }

@media (max-width: 600px) {
  header {
    background-size: contain;
    height: 100%;
  }
  
  .phone_card {
    max-width: inherit;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    max-height: 600px;
  }
}

