@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Flat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body {
    background-color: bisque;
    height: 100vh;
}
.container {
    width: 900px;
    height: 500px;
    background-color: #fff;
    position: absolute;
    top: 150px;
    left: 300px;
    border-radius: 20px;
}
.img-slider{
    width: 400px;
    height: 500px;
    border-right: 2px solid #D6FAE7;
    border-radius: 20px;
    /* border: 1px solid #000; */
    background-color: #D6FAE7;
}
.img-slider h2{
    position: relative;
    top: 60px;
    /* left: 50px; */
    text-align: center;    
    font-family: 'Lobster Two', cursive;
    font-size: 2rem;
}
.img-slider p {
    width: 300px;
    text-align: center;
    position: relative;
    top: 100px;
    left: 50px;
    font-family: 'Nova Flat', cursive;
    font-weight: 700;
    font-size: 15px;
    color: rgb(122, 122, 122);
}
.container .img-slider img {
    width: 100%;
    margin-top: 120px;
}
.content{
    position: absolute;
    top: 10px;
    right:110px;
    /* text-align: center; */
}
.content h2{
    text-align: center;
    font-size : 3rem;
    font-family: 'Lexend', sans-serif;
    padding: 20px 0px 10px 0px ;
}
.content p {
    text-align: center;
    font-family: 'Lexend', sans-serif;
    font-size: 1rem;
    padding:10px 0px;
    color: rgb(150, 148, 148);
}
.content p  a {
    text-decoration: none;
    color:#1FAB89;
    font-weight: bolder;
    font-size: 1.1rem;
    border: none;
}
#form{
    padding-top: 20px;
    /* padding-left: 80px; */
}
#form label {
    font-family: 'Comfortaa', cursive;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 10px 0px;
    color: #999c9a;
}
#form input {
    border:none;
    border-bottom:3px solid #1FAB89;
    width: 350px;
    margin: 10px 0px;
    outline: none;
    font-size: 1rem;
    padding: 5px 0px;  
    font-family: 'Comfortaa', cursive;
    font-weight: 800;  
}
#btn{
    text-align: center;
    padding:10px 60px ;
    position: relative;
    left: 80px;
    color: #fff;
    background-color: #1FAB89;
    border:none;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
}
#btn1{
    
    text-align: center;
    padding:10px 60px ;
    position: relative;
    left: 80px;
    color: #fff;
    background-color: #1FAB89;
    border:none;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
}
.other{
    padding:10px 0px;
}

.other h3 {
    font-size: 12px;
    text-align: center;
}
.icons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons img {
    width:15%;
    margin: 5px 10px;
}
.display{
 display: none;
 animation-delay: 8s;
}
.sign-img{
    margin-top: 10px;
}
@media screen and (max-width:1024px){
    .container {
        width: 800px;
        height: 400px;
        background-color: #fff;
        position: absolute;
        top: 150px;
        left: 120px;
        border-radius: 20px;
    }
    .img-slider{
        width: 300px;
        height: 400px;
        border-right: 2px solid #D6FAE7;
        border-radius: 20px;
        background-color: #D6FAE7;
    }
    .img-slider h2{
        position: relative;
        top: 40px;
        /* left: 50px; */
        text-align: center;    
        font-family: 'Lobster Two', cursive;
        font-size: 1.6rem;
    }
    .img-slider p {
        width: 200px;
        text-align: center;
        position: relative;
        top: 50px;
        left: 50px;
        font-family: 'Nova Flat', cursive;
        font-weight: 700;
        font-size: 15px;
        color: rgb(122, 122, 122);
    }
    .container .img-slider img {
        width: 100%;
        margin-top: 80px;
    }
    .sign-img{
        margin-top: 40px;
    }
    .content{
        position: absolute;
        top: 10px;
        right:80px;
        /* text-align: center; */
    }
    .content h2{
        text-align: center;
        font-size : 2.5rem;
        font-family: 'Lexend', sans-serif;
        padding: 10px 0px 5px 0px ;
    }
    .content p {
        text-align: center;
        font-family: 'Lexend', sans-serif;
        font-size: 0.8rem;
        padding:5px 0px;
        color: rgb(150, 148, 148);
    }
    .content p  a {
        text-decoration: none;
        color:#1FAB89;
        font-weight: bolder;
        font-size: 1rem;
        border: none;
    }
    #form{
        padding-top: 10px;
        /* padding-left: 80px; */
    }
    #form label {
        font-family: 'Comfortaa', cursive;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 8px 0px;
        color: #999c9a;
    }
    #form input {
        border:none;
        border-bottom:3px solid #1FAB89;
        width: 350px;
        margin: 10px 0px;
        outline: none;
        font-size: 0.6rem;
        padding: 5px 0px;  
        font-family: 'Comfortaa', cursive;
        font-weight: 800;  
    }
    #btn{
        text-align: center;
        padding:5px 20px ;
        position: relative;
        left: 100px;
        color: #fff;
        background-color: #1FAB89;
        border:none;
        outline: none;
        border-radius: 5px;
        font-size: 18px;
        font-family: 'Comfortaa', cursive;
    }
    .other{
        display: none;
    }
}
@media screen and (max-width:768px) {
    .container {
        width: 700px;
        height: 400px;
        background-color: #fff;
        position: absolute;
        top: 150px;
        left: 40px;
        border-radius: 20px;
        /* margin: 0px 10px; */
    }
    .img-slider{
        width: 300px;
        height: 400px;
        border-right: 2px solid #D6FAE7;
        border-radius: 20px;
        background-color: #D6FAE7;
    }
    .img-slider h2{
        position: relative;
        top: 40px;
        /* left: 50px; */
        text-align: center;    
        font-family: 'Lobster Two', cursive;
        font-size: 1.6rem;
    }
    .img-slider p {
        width: 200px;
        text-align: center;
        position: relative;
        top: 50px;
        left: 50px;
        font-family: 'Nova Flat', cursive;
        font-weight: 700;
        font-size: 15px;
        color: rgb(122, 122, 122);
    }
    .container .img-slider img {
        width: 100%;
        margin-top: 80px;
    }
    .sign-img{
        margin-top: 40px;
    }
    .content{
        position: absolute;
        top: 10px;
        right:80px;
        /* text-align: center; */
    }
    .content h2{
        text-align: center;
        font-size : 2.5rem;
        font-family: 'Lexend', sans-serif;
        padding: 10px 0px 5px 0px ;
    }
    .content p {
        text-align: center;
        font-family: 'Lexend', sans-serif;
        font-size: 0.8rem;
        padding:5px 0px;
        color: rgb(150, 148, 148);
    }
    .content p  a {
        text-decoration: none;
        color:#1FAB89;
        font-weight: bolder;
        font-size: 1rem;
        border: none;
    }
    #form{
        padding-top: 10px;
        /* padding-left: 80px; */
    }
    #form label {
        font-family: 'Comfortaa', cursive;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 8px 0px;
        color: #999c9a;
    }
    #form input {
        border:none;
        border-bottom:3px solid #1FAB89;
        width: 300px;
        margin: 5px 0px;
        outline: none;
        font-size: 0.6rem;
        padding: 5px 0px;  
        font-family: 'Comfortaa', cursive;
        font-weight: 800;  
    }
    #btn{
        text-align: center;
        padding:5px 20px ;
        position: relative;
        left: 100px;
        color: #fff;
        background-color: #1FAB89;
        border:none;
        outline: none;
        border-radius: 5px;
        font-size: 18px;
        font-family: 'Comfortaa', cursive;
    }
    .other{
        display: none;
    }
}
@media screen and (max-width:425px) {
    .container {
        width: 300px;
        height: 400px;
        background-color: #fff;
        position: absolute;
        top: 150px;
        left: 30px;
        border-radius: 20px;
    }
    .img-slider{
        display: none;
    }
    .sign-img{
        margin-top: 40px;
    }
    .content{
        position: absolute;
        top: 10px;
        right:20px;
        /* text-align: center; */
    }
    .content h2{
        text-align: center;
        font-size : 2rem;
        font-family: 'Lexend', sans-serif;
        padding: 10px 0px 5px 0px ;
    }
    .content p {
        text-align: center;
        font-family: 'Lexend', sans-serif;
        font-size: 0.8rem;
        padding:5px 0px;
        color: rgb(150, 148, 148);
    }
    .content p  a {
        text-decoration: none;
        color:#1FAB89;
        font-weight: bolder;
        font-size: 1rem;
        border: none;
    }
    #form{
        padding-top: 10px;
        /* padding-left: 80px; */
    }
    #form label {
        font-family: 'Comfortaa', cursive;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 8px 0px;
        color: #999c9a;
    }
    #form input {
        border:none;
        border-bottom:3px solid #1FAB89;
        width: 250px;
        margin: 10px 0px;
        outline: none;
        font-size: 0.6rem;
        padding: 5px 0px;  
        font-family: 'Comfortaa', cursive;
        font-weight: 800;  
    }
    #btn{
        text-align: center;
        padding:5px 20px ;
        position: relative;
        left: 60px;
        color: #fff;
        background-color: #1FAB89;
        border:none;
        outline: none;
        border-radius: 5px;
        font-size: 18px;
        font-family: 'Comfortaa', cursive;
    }
    .other{
        display: none;
    }
}
@media screen and (max-width:375px) {
    .container {
        width: 260px;
        height: 350px;
        background-color: #fff;
        position: absolute;
        top: 100px;
        left: 30px;
        border-radius: 20px;
    }
    .img-slider{
        display: none;
    }
    .sign-img{
        margin-top: 40px;
    }
    .content{
        position: absolute;
        top: 10px;
        right:20px;
        /* text-align: center; */
    }
    .content h2{
        text-align: center;
        font-size : 1.8rem;
        font-family: 'Lexend', sans-serif;
        padding: 10px 0px 5px 0px ;
    }
    .content p {
        text-align: center;
        font-family: 'Lexend', sans-serif;
        font-size: 0.8rem;
        padding:5px 0px;
        color: rgb(150, 148, 148);
    }
    .content p  a {
        text-decoration: none;
        color:#1FAB89;
        font-weight: bolder;
        font-size: 1rem;
        border: none;
    }
    #form{
        padding-top: 10px;
        /* padding-left: 80px; */
    }
    #form label {
        font-family: 'Comfortaa', cursive;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 8px 0px;
        color: #999c9a;
    }
    #form input {
        border:none;
        border-bottom:3px solid #1FAB89;
        width: 200px;
        margin: 10px 0px;
        outline: none;
        font-size: 0.6rem;
        padding: 5px 0px;  
        font-family: 'Comfortaa', cursive;
        font-weight: 800;  
    }
    #btn{
        text-align: center;
        padding:5px 20px ;
        position: relative;
        left: 40px;
        top: 10px;
        color: #fff;
        background-color: #1FAB89;
        border:none;
        outline: none;
        border-radius: 5px;
        font-size: 18px;
        font-family: 'Comfortaa', cursive;
    }
    .other{
        display: none;
    }
}
@media screen and (max-width:320px) {
    .container {
        width: 250px;
        height: 400px;
        background-color: #fff;
        position: absolute;
        top: 100px;
        left: 10px;
        border-radius: 20px;
    }
    .img-slider{
        display: none;
    }
    .sign-img{
        margin-top: 40px;
    }
    .content{
        position: absolute;
        top: 10px;
        right:15px;
        /* text-align: center; */
    }
    .content h2{
        text-align: center;
        font-size : 1.6rem;
        font-family: 'Lexend', sans-serif;
        padding: 10px 0px 5px 0px ;
    }
    .content p {
        text-align: center;
        font-family: 'Lexend', sans-serif;
        font-size: 0.8rem;
        padding:5px 0px;
        color: rgb(150, 148, 148);
    }
    .content p  a {
        text-decoration: none;
        color:#1FAB89;
        font-weight: bolder;
        font-size: 1rem;
        border: none;
    }
    #form{
        padding-top: 10px;
        /* padding-left: 80px; */
    }
    #form label {
        font-family: 'Comfortaa', cursive;
        font-size: 0.7rem;
        font-weight: 700;
        padding: 8px 0px;
        color: #999c9a;
    }
    #form input {
        border:none;
        border-bottom:3px solid #1FAB89;
        width: 180px;
        margin: 10px 0px;
        outline: none;
        font-size: 0.6rem;
        padding: 5px 0px;  
        font-family: 'Comfortaa', cursive;
        font-weight: 800;  
    }
    #btn{
        text-align: center;
        padding:5px 20px ;
        position: relative;
        left: 60px;
        color: #fff;
        background-color: #1FAB89;
        border:none;
        outline: none;
        border-radius: 5px;
        font-size: 18px;
        font-family: 'Comfortaa', cursive;
    }
    .other{
        display: none;
    }
}