@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('./bootstrap.min.css');
@import url('../plugins/fontawesome/css/all.min.css');
@import url('./swiper.min.css');
@import url('../plugins/OwlsCarousel/css/owl.carousel.min.css');
@import url('../plugins/OwlsCarousel/css/owl.theme.default.css');
@import url('./testimonial.css');
@import url('./aos.css');
@import url('../plugins/Sweetalert/sweetalert2.min.css');
@import url('./gallery.css');

:root {

    --background-color: hsla(120, 55%, 94%, 0.255);
    --font-color: hsla(129, 100%, 10%, 0.896);
    --font-color-hover: hsl(129, 100%, 24%);
    --font-color-light: hsla(129, 17%, 94%, 0.8);
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #88888878;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background-color: var(--background-color);
    color: var(--font-color) !important;
}

.social-icon-container {
    display: block;
    margin-right: 40px;
    margin-top: 5px;
}

.topbar {
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
}


.topbar a {
    color: var(--font-color);
    text-decoration: none;
    margin: 10 10px;
}

.topbar:hover,
.topbar a:hover {
    background-color: hsla(113, 33%, 90%, 0.8);
    box-shadow: 1px 1px 10px 5px rgba(153, 205, 50, 0.144);
}

/* Add this if you're using Font Awesome for the icons */
.fab {
    font-size: 20px;
}

.text-justify {
    text-align: justify;
}

.navbar {
    background-color: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
    min-height: 70px;
}

.navbar-brand-logo {
    width: 210px;
    height: 70px;
}

.navbar-container {
    min-height: 70px;
}

.navbar-nav {
    min-height: 70px;

}

.nav-item {
    display: grid !important;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    width: 200px;
}

.nav-item {
    font-weight: 700;
    color: var(--font-color);
}

.navbar-nav li.active {
    background-color: hsla(113, 33%, 90%, 0.8);
    font-weight: 700;
    color: var(--font-color) !important;
}

.nav-item:hover {
    background-color: hsla(113, 33%, 90%, 0.8);
    color: var(--font-color-hover);
}

.navbar-gallery {
    color: var(--font-color);
}

/**/

[class^=swiper-button-] {
    transition: all 0.3s ease;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


.swiper-container {
    width: 100%;
    height: 100%;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
}

.swiper-container.nav-slider {
    width: 20%;
    padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
}

.swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.swiper-slide .entity-img {
    display: none;
}

.swiper-slide .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    padding-left: 20px;
    color: var(--font-color);
    height: 100%;
    background-color: var(--background-color);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.swiper-slide .content .content-are {
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    margin-top: -100;
    width: 100%;
    height: 100%;
}

.swiper-slide .content .title {
    font-size: 2.6em;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px yellow;
}

.swiper-slide .content .content-are .caption {
    display: block;
    font-size: 16px;
    text-align: justify;
    color: var(--font-color-light);
    padding-right: 25px;
    line-height: 1.4;
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.7s ease;
}

.swiper-slide .content .content-are .caption.show {
    transform: translateX(0);
    opacity: 1;
}

[class^=swiper-button-] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}

.content-hide {
    display: none;
}

/* 3icons*/

.img-icon {
    border: 3px solid rgba(92, 117, 96, 0.596);
    border-radius: 50%;
    box-shadow: 1px 1px 15px 6px rgba(128, 128, 128, 0.442);
    width: 150;
    height: 150;
}

.icon-container div p {
    font-size: x-large;
    font-weight: 600;
    padding-top: 20px;
    text-shadow: 1px 1px rgba(128, 128, 128, 0.56);
}


.experiance {
    background-image: url("../img/bg2.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 100px;
}

.experiance-holder {
    margin-left: 50px;
    margin-right: 50px;
    position: relative;

}

.experiance-img {
    border: 1px solid rgba(219, 255, 219, 0.395);
    border-radius: 19px;
    box-shadow: 1px 1px 20px 5px rgba(0, 128, 0, 0.349);
}

.experiance-ft {
    position: absolute;
    top: 0px;
    right: 7px;
}

.experiance-img-ft {
    width: 250px;
    height: 300px;
    animation: dance1 55s infinite;
}

.experiance-fm {
    position: absolute;
    left: 13px;
    bottom: 99px;
}

.experiance-img-fm {
    width: 200px;
    height: 311px;
    animation: dance2 57s infinite;
}

.experiance-fb {
    position: absolute;
    left: 201px;
    bottom: 60px;
    z-index: 1;
}

.experiance-img-fb {
    width: 351px;
    height: 228px;
    animation: dance3 60s infinite;
}

@keyframes dance1 {

    0%,
    100% {
        transform: translateX(0px);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateX(20px);
    }

    75% {
        transform: translateY(10px);
    }
}

@keyframes dance2 {

    0%,
    100% {
        transform: translateY(-20px);
    }

    25% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(20px);
    }

    75% {
        transform: translateY(10px);
    }
}

@keyframes dance3 {

    0%,
    100% {
        transform: translateX(-40px);
    }

    25% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(-20px);
    }

    75% {
        transform: translateY(10px);
    }
}

.experiance-text {
    min-height: 500px;
    margin-left: 60px;
}

.experiance-inyear {
    font-size: clamp(50px, 150px, 158px);
    font-weight: clamp(400, 900, 900);
    top: -60px;
    right: 0;
    color: yellowgreen;
}

.experiance-inyear-br {
    border-right: 1px solid gray;
}

.experiance-in-year {
    font-size: 50px;
    font-weight: 500;
}

@media (max-width: 500px) {
    .experiance-text {
        margin-left: 0px;
    }

    .experiance-inyear-br {
        position: unset !important;
        border-right: none;
        display: flex;
        flex: auto;
    }

    .experiance-inyear {
        position: unset !important;
        top: 0;
        right: 0;
    }
}

.target {
    background-image: url("../img/bg10.jpg");
    background-repeat: no-repeat;
    margin-right: 12px;
}

.target-container {
    background-color: rgba(255, 255, 255, 0.900);
    padding: 25px;
    padding-left: 40px;
    justify-content: center;
}

.target-col {}

.target-counter {
    font-size: 30px;
    font-weight: 500;
    border-right: 2px solid yellowgreen;
    color: yellowgreen;
    writing-mode: vertical-lr;
    text-align: center;
}

.target-counter-text {
    font-size: 30px;
    font-weight: 500;
    padding-left: 10px;
}

.section-container-testimonial {
    background-image: url(../img/bg1.png);
}

.section-container {
    background-size: contain;
    min-height: 650px;
}

.section-header {
    margin-right: 2px;
}

.section-title {
    margin: 20px auto;
    color: yellowgreen;
    text-align: center;
    font-size: 30px;
    max-width: 600px;
    position: relative;
}

.section-title::before {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background: yellowgreen;
    left: 0;
    top: 50%;
    position: absolute;
}

.section-title::after {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background: yellowgreen;
    right: 0;
    top: 50%;
    position: absolute;
}

@media (max-width: 500px) {

    .section-title::before {
        display: none;
    }

    .section-title::after {
        display: none;
    }
}

.section-container-stratergy {
    background-image: url(../img/bg3.png);
}

.img-stratergy {
    padding: 10px;
    height: 100%;
    width: 100%;
}

.section-content-startegy>div>h1 {
    color: rgb(255, 255, 255);
}

.section-sub-content {
    color: white;
    margin: 40px;
}

.progress {
    --bs-progress-bar-bg: yellowgreen;
}

footer {
    color: white;
    font-size: small;
    font-weight: 200;
}

.lbl-subscribe {
    color: yellowgreen;
    font-size: large;
    font-weight: 700;
}

#button-addon2 {
    z-index: 0 !important;
}

.btn-theme {
    background-color: yellowgreen;
    font-weight: 600;
}

.btn-theme:hover {
    background-color: rgba(153, 205, 50, 0.673);
    font-weight: 600;
}

.btn-theme:active {
    background-color: rgba(160, 204, 72, 0.848);
    font-weight: 600;
}

.footer-address-container {
    margin-top: 30px;
}

.newsletter-form {
    width: 400px;
}

@media (max-width: 500px) {
    .newsletter-form {
        width: 100%;
    }
}

.footer-logo {
    width: 250px;
    height: 80px;
    background-color: aliceblue;
}

.footer-address {
    margin-top: 20px;
    font-size: larger;
    font-weight: 500;
}

.breadcrumb-container {}

.breadcrumb-inner {
    background-image: url(../img/title-background.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
}

.breadcrumb-title-holder {
    background-color: rgba(249, 249, 249, 0.648);
    height: 100%;
}

.breadcrumb-content-holder {
    text-align: center;
    height: 100%;
}

.breadcrumb-title {
    font-size: 80px;
    font-weight: 800;
    text-shadow: 1px 1px 10px rgb(255, 255, 255);
}

.breadcrumb {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: none;
}

.breadcrumb-item {
    color: var(--font-color);
    text-shadow: 1px 1px 5px black;
    font-weight: 500;
}

.breadcrumb-item a {
    text-decoration: none;
    color: yellowgreen !important;
}

.form-di {
    background-image: url(../img/contact-side.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

@media (max-width: 500px) {
    .breadcrumb-title {
        font-size: 60px;
    }

    #contact-form {
        margin-left: 20px !important;
        padding-left: 20px !important;
    }
}