/* Reset all margins and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial Black", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #051d40;
}

.nkar1{
	height: 100%;
}

.menu {
    width: 100vw;
    height: 15vh;
    background-color: #051d40;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.menu1 {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu-item {
    background-color: transparent;
        width: 10%;
    height: 100%;
}

@media (max-width: 768px) {
    .menu {
        height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .menu1 {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .menu-item {
        padding: 10px 0;
    }

    .ynt,
    .ynt1,
    .ynt2,
    .ynt3 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: auto;
        background-color: white;
        border-radius: 10px;
        margin-top: 20px;
    }
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

/* Styling for menu items */
.menu-item a {
    color: white;
    font-size: 20px;
    font-family: "Arial Black", sans-serif;
    text-decoration: none;
    transition: font-size 0.6s ease;
}

.menu-item a:{
    color: ;
}

.menu-item a:hover {
    font-size: 25px;
    color: #74b3ce;
}

/* Styling for social icons */
.social-icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-size: cover;
}

/* Styling for content sections */
.mainCont {
    width: 100vw;
    min-height: 70vh;
    background-color: #051d40;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.main {
    width: 90%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.das {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.tner {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.hav {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.hav1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.text2 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    margin: 4px 12px 4px 0;
    white-space: nowrap;
}

.text3 {
    font-size: 14px;
    color: #444;
    margin: 6px 0;
}

.tox {
    width: 100vw;
    height: 15vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.verj {
    width: 100vw;
    min-height: 30vh;
    background-color: #051d40;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kap {
    width: 80%;
    max-width: 600px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.aaa {
    display: block;
    color: #5e9bb0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.a {
    width: 80%;
    height: 30px;
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    font-size: 14px;
    font-family: "Arial Black", sans-serif;
}

.inp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 20px;
}
