@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');/* Global reset*/

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
/*Navbar*/
.visional-navbar{
    background-color: white;
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.visional-navbar div{
    margin: 0 135px;

}
.hamburger{
    cursor: pointer;
}
/*Hero Section*/
.hero{
    background: url('../../assets/img/1.svg');
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 100px 135px 0 135px;

}
.hero img{
    max-width: 400px;
    height: auto;
}
.hero-header{
    font-size:50px;
    font-weight: bold;
    color:#fff;
}
.hero-text{
  
    font-size: 22.8px;
    margin-top: 20px;
    max-width: 50%;
    color: #fff;
    margin-bottom: 35px;
}
.hero-download{
    margin-top: 30px;
    margin-bottom: 30px;

}
.hero-download:hover{
    cursor: pointer;

}

/*Items*/
.feature{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 135px 0 135px;
    flex-wrap: wrap;


}
.slider__inner{
    display: flex;
    justify-content: center;
}
.item{
    background-color: #FFE8C0;
    max-width: 370px;
    height: 380px;
    margin: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    text-align: center;
  
}
.controller{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    visibility: hidden;
}
.controller input{
    margin: 10px;
    cursor: pointer;
}
.feat-img{
    width: 165px;
    height: 95px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.item h3{
    margin-top: 20px;
    margin-bottom: 30px;
}
/*Footer*/

.form h3{
    text-align: center;
    font-weight: lighter;
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 50px;
}
.form-container{
    background-color: #F2F2F2;
    margin: 30px 135px 0 135px;
    padding: 40px 20px 40px 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #334;
}
.form-content{
    display: flex;
   align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
 .form-content div{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
   width:50%;
    
}
.wid-30{
    width: 33.3%!important;
}
.wid-100{
    width: 100%!important;
}
.form-content .full-input{
    width: 100%;
  }
  .full-input div{
    width: 100%;
  }

.form-container h4{

    margin-top: 20px;
}
label{
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-container input, .form-container textarea{
    height: 40px;
    max-width: 100%;
    margin: 0 10px 0 0;
}
.form-container select{
    height: 40px;
    max-width: 100%;
    margin: 0 10px 0 0;


}

select{
    outline: none;
    border: 1px solid #fff;
}
.experience-container{
    background-color: #F2F2F2;
    margin: 50px 135px 30px 135px;
    padding: 50px 20px;
}
.experience-container div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.experience-container select{
    height: 40px;
}
.experience-container h4{

    margin-top: 0px;
    margin-bottom: 20px;
}
.btn-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 135px 20px 135px; 
    
}
#submit
{
    width: 160px;
    height: 50px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    color: #fff;
    text-align: center;
    cursor: pointer;
    
}
.form-content .social-icons{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
   
}
.form-content .social-icons i{
    margin: 0 10px;
    font-size: 25px;
    cursor: pointer;
    color: #fff;

}
.social-icons div{
    width: 40px;
    height: 40px;
    background-color: #1D2B3B;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.experience-container .same-line{
    display: flex;
flex-direction: row;
justify-content: space-between;
}
.experience-container .same-line div{
min-width: 48%;

}
.footer{
    min-height: 60vh;
    background-color: #1D2B3B;
    
}
.form-container input, .form-container textarea{
    border: 1px solid #fff;
    outline: none;
    padding-left: 20px;
}
.footer-container{
    display: flex;
    padding-top: 60px;
    margin: 0 135px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    font-size: 20px;
}
.footer-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-content{
    max-width: 500px;
    margin-top: 40px;
    font-weight: lighter;
}
.download-text{
    color: white;
    margin: 20px 0;
}
.footer-download{
    height: 70px;
    margin-bottom: 40px;
    cursor: pointer;
}
.footer-content{
    color: #fff;
    opacity: 50%;
    font-size: 20px;
}
.footer-copyright{
    display:flex;
    color: #fff;
    opacity: 0.5;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: lighter;
    width: 100%;
}
.footer-right{
    color: #fff;
}
.connect-text{
    margin-bottom: 10px;
}
.footer-right div i{
    margin:22px 44px 22px 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.newsletter-container{
    margin-top: 30px;
}
.newsletter-content{
    opacity: 0.5;
    max-width: 500px;
    margin-bottom: 30px;
    font-weight: lighter;
    margin-top: 10px;
}
.newsletter-input{
    margin-top: 20px;
}
.newsletter-input input{
    height: 50px;
    margin-top: 20px;
    outline: none;
}
.btn{
    width: 140px;
    border: 2px solid #fff;
    background-color: #1D2B3B;
    padding-left: 0;
    color: #fff;
    margin-left: 5px;
}
.btn:hover{
    background-color: #fff;
    color: #1D2B3B;
    cursor: pointer;
}
.input-email{
    width: 240px;
    padding-left: 15px;

}

.slider__nav{
display: none;
}



/*Modal */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content1 {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
.modal-content1 .modal-icons{
    width: 40px;
    height: 40px;
    background-color: #1D2B3B;
    margin: 10px 10px 10px 0;
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.modal-content1 input[type="submit"]
{
    width: 130px;
    height: 40px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    color: #fff;
    text-align: center;
    cursor: pointer; 

}
.modal-content1 i{
    color: white;

}
.modal-content1 input[type="text"]
{

    width: 90%;
    height: 50px;
    outline: none;
    background-color: #F2F2F2;
    border:  1px solid #F2F2F2;
    border-radius: 8px ;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-content1 .btn-container{
    margin: 10px 10%;
}
.top-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}


/*Responsive Code goes here */

@media only screen and (max-width: 1442px) {

.item{ max-width: 305px;}
}
@media only screen and (max-width: 1250px) {
    .hero{
        flex-wrap: wrap-reverse;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .form-content .social-icons{
        flex-wrap: nowrap;
       
    }
    .form-content .social-icons div{
        width: 40px;
    }
    .hero-header{
        max-width: 100%;
    }
    .hero-text{
        max-width: 100%;
    }
.content-header{
    font-size: 40px;
    max-width: 80%;
    
}
.content-text{
    max-width: 80%;
}
.form-content{
    flex-direction: column;
    width: 100%;
    
}

.form-content div{
    width: 100%;
    justify-content: center;
}
.wid-30{
    width: 100%!important;
}
.wid-100{
    width: 100%;
}

.item{
    max-width: 240px;
}
  }
  @media only screen and (max-width: 1024px) {
  


    /*Slider*/
    
  
.slider {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

            flex-flow: row nowrap;

            align-items: flex-end;

            justify-content: center;
  }
  .slider__nav {
    width: 12px;
    height: 12px;
    margin: 2rem 12px;
    border-radius: 50%;
    z-index: 1;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
            appearance: none;
            backface-visibility: hidden;
            margin-top: 500px;
            display: block;
  }

  .slider__nav:checked {
            animation: check 0.4s linear forwards;
  }
  .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
  }
  .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -100%;
  }
  .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -200%;
  }
  .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    left: -300%;
  }
  .slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;

    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

            flex-flow: row nowrap;
  }
  .slider__contents {
    height: 100%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

            flex: 1;

            flex-flow: column nowrap;

            align-items: center;

            justify-content: center;
  }
  .slider__image {
    font-size: 2.7rem;
        color: #2196F3;
  }
  
  
  @-webkit-keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
  
  @keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }


  /*Slider Ends here */
    .item{
        max-width: 380px;
        margin: 0;
    }
    .feature{
        justify-content: center;
        margin: 0; 
    }
    .visional-navbar div{
        margin: 0 80px;
    
    }
    .footer-top{

justify-content: center; 
   }
   .hero{
    padding: 80px;

}

.slider__inner{
 padding:  0 0px;
}

.feature-container{
    justify-content: center;
}
.content-header,.content-text{
    max-width: 100%;
    text-align: center;
}


.content{
    padding-left: 0px;
    margin: 10px;
}
.feature-container{
margin: 10px;

} 



  }
  @media only screen and (max-width: 768px) {
  
  
   .hero-header{
    font-size: 40px;
   }
.form-container{
    margin: 30px 20px;
}
/* .experience-container{
    margin:  30px 20px;
} */
.btn-container{
    margin:  30px 20px;

}
.feature{
    margin:  30px 20px;

}
    .shopping-top{
        margin:0 80px ;
    }
    .footer-container{
        margin: 40px 40px 0 40px;
    }
    .footer-container{
        text-align: center;
    }
    
    
  }

  @media only screen and (max-width: 481px) {
  
    .visional-navbar{
        height: 95px;
    }
    .visional-navbar div{
        margin: 0px 20px;
    
    }
 
        
    /* .experience-container .same-line{
        flex-direction: column;
    } */
    .modal-content1 {
       
        width: 60%; /* Could be more or less, depending on screen size */
      }
    /* .hero{
        padding: 20px;
    }
    .hero-header{
        margin-top: 136px;
        font-size: 35px;
        line-height: 47px;
  
    } */
    .hero img{
        max-width: 250px;
        margin-top: 20px;
        height: auto;
    }
    .hero-text{
        max-width: 100%;
    }
.content-text{
    text-align: left;
}



}
