@import url('https://fonts.googleapis.com/css2?family=Kalam&family=Poppins&family=Kadwa&family=Kantumruy&display=swap');

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

.container1 {
    max-width: 90%;
    margin: auto;
}

.container100 {
    max-width: 90%;
    margin: auto;
}

.allNavbarItems {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    background-color: rgba(218, 155, 65);
    width: 100%;
    z-index: 1000;
}

.navBarList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 0;
}

.navBarList li {
    list-style-type: none;
}

.navBarList a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-family: 'Kantumruy', sans-serif;
    position: relative;
}

.navBarList a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 4px solid rgb(255, 255, 255);
    transition: .5s;
}

.navBarList a:hover:after {
    width: 100%;
}

.input-container {
    position: relative;
    display: inline-block;
}

.inputOfNavbar {
    padding: 10px;
    width: 300px;
    border-radius: 20px;
    border: 0;
    font-size: 16px;
    background: rgba(217, 217, 217, 0.55);
}

.btnInput {
    position: absolute;
    top: 0;
    right: 1.25rem;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
}




.timeLineHeading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Kantumruy', sans-serif;
    color: #fff;
}

.timeLineHeading h2 {
    font-size: 32px;
    font-family: 'Kantumruy', sans-serif;
    padding-top: 50px;
}

.timeLineHeading h3 {
    font-size: 20px;
    font-family: 'Kantumruy', sans-serif;
}

.timeLineHeading p {
    font-size: 16px;
    font-family: 'Kantumruy', sans-serif;
    padding-bottom: 20px;
}

.timeHeading p {
    padding: 20px 100px;
    border: 1px solid #fff;
    background-color: #fff;
    display: inline;
    border-radius: 20px;
    font-family: 'Kantumruy', sans-serif;
    font-size: 20px;
    color: rgba(218, 155, 65);
}

.timeHeading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.backAbout {
    background-image: url('../agroPhotos/aboutpng1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

.timeline {
    position: relative;
    max-width: 80%;
    margin: auto;
    padding: 50px 0;
}

.container2 {
    padding: 10px 50px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    animation: moveDown 1s linear forwards;
}

@keyframes moveDown {
    0% {
        opacity: 1;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.container2:nth-child(1) {
    animation-delay: 0s;
}

.container2:nth-child(2) {
    animation-delay: 1s;
}

.container2:nth-child(3) {
    animation-delay: 2s;
}

.container2:nth-child(4) {
    animation-delay: 3s;
}

.text-box {
    padding: 20px 30px;
    background: #fff;
    position: relative;
    border-radius: 6px;
    font-size: 15px;
}

.left-container {
    left: 0;
}

.right-container {
    left: 50%;
}

.left-container .white-circle {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    right: -20px;
    top: 32px;
    z-index: 20;
}

.right-container .white-circle {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    left: -20px;
    top: 32px;
    z-index: 20;
}

.time-right {
    position: absolute;
    width: 40px;
    left: -20px;
    top: 32px;
    z-index: 10;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -3px;
    animation: moveLine 6s linear forwards;
}

@keyframes moveLine {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.text-box h2 {
    font-weight: 600;
}

.text-box small {
    display: inline-block;
    margin-bottom: 15px;
}

.left-container-arrow {
    width: 0;
    height: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    right: -14px;
}

.right-container-arrow {
    width: 0;
    height: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
    left: -14px;
}

.time-left span {
    padding: 20px;
}





.backFooter {
    background-image: url('https://res.cloudinary.com/dwwhktofm/image/upload/v1699532810/footer_relohu.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    background-blend-mode: darken;
}
.footerContent {
    width: 100%;
    height: 100%;
    background: rgba(24, 68, 41, .7);
    background-blend-mode: darken;
}
.inputFooter {
    display: flex;
    align-items: center;
}

.inputWrapper {
    position: relative;
}

.footerInput {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: 0;
}

.right-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center; 
    text-decoration: none;
    color: rgba(194, 115, 3, 0.92);
}
.footerHeading {
    font-size: 18px;
    color: rgba(194, 115, 3, 0.92);
    font-family: 'Kadwa', sans-serif;
    line-height: 1.5;
    padding: 20px 0;
    width: 280px;
}
.footerContent .container1 {
    height: 100%;
    display: flex;
    justify-content: center;
}
.footerSide1 {
    display: flex;
    align-items: center;
}
.footerLogo img{
    width: 78px;
    height: 95px;
    flex-shrink: 0;
}
.footerSide2 {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    color: #fff;
    padding-left: 80px;
    padding-right: 80px;
}
.footerSide2 h3 {
    font-size: 25px;
    font-family: 'Kadwa', sans-serif;
    padding-top: 50px;
}
.footerSide2 li a {
    color: #fff;
    font-family: 'Kadwa', sans-serif;
    text-decoration: none;
}
.footerSide2 li {
    margin-bottom: 8px;
}
.footerSide3 {
    color: #fff;
    font-family: 'Kadwa', sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.footerSide3 i {
    color: rgba(194, 115, 3, 0.92);
    padding-right: 7px;
}
.footerSide3 h3 {
    font-size: 25px;
    padding-top: 50px;
    padding-bottom: 5px;
}
.footerSide3 span {
    font-size: 14px;
}
.contactFooter {
    margin-bottom: 20px;
}


.ourTeam {
    max-width: 65%;
    margin: auto;
    overflow: hidden;
    text-align: center; /* Center the content within the container */
    padding: 50px 0 50px 0; /* Add some spacing around the container */

}
.ourTeamHeading h2{
    text-align: center;
    font-size: 32px;
    color: rgba(194, 115, 3, 0.92);
    padding-bottom: 40px;
}
.container3 {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; /* Hide overflowing team members */
    scroll-behavior: smooth;
    transition: transform 0.3s ease; 
}

.person {
    margin: 10px; /* Add spacing between team members */
    flex:  0 0 31.65%; /* Each team member occupies 33.33% of the container width with margins accounted for */
    box-sizing: border-box;
    text-align: center; /* Center the content within each team member box */
    padding: 20px; /* Add some spacing inside each team member box */
    background-color: #fff; /* Background color for team member boxes */
    border: 1px solid #ccc; /* Border for team member boxes */
    padding: 0;
    border-radius: 20px;
    font-family: 'Kantumruy', sans-serif;
}

.personImage img {
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 5px solid rgba(194, 115, 3);
    margin-top: 20px;
}
.personImage {
    background-color: rgb(0, 90, 5);
    border-radius: 20px 20px 0  20px;
    position: relative;
}
.square {
    position: absolute;
    background-color: rgb(0, 90, 5);
    right: 0;
    bottom: -40px;
    padding: 20px;
}
.circle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    border-radius: 0 25px 0 0;
    background-color: #fff;
}

.personInfo h2{
    padding: 40px 0 10px 0;
}
.personInfo p {
    padding-bottom: 10px;
}
.btnPrev, .btnNext {
    background-color: #fff;
    color: #000;
    padding: 8px 10px;
    border: 1px solid black;
    cursor: pointer;
    margin: 10px;
    border-radius: 50%;
}

.btnPrev:hover, .btnNext:hover {
    background-color: #000;
    color: #fff;
    border: #fff;
}
.SocialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.SocialMedia p a {
    margin: 10px;
    font-size: 20px;
    color: #000;
}