body, html {
    width: 100%;
    margin: auto;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
}

p, a, li {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* HEADER */
.header {
    height: 129px;
}


li.nav-item {
    cursor: auto;
    z-index: 999;
}
  
.logo-area {
    background-color: #D92529;
    /* clip-path: polygon(0% 0%, 99% 0%, 92% 28%, 92% 100%, 0% 100%); */
}

.path {
    position: absolute;
    left:26px;
    z-index: 1;
}

.path img {
    width: 100%;
}

.logo {
    position: relative;
    left: 260px;
    z-index: 5;
}

.logo img {
    width: 164px;
    height: 129px;
}

.contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #234480;
    height: 61px;
    color: #fff;
    padding-left: 50px;
}
.contact p {
    margin: 0px 10px 0px 10px;
}
.contact a{
	color: #fff;
}

.navbar {
    height: 68px;
}

.contact-btn {
    position: relative;
    right: 100px;
}

button.btn.btn-danger {
    border-radius: 50px;
    background-color: #D92529;
	font-weight: 700;
	padding: 10px;
	width: 170px;
}
button.btn.btn-danger:hover{
	background: #234480;
}

/* Banner */

/* Container to hold video, image, and content */
.background-container {
    position: relative;
    width: 100%;
    height: 100%; /* Full viewport height */
    overflow: hidden;
  }
  
  /* Video styling */
  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire container */
    z-index: 1;
  }
  
  /* Image styling */
  .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0.5; /* Adjust opacity to blend with the video */
  }
  
  /* Overlay to enhance text visibility */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 3;
  }
  .content {
    position: relative;
    z-index: 4;
    color: white;
    text-align: center;
    padding: 20px;
    /* top: 50%;
    transform: translateY(-50%); */
  }

/* Board member section */
.section-1 {
    text-align: center;
    padding: 50px 0px;
}
.board-members {
    width: 80%;
    margin: auto;
    /* display: flex;
    justify-content: center; */
}
.image-container {
    position: relative;
    width: 100%;
    height: 325px; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .background-img,
  .foreground-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .foreground-img {
    z-index: 1; /* Ensures the foreground image is above the background image */
  }
  
  img.foreground-img {
    transition: 0.2s ease-in-out;
  }

.profile {
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.sec-title p {
    font-size: 32px;
    color: #234480;
}

.sec-titl h5 {
    color: #ff0000;
  }

.sec-title hr {
    width: 286px;
    margin: auto;
    border-top: 1px solid red;
}

.position {
    color: #234480;
    font-size: 13px;
}

.profile:hover img.foreground-img{
    width: 103%; 
    transition: 0.3s ease-in-out;
}

h5 {
    color: red;
  }

.profile:hover h5.name-member {
    color: #234480;
  }
  
  .profile:hover p.position {
    color: #D92529;
  }


/* Section 2 */
.section-2 {
 background-color: #FBF8F9;
 padding-top: 70px;
}

.group {
    width: 65%;
    margin: auto;
}


lottie-player.gif1 {
    position: absolute;
    left: 25.5%;
}

lottie-player.gif2 {
    position: absolute;
    left: 55.5%;
}

.row-group {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.column {
    background-color: #234480;
    border-radius: 21px;
    color: #fff;
    padding: 0px 40px;
}

.column h1 {
    font-size: 60px;
}

.column img {
    width: 114px;
}

.divider img {
    position: relative;
    left: -50%;
}

.divider {
    position: absolute;
    left: 50%;
}

.form-wrap {
    width: 97%;
    margin: auto;
    margin-top: 70px;
    background-color: #fff;
    border-radius: 50px 50px 0px 0px;
    padding: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-body {
    width: 55%;
    margin: auto;
}

.form-body form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 20px;
}

.form-wrap h1, h4{
    color: #D92529;
}

.form-wrap i {
    color: #234480;
}

.contact-message {
    color: #234480;
}

.footer-contact {
    display: flex;
}

button.btn.btn-primary {
    width: 40%;
    background-color: #234480;
    border-radius: 50px;
    margin-left: 10px;
}

input.form-control {
    background: #FBF8F9;
    border: 1px solid #e4e4e4;
}

.form-select {
    border: 1px solid #e4e4e4;  
}

textarea.form-control {
    background-color: #fbf8f9;
}

/* Footer */
.footer {
    background-color: #D92529;
    color: #fff;
}


@media only screen and (max-width: 1695px) {
    .path {
        left: -25px;
    }

    .logo {
        left: 220px;
    }
    lottie-player.gif1 {
        left: 24%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 55%;
    }
}


@media only screen and (max-width: 1670px) {
    .path {
        left: -36px;
    }

    .logo {
        left: 220px;
    }
    lottie-player.gif1 {
        left: 24%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 55%;
    }
}


@media only screen and (max-width: 1640px) {
    .path {
        left: -20px;
    }
    .logo {
        left: 230px;
    }
    lottie-player.gif1 {
        left: 23.5%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 55%;
    }
}

@media (min-width: 1441px) and (max-width: 1585px) {
    .path {
        left: -70px;
    }
    .logo {
        left: 155px;
    }

    .group {
        width: 84%;
    }

    lottie-player.gif1 {
        left: 19%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 57.5%;
    }
}

@media only screen and (max-width: 1441px) {
    .path {
        left: -95px;
    }
    
    .logo {
        left: 185px;
    }

    .contact-btn {
        right: 13px;
    }

    .column {
        padding: 0px 20px;
    }

    lottie-player.gif1 {
        left: 19.5%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 56%;
    }

    .group {
        width: 80%;
        margin: auto;
    }
    
}

@media only screen and (max-width: 1280px) {
    .path {
        left: -135px;
    }
    .logo {
        left: 140px;
    }
    li.nav-item.px-2 {
        padding: 0px !important;
    }
}


/* TAB DIMENSION 1018PX*/
@media only screen and (max-width: 1024px) {
    a.nav-link {
        font-size: 14px;
        padding: 0px !important;
    }
    button.btn.btn-danger {
        width: 115px;
    }
    .background-container {
        height: auto;
    }
    .content {
        transform: none !important;
        top: 10%;
    }
    .logo {
        left: 50px;
    }

    .path {
        left: -200px;
    }

    li.nav-item.px-3 {
        font-size: 12px;
        padding: 0px !important;
    }

    .contact-btn {
        position: absolute;
        right: 20px;
    }

    .container-fluid {
        margin: 0px !important;
        padding: 0px !important;
    }


    .group {
        width: 90%;
    }
    
    .form-body {
        width: 90%;
    }

    .column h1 {
        font-size: 42px;
    }

    .column p {
        font-size: 12px;
    }

    .profile.col {
        width: 30%;
    }

    .board-members {
        display: flex;
        justify-content: center;
    }

    lottie-player.gif1 {
        left: 15.5%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 57%;
    }
    
}

@media only screen and (max-width: 991px) {
    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        background: #fff;
        margin-top: 10px;
        position: relative;
        z-index: 5;
    }

    button.navbar-toggler {
        margin-left: 50px;
        z-index: 5;
    }

    li.nav-item.px-2 {
        padding: 10px;
    }

    .path {
        left: -123px;
    }
    .logo {
        left: 130px;
    }

    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        background: #fff;
        margin-top: 14px;
        position: absolute;
        z-index: 5;
        left: -52%;
        width: 130vh;
    }

    li.nav-item.px-2 {
        padding: 10px 20px !important;
        border-bottom: 1px solid #000000;
    }
}


@media only screen and (max-width: 768px) {
    .logo {
        left: 50px;
    }

    .path {
        left: -195px;
    }

    button.navbar-toggler {
        margin-left: 20px;
    }

    .divider img {
        left: -50%;
        bottom: 0px;
        rotate: 90deg;
        margin: 40px 0px;
    }

    .col-12.col-lg-6.contact-wrap {
        text-align: center;
        padding: 70px 0px 0px 0px;
    }

    .footer-contact {
        display: flex;
        justify-content: center;
        text-align: left;
    }

    .row-group {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .column {
        margin: 40px 0px;
    }

    .image-container {
        height: 170px; /* Adjust height for smaller screens */
    }

    .background-img {
    width: 100%;
    }
    .foreground-img {
    width: 100%; /* Further adjustment for mobile devices */
    }

    lottie-player.gif1 {
        left: 32%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 32%;
    }
}


@media only screen and (max-width: 669px) {
    .path {
        left: -226px;
    }

    .logo {
        left: 35px;
    }

    .board-members {
        flex-direction: column;
        align-items: center;
    }

    .profile.col {
        width: 60%;
    }

    .divider img {
        left: -50%;;
    }

    .image-container {
        height: 320px;
    }

    lottie-player.gif1 {
        left: 29%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 29%;
    }

}

@media only screen and (max-width: 425px) {
    .logo {
        left: 0px;
    }

    .path {
        left: -300px;
    }

    button.btn.btn-danger {
        width: 160px;
    }

    .contact {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .profile.col {
        width: 80%;
    }

    .divider img {
        left: -50%;
    }

    .form-wrap {
        padding: 50px 10px;
    }

    .contact p {
        font-size: 13px;
    }

    button.btn.btn-danger {
        width: 120px;
    }

    .logo img {
        width: 100%;
        height: auto;
    }
    
    button.navbar-toggler {
        margin-left: 40px;
    }

    .logo {
        left: 12px;
        top: 14px;
    }

    .contact {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
        flex-direction: column;
    }

    lottie-player.gif1 {
        left: 17%;
    }

    lottie-player.gif2 {
        position: absolute;
        left: 17%;
    }

        ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        background: #fff;
        margin-top: 14px;
        position: absolute;
        z-index: 5;
        left: -52%;
        width: 54vh;
    }
    
}


@media only screen and (max-width: 375px) {

    button.btn.btn-danger {
        width: 108px;
        font-size: 14px;
    }

    .contact-btn {
        position: absolute;
        right: 5px;
    }

    button.navbar-toggler {
        margin-left: 52px;
    }
}


.login-form input.user {
   background: url(../images/user.png) no-repeat 96% 55%;
}
.login-form input.phone{
background: url(../images/phone.png) no-repeat 96% 55%;
}
.login-form input.email{
background: url(../images/email.png) no-repeat 96% 55%;
}
.login-form textarea.mess{
background: url(../images/mess.png) no-repeat 96% 5%;
}
.login-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}
.login-form  textarea {
    width: 80%;
    height: 120px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}
::-webkit-input-placeholder{
color:#C3C3C3 !important;
    font-family: 'Josefin Sans', sans-serif;
}
.login-form textarea:hover {
    border: 1px solid #71c6c1;
}
.login-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background: #f99104;
    color: #fff;
    cursor: pointer;   
	width: 56%;
	font-family: 'Josefin Sans', sans-serif;
	    border-bottom: 2px solid#A26E28;
}
.login-form input[type="submit"]:hover {
    background: #71C6C1;
	border-bottom: 2px solid#59928F;
}
.navbar-light .navbar-nav .nav-link.active{
	color:#234480;
}
a.nav-link{
	font-weight: 600;
	color: #5F5F5F
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #D92529
}

