.header{
    display: flex;
    flex-direction: row;
    height: 94px;
    justify-content: space-between;
}

body{
    margin: 0;
    height: auto !important;
}

.logo{
    width: 350px;
    height: 94px;
}

.logo-icon{
    margin-right: -1px;
    margin-left: 10vw;
    padding-top: 15px;
}

.nav{
    margin-right: 93px;
    margin-top: 50px;
}

.nav a {
    text-decoration: none;
    background: black;
    color: white;
    padding: 8px 17px;
    border-radius: 20px;
    margin-right: 8px;
    font-size: 16px;
    font-family: 'quicksand', sans-serif;
    font-weight: 400;
    transition: background-color 0.15s;
}

.nav a:hover{
    background-color: rgb(210, 76, 76);
}

.menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: rgb(46, 163, 242);
}
/* .dropdown {
    width: 80vw;
    border-top: solid rgb(46, 163, 242);
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */

.title{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end;
    width: 40%;
    margin: auto;
    margin-bottom: 0;
}

.title p{
    font-size: 65px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(51, 51, 51);
}

.form-heading{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end;
    width: 40%;
    margin: auto;
    margin-bottom: 0;
}

.form-heading p{
    font-size: 36px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(51, 51, 51);
}

.description{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end;
    width: 40%;
    margin: auto;
    margin-bottom: 0;
}

.description p{
    font-size: 19px;
    font-family: 'Libre Caslon Text', Georgia;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
}

.container{
    width: 40%;
    margin: auto;
    padding: 0;
}

.form-group{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
    margin: 0;
    padding: 0;
}

.row1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.email-id-input{
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    padding-right: 0;
    padding: 0;
}

.email-id-input input{
    width: 100%;
    height: 52.67px;
    padding-left: 8px;
    color: black;
    font-family: 'Libre Caslon Text', Georgia;
    font-size: 16px;
    border: solid black;
    border-width: 1px;
}

.text-input{
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    padding: 0;
    padding-right: 8px;
    margin-right: 0;
}

.text-input input{
    height: 52.67px;
    width: 100%;
    padding-left: 8px;
    color: black;
    font-family: 'Libre Caslon Text', Georgia;
    font-size: 16px;
    border: solid black;
    border-width: 1px;
}

.row2{
    flex: 1;
    display: flex;
    flex-direction: row;
}

textarea{
    height: 150px;
    padding: 0;
    width: 100%;
    padding-left: 8px;
    color: black;
    font-family: 'Libre Caslon Text', Georgia;
    font-size: 16px;
    padding-top: 10px;
    border: solid black;
    border-width: 1px;
}

.send-button-div{
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.send-button{
    margin-top: 9px;
    font-size: 20px;
    font-family: 'Libre Caslon Text', Georgia;
    text-align: center;
    width: 151px;
    height: 50px;
    background-color: rgb(192, 0, 1);
    border: none;
    color: white;
    border-radius: 25px;
    transition: 0.15s;
}

.send-button:hover{
    cursor: pointer;
}

.row-3{
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
}

.animated-picture-container{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    /* margin-left: clamp(50px, 10vw, 90px); */
}

.animated-picture-container img{ 
    max-width: 45%;
    height: auto; 
    object-fit: contain;
    margin-right: 40px;
}

.textual-content-1{
    flex:1;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    padding: 10px;
    padding-bottom: 0;
}

.big-1{
    font-size: 32px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    letter-spacing: -1px; 
    line-height: 1;
    width: 100%;
    max-width: 500px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.subheading{
    color: rgb(51, 51, 51);
    font-size: 19px;
    font-family: 'Libre Caslon Text', Georgia;
}

.email-form-1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
    height: 120px;
    margin-bottom: 50px;
}

.email-input2{
    /* padding-left: 7px;
    padding-top: 0;
    padding-bottom: 0;
    width: 217px;
    height: 41px; */
    width: 48%;
    height: auto;
}

.email-input1, .email-input2, .email-input3{
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(243, 246, 249);
    border: solid;
    border-color: rgb(221, 224, 228);
    border-width: 1px;
    border-radius: 5px;
    font-family: 'Libre Caslon Text', Georgia;
    font-size: 13px;
}

.email-input1, .email-button1, .email-input2, .email-button2, .email-input3,.email-button3{
    /* padding-right:178px; */
    width: 340px;
}

.email-input1, .email-input2, .email-input3{
    padding-left: 7px;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    background-color: rgb(243, 246, 249);
    border: solid;
    border-color: rgb(221, 224, 228);
    border-width: 1px;
    border-radius: 5px;
    margin: auto;
    font-family: 'Libre Caslon Text', Georgia;
    font-size: 13px;
}

.email-button1, .email-button2, .email-button3{
    display: block;
    margin-top: 20px;
    color: white; 
    background-color: rgb(245, 11, 57);
    border-radius: 20px;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Libre Caslon Text', Georgia;
}

.email-button2{
    /* padding-top: 0;
    padding-bottom: 0; */
    /* width: 227px;
    height: 41px; */
    width: 50%;
    height: auto;
    margin-bottom: 15px;
}

.email-button2:hover{
    cursor: pointer;
}

.email-button1, .email-button2, .email-button3{
    display: block;
    margin-top: 20px;
    width: 100%;
    color: white; 
    background-color: rgb(245, 11, 57);
    border-radius: 20px;
    border: none;
    padding-top: 12px;
    margin: auto;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Libre Caslon Text', Georgia;
}

.send-button span{
    display: none;
}

.send-button:hover {
    width: 167px;
}

.send-button:hover span{
    display: inline;
}

@media (max-width: 982px){
    .logo-icon{
        width: 169.5px;
        height: 53.2px;
    }

    .nav{
        display:none;
    }

    .nav-foot{
        display: none;
    }

    .dropdown.show {
        display: block;
    }
    .email-form-1{
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .email-input2{
        /* padding-left: 7px;
        padding-top: 0;
        padding-bottom: 0;
        width: 217px;
        height: 41px; */
        width: 68%;
        height: auto;
    }
    
    .email-button2{
        /* padding-top: 0;
        padding-bottom: 0; */
        /* width: 227px;
        height: 41px; */
        width: 70%;
        height: auto;
    }    

    .animated-picture-container {
        flex-basis: 100%; /* Forces it to take full width and wrap */
        margin-bottom: 50px;
        justify-content: center;
    }

    .textual-content-1{
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .big-1{
        text-align: center;
    }
    .textual-content-1{
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 760px){
    .title, .description, .form-heading{
        width: 90%;
        justify-content: flex-start;
    }
    .separator{
        width: 90%;
    }
    .title p{
        font-size: 24px;
        font-family: 'Montserrat', Helvetica, Arial, Lucida;
        text-align: left;
    }
    .form-heading p{
        font-size: 20px;
        font-family: 'Montserrat', Helvetica, Arial, Lucida;
        text-align: left;
    }
    .description p{
        font-size: 16px;
        font-family: 'Libre Caslon Text', Georgia;
        text-align: left;
    }
    .profile-image-container img{
        width: 90%;
    }
    .information{
        width: 90%;
    }
    .row1{
        flex-direction: column;
        flex-basis: 100%
    }
    .container{
        width: 90%;
    }
}
.header-separator{
    width: 100%;   
    margin: 0;
    border: none;  
    height: 2px;   
    background-color: rgb(242, 242, 242); 
}

