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

body{
      font-family: Arial, Helvetica, sans-serif;
        height: 100vh;
         animation: in 1s;
}

/* @keyframes in{
    from{
        transform: translate(-50px)
    }
    to{
        transform:-0px;
    }
} */

header nav{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    height: 5.9rem;
    padding-inline: 40px;
}

header nav img{
    width: 14em;
    animation: in 1s;
}



header nav ul{
     animation: in 1s;
}

header nav :nth-child(2){
    display: flex;
    gap: 2rem;
    align-items: center;
    list-style: none;
}

header nav ul a{
    text-decoration: none;
    color: rgb(109, 110, 112);
    font-size: 1rem;
    font-weight: 700;
    
}

header nav ul a:hover{
    color: rgb(104, 157, 157);
}

header .link{
        background-color: hsla(0, 0%, 100%, .2);
        display: flex;
        justify-content: center;
}

main{
    background-image: url(./images/hero-decor-img.af424d86e2880baefc8ec4da6a6ab96a.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
    
}

section .lin{
   text-align: center;
    padding: 15px;
    font-size: 1rem;
    background-color: hsla(0, 0%, 100%, .2);
}

section .lin a{
    color: white;
    font-weight: 100;
}

section .lin a i{
    color: white;
    font-size: 15px;
}

section .make{
    margin-top: 5rem;
    color: white;
    font-size: 40px;
    font-weight: 100;
}

section .btn{
     padding: 30px;
     display: flex;
    justify-content: center;
    align-items: center;
}

section .btn button{
    color: white;
    padding: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    font-weight: 600;
     border: none;  
}

section .btn :first-child{
border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; 
      background: #8cc1c1;;
       
}

section .btn :last-child{
border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;  
     background-color: hsla(0, 0%, 100%, .2);
}

section .search form{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0%;
}

.search .first input{
    width: 40vw;
  height: 8vh;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  border-right: inherit;
  padding: 15px;
  border-right: none;
}

.search .first input::placeholder{
    font-size: 20px;
    color: rgb(213, 213, 213);
}

.search .second input{
height: 8vh;
   border: none;
  border-left: inherit;
  padding: 10px;
   border-right: none;
   font-weight: 300;
}

section .second input::placeholder{
font-size: 15px;
color: #de3723;
}

.search :last-child button{
height: 8vh;
padding-left: 3rem;
padding-right: 3rem;
display: flex;
justify-content: center;
align-items: center;
border-left: none;
border: none;
background: #de3723;
 border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-weight: 700;

}

.responsive-nav{
    display: none;

}

section .com{
    margin-top: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    font-size: 15px;
}

section .com p a{
    color: white;
}

section .com p{
    color: white;
}


section .cat img{
  margin-top: 5rem;
  position: relative;
  top: 30px;
}

.hero .screen form{
    display: none;
}

section .sec3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
    top: 4.3rem;
}

section .sec3 h1{   
    color: #4a4a4a;
    font-family: GB Museo Sans, Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-weight: 500;
    font-size: 2rem;
}

/* I don't want this to show on my big screen*/ 
section .sec3 h1:nth-child(2){
    display: none;
}

 section .sec3 .promo{
    display: none;
 }



.sec3 ul{
    display: flex;
    gap: 20px;
  background: #eee;
  padding: 15px;
  border-radius: 15px;
}

.sec3 ul a{
    text-decoration: none;
    color: #6d6e70;
    font-weight: 600;
}


.sec3 ul a:hover{
    color: rgb(104, 157, 157);
}

.sec3 .top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.sec3 .top h2{
      color: #4a4a4a;
    font-family: GB Museo Sans, Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-weight: 500;
}

.sec3 .top p{
    color: #8d8d8d;
    font-weight: 300;
    line-height: 1.5rem;
    font-size: 20px;
}

section .col{
  padding-top: 7rem;
  display: grid;
  justify-items: center;
 grid-template-columns: repeat(3, 20rem); 
 gap: 2rem;
 align-items: center;
 justify-content: center;
}

section .col .same{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.col .one span:first-child{
    background-color: #74cccc;
    width: 3.5rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
    left: 20px;
}

.col .one{
    background-color: #567ee3;
    border: none;
    background-image: url(./images/promo-card.c67c499a3540cb12834b2f3beb13d4af.svg);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 4px 4px white;
}


.col .one span:nth-child(2){
    background-color: #e34f4f;
    width: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
     padding: 4px 8px;
     font-size: 1rem;
      font-weight: 700;
      color: white;
        border: none;
    border-radius: 5px;
    position: relative;
    bottom: 2.7rem;
    left: 5.2rem;
}

.col .one p:nth-child(3){
    color: #fff;
    line-height: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
     margin-top: -0.7rem;
     display: flex;
     padding-inline-start: 20px;
}



.col .one P:nth-child(4){
    display: flex;
    justify-content: end;
    padding-bottom: 1rem;
    padding-top: 3rem;
    padding-inline-end: 20px;
    color: white;
    cursor: pointer;
}

.col .one i{
    padding-left: 3px;
    display: flex;
    align-items: center;
    font-size: 15px;   
}


.two .free span:first-child{
      background-color: #74cccc;
    width: 7rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
    left: 20px;
}

.two .free span:nth-child(2){
     background-color: #e34f4f;
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
     padding: 4px 8px;
     font-size: 1rem;
      font-weight: 700;
      color: white;
        border: none;
    border-radius: 5px;
    position: relative;
    bottom: 2.7rem;
    left: 8.7rem;
}

.two .free p:nth-child(3){
    line-height: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
     margin-top: -1.7rem;
     display: flex;
     padding-inline-start: 20px;
    color: #4a4a4a;
    display: flex;
    gap: .5rem;
}
.two .free p i{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}

.two .free p:nth-child(4){
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 1rem;
    padding: 4px 8px;
    color: #6d6e70;
     text-transform: uppercase;
     font-size: .75rem;
     padding: 4px 8px;
     margin-top: 8px;
    }

    .two .in{
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding-top: 2rem; 
        justify-content: center;
        padding-inline: 20px;   
    }

    .two .in p:first-child{
        font-size: 1.25rem;
        color: #4a4a4a;
    }

    .two .in p:nth-child(2){
        font-size: .9rem;
    font-weight: 300;
    line-height: 1.5;
     color: #6d6e70;
    }

    .two .in span{
        padding-left: 4rem;
        color: #e34f4f;
    }
    

    .same .off span:first-child{
          background-color: #74cccc;
    width: 7rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
   
} 

.same .off span:nth-child(2){
        background-color: #e34f4f;
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
     padding: 4px 8px;
     font-size: 1rem;
      font-weight: 700;
      color: white;
        border: none;
    border-radius: 5px;
    position: relative;
    bottom: 2.7rem;
    left: 7.5rem;
}

.domain{
 padding-inline-start: 20px;
 display: flex;
 gap: 35px;
}

.same .off p:nth-child(3){
       line-height: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
        margin-top: -1.7rem;
     display: flex;
    color: #4a4a4a;
    display: flex;
    gap: .5rem;
}

.same .off i{
       display: flex;
    align-items: center;
    font-size: 1.6rem;
}

.same .off p:nth-child(4){
      border-radius: 5px;
    background-color: #f2f2f2;
    width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    color: #6d6e70;
     text-transform: uppercase;
     font-size: .75rem;
     padding: 4px 8px;
    margin-top: 8px; 
}

.same .shop{
     display: flex;
        flex-direction: column;
        gap: 2px;
        margin-top: -.6rem; 
        justify-content: center; 
        padding-bottom: 1rem; 
}

.same .shop p:first-child{
       color: #6d6e70;
}

.same .shop p:nth-child(2){
      font-size: 1.25rem;
        color: #4a4a4a;
}

.same .shop p:nth-child(3){
      font-size: .9rem;
    font-weight: 300;
    line-height: 1.5;
     color: #6d6e70;
     cursor: pointer;
}

.same .shop p span{
       padding-left: 4rem;
        color: #e34f4f;
}

.fre{
    padding-inline-start: 20px;
 display: flex;
 gap: 35px;
}

.fre .trial span:first-child{
     background-color: #74cccc;
    width: 7rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
}

.fre .trial p i{
    display: flex;
    justify-content: center;
    align-items: center;
}

.fre .trial p:nth-child(2){
      line-height: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
        margin-top: -1.7rem;
     display: flex;
    color: #4a4a4a;
    display: flex;
    gap: .5rem;
     padding-top: 1.5rem; 
}

.fre .trial p:nth-child(3){
     border-radius: 5px;
    background-color: #f2f2f2;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: -.2rem;
    padding: 4px 8px;
    color: #6d6e70;
     text-transform: uppercase;
     font-size: .75rem;
     padding: 4px 8px;
     margin-top: 8px;
}

.fre .new{
    margin-bottom: 0.8rem;
}

.fre .new p:first-child{
 font-size: 1.25rem;
        color: #4a4a4a;
}

.fre .new p:nth-child(2){
     font-size: .9rem;
    font-weight: 300;
    line-height: 1.7;
     color: #6d6e70;
     cursor: pointer;
}

.fre .new p:nth-child(3){
      font-size: .9rem;
    font-weight: 300;
    line-height: 1.7;
     color: #6d6e70;
     cursor: pointer;
}

.fre .new p span {
    margin-left: 48%;
    color: #e34f4f;
}

.fre .new p i{
    text-align: center;
}

 .get{
 display: flex;
 gap: 5.6rem;
}


 .same .ca p:first-child{
   padding-inline: 20px;
     line-height: 1rem;
    font-weight: 500;
    font-size: 1.5rem;
        margin-top: -1.7rem;
     display: flex;
     flex-direction: column;
    color: #4a4a4a;
    display: flex;
    gap: .5rem;
     padding-top: 3.8rem; 
}

.same .ca P:nth-child(2){
      border-radius: 5px;
    background-color: #f2f2f2;
    width: 4.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 20px;
    padding: 4px 8px;
    color: #6d6e70;
     text-transform: uppercase;
     font-size: .75rem;
     padding: 4px 8px;
     margin-top: 8px;
}


.same .yr p:first-child{
    font-size: 1.25rem;
     color: #4a4a4a;
     padding-inline: 20px;
}

.same .yr p i:nth-child(1){
        font-size: 15px;
    color: black;
}

.same .yr span{
 margin-left: 35%;
  font-size: 0.9rem;
       color: #e34f4f;
}

.same .yr span i:first-child{
 font-size: .9rem;
 justify-content: center;
      color: #e34f4f;
}

 .site{
   display: flex;
   gap: 35px;
 
}

.site .visual span{
       background-color: #74cccc;
    width: 5.7rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
    left: 20px;
}

.site .visual p:nth-child(2){
        line-height: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: -1.7rem;
    display: flex;
    color: #4a4a4a;
    gap: .5rem;
    padding-top: 1.7rem;
      padding-inline: 20px;
}

.site .visual p:nth-child(3){
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 4.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 20px;
    padding: 4px 8px;
    color: #6d6e70;
    text-transform: uppercase;
    font-size: .75rem;
    padding: 4px 8px;
    margin-top: 8px;
}

.site .zero p:first-child{
    font-size: 1.25rem;
    color: #4a4a4a;
    padding-inline: 20px;
}

.zero .in i:nth-child(1){
    font-size: 15px;
    color: black;
}

.zero p:nth-child(2){
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.7;
    color: #6d6e70;
    cursor: pointer;
    padding-inline: 20px;
}

.zero p:nth-child(3){
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.7;
    color: #6d6e70;
    cursor: pointer;
    padding-inline: 20px;
}

.zero p span{
     margin-left: 52.7%;
  font-size: 0.9rem;
       color: #e34f4f;
}

.even p {
   margin-top: 2rem;
   display: flex;
   justify-content: center;
   align-items: center;
   border-bottom: 1px solid #6d6e7043;
   line-height: 5rem;
}

.even p a{
    color: rgb(211, 50, 31);
     font-weight: 700;
    font-family: "GB Museo Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    text-decoration: none;
}

.even p a:hover{
    text-decoration: underline;
}

.even p a i{
    display: inline;
    justify-content: center;
font-size: 13px;
}

.even p a i:hover{
    text-decoration: underline;
}

.view{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 2rem;
}

.view button{
    font-family: GB Museo Sans, Arial, Helvetica, sans-serif;
    padding: .8rem 2rem;
    border-radius: 8px;
    background-color: white;
    color: #6d6e70;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    display: flex;
    gap: 1.4rem;
    border:solid #6d6e70;
}

.view button:hover{
    background-color: #6d6e7018;
}


.view button i{
    background-color: #6d6e70;
    color: white;
    padding: 4px;
    border-radius: 50%;
   
}

 .rate{
   background-image: url(./images/download.svg);
   background-repeat: no-repeat;
   background-size: contain;
   margin-top: 3rem;
}

.rate .star{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 13rem;
    line-height: 3rem;
}

.rate .star p:first-child{
     font-size: 2rem;
    color: #4a4a4a;
    font-family: GB Museo Sans, Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-weight: 500;
     padding: 1rem;
}

.rate .star .four i{
       color: #e99300;
}

.rate .star p:nth-child(3){
   font-family: "GB Museo Sans", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
  color: rgb(74, 74, 74);
    font-weight: 300;
}

.rate .star .at a{
 color: rgb(211, 50, 31);
 text-decoration: none;
}

.rate .star .at a:hover{
    text-decoration: underline;
}

.rate .star .at i{
    font-size: 12px;  
    position: relative;
    bottom: 2px;
}

.world{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
}

.world h2{
        font-family: "GB Museo Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: rgb(74, 74, 74);
    letter-spacing: .1rem;  
}

.world ul{
    display: flex;
    gap: 4rem;
    padding-top: 2.5rem;
    opacity: .3;
  color: rgb(74, 74, 74);
}

.world li{
    list-style: none;
}


.cheap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  padding-top: 2.5rem;
  text-align: center;

}

.been{
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 3.5rem;
}

.cheap .been div:first-child{
    font-weight: 500;
    font-size: 1.5rem;
     line-height: 1.333;
    text-align: center;
    color: #4a4a4a; 
}

.cheap .been .field{
    padding-top: 6rem;
    line-height: 1.5rem;
}

.been img{
        opacity: .3;
  color: rgb(74, 74, 74);
}

.been .field p{
      font-size: 1.125rem;
      color: #4a4a4a;
}










.begin .registration{
    display: flex;
    flex-direction: column;
    gap: 8rem;
    padding-top: 10rem;
      font-family: Arial, Helvetica, sans-serif;
}


.begin .on{
font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1.5;
}


.begin .on h2{ 
        font-size: 2rem;
            color: rgba(0, 0, 0, 0.734);
    font-weight: 500;
}

.begin .on h3{
    font-size: 1.7rem;
  color: #8d8d8d;
    font-weight: 300;
    
}


.begin .problem{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    line-height: 1.6rem;
}

.begin .problem div h3{
      line-height: 2.7rem;
        font-size: 1.5rem;
            font-weight: 600;
            color: #4a4a4a;
} 

.begin .problem div p{
   font-size: 1rem;
   color: #4a4a4a;
    font-weight: 300;

}

.begin .problem .extensions{
    line-height: 4rem;
    text-decoration: none;
}

.begin .problem .extensions a{
    text-decoration: none;
}

.begin .problem .extensions a:hover{
    text-decoration: underline;
}

.problem p a{
    color: #d3321f;
}

.problem p i{
    font-size: 12px;
    justify-content: center;
}

.begin .registration{
border-bottom: 1px solid rgba(0, 0, 0, 0.148);
padding-bottom: 6rem;
}






.about{
    padding-top: 10rem;
   margin-top: 3rem;
   
}

.about .name{
    display: flex;
    flex-direction: column;
    gap: .6rem;
    justify-content: center;
    align-items: center;
     color: #4a4a4a;
  font-family: Arial, Helvetica, sans-serif;
}

.about .name h2{
           font-size: 1.8rem;
           font-weight: 500;
}


.about .name h3{
    font-size: 1.6rem;
    color: #8d8d8d;
    font-weight: 100;
}

.about .security{
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 14rem;
    line-height: 1.6;
       padding-top: 10rem;
       z-index: 1;
}

.security h3{
    line-height: 2.7rem;
        font-size: 1.5rem;
            font-weight: 600;
            color: #4a4a4a;
}

.security p{
    font-size: 1rem;
   color: #4a4a4a;
    font-weight: 300;
}

.security p a{
    color: #d3321f;
}

.add{
    background-color: red;
   
}


/*BLENDING COLORS STARTS HERE*/
.security .customer img{
/*  mix-blend-mode: multiply; */
 mix-blend-mode: multiply;
}

.background{
     background-image: url(./images/download.svg);
   background-repeat: no-repeat;
   background-size: cover;
   transform: scale(-1);
   padding-bottom: 40rem;
   position: relative;
   bottom: 29rem;
   z-index: -1; 
}
/*ENDS HERE*/

.full{
    font-family: Arial, Helvetica, sans-serif;
}

.full .unleash{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -2rem;
     color: #4a4a4a;
  
  line-height: 2rem;
}

.full .unleash h2{
      font-size: 1.8rem;
           font-weight: 500;

}

.full .unleash h3{
         font-size: 1.4rem;
    color: #8d8d8d;
    font-weight: 100;  
}

.guru{
    display: grid;
    grid-template-columns: repeat(3, 12rem);
    gap: 10rem;
    margin-top: -17rem;
    justify-content: center;
    align-items: center;
}

.guru .learn{
    display: flex;
    flex-direction: column;
 border-radius: 10px;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    height: 26.5rem;
    width: 20rem;
    gap: 1.5rem;
}

.guru .learn img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: fit-content;
}

.guru .learn h3{
        color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: -9px;
    padding-inline: 1.5rem;
}

.guru .learn p{
    color: #8d8d8d; 
    line-height: 1.5rem;
    padding-inline: 1.5rem;
}

.guru .learn p a{
    text-decoration: none;
   color: #d3321f;
}

.guru .learn p a:hover{
    text-decoration: underline;
}

.guru div button{
    padding: 20px;
    display: flex;
    justify-self: center;
    align-self: center;
    padding: 15px 6.5rem;
    border: none;
    border-radius: 8px;
    background-color: #d3321f;
    cursor: pointer;
}

.guru div button a{
    color: #fff;
}

.guru div button:hover{
    background-color: #d3311fe6;
}











/*FOR MOBILE PHONE*/
@media (max-width:768px){
    body{
        overflow-x: hidden;
    }

     header nav{
        display: none;
    }

   .responsive-nav{
    display: block;
    display: flex;
    justify-content: space-between;
    margin-inline: 20px;
    height: 4rem;
    align-items: center;
   } 

   .responsive-nav img{
    width: 10rem;
   }   
   .responsive-nav svg{
    width: 1.4rem;
    cursor: pointer;
    color: rgb(109, 110, 112);
   }

   .hero .lin{
    font-size: 9px;
   }

   .hero .lin i{
    font-size: 10px;
   }

   main{
      background-size: cover;
      width: 100%;
   }

   .make p{
    margin-top: -3rem;
   }

   .hero .make p{
    font-size: 1.7rem;
    text-align: center;
   }

   .make span{
    display: flex;
    justify-content: center;
   }

   .hero .btn{
    margin-top: -1rem;
   }

   .hero .btn button{
    padding: 11px;
   }

    .search{
        display: none;
    }

    .hero .screen form{
        display: block;
    }

    .hero .screen form{
       display: flex; 
       justify-content: center;
       align-items: center;
       margin-top: -0.2rem;
    }

    .hero .screen form input:first-child{
        padding: 11px;
        font-size: 10px;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        border: none;
        border-right: none;
        padding-right: 3rem;
    }

     .hero .screen form input:first-child:focus{
        outline: none;
     }

    .hero .screen form input::placeholder{
            color: #6d6e70;
            font-weight: 300;
    }

    .hero .screen form div:nth-child(2){
        position: relative;
        right: 2rem;
        display: flex;
        align-items: center;
         background: #f2f2f2;
         border-radius: 5px;
         cursor: pointer;
    }

  .hero .screen form div a:last-child{
        background-color: #de3723;
        text-decoration: none;
        padding: 9px;
        padding-top: 8px;
        position: relative;
        right: 16.7px;
         border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        color: white;
        border: none;
    }

    .com p {
     font-size: 12px;
     
    }

    .cat{
        margin-top: -4rem;
    }

    .cat img{
        display: flex;
        justify-self: center;
        align-self: center;
    }



    section .sec3 h1:first-child{
        display: none;
    }

    section .sec3{
            font-family: "GB Museo Sans", Arial, Helvetica, sans-serif;
    }



    section .sec3 h1:nth-child(2){
        display: block;
    text-align: center;
     font-size: 1.5rem;
     color: #4a4a4a;
    line-height: 1.25;
    font-weight: 500;
    }

    section .sec3 ul {
        display: none;
    }

    section .sec3 .promo{
    border: 1px solid #d6d6d6;
display: flex;
gap: 13rem;
padding: .9rem;
border-radius: 8px;
text-align: center;
font-weight: 500;
    color: rgb(74, 74, 74);
    margin-top: -.4rem;
}

.sec3 .promo p i{
    cursor: pointer;
}

section .top{
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    margin-top: -2rem;
}

.sec3 .top h2{
    line-height: 2rem;
        font-size: 1.3rem;
      color: #4a4a4a;
     font-weight: 500; 
}

.sec3 .top p{
        font-size: 1.3rem;
        color: #8d8d8d;
    font-weight: 300;
    line-height: 1.5rem
}

section .col{
   display: grid;
   grid-template-columns: repeat(1, 17rem);
   gap: 3.5rem;
   width: 80%;
   justify-self: center;
}

.two{
    display: flex;
    gap: 3rem;
    padding-bottom: 1rem;
}

 .same .in .offer{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.in .offer span{
position: relative;
left: -4rem;

}

.domain{
    display: flex;
    gap: 5rem;
    padding-bottom: -.5rem
}

.domain .six{
     display: flex;
    flex-direction: column;
    text-align: left;
}

.domain .six span{
    position: relative;
left: -4rem;
}

.fre{
     display: flex;
    gap: 5rem;
    padding-bottom: -.5rem
}

.fre .new .re{
      display: flex;
    flex-direction: column;
    text-align: left;
}

.new .re span{
      position: relative;
left: -7.5rem;
}

.get{
      display: flex;
    gap: 5rem;
    padding-bottom: 1rem
}


.yr .cb span{
    display: flex;
position: relative;
left: -5rem;
padding-top: 5px;
}

.yr .cb span i{
    padding: 2px;
}

.site{
      display: flex;
    gap: 5rem;
    padding-bottom: 1rem;
}

.zero .cc{
      display: flex;
    flex-direction: column;
    text-align: left;
}

.zero .cc span{
     position: relative;
left: -7.5rem;
}

.even p{
    border-bottom: none;
     margin-top: 3.55rem;
   display: flex;
   justify-content: center;
   align-items: center;
   border-top: 1px solid #6d6e7043;
   line-height: 5rem;
}

.view{
    display: none;
}

.rate{

   background-image: url(./images/download.svg);
   background-repeat: no-repeat;
   background-size: contain;
   margin-top: 1.8rem;
}

.rate .star{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 4.5rem;
    
}

.rate .star p:first-child{
     font-size: 1rem;
    color: #4a4a4a;
    font-family: GB Museo Sans, Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-weight: 500;
     padding: 1rem;
     
}

.rate .star .four{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    
}

.rate .star .four span:nth-child(2){
 font-size: 1.2rem;
}


.rate .star .four span{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 30px;
    
}


.rate .star p img{
    width: 5.5rem;
    opacity: 1;  
}


.rate .star p:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
    padding-top: 1rem;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: #4a4a4aaf;
    font-weight: 300;
}

.world h2{
        color: rgb(74, 74, 74);
         font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
         margin-top: -1.5rem;
         font-size: 1rem;
         cursor: default;
}


.world ul{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 1.9rem;
}

.world ul li img{
    width: 4rem;
}

.cheap{
        padding: 40px 24px 28px;
}

.cheap .been div:first-child{
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
     line-height: 1.333;
    text-align: center;
    color: rgba(0, 0, 0, 0.684); 
}

.cheap .been .field{
    padding-top: 6rem;
    line-height: 1.5rem;
}

.been img{
        opacity: 1;
  color: rgba(74, 74, 74, 0.529);
}

.been .field p{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      font-size: .9rem;
      color: #4a4a4a;
}


}











  /*FOR IPAD*/
@media (min-width:769px) and (max-width:1024px){
    body{
        overflow-x: hidden;
    }

    header nav{
        display: none;
    }

    header .responsive-nav{
        display: block;
        display: flex;
        justify-content: space-between;
        margin-inline: 3rem;
        height: 6rem;
    }

    header .responsive-nav img{
        height: 3rem;
        display: flex;
        align-self: center;
    }

    header .responsive-nav svg{
        height: 1.8rem;
       display: flex;  
       align-self: center;
       cursor: pointer;
       color: rgb(109, 110, 112);
    }

     .hero .lin{
    font-size: .9rem;
    padding: 20px;
    margin-bottom: 0%;
   }

   .hero .lin i{
    font-size: 15px;
   }

   .hero .make{
    font-size: 30px;
   }

   .hero .make span{
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
   }

   .hero .btn{
    margin-top: -.7rem;
   }

   .hero .btn button{
    padding: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: pointer;
   }

   .make {
    margin-top: 0rem;
}


   .search .first input{
    width: 35vw;
  height: 4vh;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
border: none;
  padding: 15px;
  border-right: none;
}

.search .first input:focus{
    outline: none;
}

.search .first input::placeholder{
    font-size: 15px;
    color: rgb(213, 213, 213);
}

.search .second input{
height: 4vh;
   border:none;
  border-left: inherit;
  padding: 10px;
  padding-right: 16px;
   border-right: none;
   font-weight: 300;
   text-align: right;
   cursor: pointer;
}

.search .second input:focus{
    outline: none;
}


section .second input::placeholder{
font-size: 13px;
color: #de3723;
}

.search :last-child button{
height: 4vh;
padding-left: 3rem;
padding-right: 3rem;
display: flex;
justify-content: center;
align-items: center;
border-left: none;
border: none;
background: #de3723;
 border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

section .cat img{
  margin-top: 1rem;
  position: relative;
  top: 30px;
}


section .col{
  padding-top: 7rem;
  display: grid;
  justify-items: center;
 grid-template-columns: repeat(3, 15rem); 
 gap: 1.5rem;
 align-items: center;
 justify-content: center;
}

section .col .same{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.col .one span:first-child{
    background-color: #74cccc;
    width: 3.5rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
    left: 20px;
}

.col .one{
    background-color: #567ee3;
    border: none;
    background-image: url(./images/promo-card.c67c499a3540cb12834b2f3beb13d4af.svg);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 4px 4px white;
}


.col .one span:nth-child(2){
    display: none;
}

.col .one p:nth-child(3){
    color: #fff;
    line-height: 2rem;
    font-weight: 500;
    font-size: 1.4rem;
     margin-top: -0.7rem;
     display: flex;
     padding-inline-start: 20px;
}



.col .one P:nth-child(4){
    display: flex;
    justify-content: start;
    padding-bottom: 1.5rem;
    padding-top: 3rem;
    padding-inline: 20px;
    color: white;
    cursor: pointer;
}

.col .one i{
    padding-left: 3px;
    display: flex;
    align-items: center;
    font-size: 15px;   
}

.two{
    display: flex;
    gap: 5rem;
    padding-bottom: 1rem;
}


.two .free span:first-child{
      background-color: #74cccc;
    width: 7rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
    left: 20px;
}

.two .free span:nth-child(2){
     background-color: #e34f4f;
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
     padding: 4px 8px;
     font-size: 1rem;
      font-weight: 700;
      color: white;
        border: none;
    border-radius: 5px;
    position: relative;
    bottom: 2.7rem;
    left: 8.6rem;
}

.two .free p:nth-child(3){
    line-height: 2rem;
    font-weight: 500;
    font-size: 1rem;
     margin-top: -2.4rem;
     display: flex;
     padding-inline: 13px;
    color: #4a4a4a;
    display: flex;
    gap: .4rem;
}
.two .free p i{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.two .free p:nth-child(4){
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 13px;
    padding: 4px 8px;
    color: #6d6e70;
     text-transform: uppercase;
     font-size: .75rem;
     padding: 4px 8px;
     margin-top: 8px;
    }

    .two .in{
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding-top: 2rem; 
        justify-content: center;
        padding-inline: 20px;   
    }

    .two .in p:first-child{
        font-size: 1rem;
        color: #4a4a4a;
    }

    .two .in p:nth-child(2){
        font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
     color: #6d6e70;
    }

    .two .in span{
        display: flex;
        color: #e34f4f;
        margin-inline: -4.1rem;
        font-weight: 500;
        margin-top: 1px;
        font-size: 14px;
        gap: 5px;
    }

    .two .in span:hover{
        text-decoration: underline;
        cursor: pointer;
    }

    .two .in span i{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        
    }
    

    .same .off span:first-child{
          background-color: #74cccc;
    width: 7rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
   
} 

.same .off span:nth-child(2){
        background-color: #e34f4f;
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
     padding: 4px 8px;
     font-size: 1rem;
      font-weight: 700;
      color: white;
        border: none;
    border-radius: 5px;
    position: relative;
    bottom: 2.7rem;
    left: 7.5rem;
}






.domain{
  display: flex;
    gap: 5rem;
    padding-bottom: -30rem;
}

.same .off p:nth-child(3){
     line-height: 2rem;
    font-weight: 500;
    font-size: 1rem;
     margin-top: -2.4rem;
     display: flex;
     padding-inline: 13px;
    color: #4a4a4a;
    display: flex;
    gap: .4rem;;
}

.same .off i{
       display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.same .off p:nth-child(4){
      border-radius: 5px;
    background-color: #f2f2f2;
    width: 7.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    color: #6d6e70;
     text-transform: uppercase;
     font-size: .75rem;
     padding: 4px 8px;
    margin-top: 8px; 
}

.same .shop{
     display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 1rem; 
        justify-content: center; 
        padding-bottom: 1rem; 
}

.same .shop p:first-child{
           font-size: .875rem;
    margin-top: 4px;
    margin-bottom: 0;
    color: #6d6e70;
}

.same .shop p:nth-child(2){
      font-size: 1rem;
        color: #4a4a4a;
}

.same .shop p:nth-child(3){
     font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
     color: #6d6e70;
}

.same .shop p span{
     display: flex;
        color: #e34f4f;
        margin-inline: -4.1rem;
        font-weight: 500;
        margin-top: 1px;
        font-size: 14px;
        gap: 5px;
}

.same .shop p span i{
    display: flex;
    justify-content: center;
    align-items: center;
}

.same .shop p span:hover{
    text-decoration: underline;
}







.fre{
    display: flex;
    gap: 5rem;
    padding-bottom: -30rem;
}


.fre .trial span:first-child{
     background-color: #74cccc;
    width: 7rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
}

.fre .trial p i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

.fre .trial p:nth-child(2){
   line-height: 2rem;
    font-weight: 500;
    font-size: 1rem;
     margin-top: -2.4rem;
     display: flex;
     padding-inline: .1rem;
    color: #4a4a4a;
    display: flex;
    gap: 1rem;
}

.fre .trial p:nth-child(3){
     border-radius: 5px;
    background-color: #f2f2f2;
    width: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: .1rem;
    padding: 4px 8px;
    color: #6d6e70;
     text-transform: uppercase;
     font-size: .75rem;
     padding: 4px 8px;
     margin-top: 8px;
}

.fre .new{
    margin-bottom: 0.8rem;
}

.fre .new p:first-child{
 font-size: 1rem;
        color: #4a4a4a;
}

.fre .new p:nth-child(2){
      font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
     color: #6d6e70;
}

.fre .new p:nth-child(3){
      font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
     color: #6d6e70;
}

.fre .new p span {
  display: flex;
        color: #e34f4f;
        margin-inline: .08rem;
        font-weight: 500;
        margin-top: 1px;
        font-size: 14px;
        gap: 5px;
}

.fre .new .re span i{
    display: flex;
    justify-content: center;
    align-items: center;
}

.new p span:hover{
    text-decoration: underline;
}





 .get{
   display: flex;
    gap: 7rem;
    padding-bottom: -30rem;
}


 .same .ca p:first-child{
    line-height: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
     margin-top: -2.4rem;
     display: flex;
     padding-inline: 2rem;
    color: #4a4a4a;
    display: flex;
    gap: 1rem; 
}

.same .ca P:nth-child(2){
      border-radius: 5px;
    background-color: #f2f2f2;
    width: 4.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 2rem;
    padding: 4px 8px;
    color: #6d6e70;
     text-transform: uppercase;
     font-size: .75rem;
     padding: 4px 8px;
     margin-top: 8px;
}


.same .yr p:first-child{
   font-size: 1rem;
        color: #4a4a4a;
        padding-inline: 2rem;
}

.same .yr p i:nth-child(1){
        font-size: 12px;
    color: black;
}

.same .yr span{
  display: flex;
        color: #e34f4f;
        margin-inline: .08rem;
        font-weight: 500;
        margin-top: 1px;
        font-size: 14px;
        gap: 5px;
}

.same .yr span i:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
 font-size: 12px;
      color: #e34f4f;
}

.same .yr span:hover{
    text-decoration: underline;
    cursor: pointer;

}



 .site{
   display: flex;
    gap: 5rem;
    padding-bottom: -30rem;
 
}

.site .visual span{
       background-color: #74cccc;
    width: 5.7rem;
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    position: relative;
    bottom: 17px;
    left: 20px;
}

.site .visual p:nth-child(2){
     line-height: 2rem;
    font-weight: 500;
    font-size: 1rem;
     margin-top: -2.4rem;
     display: flex;
     padding-inline: 1.5rem;
    color: #4a4a4a;
    display: flex;
}

.site .visual p i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

.site .visual p:nth-child(3){
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 1.5rem;
    padding: 4px 8px;
    color: #6d6e70;
    text-transform: uppercase;
    font-size: .75rem;
    padding: 4px 8px;
    margin-top: 8px;
}

.site .zero p:first-child{
   font-size: 1rem;
        color: #4a4a4a;
        padding-inline: 1.5rem;
}

.zero .in i:nth-child(1){
    font-size: 12px;
    color: black;
}

.zero p:nth-child(2){
     font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
     color: #6d6e70;
}

.zero p:nth-child(3){
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
     color: #6d6e70;
}

.zero p span{
     display: flex;
        color: #e34f4f;
        margin-inline: .08rem;
        font-weight: 500;
        margin-top: 1px;
        font-size: 13px;
        gap: 5px;
}

.zero p span i{
    display: flex;
    justify-content: center;
    align-items: center;
}

.zero p span:hover{
    text-decoration: underline;
}


.rate{

   background-image: url(./images/download.svg);
   background-repeat: no-repeat;
   background-size: contain;
   margin-top: 1.8rem;
}

.rate .star{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 6.5rem;
    
}

.rate .star .four i{
font-size: 2rem;
}

.rate .star .four span{
     font-size: 1.5rem;
    color: #4a4a4a;
    font-family: GB Museo Sans, Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-weight: 500;
     padding: 1rem;
     
}

.rate .star .four{
    display: flex;
    flex-direction: column;
    gap: -20rem;
    
}




.cheap .been{
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 2px 13px 0 rgba(47, 49, 51, .1);
    gap: 3rem;
    border-radius: 10px;
    font-weight: 500;
    text-align: center;
    color: #4a4a4a;
}

.cheap .been div:first-child{
    font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.333;
      color: #4a4a4a;
}


.cheap .been .field img{
            font-size: 1.125rem;
        line-height: 1.333;
        font-weight: 500;
        opacity: 1;
}

.cheap .been .field p{
    font-size: 1.2rem;
}




}


/* 

@media (min-width:901px) and (max-width:916px){

     body{
        overflow-x: hidden;
    }

    .hero{
        position: relative;
    }

  header nav{
    display: none;
  }

   header .responsive-nav{
        display: block;
        display: flex;
        justify-content: space-between;
        margin-inline: 3rem;
        height: 6rem;
    }

    header .responsive-nav img{
        height: 3rem;
        display: flex;
        align-self: center;
    }

    header .responsive-nav svg{
        height: 1.8rem;
       display: flex;  
       align-self: center;
       cursor: pointer;
       color: rgb(109, 110, 112);
    }


    .search .first input{
    width: 38vw;
  height: 3vh;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  padding: 15px;
  border-right: none;
}

.search .first input:focus{
    outline: none;
}

.search .first input::placeholder{
    font-size: 17px;
    color: rgb(213, 213, 213);
}

.search .second input{
height: 3vh;
   border: none;
  padding: 10px;
   border-right: none;
   font-weight: 300;
   cursor: pointer;
   text-align: right;
   padding-right: 1.4rem;
}

.search .second input:focus{
    outline: none;
}

section .second input::placeholder{
font-size: 15px;
color: #de3723;
}

.search :last-child button{
height: 3vh;
padding-left: 3rem;
padding-right: 3rem;
display: flex;
justify-content: center;
align-items: center;
border-left: none;
border: none;
background: #de3723;
 border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-weight: 700;
  cursor: pointer;

}



}


@media (min-width:917px) and (max-width:1024px){
    body{
        overflow-x: hidden;
    }

    header nav{
    display: flex;
    background-color: #fff;
    height: 5.9rem;
    position: relative;
    
}

header nav img{
    width: 14em;
    position: absolute;
    left: 30px;
    top: 5px;
    animation: in 1s;
}


    header nav ul{
        position: absolute;
        top: 3.5rem;
        left: 15rem;
        
}

header nav :nth-child(2){
    display: flex;
    gap: 1.5rem;
    align-items: center;
    list-style: none;
}

header nav ul a{
    text-decoration: none;
    color: rgb(109, 110, 112);
    font-size: 13px;
    font-weight: 700;
    
}

header nav ul a:hover{
    color: rgb(104, 157, 157);
}



section .lin{
   text-align: center;
    padding: 15px;
    background-color: hsla(0, 0%, 100%, .2);
}

section .lin a{
    color: white;
    font-size: 17px;
    font-weight: 100;
}

section .lin a i{
    color: white;
    font-size: 15px;
}

section .make{
    color: white;
    font-size: 40px;
    font-weight: 100;
    margin-top: 3rem;
}

section .make span{
    display: flex;
    justify-content: center;
}


section .btn button{
    color: white;
    padding: 13px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    font-weight: 600;
     border: none; 
     cursor: pointer; 
}

section .btn :first-child{
border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; 
      background: #8cc1c1;;
       
}

section .btn :last-child{
border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;  
     background-color: hsla(0, 0%, 100%, .2);
}

section .search form{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0%;
}

.search .first input{
    width: 38vw;
  height: 4vh;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  padding: 15px;
  border-right: none;
}

.search .first input:focus{
    outline: none;
}

.search .first input::placeholder{
    font-size: 17px;
    color: rgb(213, 213, 213);
}

.search .second input{
height: 4vh;
   border: none;
  padding: 10px;
   border-right: none;
   font-weight: 300;
   cursor: pointer;
   text-align: right;
   padding-right: 1.4rem;
}

.search .second input:focus{
    outline: none;
}

section .second input::placeholder{
font-size: 15px;
color: #de3723;
}

.search :last-child button{
height: 4vh;
padding-left: 3rem;
padding-right: 3rem;
display: flex;
justify-content: center;
align-items: center;
border-left: none;
border: none;
background: #de3723;
 border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-weight: 700;
  cursor: pointer;

}


section .com{
    margin-top: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    font-size: 15px;
}

section .com p a{
    color: white;
}

section .com p{
    color: white;
}


section .cat img{
  margin-top: 2rem;
  position: relative;
  top: 30px;
}
}


















 */




/* @media (max-width:769px){
header nav{
    display: none;
}

.responsive-nav{
    display: block;
    display: flex;
    justify-content: space-between;
    padding-inline: 60px;
    margin-top: 20px;
    align-items: center;
    padding: 50px;
}

.responsive-nav img {
    width: 26rem;
}

.responsive-nav svg{
    width: 50px;
    padding: 5px;
    border-radius: 10px;
    font-size: larger;
    font-weight: 800;
    background-color: rgba(106, 104, 104, 0.125);
    
}

.lin{
    text-align: center;
    padding: 40px;
    font-size: 1.9rem;
    color: black;
      background-color: hsla(0, 0%, 100%, .2);
}

.lin a{
    color: white;
}

section .hero{
    background-image: url(./images/hero-decor-img.af424d86e2880baefc8ec4da6a6ab96a.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.hero .make{
    text-align: center;
    font-size: 2rem;
    margin-top: 60px;
    color: white;  
}
} */