*{
    margin:0;
    font-family: sans-serif;
}
.mainimg{
     position:relative;
}
.header{
position: relative;
   color: white;
}
.top{
    display: flex;
    gap:10px;
    align-items: center;
    position: absolute;
  top:2px;
  left:600px;
}
.purpl{
    background-color: purple;
    padding:10px;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 50px purple;
}
.hook{
    background-color: rgb(99, 98, 98);
    padding:20px;
     border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
}

.after{
    position: absolute;
    top:30px;
    left:200px;

    
}
.icons{
    display: flex;
    gap:10px;
    position: absolute;
    left:900px;
    top:20px;
}
.phone{
    display: flex;
    align-items: center;
}
.left{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position:absolute;
    top:300px;
    left:250px;
}
.btn{
    width:30%;
    padding:15px;
    border-radius: 30px;
    color:white;
    font-weight: 700;
    background-color: #F2994A;
    border: 2px solid white;
    box-shadow: 0px 0px 20px #F2994A ;
}
.r{

position: absolute;
right:20px;
top:10px;
width:40%;
}

.row{
   display: flex;
    margin: auto;
    gap: 70px;
   padding:10px;
   width:70%;
   margin-top: 50px;
}
.karta{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    font-weight: 700;
    gap:20px;
}
.section2{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}
.cards{
    display: flex;
    gap:20px;
}
.card{
  
    padding:30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    box-shadow: 0px 0px 20px grey;
    border-radius: 20px;
    align-items: center;
    position: relative;
}
.imtop{
   
    position: absolute;
    top:52px;
    left:7px;
}
.imtop1{
   
    position: absolute;
    top:20px;
    left:68px;
}
.purp{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back{
    position: relative;
    left:-30px;

}
.ho{
    position: absolute; 
    left:-10px;  
}
.mask{
    position: relative;
}
.g20{
    position: absolute;
    top:25px;
    left:40px;
}
.g21{
    position: absolute;
    left:120px;
    top:25px;
}
.g19{
  position: absolute; 
  left:40px; 
}
.g18{
  position: absolute;
  left:120px;  
}
.mask1{
    position: relative;
}
.del{
    position: absolute;
    left:20px;
    top:53px;
}
.section3{
    margin-top: 150px;
    position: relative;
}
.main1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.left3{
    position: absolute;
    top:90px;
    left:90px;
}
.right3{
display: flex;
flex-direction: column;
align-items: baseline;
justify-content: baseline;
row-gap: 10px;
position: absolute;
top:-40px;
right:300px;
}
.row3{
    display: flex;
    gap:50px;
    align-items: baseline;
}
.card3{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width:150px;
}
.nameh4{
    padding:15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px grey;
}
.bigplus{
    display: flex;
    gap:10px;
    padding:17px;
    color:white;
    background-color: #F2994A;
    border-radius: 10px;
    align-items: center;
}
.section4{
    margin-top: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
   
    
}
.c19{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: white;
    position: absolute;
    top:50px;
    left:100px;
}
.card4{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  
    justify-content: center;
    align-items: center;
}
.middle{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    justify-content: center;
    align-items: center;
}
.section5 {
position: relative;
  color: #fff;
  padding: 60px 20px;
}

.wrap {
  max-width: 1100px;
position: absolute;
top:150px;
left:200px;
}

.head {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.box {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
}

.pic {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding:15px;
}

.box p {
  font-size: 13px;
}

.feed {
  display: flex;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  color: #222;
  padding: 20px;
  border-radius: 12px;
  width: 31%;
  margin: 1%;
  box-sizing: border-box;
}

.user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.user .pic {

  border-radius: 4px;
}

.name {
  font-weight: bold;
  color: #4a6cf7;
}

.rate {
  color: #f1c40f;
  font-size: 14px;
}

.text {
  font-size: 13px;
}
.section6 {
  margin-top: 100px;
  margin-left: 200px;
  justify-content: center;
  align-items:center ;
  padding: 60px 20px;
  text-align: center;
}

.shell {
  max-width: 1100px;
}

.caption {
  font-size: 28px;
  color: #1a2a6c;
  margin-bottom: 40px;
}

.deck {
  display: flex;
  
  justify-content: center;
  gap:50px;
}

.unit {
  width: 31%;
  border-radius: 20px;
  padding:2px;
  box-shadow: 0px 0px 20px grey;
  
}

.frame {
  width: 100%;
  height: 200px;

  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.label {
  font-size: 18px;
  color: #111;
}

.plus {
  font-size: 12px;
  color: #555;
  font-weight: bold;
}

.note {
  font-size: 12px;
  color: #777;
  padding: 0 10px;
}

.money {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.val {
  font-size: 24px;
  font-weight: bold;
  color: #3f51b5;
}

.day {
  font-size: 11px;
  color: #999;
}

.go {
  display: inline-block;
  background: #d48b5d;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 12px;
  font-weight: bold;
}
.footer{
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  background-color: #FCF9FF;
    padding:20px;
}

.ic{
    display: flex;
    gap:10px;
}
.p{
    display: flex;
    align-items: center;
}
.toper{
    color:white;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}
.section7{
    margin-top: 100px;
    background-color: black;
    padding: 150px 0px;
    position: relative;
}
.order-form {
position: absolute;
top:230px;
left:500px;
  padding: 40px 15px;
  display: flex;
  justify-content: center;
}

.form-shell {
  max-width: 500px;
  width: 100%;
}

.card-base {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.form-head {
  text-align: center;
  color: #1a2a6c;
  font-size: 24px;
  margin-bottom: 25px;
}

.small-head {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.field, .area {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fafafa;
}

.area {
  height: 80px;
  resize: none;
}

.order-item {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  gap: 15px;
}

.item-pic {
  width: 60px;
  height: 45px;
  background: #333;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.item-info {
  flex-grow: 1;
}

.item-name {
  font-weight: bold;
  font-size: 14px;
}

.item-sub {
  font-size: 11px;
  color: #777;
}

.item-price {
  font-weight: bold;
  color: #3f51b5;
}

.flavor-text {
  font-size: 13px;
  color: #555;
  margin: 15px 0;
  text-align: center;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: #F2994A;
  box-shadow: 0px 0px 20px #F2994A;
  color: #fff;
  border: 2px solid white;
  border-radius: 25px;
  font-weight: bold;
 
}
.second{
    position: relative;
}
.request {
 position: absolute;
 top:180px;
 left:520px;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
}

.request-container {
  width: 100%;
  max-width: 460px;
}

.request-sheet {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.request-main-head {
  text-align: center;
  color: #2b3a8b;
  font-size: 22px;
  margin-bottom: 20px;
}

.request-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.request-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.request-label {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.request-product {
  display: flex;
  align-items: center;
  background: #f8f9fb;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.request-foto {
  width: 55px;
  height: 40px;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  border-radius: 4px;
  margin-right: 12px;
}

.request-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.request-p-name {
  font-size: 13px;
  font-weight: bold;
}

.request-p-sub {
  font-size: 11px;
  color: #888;
}

.request-p-cost {
  font-weight: bold;
  color: #4a6cf7;
  font-size: 15px;
}

.request-submit {
  width: 100%;
  padding: 14px;
   background: #F2994A;
  box-shadow: 0px 0px 20px #F2994A;
  color: #fff;
  border: 2px solid white;
  border-radius: 30px;
  font-weight: bold;
  
  margin-top: 10px;
}
.third{
    position: relative;
}
.modal {
    position: absolute;
    top:200px;
    left:600px;
   
  padding: 40px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.modal-layer {
  width: 100%;
  max-width: 400px;
}

.success-card {
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.check-mark {
  width: 60px;
  height: 60px;
  background: #fdfdfd;

  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
 
  border-radius: 10px; 
  
  margin-bottom: 30px;
}

.thanks-title {
  color: #2b3a8b;
  font-size: 24px;
  margin-bottom: 10px;
}

.thanks-info {
  color: #666;
  font-size: 14px;
}


@media(max-width:510px) {

.top{
    left:20px;
    top:10px;
}

.hook,
.num,
.n,
.vec{
    display:none;
}

.logo{
    width:70px;
}

.mainimg{
    height:700px;
    object-fit:cover;
}

.after{
    left:20px;
    top:20px;
}

.icons{
    left:0;
    top:0;
    position:relative;
}

.both{
    display:flex;
    flex-direction:column-reverse;
    align-items:center;
}

.r{
    position:relative;
    width:80%;
    top:80px;
    left:0;
    right:0;
}

.left{
    position:relative;
    top:120px;
    left:0;
    width:90%;
    padding:20px;
    text-align:center;
    align-items:center;
}

.left h1{
    font-size:28px;
}

.left p{
    font-size:15px;
}

.btn{
    width:100%;
}


.row{
    width:100%;
    flex-direction:column;
    gap:30px;
    padding:20px;
}


.cards{
    flex-direction:column;
    width:100%;
    padding:20px;
}

.card{
    width:100%;
}

.imtop,
.imtop1,
.g20,
.g21,
.g18,
.g19,
.del{
    position:absolute;
}



.section3{
    margin-top:80px;
}

.main1{
    flex-direction:column;
    position:relative;
}

.left3{
    position:relative;
    top:0;
    left:0;
    margin-bottom:30px;
    text-align:center;
}

.right3{
    position:relative;
    top:0;
    right:0;
    left:0;
    width:100%;
    align-items:center;
}

.row3{
    flex-direction:column;
    align-items:center;
    gap:25px;
}

.card3{
    width:80%;
    align-items:center;
}

.bigplus{
    flex-direction:column;
    width:90%;
    text-align:center;
}



.section4{
    margin-top:100px;
}

.c19{
    position:absolute;
    left:20px;
    top:20px;
    width:90%;
}

.c19 h1{
    font-size:24px;
}

.middle{
    padding:20px;
}

.middle .row3{
    flex-direction:column;
}



.wrap{
    position:relative;
    top:0;
    left:0;
    width:100%;
}

.items{
    flex-direction:column;
}

.box{
    width:100%;
    color:black;
}

.feed{
    flex-direction:column;
}

.feed .card{
    width:100%;
}

/* SECTION 6 */

.section6{
    margin-left:0;
    padding:20px;
}

.deck{
    flex-direction:column;
    align-items:center;
}

.unit{
    width:100%;
}

/* FOOTER */

.footer{
    flex-direction:column;
    gap:20px;
    text-align:center;
}

/* FORMS */

.order-form,
.request,
.modal{
    position:relative;
    top:0;
    left:0;
    width:100%;
    padding:20px;
}

.form-shell,
.request-container,
.modal-layer{
    width:100%;
}

.card-base,
.request-sheet,
.success-card{
    width:100%;
}



.section7{
    display: none;
}
}

