.header{
    display: flex;
    flex-direction: row;
    height: 94px;
    justify-content: space-between;
}

input[type="text"] {
    font-family: 'Montserrat', Helvetica, Arial, Lucida !important;
    font-size: 14px !important;
    color: rgb(102, 102, 102) !important;
    padding-left: 10px;
}

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;
}


.video {
    display: flex;
    justify-content: center;
    width: 100%;
}

.video iframe {
    width: 80%;
    max-width: 800px; /* Adjust based on preference */
}

.nav a:hover{
    background-color: rgb(210, 76, 76);
}

.menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: rgb(46, 163, 242);
}

a{
    color: rgb(46, 163, 242);
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 982px){
    .search{
        width: 100%;
        flex-basis: 100%;
        border-left: 0 !important;
    }
    .logo-icon{
        width: 169.5px;
        height: 53.2px;
    }

    .nav{
        display:none;
    }

    .nav-foot{
        display: none;
    }

    .dropdown.show {
        display: block;
    }
    .menu-icon{
        display: block;
    }    
    form { /* Target the form */
        padding: 0 !important;
        width: 85vw;  /* Make sure the form itself is 85% of the viewport width */
        display: flex; /* Allow elements inside to stretch */
    }
    .search-box{
        width: 580px;
    }
    .search-bar{
        flex: 1;
    }
}

@media (max-width: 760px){
}

.large-container {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 85%;
    flex-wrap: wrap;
}

.image-and-text {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.search {
    border-left: 2px solid rgb(213, 213, 213); /* Added border width */
    width: 200px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    text-align: left;
}

.search button{
    width: 68px;
    height: 43px;
    border: none;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    color: rgb(102, 102, 102);
    background-color: rgb(221, 221, 221);
    border-radius: 2px;
}

.search button:hover{
    cursor: pointer;
}

.search-bar{
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-top: 30px;
}

.search-bar input{
    flex: 1;
    height: 40px;
    border: solid rgb(221, 221, 221) 1px;
}

.big{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

p{
    padding-left: 30px;
    padding-right: 30px;
}

.title5{
    padding-top: 15px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 30px;
    font-weight: 500;
    flex: 1;
    margin-bottom: 0px;
}

.no-comments{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    font-weight: 500;
    color: rgb(102, 102, 102);
}

.title5 p{
    margin-bottom: 12px;
}

.sub-heading{
    padding-top: 15px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 26px;
    flex: 1;
    font-weight: 500;
    margin-bottom: 0px;
}

.sub-heading p{
    margin-bottom: 1px;
    margin-top: 2px;
}


.para-1{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    color: rgb(102, 102, 102);
    flex: 1;
    font-weight: 500;
    line-height: 25px;
}

.bank-image{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bank-image p{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.para-2-3{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 14px;
    color: rgb(102, 102, 102);
    flex: 1;
    line-height: 25px;
}

.header-separator{
    width: 100%;   
    margin: 0;
    border: none;  
    height: 2px;   
    background-color: rgb(242, 242, 242); 
}