/* //// IBMPlexSans Fonts //// */
@font-face {
    font-family: IBMPlexSans-Bold;
    src: url(../fonts/IBMPlexSans-Bold.ttf);
}
@font-face {
    font-family: IBMPlexSans-SemiBold;
    src: url(../fonts/IBMPlexSans-SemiBold.ttf);
}
@font-face {
    font-family: IBMPlexSans-Medium;
    src: url(../fonts/IBMPlexSans-Medium.ttf);
}
@font-face {
    font-family: IBMPlexSans-Regular;
    src: url(../fonts/IBMPlexSans-Regular.ttf);
}
@font-face {
    font-family: IBMPlexSans-Light;
    src: url(../fonts/IBMPlexSans-Light.ttf);
}
/* //// Mont Fonts //// */
@font-face {
    font-family: Mont-ExtraLightDEMO;
    src: url(../fonts/mont/Mont-ExtraLightDEMO.otf);
}
@font-face {
    font-family: Mont-HeavyDEMO;
    src: url(../fonts/mont/Mont-HeavyDEMO.otf);
}

.bg-banner {
    background: url("../images/banner.png") no-repeat;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
}
header {
    padding: 15px 15px 13px;
}
header ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header ul li {
    list-style: none;
    margin-left: 40px;
}
header ul li a {
    font-size: 22px;
    color: #229F13;
    text-decoration: none;
    font-family: Mont-HeavyDEMO;
}
header ul li a:hover {
    color: #229F13;
}
header ul li:last-of-type a {
    color: #3E3D3E;
}
/* //// Slider Section Styling //// */
.slider-section {
    height: calc(100vh - 65px);
}
.carousel-inner {
    display: flex;
    align-items: center;
    height: calc(100vh - 88px);
}
.carousel-indicators {
    margin-bottom: 0;
}
.carousel-item img {
    width: 750px;
    margin: 0 auto;
}
.carousel-item h3 {
    font-size: 57px;
    color: #229F13;
    line-height: 60px;
    text-align: center;
    margin: -20px 0 0 0;
    font-family: Mont-HeavyDEMO;
}
.carousel-control-prev-icon {
    background: none;
    position: relative;
}
.carousel-control-prev-icon::before {
    top: 6px;
    left: 3px;
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background: #000000;
    display: inline-block;
    transform: rotate(-45deg);
}
.carousel-control-prev-icon::after {
    left: 3px;
    bottom: 7px;
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background: #000000;
    display: inline-block;
    transform: rotate(45deg);
}
.carousel-control-next, .carousel-control-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}
.carousel-control-next-icon {
    background: none;
    position: relative;
}
.carousel-control-next-icon::before {
    top: 6px;
    right: 3px;
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background: #000000;
    display: inline-block;
    transform: rotate(45deg);
}
.carousel-control-next-icon::after {
    right: 3px;
    bottom: 7px;
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background: #000000;
    display: inline-block;
    transform: rotate(-45deg);
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    background: transparent;
    border: 2px solid #000000;
}
.carousel-indicators .active {
    background: #229F13;
    border-color: #229F13;
}
.toggle-box {
    width: 35px;
    height: 57px;
    bottom: 50px;
    cursor: pointer;
    position: absolute;
    border-radius: 30px;
    border: 2px solid #229F13;
}
.toggle-box::before {
    left: 0;
    right: 0;
    width: 8px;
    content: "";
    height: 8px;
    bottom: 10px;
    display: block;
    margin: 0 auto;
    position: absolute;
    border-radius: 50%;
    background: #000000;
}
.carousel-item h2 {
    margin: 0;
    color: #229F13;
    font-size: 115px;
    text-align: center;
    line-height: 130px;
    font-family: Mont-HeavyDEMO;
}
.carousel-item h4 {
    margin: 0;
    font-size: 50px;
    color: #3E3D3E;
    text-align: center;
    line-height: 55px;
    font-family: Mont-HeavyDEMO;
}
/* //// Slider Section End //// */
.banner-section {
    background-color: #F4F4F4;
    background-image: url('../images/section-banner.png');
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-section h1 {
    font-size: 125px;
    color: #000000;
    text-align: center;
    line-height: 130px;
    margin: 0 0 80px 0;
    font-family: Mont-HeavyDEMO;
}
.banner-section p {
    font-size: 35px;
    color: #000000;
    text-align: center;
    margin-bottom: 170px;
    font-family: IBMPlexSans-Regular;
}
.banner-section .toggle-box {
    left: 0;
    right: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
/* //// Banner Section End //// */
.get-in-touch {
    height: 100vh;
    display: flex;
    padding: 60px 15px;
    align-items: center;
    background-color: #F4F4F4;
}
.get-in-touch h3 {
    font-size: 25px;
    color: #000000;
    font-family: Mont-HeavyDEMO;
}
.form-label {
    font-size: 16px;
    color: #000000;
    font-family: IBMPlexSans-Regular;
}
.form-control {
    width: 100%;
    height: 54px;
    outline: none;
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border-color: #D9D9D9;
    box-shadow: 0 0 0 0 #cecece;
    font-family: IBMPlexSans-Regular;
}
.form-control:focus {
    border-color: #229F13;
    box-shadow: 0 0 0 0 #cecece;
}
textarea.form-control {
    resize: none;
    height: 200px;
    padding: 15px;
}
.btn-primary {
    height: 54px;
    font-size: 18px;
    color: #ffffff;
    min-width: 200px;
    border-radius: 30px;
    background: #229F13;
    border-color: #229F13;
    font-family: IBMPlexSans-Medium;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #229F13;
    border-color: #229F13;
}
.mb-150 {
    margin-bottom: 150px;
}
form h5 {
    font-size: 25px;
    color: #229F13;
    margin: 0 0 5px 0;
    font-family: IBMPlexSans-Bold;
}
form h6 {
    margin: 0;
    font-size: 25px;
    color: #000000;
    font-family: IBMPlexSans-Regular;
}
.container {
    max-width: 1700px;
}

@media (min-width: 320px) and (max-width: 575px) {
    .bg-banner {
        height: auto;
        min-height: 350px;
        padding-bottom: 20px !important;
    }
    .slider-section {
        height: calc(100vh - 65px);
        min-height: 280px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .carousel-inner {
        height: auto;
        min-height: 200px;
    }
    .carousel-item h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .carousel-item h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .carousel-item img {
        width: 200px;
    }
    .carousel-item h3 {
        margin: 0;
        font-size: 24px;
        line-height: 30px;
    }
    .banner-section {
        height: 100vh;
    }
    .banner-section h1 {
        font-size: 50px;
        line-height: 70px;
        margin: 30px 0 20px 0;
    }
    .banner-section p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .banner-section p br {
        display: none;
    }
    .carousel.slide {
        min-height: 280px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 50%;
    }
    .carousel-control-next {
        right: -20px;
    }
    .carousel-control-prev {
        left: -20px;
    }
    .get-in-touch {
        height: auto;
        padding: 40px 15px 10px;
    }
    .get-in-touch .container {
        padding: 0;
    }
    .row.mb-150 {
        margin-bottom: 40px;
    }
    header ul li {
        margin-left: 30px;
    }
    .carousel.slide {
        display: flex;
        height: calc(100vh - 100px);
    }
    .carousel-control-next-icon::after {
        bottom: 10px;
        width: 15px;
    }
    .carousel-control-next-icon::before {
        top: 10px;
        width: 15px;
    }
    .carousel-control-prev-icon::after {
        bottom: 10px;
        width: 15px;
    }
    .carousel-control-prev-icon::before {
        top: 10px;
        width: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .bg-banner {
        height: auto;
        min-height: 350px;
        padding-bottom: 20px !important;
    }
    .slider-section {
        min-height: 280px;
        height: calc(100vh - 65px);
    }
    .carousel-inner {
        height: auto;
        min-height: 200px;
    }
    .carousel-item h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .carousel-item h4 {
        font-size: 24px;
        line-height: 37px;
    }
    .carousel-item img {
        width: 250px;
    }
    .carousel-item h3 {
        margin: 0;
        font-size: 30px;
        line-height: 30px;
    }
    .banner-section {
        height: 100vh;
    }
    .banner-section h1 {
        font-size: 70px;
        line-height: 70px;
        margin: 30px 0 20px 0;
    }
    .banner-section p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .banner-section p br {
        display: none;
    }
    .carousel.slide {
        min-height: 280px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 35%;
    }
    .carousel-control-next {
        right: -15px;
    }
    .carousel-control-prev {
        left: -15px;
    }
    .get-in-touch {
        height: auto;
        padding: 40px 15px 10px;
    }
    .get-in-touch .container {
        padding: 0;
    }
    .row.mb-150 {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-item h2 {
        font-size: 100px;
        line-height: 100px;
    }
    .carousel-item h4 {
        font-size: 50px;
        line-height: 70px;
    }
    .carousel-item img {
        width: 550px;
    }
    .banner-section h1 {
        font-size: 150px;
    }
    .banner-section p {
        font-size: 35px;
    }
}