@font-face {
    font-family: 'Viata'; 
    src: url('assets/Viata-ExtraBoldOblique.ttf') format('woff'); 
}         

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f0f0;
}

.container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.popup input,
.popup textarea {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 12px; /* Increase padding for a larger appearance */
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box; /* This ensures padding and border are included in the width */
}

.checkmark {
    width: 24px;
    height: 18px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.checkmark1 {
    width: 24px;
    height: 18px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.b_container {
    background-color: #4D97FE;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    /* margin-top: 4%; */
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    background-color: #4D97FE;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.b_container1 {
    background-color: #4D97FE;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 4%;
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    background-color: #4D97FE;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}


button {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 100%;
}

.text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: inline-block;
    top: 50%;
    transform: translateY(35%);
}

.text1 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: inline-block;
    top: 50%;
    transform: translateY(35%);
}



.logo img {
    max-width: 190px;

}

.social-buttons {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.social-button {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    color: #000000; /* Change the text color as needed */
    text-align: center;
    width: 40px; /* Set a specific width for the buttons */
    height: 40px; /* Set a specific height for the buttons */
    line-height: 40px; /* Vertically centers the icon */
    font-size: 20px; /* Adjust the font size to change the icon size */
    transition: color 0.3s;
}

.padding-container {
    flex: 1; /* Takes up the available space between elements */
    padding: 0 10px; /* Add horizontal padding in the middle */
  }

.social-button:hover {
    color: #005183; /* Change the hover color as needed */
}

.tagline {
    font-family: 'Viata', sans-serif;
    padding-left: 9px;
}

footer a {
    text-decoration: none; /* Remove underline */
    color: #54626F;
}

.logo-text {
    text-decoration: none;
    
    color: #313131;
}

.logo {
    display: flex;
    align-items: center;  
}

footer {
    padding-top: 100px;
    color: #54626F;
}


nav ul.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-right: 20px;
}

nav ul.menu li a {
    text-decoration: none;
    color: #54626F;
    font-size: 16px;
}

.contact {
    border: 2px solid #54626F;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #54626F;
    margin: 3px 0;
}


.flex-container {
    display: flex;
    
    align-items: center;
}

.left-element {
    flex: 40%;
    /* padding: 10% 10px 10px 10px; */
    padding: 10px 10px 5% 10px;
    
    
}

.right-element {
    flex: 60%;
    padding: 10px;
}



.illustration {
    width: 105%;
    height: auto;
}

.title {
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    color: #000000;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    
}

.subtitle {
    font-size: 22px;
    color: #000000;
    text-align: left;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);

    
}

.description {
    margin-top: 3%;
    font-size: 15px;
    color: #54626F;
    text-align: left;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.form {
    margin-top: 20px;
}

.form input[type="email"] {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

/* .form button {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 5%;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #4D97FE;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
} */

.social-media {
    margin-top: 20px;
}

.social-media a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6c63ff;
    color: white;
    font-size: 24px;
    line-height: 40px;
    margin-right: 10px;
}

.closer {
    display: none;
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    z-index: 3; /* Ensure it's on top */
}

.contact-form {
    margin-top: 20px;
}

.contact-form textarea {
   height: 100px; 
   resize:none; 
   padding-top :10px; 
   padding-bottom :10px; 
   vertical-align :top; 
   overflow-y :auto; 
   overflow-x :hidden; 
   word-wrap :break-word; 
   line-height :1.5em; 
   font-family :inherit; 
   font-size :inherit; 
   margin-bottom :10px; 
} 

.contact-form button { 
   width :20%; 
   height :40px; 
   border :none; 
   outline :none; 
   background-color :#6c63ff; 
   color :white; 
   font-size :16px; 
   cursor :pointer; 
} 

header {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding-top: 20px;
    padding-bottom: 10px;
    color: #54626F;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.popup {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: fadeIn 0.5s;
    position: relative;
    width: 35%;
}




.menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: -260px; /* Hide the menu off-screen initially */
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: left 0.3s;
}

.menu-open {
    left: 0;
}

.show {
    visibility: visible;
    opacity: 1;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    padding: 10px;
    /* border-bottom: 1px solid #ccc; */
}

.menu li:last-child {
    border-bottom: none;
}

.menu-blur {
    backdrop-filter: blur(5px); 
    display: none;
}

.line {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 800px) {
    .hamburger-menu {
        display: flex;
    }

    .popup {
        width: 70%;
    }

    

    nav ul.menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9); 
        display: none; /* Hide the menu overlay by default */
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

    nav ul.menu li a {
        font-size: 20px;
        color: white;
    }

    .contact {
        border: 2px solid #fff;
    }

    .menu.open {
        display: flex;
    }
    



    .flex-container {
        flex-wrap: wrap;
    }

    .left-element {
        flex-basis: 100%;
    }

    .right-element {
        flex-basis: 100%;
        padding: 10px;
    }

    .title {
        text-align: center;
    }

    .subtitle {
        text-align: center;

    }

    .description {
        text-align: center;
    }

    .tagline {
        display: none;
    }

    
}