
* {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: #fff;
    /* min-height: 100vh; */
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

li a {
    color: #fff;
}

a {
    text-decoration: none;
}

ul li a {
    position: relative;
    z-index: 5;
}

.logo {
    margin: 0;
    font-size: 1.45em;
}

.main-nav {
    margin-top: 5px;
}

.logo a,
.main-nav a {
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 15px;
}

.main-nav a.active {
    color: #76F3D5;
}

.header {
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: #17b8b35b;
    height: 60px;
    padding: 0 5px;
    position: relative;
    top: 0; 
    z-index: 1;
}

.logo-container h1 {
    position: relative;
    z-index: 1;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-left: 10px;
}

.logo-container h1 a {
    color: #fff;
    font-family: 'KyivType Sans', sans-serif;
    font-weight: normal;
}

.logo-container img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
}

.first-container {
    border: 1px solid transparent;
    width: 100%;
    height: 680px;
}

.first-container img {
    position: absolute;
    width: 100%;
    margin-top: -100px;
    height: 780px;
    object-fit: cover;
    opacity: .8;
}

.first-text-container h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4em;
    font-weight: 400;
    width: 700px;
    margin: 90px 140px;
    z-index: 1;
    position: relative;
}

.first-text-container p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 400;
    width: 700px;
    margin: -70px 140px;
    z-index: 1;
    position: relative;
}

.first-text-container button {
    background-color: #ffffff32;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 400;
    width: 150px;
    height: 35px;
    border-radius: 10px;
    border: none;
    margin: 100px 140px;
    z-index: 1;
    position: relative;
}

.first-text-container button:hover {
    cursor: pointer;
    background-color: #ffffff7d;
}

.first-text-container a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}

.first-span {
    color: #00FFE0;
}

.first-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 740px;
    background-color: #28d1c6c0;
    opacity: .5;
    pointer-events: none; 
}

.second-container {
    border: 1px solid transparent;
    background-color: #3C3C3C;
    width: 100%;
    height: 900px;
    position: relative;
    z-index: 1;
}

.second-text-container {
    background-color: #212121;
    margin: 30px;
    height: 840px; 
    position: relative;
}

.second-text-content {
    margin-top: -270PX;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    padding: 20px; 
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%; 
    height: 300px;
}

.second-text-content h1 {
    font-size: 4em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.second-text-content p {
    color: #fff;
    margin-top: -60px;
    font-family: 'Poppins', sans-serif;
}

.second-text-content span {
    color: #00FFE0;
}

.second-text-container .second-img {
    background-color: #212121;
    height: 300px; 
    z-index: 1;
    background-size: cover; 
    background-position: center;
    width: 100%;
}

.second-second-content-container {
    display: flex;
    justify-content: space-between;
    margin: 50px;
    padding: 10px;
}

.video-container video {
    width: 500px;
    height: 100%;
}

.desc-container {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 30px;
    text-align: justify;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn a {
    color: #00FFE0;
}

.btn i {
    text-indent: 15px;
}

.btn a,
.btn i {
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desc-container button {
    background-color: #FFFFFF0A;
    border: none;
    border-radius: 5px;
    padding: 5px;
    width: 250px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
}

.desc-container button:hover {
    cursor: pointer;
    background-color: #ffffff21;
}

table {
    border-collapse: collapse;
}

th,
td {
    padding: 10px;
}

.third-nav {
    width: 100%;
    height: 25px;
    margin: 0;
    z-index: 1;
    position: relative;
}

.third-container {
    border: none;
    position: relative;
    margin-top: -9px;
    width: 100%;
    height: 680px; 
    overflow: hidden;
}

.third-text-container h1{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4em;
    text-align: center;
    z-index: 1;
    position: relative;
}

.third-container img {
    position: absolute;
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.third-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    pointer-events: none; 
}

.footer-container {
    background-color: #242424;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    padding: 20px 80px;
}

.footer-container h4,
.footer-container h5 {
    color: #fff;
    font-weight: normal;
}

.footer-container .location-icon,
.footer-container .email-icon,
.footer-container .call-icon {
    color: #fff;
    font-size: 20px;
}

.footer-left-side-container textarea {
    width: 500px;
    max-width: 400px;
    height: 100px; 
    padding: 10px;
    margin-top: -15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: none;
    resize: vertical;
    transition: border-color 0.3s;
}

.footer-left-side-container textarea:focus {
    border-color: #76F3D5;
}

.footer-right-side-container {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.footer-right-side-container h5 {
    display: flex;
    align-items: center; 
    margin: 10px 0;
}

.footer-right-side-container h5 i {
    margin-right: 10px;
}

.footer-container img {
    height: 50px;
    width: 200px;
    float:right;
}

@media (min-width: 769px) {
    .header,
    .main-nav {
        display: flex;
    }
    .header {
        flex-direction: column;
        align-items: center;
        .header{
        width: 80%;
        margin: 0 auto;
        max-width: 1150px;
    }
    }

}

@media (min-width: 1025px) {
    .header {
        flex-direction: row;
        justify-content: space-between;
    }

}
