
:root {
    --primary-font: 'Poppins', sans-serif;
    --title-font: 'Poppins', sans-serif;
    --gradient-color: linear-gradient(106.7deg, #62B247, #62B247);
    --primary-color: #7E7E7E;
    --title-color: #62B247;
    --background-color-rgb: 0, 0, 0;
    --btn-color: #1579BA;
    --btn-text-color: #F2F2F2;
    --title-color-1: #F9F9F9;
    --first-text-color:#2E4049;
    --blog-text-color:#121212;
    --blog-btn-color:#53002C;
;
    --second-text-color:#2E4049;
    --thread-text-color:#62B247;
    --header-text-color: #F2F2F2;
    --header-background-color: #F2F2F2;
    --background-color: #F2F2F2;
    --color-white: #F2F2F2;
    --section-background-color: #F2F2F2;
    --color-secondary: #ECF1F0;
    --color-secondary-rgb: 72, 86, 100;
    /* Secondary colors */
    --color-secondary-light: #8f9fae;
    --color-secondary-dark: #3a4753;

    --color-secondary-light-rgb: 143, 159, 174;
    --color-secondary-dark-rgb: 58, 71, 83;

    --color-white-rgb: 255, 255, 255;
    --heading-color: #000;
    --text-color: #000;
    --primary-button-color: #fff;
    --top-header-background-color: #f7f7f7;
    --middle-header-background-color: #fff;
    --bottom-header-background-color: #fff;

    --header-text-secondary-color: rgba(0, 0, 0, 0.5);
    --header-deliver-color: rgba(0, 0, 0, 0.15);
    --footer-text-color: #555;
    --footer-heading-color: #555;
    --footer-hover-color: #62B247;
    --footer-border-color: #dee2e6;
    --default-color: #444444;
    --accent-color: #62B247;
    --contrast-color: #ffffff;
}
body {
  font-family: "Poppins", sans-serif;
  color: #4d4643;
}

a {
  color: #62B247;
  text-decoration: none;
}

a:hover {
  color: #62B247;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f03c02;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fd541e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f8f6f5;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #62B247;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #2b2320;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #62B247;
}

#topbar .social-links a {
  color: #65534c;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
}

#topbar .social-links a:hover {
  color: #62B247;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    height: 112px;
    transition: all 0.5s;
    z-index: 997;
    background: var(--color-white);
}


.header .logo img {
    padding: 0;
    margin: 0;
    max-height: 110px;
    height: 100px;
}
.header .logo h1 {
    font-size: 32px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--primary-font);
}

.header .logo h1 span {
    color: var(--primary-color);
    font-weight: 500;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    font-size: 16px;
    color: var(--color-white);
    background: var(--primary-color);
    padding: 8px 23px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--primary-font);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: var(--color-white);
    background: var(--primary-color);
}

@media (max-width: 1279px) {

    .header .btn-getstarted,
    .header .btn-getstarted:focus {
        margin-right: 50px;
    }
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        position: relative;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        flex-direction: column;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
    }

    .navbar a,
    .navbar a:focus {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 5px;
        text-align: center;
        letter-spacing: 0.05em;
        color: var(--primary-color);
        text-transform: capitalize;
        position: relative;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        text-decoration: none;
        padding: 8px 9px 8px 9px;
        border-radius: 16px;
        color: var(--title-color);
        width: 100%;
    }


    .play-btn {
        width: 94px;
        height: 94px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        z-index: 100;
        background: linear-gradient(311.19deg, #D56DC1 -1.57%, #AE489B 17.24%, #90387F 54.27%, #7D306E 100%);
        border-radius: 50%;
        display: block;
        overflow: hidden;
    }

    .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .play-btn::before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        animation-delay: 0s;
        animation: pulsate-btn 2s;
        animation-direction: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(144, 56, 127, 0.65);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .play-btn:hover::after {
        border-left: 15px solid #AE489BFF;
        transform: scale(20);
    }
    .play-btn:hover::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        animation: none;
        border-radius: 0;
    }

    .navbar a:hover::after,
    .navbar .active::after {
        width: 100%;
    }

    .navbar .dropdown ul {
        padding: 12px;
        display: block;
        position: absolute;
        top: 100%;
        margin: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        background: var(--header-background-color);
        box-shadow: 4px 6px 11px -3px rgba(0, 0, 0, 0.22);
        border-radius: 10px;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        text-transform: none;
        color: var(--primary-color);
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--primary-color);
        background: var(--color-white);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .navbar .megamenu {
        position: static;
    }

    .navbar .megamenu ul {
        right: 0;
        padding: 10px;
        display: flex;
        flex-direction: row;
    }

    .navbar .megamenu ul li {
        flex: 1;
    }

    .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover>a {
        color: var(--color-white);
        background: var(--primary-color);
    }

    .navbar .megamenu ul li a:hover,
    .navbar .megamenu ul li .active,
    .navbar .megamenu ul li .active:hover {
        color: var(--primary-color);
        background: var(--color-white);
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: 90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: 100%;
    }
}

/* Mobile Navigation */
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 70px);
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 10px 0;
        margin: 0;
        background: var(--primary-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar ul .menu-secondary li {
        width: 100%;
    }

    .navbar ul .menu-primary li {
        width: 100%;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 500;
        color: var(--color-white);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: var(--color-white);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-toggle {
        display: block !important;
        color: var(--title-color);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        top: 0;
        margin: 42px 0;
        z-index: 9999;
        right: 20px;
    }

    .mobile-nav-toggle.bi-x {
        color: var(--title-color);
    }

    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative;
    }

    .mobile-nav-active .navbar {
        left: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(var(--color-secondary-rgb), 0.8);
        z-index: 9996;
    }
}



#navbar .menu-primary {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}


#navbar .menu-secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.navbar-mobile ul .menu-primary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.navbar-mobile ul .menu-secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
#navbar .menu-secondary li  {
    margin-bottom: 10px;
}
#navbar .menu-secondary li a {

}

.navbar .cta-btn-redesign {
    color: #fff;
    /*  margin: 10px 0 10px 10px;*/
    padding: 8px 9px 8px 9px;
    background: var(--gradient-color);
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.navbar .cta-btn-redesign.white {
    background-color: transparent;
    border: 2px solid #fff
}

.navbar .cta-btn-redesign .tile {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
}

.navbar .cta-btn-redesign:hover {
    color: #fff;
    text-decoration: none
}

.navbar .cta-btn-redesign:hover .tile {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.navbar .cta-btn-redesign:hover .arrow-wrapper {
    right: 15px
}

.navbar .cta-btn-redesign:hover .arrow-wrapper span:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 9px 1px;
    transform-origin: 9px 1px
}

.navbar .cta-btn-redesign:hover .arrow-wrapper span:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 7px 0;
    transform-origin: 7px 0
}

.navbar .cta-btn-redesign .arrow-wrapper {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: -15px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar .cta-btn-redesign .arrow-wrapper span {
    background-color: #fff;
    height: 2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 10px;
    display: block
}



#hero {
    width: 100%;
    height: 95vh;
    background: linear-gradient(to top, rgba(144, 56, 127, 0.65), transparent);
    overflow: hidden;
    position: relative;
}

#hero .carousel-content {
    padding: 30px;
    color: #fff;
    animation-duration: 0.5s;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    border-radius: 20px;
}


#hero .carousel-content h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 127.13%;
}

#hero .carousel-content p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 127.13%;
    display: flex;
    align-items: center;
    text-align: justify;
    mix-blend-mode: normal;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


#hero .carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 465px;
    height: 465px;
    margin: auto;
}

#hero .container {
    text-align: center;
}

#hero h2 {
    font-weight: 700;
    font-size: 28px;
    color:var(--title-color-1);
    font-family: var(--title-font);
    font-style: normal;
    text-align: justify;
    text-transform: capitalize;
}

#hero p {
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    font-family: var(--title-font);
    color:var(--title-color-1);
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 3rem;
    margin-left: 15%;
}
#hero .carousel-content-image {
    padding: 30px;
    animation-duration: 0.5s;
}
#hero .carousel-container-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
    right: 0;
    width: 300px;
    height: 465px;
    margin: auto;
    margin-left: 50%;
}
#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: var(--primary-color);
}

#hero .btn-get-started {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: var(--title-color);
}

#hero .btn-get-started:hover {
    background: var(--title-color);
}

@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }

    #hero .carousel-container {
        top: 8px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
    text-align: center;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2320;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #fe825a;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# filter_box
--------------------------------------------------------------*/



.filter_box {
    position: relative;
    z-index: 6;
    /* top: 100%; */
    transform: translateY(-10%);
    left: 0;
    right: 0;
    /* menu hover set */
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
}
.filter_box h2 {
    font-family: "Poppins", sans-serif;
    color: #62B247;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 127.13%;
    text-align: center;
}
.filter_box h3 span {
    color: #62B247;
}
.filter_box p {
  padding: 0;
  margin: 0;
}
.filter_box .filter_box-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #62B247;
  color: #62B247;
  background: #fff;
}
.filter_box .filter_box-btn:hover {
  background: #62B247;
  color: #fff;
}
.filter_box .has-search  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.filter_box .has-search .form-control {
    padding-right: 2.375rem;
    height: 45px;
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
}
.filter_box .form-check {
    display: flex;
    align-items: flex-end;
}
.filter_box .form-check-input{
    background-color: #F3EBF7;
    border: 2px solid #62B247;
    padding: 5px;
    margin: 0px 10px;
    height: 25px;
    width: 25px;
    position: relative;
}
.filter_box .form-check-input:checked{
    background-color: #62B247;
}
.filter_box .form-check-input:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter_box .form-check-input:focus {
    outline: none;
    border: 2px solid #62B247;
    box-shadow: 0 0 8px #62B247;
}
.filter_box .has-search .form-control:focus {
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
    box-shadow: 0 0 8px #62B247;
}
.filter_box .has-search .form-control-feedback {
    padding-right: 3.375rem;
    padding-left: 3.375rem;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;

}
.filter_box .has-search .form-control-feedback  img {
    width: 50px;
}
@media (max-width: 1024px) {
  .filter_box {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .filter_box .filter_box-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# filter_box
--------------------------------------------------------------*/
#articles_hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 0;
}



#articles_hero .container {
    z-index: 2;
}


@media (max-width: 992px) {
    #articles_hero {
        height: calc(100vh + 70px);
    }
}



.filter_box_articles {
    padding: 40px 0;
    position: absolute;
    z-index: 6;
    /* top: 100%; */
    transform: translateY(-10%);
    left: 0;
    right: 0;
    bottom: -130px;
    /* menu hover set */
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    border-radius: 15px;
}
.filter_box_articles .justify-content-center{
    margin: 10px 20px;
}


.filter_box_articles h2 {
    font-family: "Poppins", sans-serif;
    color: #62B247;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter_box_articles h3 span {
    color: #62B247;
}

.filter_box_articles p {
    padding: 0;
    margin: 0;
}



.filter_box_articles .filter_box_articles-rest {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 25px;
    transition: 0.4s;
    width: 200px;
    border-radius: 4px;
    color: #ffffff;
    background: #62B247;
    text-align: center;
    border: none;
}

.filter_box_articles .filter_box_articles-rest:hover {
    color: #696969;
    border: 2px solid #696969;
    background: none;
}

.filter_box_articles .filter_box_articles-search {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 25px;
    transition: 0.4s;
    margin: 10px;
    width: 200px;
    color: #696969;
    border: 2px solid #696969;
    border-radius: 5px;
    text-align: center;
    background: none;
}
.filter_box_articles .filter_box_articles-search:hover {
    background: #62B247;
    color: #fff;
    border: 2px solid #62B247;
}
.filter_box_articles .has-search  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter_box_articles .has-search .form-control {
    padding-right: 2.375rem;
    height: 45px;
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
}
.filter_box_articles .form-check {
    display: flex;
    align-items: flex-end;
}
.filter_box_articles .form-check-input{
    background-color: #F3EBF7;
    border: 2px solid #62B247;
    padding: 5px;
    margin: 0px 10px;
    height: 25px;
    width: 25px;
}
.filter_box_articles .form-check-input:checked{
    background-color: #62B247;
}
.filter_box_articles .form-check-input:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter_box_articles .form-check-input:focus {
    outline: none;
    border: 2px solid #62B247;
    box-shadow: 0 0 8px #62B247;
}

.filter_box_articles .has-search .form-control:focus {
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
    box-shadow: 0 0 8px #62B247;
}


.filter_box_articles .has-search .form-control-feedback {
    padding-right: 3.375rem;
    padding-left: 3.375rem;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;

}
.filter_box_articles .has-search .form-control-feedback  img {
    width: 50px;
}

@media (max-width: 988px) {
    .filter_box_articles {
        background-attachment: scroll;
        bottom: -300px;

    }
}

@media (min-width: 769px) {
    .filter_box_articles .filter_box_articles-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
@media (max-width: 769px) {
    .filter_box_articles {
        max-width: 80%;
        bottom: -400px;

    }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* LaBadia Educate Platform Features */


.services .section-title {
    padding-bottom: 30px;
}

.services .section-title h2 {
    line-height: 127.13%;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #7E7E7E;
    text-align: center;
}

.services .section-title h2 strong {
    font-weight: 700;
}


.services .icon-box {
    display: grid;
    justify-content: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}
@media (max-width: 800px) {
    .services .title {
        padding: 0px 20px;
    }

}
@media (max-width: 580px) {
    .services .icon-box {
        margin: 0px 60px 40px 60px;
    }
    .services .title {
        padding: 0px 0px;
    }

}

.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #62B247;
}

.services .icon  {
    width: 273px;
    height: 148px;
    fill: #62B247;
}

.services .title {
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 18px;
    height: 63px;
    text-decoration: underline;
    color: #62B247;
}


.services .title a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 50px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #f03c02;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #2b2320;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #65534c;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #483b36;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #62B247;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
    color: #fe825a;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f03c02;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f03c02;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(43, 35, 32, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content {
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about-us .content p {
  margin-bottom: 0;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 28px;
  float: left;
  color: #62B247;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }

  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}



/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #f03c02;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.features .nav-link:hover {
  color: #62B247;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #62B247;
}

.features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2320;
}

.pricing h4 {
  font-size: 42px;
  color: #62B247;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #2b2320;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: #62B247;
  border-color: #62B247;
}

.pricing .featured {
  background: #62B247;
  box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
  color: #62B247;
  background: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.filter_box-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.filter_box-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.filter_box-pricing .filter_box-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #62B247;
  color: #62B247;
  background: #fff;
}

.filter_box-pricing .filter_box-btn:hover {
  background: #62B247;
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}



@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.login .half, .login .half .container > .row {
    height: 120vh;
    min-height: 700px;
}
.login .half .bg {
    border-radius:  0% 37% 3% 0% / 10% 65% 33% 10%;
    background-size: cover;
    background-position: center;
    border-right: 4px solid #62B247;
}
.login .half .contents h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #7E7E7E;
    text-transform: uppercase;

}
.login .half .contents .form-control {
    padding-right: 2.375rem;
    height: 45px;
    background: #F3F3F3;
    border-radius: 10px;
}
.login .half .contents .account {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #7E7E7E;
}
.login .half .contents .account a{
    text-decoration-line: underline;
    color: #62B247;
}
.login .half .contents .submit{
    height: 47px;
    width: 100%;
    background: #62B247;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    border-radius: 10px;
    border: 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    text-transform: uppercase;
}
.login .half .contents .forgot-password a{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: flex-end;
    text-decoration-line: underline;
    color: #7E7E7E;
}
.login .half .contents label {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 127.13%;
    color: #262626;
}
.login .half .contents .form-check {
    display: flex;
    align-items: flex-end;
}
.login .half .contents .form-check-input{
    background-color: #F3EBF7;
    border: 2px solid #62B247;
    padding: 5px;
    margin: 0px 10px;
    height: 25px;
    width: 25px;
}
.login .half .contents .form-check-input:checked{
    background-color: #62B247;
}
.login .half .contents .form-check-input:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login .half .contents .form-check-input:focus {
    outline: none;
    border: 2px solid #62B247;
    box-shadow: 0 0 8px #62B247;
}
.login .half .contents .form-control:focus {
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
    box-shadow: 0 0 8px #62B247;
}
.login .half .contents .form-control-feedback {
    padding-right: 3.375rem;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;

}
.login .half .contents .form-control-feedback  img {
    width: 50px;
}
.login .half .contents h2::after {
    content: "";
    display: block;
    width: 15%;
    margin: auto;
    border-bottom: 3px solid #7E7E7E;
}
.login .half .contents {
    background: #fff;
}
.login .half .contents,.login .half .bg {
    width: 50%;
    /*height: 140vh;*/
    min-height: 500px;
}
.login .half .contents{
    display: flex;
    justify-content: center;
}
.login .half .contents .col-md-7{
    margin: 0;
}
@media (max-width: 991.98px) {
    .login .half,.login .half .container > .row {
        height: 140vh;
        min-height: 500px;
    }
    .login .half .bg {
        height: 140vh;
        border-radius:0;
        border-right: 0;
    }
    .login .half .contents {
        background: #fff;
        display: flex;
        justify-content: center;
    }
    .login .half .contents .col-md-7{
        width: 80%;
        margin: 0;
    }
}
@media (max-width: 1199.98px) {
    .login .half,.login .half .container > .row {
        height: 140vh;
    }
    .login .half .bg {
        /*border-radius:  0% 37% 3% 0% / 10% 65% 33% 10%;*/
    }
    .login .half .contents,.login .half .bg {
        width: 100%;
    }
    .login .half .contents {
        background: #fff;
        display: flex;
        justify-content: center;
    }
    .login .half .contents .col-md-7{
        width: 80%;
        margin: 0;
    }
}


#register {
    width: 100%;
    padding: 150px 0;
    overflow: hidden;
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#register .item-position {
    display: inline-grid;
}
#register .logo-position{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#register .logo{
    width: 250px;
    height: 150px;
    background: rgba(93, 93, 93, 0.4);
    /* #064469 */
    border: 1px solid #064469;
    box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(13px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}




#register .btn-register {
    height: 102px;
    margin: 29px 0;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #064469;
    box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(13px);
    border-radius: 10px;
    width: 200px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: justify;
    text-transform: capitalize;
    color: #F9F9F9;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#register .btn-register a {
    color: inherit;
    text-decoration: none;
}

#register .btn-register:hover {
    background: rgb(255 255 255 / 0%);
    border: 2px solid #064469;
}

@media (max-width: 1250px) {

}
@media (max-width: 500px) {

    #register .submit {
        width: 100%;
    }
}

@media (max-height: 500px) {

}

#register .bg-register {
    background: var(--color-white);
    border-radius: 24px;
}
#register .required-label {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--primary-color);
    padding: 0 0.25rem;
}
#register .required-label i{
    font-family: var(--primary-font);
    font-size: 14px;
    color: var(--title-color);
    padding-right: 0.25rem;
}

#register .upload__box {
    position: relative;
}

#register .upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#register .upload__btn {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    height: 64px;
    background: #2E4049;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    border-radius: 8px;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
}

#register .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all .3s ease;
}

#register .upload__btn-box {
    margin-bottom: 10px;
}

#register .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#register .upload__img-box {
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 12px;
}

#register .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 45%;
    right: 0%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

#register .upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

#register .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

#register .document-bg {
    background-color: #EFEFEF;
    color: #FFFFFF;
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: 100%;
}
#register .document-bg a{
    color: var(--primary-color);
    line-height: 30px;
    font-size: 12px;
}
#register .document-bg a:hover{
    color: var(--title-color);
}

#register .document-bg:hover {
    background-color: #afb0c14f;
    transition: background-color 0.3s ease;
}
#register .link-file {
    color: var(--title-color);
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    text-transform: capitalize;
}
#register .title h2  {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
.register .half .contents h2::after {
    content: "";
    display: block;
    width: 15%;
    margin: auto;
    font-family: var(--primary-font);
    border-bottom: 3px solid var(--primary-color);
}

#register .form-control {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;

    color: #212121;
    height: 48px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
#register .form-control:focus {
    height: 42px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
#register .form-control:-webkit-autofill {
    height: 48px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
#register .select2-container--default .select2-selection--single  {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;

    color: #212121;
    height: 48px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
#register .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single  {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0.375rem 0.75rem;
    min-height: 32px;
    color: #212121;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--multiple  {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0.375rem 0.75rem;
    color: #212121;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
    min-height: 32px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
}

#register .submit {
    color: var(--header-text-color);
    font-family: var(--primary-font);
    background: var(--title-color);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    width: 100%;
    height: 64px;

    text-align: center;
    border: 0;
    border-radius: 16px;
}

#register .title span {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 23px;
    /* identical to box height, or 176% */

    /* dark/#2E4049 */
    color: var(--primary-color);

}
#register h4 {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 19px;

    color: var(--primary-color);
}

/* checkbox */
#register .form-control-checkbox {
    width: 21.52px;
    height: 22px;
    border: 1px solid var(--primary-color);
    background-color: transparent; /* Set the background-color to transparent */
    border-radius: 0;
    margin-top: 0;
}
#register .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
#register .form-control-checkbox-group {
    display: flex;
    align-items: center;
}
#register .form-check-label {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    width: 100%;
    text-decoration-line: none;
    color: #212121;
    padding-left: 12px;
}
#register .form-check-label a{
    color: #212121;
}
#register .logo-img {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    padding: 0 0.75rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#register .logo-img img {
    width: 200px;
}
#register .image-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
#register img.img-circles {
    width: 145px;
    height: 145px;
    top: 361px;
    left: 742px;
    border-radius: 90px;
}
#register span.change-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    background: #d9d9d9;
    border: 1.5px solid rgba(0, 0, 0, 1);
    border-radius: 7px;
    text-align: center;
    line-height: 34px;
    font-size: 34px;
    bottom: -5px;
    cursor: pointer;
}
#register .image-required {
    position: absolute;
    bottom: -30px;
    text-align: center;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #62B247;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f03c02;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #fd490f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #3a2f2b;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #62B247;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #2b2320;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(43, 35, 32, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #62B247;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #483b36;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #2b2320;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #3a2f2b;
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #2b2320;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #f03c02;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #2b2320;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fd4509;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #62B247;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b4aca8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #62B247;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b4aca8;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f03c02;
  background: #f03c02;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-about-us {
    width: 100%;
    height: 100vh;
    background: white;
    border-bottom: 2px solid white;
    text-align: center;
}

#hero-about-us .container {
    padding-top: 70px;
}

#hero-about-us h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #141d2b;
    width: 60%;
    color: #2d405f;
}

#hero-about-us h2 {
    color: #466393;
    margin: 15px 0 0 0;
    font-size: 24px;
    color: #2d405f;
}

#hero-about-us .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    padding: 8px 32px 10px 32px;
    margin-top: 25px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: #3b4ef8;
}

#hero-about-us .btn-get-started:hover {
    background: #0a22f6;
}

#hero-about-us .hero-about-us-img {
    max-width: 60%;
    margin-top: 40px;
}

@media (max-width: 992px) {
    #hero-about-us h1 {
        font-size: 36px;
        line-height: 42px;
        width: 100%;
    }

    #hero-about-us h2 {
        font-size: 20px;
        line-height: 24px;
    }

    #hero-about-us .hero-about-us-img {
        max-width: 90%;
    }
}

@media (max-height: 768px) {
    #hero-about-us {
        height: auto;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.about-us .features .content+.content {

}

.about-us .features .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #62B247;
    margin-left: 50px;
    margin-right: 50px;
}

.about-us .features .content p{
    text-align: justify;
    margin: 0 50px;
}
.about-us .features .content p:last-child {
    margin-bottom: 0;
}

.about-us .features .content .col-md-7  {
    display: flex;
    align-items: center;
}

.about-us .features .content img {
    width: 450px;
    height: 450px;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
}

.about-us .features_mobile_responsive {
    display: none;
}

.about-us .features_mobile {
    margin: 50px 0;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.about-us .features_mobile h3 {
    font-weight: 600;
    font-size: 26px;
    color: #ffffff;
    margin-left: 50px;
    margin-right: 50px;
}

.about-us .features_mobile p {
    text-align: justify;
    margin: 0 50px;
    color: #ffffff;

}

@media (min-width: 768px) {
    .about-us .features {
        display: flex;
    }

    .about-us .features_mobile_responsive {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-us .features {
        display: none;
    }
    .about-us .features_mobile_responsive {
        display: block;
    }

}




/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.about-us .faq {
    padding: 60px 0;
}
.about-us .faq .section-title {
    padding-bottom: 30px;

}




.about-us .faq .section-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 127.13%;
    color: #000;
    text-align: center;
}

.about-us .faq .section-title h2 strong {
    font-weight: 700;
}

.about-us .faq .faq-list {
    padding: 0;
    list-style: none;
}

.about-us .faq .faq-list li {
    border-bottom: 1px solid #eceefe;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.about-us .faq .faq-list .question {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #62B247;
    transition: 0.3s;
}

.about-us .faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.about-us .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.about-us .faq .faq-list .icon-show {
    display: none;
}

.about-us .faq .faq-list .collapsed {
    color: #62B247;
}

.about-us .faq .faq-list .collapsed:hover {
    color: #62B247;
}

.about-us .faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.about-us .faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* LaBadia Educate Platform Features */


.about-us .services .section-title {
    padding-bottom: 30px;
}

.about-us .services .section-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 127.13%;
    color: #000;
    text-align: center;
}

.about-us .services .section-title h2 strong {
    font-weight: 700;
}


.about-us .services .icon-box {
    display: grid;
    justify-content: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-bottom: 3px solid #fff;
    filter: drop-shadow(0px 4px 33px rgba(0, 0, 0, 0.14));
    height: 411.45px;
    left: 44.05px;
    right: 1145.43px;
    border-radius: 20px;
}
@media (max-width: 800px) {
    .about-us .services .title {
        padding: 0px 20px;
    }

}
@media (max-width: 580px) {
    .about-us .services .icon-box {
        margin: 0px 60px 40px 60px;
    }
    .about-us .services .title {
        padding: 0px 0px;
    }

}

.about-us .services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #62B247;
}

.about-us .services .icon  {
    width: 273px;
    height: 148px;
    fill: #62B247;
}

.about-us .services .title {
    font-weight: 900;
    font-size: 18px;
    height: 63px;
    text-decoration: underline;
    margin: auto;
    margin-top: auto;
    color: #FFFFFF;

}

.about-us .services .title a {
    color: #111;
}

.about-us .services .description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 127.13%;
    margin: auto;
    margin-top: auto;
    color: #FFFFFF;
}



/*--------------------------------------------------------------
# Our services
--------------------------------------------------------------*/


.about-us .services .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 330px;
    background-size: cover;
    background-position: center;
}
.about-us .services .member .member-img {
    position: relative;
    overflow: hidden;
}
.about-us .services .member .member-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 10px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) -10.53%, rgb(0 0 0 / 47%) 74.67%, rgb(0 0 0) 99.22%);}

.about-us .services .member .member-info h4 {
    font-style: normal;
    height: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 127.13%;
    color: #FFFFFF;
}


.about-us .services .member .member-info p {
    color: white;
    height: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 127.13%;
    text-align: justify;
}






/*--------------------------------------------------------------
# articles
--------------------------------------------------------------*/
.sidebar-filter {
    padding: 60px 0;
    background: #FFFFFF;
    box-shadow: inset -39px 0px 151px -40px rgba(0, 0, 0, 0.25);
}

.sidebar-filter .sf-icons{
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;

}
.sidebar-filter .reset{
    width: 100px;
    background: #696969;
    border-radius: 3px;
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    border: 0;
}

.sidebar-filter .sf-icons .search{
    width: 100px;
    border-radius: 5px;
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 33px;
    /* identical to box height */
    display: flex;
    align-items: center;

    color: #FFFFFF;
}

.sidebar-filter .sf-icons .search span{
    padding-right: 3.375rem;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.sidebar-filter .sf-icons .search span img{
   width: 50px;
}
.sidebar-filter .list-filter {
    padding: 0;
    list-style: none;
}
.sidebar-filter .list-filter li {
    border-bottom: 1px solid #eae7e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sidebar-filter .list-filter .question {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    color: #62B247;
    transition: 0.3s;
}



.sidebar-filter .list-filter p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.sidebar-filter .list-filter .icon-show {
    display: none;
}

.sidebar-filter .list-filter .collapsed {
    color: #343a40;
}

.sidebar-filter .list-filter .collapsed:hover {
    color: #62B247;
}

.sidebar-filter .list-filter .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.sidebar-filter .list-filter .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

.sidebar-filter .form-check {
    display: flex;
    align-items: flex-end;
    padding: 0;
}
.sidebar-filter .form-check-input{
    background-color: #F3EBF7;
    border: 2px solid #62B247;
    padding: 5px;
    margin: 0px 10px;
    height: 25px;
    width: 25px;
}
.sidebar-filter .form-check-input:checked{
    background-color: #62B247;
}
.sidebar-filter .form-check-input:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sidebar-filter .form-check-input:focus {
    outline: none;
    border: 2px solid #62B247;
    box-shadow: 0 0 8px #62B247;
}

.articles {
    padding: 100px 0;
}
.articles .list .fields {
    display: inline-flex;
    align-items: center;
}


.articles .list .fields .study{
    text-align: center;
    text-decoration-line: underline;
    background: #62B247;
    color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 14px;
    margin: 0 2px;
    margin-top: 10px;
}
.articles .list .fields .article_text_filter{
    cursor: pointer;
}
.articles .list .fields .spaces{
    white-space: nowrap;

}

.articles .list .fields .disease a{
    text-align: left;
    text-decoration-line: underline;
    color: #62B247;
    font-size: 14px;
    margin-left: 5px;
}
.articles .list .fields .group{
    display: inline-flex;
}

.articles .list .fields .line{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 31px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1024px) {
    .articles {
        padding-top: 150px;
    }
    .sidebar-filter .container {
        margin-top: 210px;
    }
}
@media (max-width: 768px) {
    .articles .list .fields .line{
        display: none;
    }

    .articles {
        padding-top: 50px;
    }
}
.articles .list {
    padding: 0 50px;
    list-style: none;
}

.articles .list li {
    border-bottom: 1px solid #eae7e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.articles .list .all-items {
    margin: 20px 0;
    list-style: none;
}
.articles .list .all-items .first-border {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.articles .list .all-items .second-border {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.articles .list .all-items .first {
    background: #D9D9D9;
}
.articles .list .all-items .second {
    background: #F9F9F9;
}
.articles .list .all-items ul {
    display: inline-flex;
    width: 100%;
    padding: 0;
}
.articles .list .all-items li {
    width: 50%;
    list-style: none;
    border: 0;
    display: flex;
    align-items: center;
    padding: 4px;
    margin: 10px 0;
}

.articles .list .title{
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
    transition: 0.3s;
    padding: 10px 0 0 0;
}

.articles .list .question {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    color: #62B247;
    padding: 10px 0 0 0;
    transition: 0.3s;
}

.articles .articles  i {
    font-size: 16px;
    position: absolute;
    /* left: 0; */
    top: -2px;
    padding: 10px 0 0 0;
}

.articles .list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
.articles .list table{
    margin: 10px 0;
    border-radius: 5px;
}
.articles .list .icon-show {
    display: none;
}

.articles .list .collapsed {
    color: #343a40;
}

.articles .list .collapsed:hover {
    color: #62B247;
}

.articles .list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.articles .list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}


.r-d section {
    padding: 0;
    overflow: hidden;
}

.articles .load-more {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.articles .load-more-button {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 25px;
    transition: 0.4s;
    margin: 10px;
    border-radius: 4px;
    border:0;
    color: #ffffff;
    background: #62B247;
    text-align: center;
}
.articles .load-more-button:hover {
    color: #696969;
    border: 2px solid #696969;
    background: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-articles {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 0;
}

#hero-articles .carousel,
#hero-articles .carousel-inner,
#hero-articles .carousel-item,
#hero-articles .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero-articles .carousel-container {
    display: flex;
    align-items: center; /* توسيط عمودي */
    justify-content: center; /* توسيط أفقي */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 465px;
    height: 465px;
    margin: auto;
}
#hero-articles .carousel-container-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
    right: 0;
    width: 300px;
    height: 465px;
    margin: auto;
    margin-left: 50%;
}




#hero-articles .carousel-content-image {
    padding: 30px;
    animation-duration: 0.5s;
}
#hero-articles .carousel-content {
    padding: 30px;
    color: #fff;
    animation-duration: 0.5s;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    border-radius: 20px;
}


#hero-articles .carousel-content h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 127.13%;
}

#hero-articles .carousel-content p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 127.13%;
    display: flex;
    align-items: center;
    text-align: justify;
    mix-blend-mode: normal;
}

#hero-articles .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 70px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    background: #62B247;
    box-shadow: inset 2px 2px 4px rgba(170, 170, 204, 0.25);
    border-radius: 8px;
}

#hero-articles .btn-get-started:hover {
    background: #62B247;
    color: #fff;
    text-decoration: none;
}

#hero-articles .carousel-inner .carousel-item {
    transition-property: opacity;
}

#hero-articles .carousel-inner .carousel-item,
#hero-articles .carousel-inner .active.carousel-item-start,
#hero-articles .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero-articles .carousel-inner .active,
#hero-articles .carousel-inner .carousel-item-next.carousel-item-start,
#hero-articles .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero-articles .carousel-inner .carousel-item-next,
#hero-articles .carousel-inner .carousel-item-prev,
#hero-articles .carousel-inner .active.carousel-item-start,
#hero-articles .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero-articles .carousel-control-prev,
#hero-articles .carousel-control-next {
    width: 10%;
}

#hero-articles .carousel-control-next-icon,
#hero-articles .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero-articles .carousel-indicators li {
    cursor: pointer;
    list-style-type: none;
}
#hero-articles .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 2rem;
    margin-left: 15%;
}
@media (min-width: 1024px) {
    #hero-articles .carousel-control-prev,
    #hero-articles .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 992px) {
    #hero-articles {
        height: calc(120vh - 70px);
    }

    #hero-articles .carousel-content h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    #hero-articles .carousel-content p {
        font-size: 15px;
    }
}

@media (max-height: 500px) {
    #hero-articles {
        height: 180vh;
    }
}

#pagination-links .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #62B247;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #62B247;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #62B247;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem #62b24791;;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #62B247;
    --bs-pagination-active-border-color: #62B247;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.select2  .select2-selection--multiple {
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
    padding: 0.375rem 0.75rem;
    padding-right: 2.375rem;
}

.select2  .select2-selection--multiple:focus {
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
    box-shadow: 0 0 8px #62B247;
}




/*--------------------------------------------------------------
# Academy Section
--------------------------------------------------------------*/
.courses .item .course-details {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F8F8F8;
    color: #fff;
    padding: 20px;
    display: none;
    transform: rotateY(0deg);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.courses .item  .course-details h4 {
    font-weight: 700;
    font-size: 18px;
    color: #262626;
    margin: 5px 0;
    text-align: left;

}

.courses .item .course-details p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #7E7E7E;
    margin: 0;
    text-align: left;
}
.courses .item .course-details p span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #7E7E7E;
}

.courses .item .course-details p span img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.courses .item .course-details a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 192px;
    height: 44px;

    /* #62B247 */
    background: #62B247;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: 0.15px;
    text-transform: capitalize;

    color: #FFFFFF;
}
.courses .item .course-details a:hover {
    background: #48a83d;
    color: #000000;
}

.courses .item {
    margin: 0 5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;

}

.courses .item .item-img {
    height: 350px;
    background-size: cover;
    background-position: center;
}


.courses .item .item-info {
    padding: 25px 15px;
    background: #ECECEC;
}


.courses .item .item-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #262626;
    height: 50px;
}

.courses .item .item-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}


.courses .item .item-info p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #7E7E7E;
    display: flex;
    justify-content: space-evenly;
}
.courses .item .item-info p span {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #7E7E7E;
}

.courses .item .item-info p span img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.courses  .is-flipped {
    display: block;
    transform: rotateY(180deg);
    transition: transform 0.5s ease-in-out;
}
.courses .item .is-active {
    display: block;
    transform: rotateY(180deg);
    transition: transform 0.5s ease-in-out;

}

.courses-info {
    height: 100vh ;display:flex;align-items: center;justify-content: center;
}
.courses-info .container .row{
    display:flex;align-items: center;justify-content: center;
}
.courses-info .container .row h3{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
   /* display: flex;
    flex-flow: wrap;
    align-items: center;*/
    text-align: center;
    justify-content: space-between;

}
.courses-info .container .row p{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 127.13%;
    text-align: justify;

}

.courses-info .container .row h3 span{
    color: #62B247;
    margin-left: 5px;
}


.courses-info .container .row .get-all-courses{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 30px;
    gap: 10px;
    width: 250px;
    height: 53px;
    background: #62B247;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}
.courses-info  .container .row .get-all-courses a{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 127.13%;
    display: flex;
    align-items: center;
    text-align: justify;
    color: #FFFFFF;
}
.courses-info .container .row .content {
    width: 53%;
}

.courses-background {
    border-radius: 100% 0% 0% 100% / 0% 62% 38% 100% ;
    height: 80vh;
    border-left: 4px solid #62B247;
    border-bottom: 4px solid #62B247;
}
@media (max-width: 766px) {
    .courses-background {
        order: 1 !important;
        border-radius: 0 ;
        border: 0;
    }
    .courses-info .container .row .content {
        width: 100%;
    }
    .courses-info .container .row h3 {
        justify-content: flex-start;
    }
    .courses-info {
        order: 2 !important;
        height: auto;
        margin-top: 50px;
    }
}





/*--------------------------------------------------------------
# Plants Section
--------------------------------------------------------------*/

.plants {
    margin: 60px 0px;

}
.plants .item {
    margin: 0 5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;

}

.plants .item .item-img {
    height: 230px;
    background-size: cover;
    background-position: center;
}


.plants .item .item-info {
    padding: 25px 15px;
    background: #ECECEC;
}


.plants .item .item-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #262626;
    height: 50px;
}

.plants .item .item-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}


.plants .item .item-info p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #7E7E7E;
    display: flex;
    justify-content: space-evenly;
}
.plants .item .item-info p span {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #7E7E7E;
}

.plants .item .item-info p span img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}




#hero-plants {
    width: 100%;
    height: 95vh;
    overflow: hidden;
    position: relative;
    padding: 0;
}

#hero-plants .carousel,
#hero-plants .carousel-inner,
#hero-plants .carousel-item,
#hero-plants .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero-plants .carousel-container {
    display: flex;
    align-items: center; /* توسيط عمودي */
    justify-content: center; /* توسيط أفقي */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 465px;
    height: 465px;
    margin: auto;
}
#hero-plants .carousel-container-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
    right: 0;
    width: 300px;
    height: 465px;
    margin: auto;
    margin-left: 50%;
}




#hero-plants .carousel-content-image {
    padding: 30px;
    animation-duration: 0.5s;
}
#hero-plants .carousel-content {
    padding: 30px;
    color: #fff;
    animation-duration: 0.5s;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    border-radius: 20px;
}


#hero-plants .carousel-content h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 127.13%;
}

#hero-plants .carousel-content p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 127.13%;
    display: flex;
    align-items: center;
    text-align: justify;
    mix-blend-mode: normal;
}

#hero-plants .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 70px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    background: #62B247;
    box-shadow: inset 2px 2px 4px rgba(170, 170, 204, 0.25);
    border-radius: 8px;
}

#hero-plants .btn-get-started:hover {
    background: #62B247;
    color: #fff;
    text-decoration: none;
}

#hero-plants .carousel-inner .carousel-item {
    transition-property: opacity;
}

#hero-plants .carousel-inner .carousel-item,
#hero-plants .carousel-inner .active.carousel-item-start,
#hero-plants .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero-plants .carousel-inner .active,
#hero-plants .carousel-inner .carousel-item-next.carousel-item-start,
#hero-plants .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero-plants .carousel-inner .carousel-item-next,
#hero-plants .carousel-inner .carousel-item-prev,
#hero-plants .carousel-inner .active.carousel-item-start,
#hero-plants .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero-plants .carousel-control-prev,
#hero-plants .carousel-control-next {
    width: 10%;
}

#hero-plants .carousel-control-next-icon,
#hero-plants .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero-plants .carousel-indicators li {
    cursor: pointer;
    list-style-type: none;
}
#hero-plants .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 2rem;
    margin-left: 15%;
}
@media (min-width: 1024px) {
    #hero-plants .carousel-control-prev,
    #hero-plants .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 992px) {
    #hero-plants {
        height: 100vh;
    }

    #hero-plants .carousel-content h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    #hero-plants .carousel-content p {
        font-size: 15px;
    }
}

@media (max-height: 500px) {
    #hero-plants {
        height: 100vh;
    }
}



.filter_box_plants {
    padding: 40px 0;
    position: absolute;
    z-index: 6;
    /* top: 100%; */
    transform: translateY(-10%);
    left: 0;
    right: 0;
    bottom: -130px;
    /* menu hover set */
    background: rgba(255, 255, 255, 0.46);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 15px;
}
.filter_box_plants .justify-content-center{
    margin: 10px 20px;
}


.filter_box_plants h2 {
    font-family: "Poppins", sans-serif;
    color: #62B247;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter_box_plants h3 span {
    color: #62B247;
}

.filter_box_plants p {
    padding: 0;
    margin: 0;
}



.filter_box_plants .filter_box_plants-rest {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 25px;
    transition: 0.4s;
    width: 200px;
    border-radius: 4px;
    color: #ffffff;
    background: #62B247;
    text-align: center;
    border: none;
}

.filter_box_plants .filter_box_plants-rest:hover {
    color: #696969;
    border: 2px solid #696969;
    background: none;
}

.filter_box_plants .filter_box_plants-search {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 25px;
    transition: 0.4s;
    margin: 10px;
    width: 200px;
    color: #696969;
    border: 2px solid #696969;
    border-radius: 5px;
    text-align: center;
    background: none;
}
.filter_box_plants .filter_box_plants-search:hover {
    background: #62B247;
    color: #fff;
    border: 2px solid #62B247;
}
.filter_box_plants .has-search  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter_box_plants .has-search .form-control {
    padding-right: 2.375rem;
    height: 45px;
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
}
.filter_box_plants .form-check {
    display: flex;
    align-items: flex-end;
}
.filter_box_plants .form-check-input{
    background-color: #F3EBF7;
    border: 2px solid #62B247;
    padding: 5px;
    margin: 0px 10px;
    height: 25px;
    width: 25px;
    position: relative;
}
.filter_box_plants .form-check-input:checked{
    background-color: #62B247;
}
.filter_box_plants .form-check-input:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter_box_plants .form-check-input:focus {
    outline: none;
    border: 2px solid #62B247;
    box-shadow: 0 0 8px #62B247;
}

.filter_box_plants .has-search .form-control:focus {
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
    box-shadow: 0 0 8px #62B247;
}


.filter_box_plants .has-search .form-control-feedback {
    padding-right: 3.375rem;
    padding-left: 3.375rem;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;

}
.filter_box_plants .has-search .form-control-feedback  img {
    width: 50px;
}

@media (max-width: 988px) {
    .filter_box_plants {
        background-attachment: scroll;
        bottom: -300px;

    }
}

@media (min-width: 769px) {
    .filter_box_plants .filter_box_plants-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
@media (max-width: 769px) {
    .filter_box_plants {
        max-width: 80%;
        bottom: -400px;

    }
}

.alphabet-buttons button.selected {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 8px -9px rgba(0, 0, 0, 0.2), inset 0px 0px 36px -5px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 4px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
}

.plants-view .content {
    margin: 50px 0;
}


.plants-view .content h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 127.13%;
    color: #62B247;
}
.plants-view .content .item {
    display: flex;
    align-items: center;
}
.plants-view .content .image {
    border-radius: 23px;
    height: 220px;
    background-size: cover;
    background-position: center;
}

.plants-view .scientific-methods {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    align-items: center;
}

.plants-view .scientific-method {
    padding: 10px 20px;
    background-color: white;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 5px;
}

.plants-view  .scientific-method:last-child:before {
    display: none;
}
.plants-view .scientific-method:last-child {
    margin-right: 0;
}
.plants-view .scientific-method.active {
    color: white;
    background: #62B247;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.plants-view .scientific-method-content {
    display: none;
    margin-top: 20px;

}
.plants-view .scientific-method-content h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 50px;
    color: #62B247;
    margin-left: 20px;
}

.plants-view .scientific-method-content .commonName {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 86px;
    color: #7E7E7E;
}
.plants-view .scientific-method-content .commonNameP {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #62B247;
}
.plants-view .scientific-method-content .item{
    z-index: 1;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
}
.plants-view .scientific-method-content .item p > span{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    /* line-height: 50; */
    color: #62B247;
    margin: 5px;
}
.plants-view .scientific-method-content .references{
    z-index: 1;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
}
.plants-view .scientific-method-content .references p > span{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    /* line-height: 50; */
    color: #62B247;
    margin: 5px;
}

.plants-view .scientific-method-content .item:last-child:before {
    display: none;
}
.plants-view .scientific-method-content .item:last-child {
    margin-right: 0;
}

@media (max-width: 992px) {
    .plants-view .scientific-method-content .item{
        margin: 0;
    }
}
.plants-view .has-search  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.plants-view  .has-search .form-control {
    padding-right: 2.375rem;
    height: 45px;
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
}
.plants-view  .has-search .form-control:focus {
    background-color: #F3EBF7;
    border: var(--bs-border-width) solid #62B247;
    box-shadow: 0 0 8px #62B247;
}
.plants-view  .has-search .form-control-feedback {
    padding-right: 3.375rem;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;

}
.plants-view .has-search .form-control-feedback  img {
    width: 50px;
}



#hero-conferences {
    width: 100%;
    height: 100vh;
    background: white;
    border-bottom: 2px solid white;
    text-align: center;
}

#hero-conferences .container {
    padding-top: 70px;
}

#hero-conferences h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #62B247;
}

#hero-conferences h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: -0.02em;

    color: #000000;
}




#hero-conferences .hero-conferences-img {
    max-width: 60%;
    margin-top: 40px;
}
@media (max-width: 992px) {
    #hero-conferences h2 {
        font-size: 36px;
        line-height: 42px;
        width: 100%;
    }

    #hero-conferences h3 {
        font-size: 20px;
        line-height: 24px;
    }

    #hero-conferences .hero-conferences-img {
        max-width: 90%;
    }
}

@media (max-height: 768px) {
    #hero-conferences {
        height: auto;
    }
}






#hero-awards {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 0;
}



#hero-awards .carousel-container {
    display: flex;
    align-items: center; /* توسيط عمودي */
    justify-content: center; /* توسيط أفقي */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 465px;
    height: 465px;
    margin: auto;
}
#hero-awards .carousel-container-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
    right: 0;
    width: 300px;
    height: 465px;
    margin: auto;
    margin-left: 50%;
}




#hero-awards .carousel-content-image {
    padding: 30px;
    animation-duration: 0.5s;
}
#hero-awards .carousel-content {
    padding: 30px;
    color: #fff;
    animation-duration: 0.5s;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(50px);
    border-radius: 20px;
}


#hero-awards .carousel-content h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 127.13%;
}

#hero-plants .carousel-content p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 127.13%;
    display: flex;
    align-items: center;
    text-align: justify;
    mix-blend-mode: normal;
}



@media (max-width: 992px) {
    #hero-awards {
        height: calc(120vh - 70px);
    }
}

@media (max-height: 500px) {
    #hero-awards {
        height: 180vh;
    }
}

.awards {
    margin: 60px 0px;
}
.awards  h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 127.13%;
    /* identical to box height, or 41px */
    display: flex;
    align-items: center;
    text-align: justify;

    color: #000000;
}


.awards  h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;

    /* #62B247 */
    color: #62B247;
}
.awards  h2 > span{
    color: #7E7E7E;
}
.awards  p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    /* or 125% */
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #000000;
}
.awards  ul {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 0 28px;
}
.awards  ul > li {
    text-align: justify;
}
.awards .btn-submit {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 30px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    background: #62B247;
    box-shadow: inset 2px 2px 4px rgba(170, 170, 204, 0.25);
    border-radius: 8px;
}

.awards .btn-submit:hover {
    background: #62B247;
    color: #fff;
    text-decoration: none;
}


.content .back {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    font-family: var(--title-font);
    font-style: normal;
    text-align: justify;
    text-transform: capitalize;
    color: var(--title-color);
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    cursor: pointer;
    height: 100%;
    border: 0;
    text-decoration: underline;
}

.content .back i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
}

.content .back:hover {
    padding-right: 19px;
}

.content .back:hover i {
    margin-left: 10px;
}
.recent-posts .card {
    border: 0;
    background: none;
}
.recent-posts article {
    box-shadow: 0 4px 16px rgba(var(--color-secondary-dark-rgb), 0.1);
    padding: 30px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    background: var(--color-white);
}

.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.recent-posts .post-details .post-category {
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 10px;
}
.recent-posts .post-details .post-description {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 10px;
    min-height: 100px;
}
.recent-posts .post-details .title {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    min-height: 48px;
}

.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-posts .post-date {
    font-size: 14px;
    color: rgba(var(--default-color-rgb), 0.5);
    margin-bottom: 0;
}

.recent-posts  .read-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 10px 20px;
    gap: 10px;
    background: var(--title-color);
    border:0;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    background: var(--gradient-color);
    color: var(--color-secondary);
    border-radius: 7px;
}
.recent-posts .read-more:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
    border-color: var(--accent-color);
}

.recent-posts .recent-posts-btn {
    padding: 10px 50px;
    background: linear-gradient(311.19deg, #D56DC1 -1.57%, #AE489B 17.24%, #90387F 54.27%, #7D306E 100%);
    border: 1px solid var(--btn-text-color);
    border-radius: 95px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    text-transform: capitalize;
    color:var(--btn-text-color);
}


.recent-posts .recent-posts-btn:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
    border-color: var(--accent-color);
}

.recent-posts .select2-container--default .select2-selection--single  {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0.375rem 0.75rem;
    min-height: 42px;
    color: #212121;
    border: 1px solid #727272;
    border-radius: 5px;
    background: none;
}
.recent-posts .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.recent-posts .select2-container--default .select2-selection--multiple  {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0.375rem 0.75rem;
    color: #212121;
    border: 1px solid #727272;
    border-radius: 5px;
    background: none;
    min-height: 42px;
}
.recent-posts .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
}

.recent-posts .form-control {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    padding: 0.375rem 0.75rem;
    color: #212121;
    min-height: 42px;
    border: 1px solid #727272;
    border-radius: 5px;
    background: none;
}
.recent-posts .form-control:focus {
    min-height: 42px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
.recent-posts .form-control:-webkit-autofill {
    min-height: 42px;
    border: 1px solid #727272;
    border-radius: 8px;
    background: none;
}
.recent-posts .section-title h2 {
    font-weight: 800;
    font-size: 28px;
    font-family: var(--title-font);
    font-style: italic;
    text-transform: capitalize;
    color: var(--title-color);
}
.custom-swiper-button-next,
.custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

@media (max-width: 768px) {

    .custom-swiper-button-next,
    .custom-swiper-button-prev {
        display: none;
    }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
    font-size: 20px;
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
    color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
    right: 40px;
}

.custom-swiper-button-prev {
    left: 40px;
}


.services .item {
    margin: 0 5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;

}

.services .item .item-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}


.services .item .item-info {
    padding: 25px 15px;
    background: #ECECEC;
}


.services .item .item-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #262626;
}

.services .item .item-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}


.services .item .item-info p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #7E7E7E;
    display: flex;
    justify-content: space-evenly;
}
.services .item .item-info p span {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #7E7E7E;
}

.services .item .item-info p span img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    margin: 0;
    padding: 0;
}



.favoriteItems {
    --background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
}

.favoriteItems .favoriteItems-item {
    background-color: var(--contrast-color);
    box-shadow: 0px 0 20px
    color-mix(in srgb, var(--default-color), transparent 90%);
    box-sizing: content-box;
    /* padding: 30px; */
    margin: 0 30px 40px 30px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

.favoriteItems .favoriteItems-item .favoriteItems-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.favoriteItems .favoriteItems-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

.favoriteItems .favoriteItems-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin: 0;
}

.favoriteItems .favoriteItems-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.favoriteItems .swiper-wrapper {
    height: auto;
}

.favoriteItems .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.favoriteItems .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%);
    opacity: 1;
}

.favoriteItems .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.favoriteItems .swiper-slide {
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .favoriteItems .swiper-slide-active {
        opacity: 1;
    }

    .favoriteItems .swiper-pagination {
        margin-top: 0;
    }

    .favoriteItems .favoriteItems-item {
        margin: 40px 20px;
    }
}

@media (min-width: 1200px) {
    .favoriteItems .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}
.favoriteItems .section-title h2 {
    line-height: 127.13%;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #7E7E7E;
    text-align: center;
}



.blog-details .content span {
    font-weight: 500;
    font-family: var(--primary-font);
}

.blog-details .content p  {
    font-family: var(--primary-font);
    text-align: justify;
    color: black;
}
.blog-details .content b  {
    font-family: var(--primary-font);
    text-align: justify;
    color:var(--title-color);
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.blog-details .content p:last-child {
    margin-bottom: 0;
}

.blog-details .content .col-md-7  {
    display: flex;
    align-items: center;
}
.blog-details .content .col-md-5  {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details .content img {
    height: 250px;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}

@media (min-width: 768px) {
    .blog-details {
        display: flex;
    }
}

@media (max-width: 767px) {
    .blog-details {
        display: flex;
    }
}

.blog-details .btn-book-a-table {
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 0px;
    margin: 12px 0;
    width: 100%;
    border-radius: 12px;
    border: 3px solid #d2d8d9;
    transition: 0.5s;
    background: #a8b5b6;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

.blog-details .btn-book-a-table:hover {
    border: 3px solid #a8b5b6;
    background: #d2d8d9;
}
.blog-details .section-title h2 {
    font-weight: 800;
    font-size: 28px;
    font-family: var(--title-font);
    font-style: normal;
    text-transform: capitalize;
    color: var(--title-color);
}
.blog-details ul {
    list-style: none;
    padding: 0;
}

.blog-details ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.blog-details ul li span{
    font-weight: 500;
    color: black;
}

.blog-details ul li:last-child {
    padding-bottom: 0;
}

.blog-details ul i {
    padding-right: 4px;
    color: var(--accent-color);
}



.first-section {
    background: var(--title-color);
    padding: 30px 0;
}
.first-section  h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: var(--title-font);
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    color:var(--color-white);
}
.first-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    color:var(--color-white);
}

.second-section {
    background: #62b24766;
    padding: 30px 0;
}
.second-section  h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: var(--title-font);
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    color:var(--title-color);
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.second-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    color:var(--title-color);
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.organizers {
    padding-top: 5px;
}

.organizers .clients-wrap {

}

.organizers .organizer-logo {
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    height: 140px;
}

.organizers .organizer-logo:hover img {
    transform: scale(1.1);
}

.organizers img {
    transition: all 0.4s ease-in-out;
}
.blog-details::after {
    content: "";
    z-index: -1;
    background: linear-gradient(to top,  #c8bfb6c9, transparent);
}
