@import url('https://fonts.googleapis.com/css2?family=Kalam&family=Poppins&family=Kadwa&family=Kantumruy&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: 0;
}


.container1 {
    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: 3000;
    position: relative;
    top: 0;
}

.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;
    padding-bottom: 5px;
}

.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;
}


.backSlider {
    background-image: url('https://res.cloudinary.com/dwwhktofm/image/upload/v1700139679/Agroservbck2_btayg1.jpg');
    width: 100%;
    height: 150vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sliderContent {
    background: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    height: 100%;
}
.container100 {
    width: 70%;
    margin: auto;
}
.headingSlider {
    width: 50%;
    margin: auto;
    text-align: center;
    padding-bottom: 10vh;
}
.swiper {
    width: 70%;
    height: 65vh;
    padding: 50px;
    overflow: hidden;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 70%;
    height: 65vh;
    display: flex;
    border-radius: 50px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.part1 {
    width: 60%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(218, 155, 65, 0.92);
    border-radius: 50px 0 0 50px;
    font-family: 'Kantumruy','serif';
    color: white;
}
.part1 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.part1 p {
    line-height: 20px;
    font-size: 16px;
}
.part2 {
    width: 40%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(250, 192, 110, 0.92);
    border-radius: 0 50px 50px 0;
    font-family: 'Kantumruy','serif';
}
.headingSlider {
    color: rgba(11, 117, 53, 0.82);
}
.headingSlider h2{
    padding-top: 100px;
    margin-bottom: 10px;
    font-size: 40px;
}
.headingSlider h3 {
    margin-bottom: 10px;
    font-size: 30px;
}


/*Footer hissesi*/
footer {
    position: absolute;
    top: 160vh;
    z-index: 2000;
    width: 100%;
    font-family: 'Kadwa','serif';
}

/*Footer hissesi*/
.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;
}