@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
.hero:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 0%; */
    
    
  }
*{
    margin: 0;
    padding: 0;
}


.home__scroll{
  color : var(--first-color);
  right : -1.5rem;
  bottom : 4rem;
  display : grid ;
  row-gap: 2.25rem;
  justify-items: center;
  text-decoration: none;
}
.home__scroll-icon{
  font-size: 1.25rem;
}
.home__scroll-name{
  /* font-size: var(--small-font-size); */
  transform: rotate(-90deg);
  color: white;
  border: 0px;
  position: fixed;
  width: 8%;
  height: 5%;
  background-color: #DC0F3D;
  border-radius: 10px;
  text-decoration: none;
  margin-left: 50%;
  margin-top: -20%;
}

/*------------------------ header -----------------------------------------------*/
.container1{
    width: 100%;
    min-height: 15vh;
    padding-left: 2%;
    /* padding-right: 8%; */
    box-sizing: border-box;
    overflow: hidden;
  }
  .navbar{
    width: 100%;
    display: flex;
    align-items: center;
  }
  .nav-logo{
    /* position: absolute; */
    left: 0.7%;
    right: 88.67%;
    top: 0%;
    bottom: 6.68%;
  }
  .menu-icon{
    width: 25px;
    cursor: pointer;
    display: none;
  }
  nav{
    flex: 1;
    text-align: right;
  }
  nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
  }
  nav ul li a{
    text-decoration: none;
    color:#78A92D;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
  }
  nav ul li a:hover{
    color:#333;
  }
.background_img{
    width: 100%;
    height: 100vh;
   
}
.hero_content{
    margin-top: -40%;
    margin-left: 40%;
}
.order{
    color:#CF2129;  
    
}
.small_logo{
    margin-top: -3%;
    height: 40vh;
}
.refer{
    font-size: 1.3rem;
    color: 
    #78A92D
    ;
    font-weight: 700;
    margin-left: 4%;
}
.btn{
    height: 8vh;
    width: 13vw;
    margin-left: 43%;
    margin-top: 6%;
    border-radius: 17px;
    border: 0px;
    color: #ffff;
    background-color: #dc143c;
    font-size: 1rem;
}
.orange_text{
    color: orange;
}
.gift_left{
    height: 45vh;
    margin-top: -230px;
    margin-left: -50%;
}
.gift_right{
    height: 40vh;
    margin-left: 65%;
    margin-top: -20%;
}
.parent_one{
    display: flex;
}
.img_left{
    height: 70vh;
    margin-left: 20%;
}
.subs{
    font-size: 2rem;
    margin-top: 20%;
    margin-left: 15%;
    color: #78A92D;
    text-align: center;
}
.parent_two{
    display: flex;
}

.img_right{
    height: 80vh;
}
.child_left_two{
    font-size: 2rem;
    margin-top: 20%;
    margin-left: 10%;
}
.color_text{
    color: #78A92D;
}

@media only screen and (max-width: 428px){
    .background_img{
        width: 100%;
        height: 60vh;
       
    }
    .order{
        font-size: 0.9rem;
        margin-left: -10%;
        margin-top: -90%;
    }
    .small_logo{
        height: 22vh;
        margin-left: 0%;
    }
    .refer{
        font-size: 0.6rem;
        margin-top: 5%;
    }
    .btn{
        height: 5vh;
        font-size: 0.3rem;
        margin-top: 4%;
        background-color: orange;
    }

    .gift_left{
        height: 30vh;
    }
    .gift_right{
        height: 20vh;
    }
    .parent_one{
        display: flex;
        flex-direction: column;
    }
    .parent_two{
        display: flex;
        flex-direction: column-reverse;
    }
    .img_left{
        height: 50vh;
    }
    .subs{
        font-size: 1.6rem;
        margin-left: 5%;
    }
    .subs2{
        font-size: 1rem;
        margin-left: 10%;
        
    }
    .img_right{
        height: 50vh;
        margin-left: 20%;
    }
}

/* -------------------------------------------------footer---------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
  }
  body{
    min-height: 100vh;
    width: 100%;
    background: white;
  }
  footer{
   margin-top: 20%;
    /* position: fixed; */
    /* position: absolute; */
    background: rgba(120, 169, 45, 0.64);
    width: 100%;
    bottom: 0;
    /* left: 10%; */
  }
  /* footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #AFAFB6;
  } */
  footer .content{
    max-width: 1250px;
    margin: auto;
    padding: 30px 40px 40px 40px;
  }
  footer .content .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .content .top .logo-details{
    color: black;
    font-size: 30px;
  }
  .content .top .media-icons{
    display: flex;
  }
  .content .top .media-icons a{
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  
  footer .content .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 5 - 10px);
  }
  .content .link-boxes .box .link_name{
    color: black;
    font-size: 20px;
    font-weight: 400;
    font-family: pacifico;
    margin-bottom: 10px;
    position: relative;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: black;
  }
  .content .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
  }
  .content .link-boxes .box li a{
    color: black;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
  }
  .content .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content .link-boxes .input-box{
    margin-right: 55px;
  }
  .link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: white;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color:black;
    margin-top: 5px;
  }
  .link-boxes .input-box input::placeholder{
    color: #AFAFB6;
    font-size: 16px;
  }
  .link-boxes .input-box input[type="button"]{
    background: #fff;
    color: #140B5C;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .input-box input[type="button"]:hover{
    opacity: 1;
  }
  footer .bottom-details{
    width: 100%;
    background: rgba(120, 169, 45, 0.04);
    /* background-color: white; */
  }
  footer .bottom-details .bottom_text{
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 14px;
    font-weight: 300;
    color: black;
    opacity: 0.8;
    text-decoration: none;
  }
  .bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .bottom-details .bottom_text a{
    margin-right: 10px;
  }
  @media (max-width: 900px) {
    footer .content .link-boxes{
      flex-wrap: wrap;
    }
    footer .content .link-boxes .input-box{
      width: 40%;
      margin-top: 10px;
    }
  }
  @media (max-width: 700px){
    footer{
      position: relative;
    }
    .content .top .logo-details{
      font-size: 26px;
    }
    .content .top .media-icons a{
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 3 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 60%;
    }
    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a{
      font-size: 12px;
    }
  }
  @media (max-width: 520px){
    footer::before{
      top: 145px;
    }
    footer .content .top{
      flex-direction: column;
    }
    .content .top .media-icons{
      margin-top: 16px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 2 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 100%;
    }
    .new_footer_logo{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .new_devesh_logo{
        display: none;
    }
    .policy_terms{
      display: flex;
      margin-right: -2.5rem !important;
      
    }
    .copyright_text{
      margin-left: -2rem !important;
    }
    
  }
  

.new_footer_logo{
    width: 40%;
}
.new_devesh_logo{
    width: 50vw;
    position: absolute;
    margin-left: 32%;
    margin-top: 7%;
}
.copyright_text{
    margin-left: 40%;
}


@media only screen and (max-width: 413px){
    .background_img{
        width: 100%;
        height: 30vh;
       
    }
    .btn{
        margin-left: 43%;
        margin-top: 1%;
        height: 4vh;
        width: 15vw;
        font-size: 0.6rem;
    }
    .refer{
        margin-top: -4%;
    }
    .small_logo{
        height: 15vh;
        margin-left: -5%;
    }
    .gift_left{
        
        margin-left: -50%;
        height: 15vh;
    }
    .gift_right{
        height:15vh ;
    }
    .img_left{
        height: 20vh;
    }
    .img_right{
        height: 20vh;
        /* margin-left: -4%; */
    }
    .subs{
        font-size: 1.1rem;
    }
    .subs2{
        font-size: 1.1rem;
    }
    .home__scroll{
      color : var(--first-color);
      right : -1.5rem;
      bottom : 4rem;
      
      display : grid ;
      row-gap: 2.25rem;
      justify-items: center;
      text-decoration: none;
    }
    .home__scroll-icon{
      font-size: 1.25rem;
    }
    .home__scroll-name{
      /* font-size: var(--small-font-size); */
      position: fixed;
      z-index: 1;
      transform: rotate(-90deg);
      color: white;
      border: 0px;
      font-size: 0.7rem;
      margin-top: -20%;
      width: 18%;
      height: 5%;
      background-color: #DC0F3D;
      border-radius: 10px;
      text-decoration: none;
      margin-left: 45%;
    }
}
@media only screen and (max-width:700px){

    nav ul{
      width: 100%;
      background: linear-gradient(#fcfffa,#c2f577);
      position:absolute;
      top: 75px;
      right: 0;
      z-index: 2;
    }
    nav ul li{
      display:block;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    nav ul li a{
      color:#333;
    }
    .menu-icon{
    display: block;
    }
    #menulist{
      overflow: hidden;
      transition: 0.5s;
    }
  }