* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}



@media screen and (max-width: 376px) {


    .hero_header {
        margin-top: 40px;
    }

    .services {
        width: 23rem;
        margin-left: 10px;
    }

    .card-inner {
        width: 20rem;
    }

    .vertical-buttons {
        z-index: 1;
        position: fixed;
        top: 20%;

    }

    .circle-button {
        width: 4rem;
        height: 4rem;
        /* font-size: 14px; */
    }

    .section-3d {
        margin-top: 130px;
    }

    .container-3d {
        display: flex;
        flex-direction: column;

    }

    .div-icon {
        margin-top: 0;
    }
}

/*this is for ipad pro*/
@media screen and (min-width:820px) and (max-width:1366px) {

    .services {
        width: 75rem;
    }

    .card-inner {
        width: 22rem;
    }

    .vertical-buttons {
        position: fixed;
        top: 30%;
        z-index: 10;
    }
}

/*this is for ipad air*/
@media screen and (min-width:820px) and (max-width:1180px) {

    .services {
        width: 66rem;
    }

    .services_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-inner {
        width: 25rem;
    }

    .vertical-buttons {
        position: fixed;
        top: 17%;
        z-index: 1;
    }
}

@media screen and (min-width: 501px) and (max-width: 1000px) {

    .services {
        width: 45rem;
    }

    .services_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .services_list-item {
        width: 20rem;
    }

    .card-inner {
        width: 20rem;
    }

    .vertical-buttons {
        position: fixed;
        top: 17%;
        z-index: 1;
    }

    .circle-button {
        width: 6rem;
        height: 6rem;
    }

    .section-3d {
        margin-top: 130px;
    }

    .container-3d {
        display: flex;
        flex-direction: column;

    }

    .div-icon {
        margin-top: 0;
    }
}

@media screen and (min-width:377px) and (max-width: 500px) {

    .hero_header {
        margin-top: 40px;
    }

    .services {
        width: 23rem;
        margin-left: 10px;
    }

    .card-inner {
        width: 20rem;
    }

    .vertical-buttons {
        z-index: 10;
        position: fixed;
        top: 35%;

    }

    .circle-button {
        width: 4rem;
        height: 4rem;
    }

    .section-3d {
        margin-top: 130px;
    }

    .container-3d {
        display: flex;
        flex-direction: column;

    }

    .div-icon {
        margin-top: 0;
    }
}

@media screen and (max-width: 376px) {


    .hero_header {
        margin-top: 40px;
    }

    .services {
        width: 23rem;
        margin-left: 10px;
    }

    .card-inner {
        width: 20rem;
    }

    .vertical-buttons {
        z-index: 1;
        position: fixed;
        top: 20%;

    }

    .circle-button {
        width: 4rem;
        height: 4rem;
        /* font-size: 14px; */
    }

    .section-3d {
        margin-top: 130px;
    }

    .container-3d {
        display: flex;
        flex-direction: column;

    }

    .div-icon {
        margin-top: 0;
    }
}



html {
    scroll-behavior: smooth
}

body,
html {
    overflow-x: hidden
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

a,
button,
input,
textarea {
    background: 0 0;
    color: inherit;
    font-family: inherit;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

textarea {
    resize: none
}

img,
video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
    display: none
}

.gmnoprint div {
    background: 0 0 !important
}

.sticky-spacer {
    display: none !important
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


html.fixed {
    position: fixed;
    width: 100%
}

body {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000810;
    position: relative
}

body.swal2-shown {
    padding: 0 !important
}

/* Default - Desktop (no change) */
.page {
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}

/* iPad Pro 12.9" & 11" (Landscape Mode - 1668px to 2388px width) */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .page {
    padding: 55px 0 75px;
  }
}

/* iPad Air & Mini (Portrait and Landscape) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page {
    padding: 50px 0 70px;
  }
}

/* Tablets & Small Laptops */
@media screen and (min-width: 600px) and (max-width: 767px) {
  .page {
    padding: 45px 0 65px;
  }
}

/* Large Phones */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .page {
    padding: 40px 0 60px;
  }
}

/* Medium Phones */
@media screen and (min-width: 376px) and (max-width: 479px) {
  .page {
    padding: 35px 0 55px;
  }
}

/* Small Phones (iPhone SE, etc.) */
@media screen and (max-width: 375px) {
  .page {
    padding: 30px 0 50px;
  }
}


.page .section_header {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    margin-left: 60px;
}

.page .media {
    position: absolute;
    width: 50%;
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg);
    bottom: -15%;
    right: 10%;
    opacity: .8;
    z-index: 1;
    max-width: 700px
}

.page .media img {
    height: 100%
}

.page .breadcrumbs {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 84px
}

.page .breadcrumbs_item {
    position: relative
}

.page .breadcrumbs_item a {
    font-weight: 500
}

.page .breadcrumbs_item a:focus,
.page .breadcrumbs_item a:hover {
    color: #ffc631
}

.page .breadcrumbs_item:hover:before {
    width: 100%
}

.page .breadcrumbs_item:after,
.page .breadcrumbs_item:before {
    content: '';
    position: absolute
}

.page .breadcrumbs_item:after {
    width: 30px;
    height: 2px;
    background: #fff;
    top: 50%;
    right: -58px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page .breadcrumbs_item:before {
    width: 0;
    height: 2px;
    background-color: #ffc631;
    bottom: -6px;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.page .breadcrumbs_item--current {
    font-weight: 400;
    padding: 0;
    margin: 0
}

.page .breadcrumbs_item--current:after,
.page .breadcrumbs_item--current:before {
    display: none
}

@media screen and (min-width: 280px) and (max-width: 480px) {

    /* iPhones & small mobile */
    .page .breadcrumbs {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        margin-top: 20px;
    }

    .page .breadcrumbs_item a {
        font-size: 14px;
    }

    .page .breadcrumbs_item:after {
        width: 15px;
        right: -20px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Large mobiles */
    .page .breadcrumbs {
        flex-wrap: wrap;
        gap: 10px 40px;
        justify-content: flex-start;
    }

    .page .breadcrumbs_item a {
        font-size: 15px;
    }

    .page .breadcrumbs_item:after {
        width: 20px;
        right: -30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* iPads & tablets */
    .page .breadcrumbs {
        gap: 12px 60px;
    }

    .page .breadcrumbs_item a {
        font-size: 16px;
    }

    .page .breadcrumbs_item:after {
        width: 25px;
        right: -40px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {

    /* iPad Pro & large tablets */
    .page .breadcrumbs {
        gap: 14px 70px;
    }

    .page .breadcrumbs_item a {
        font-size: 17px;
    }

    .page .breadcrumbs_item:after {
        width: 28px;
        right: -48px;
    }
}



.section {
    padding: 80px 0
}

/* .section-nopb {
    padding: 80px 0 0
} */

.section_header {
    margin-bottom: 30px
}

.section_header .subtitle {
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    font-family: Archivo, sans-serif;
    font-weight: 600
}

.section_header .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 40px;
    background: #ffc631
}

.section_header .subtitle--extended {
    padding-left: 20px
}

.section_header .subtitle--extended:before {
    width: 1000%;
    left: -1000%
}

.section_header .text {
    margin: 20px 0 30px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 40px
}

.h2,
h2 {
    font-size: 36px;
    line-height: 1.1
}

.h3,
.h4,
h3,
h4 {
    font-size: 26px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 14px;
    line-height: 1.5
}

.btn,
.field {
    height: 54px
}

.field {
    background: #fff;
    border: 1px solid transparent;
    padding: 17px 19px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000810;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 20px
}

.field::-webkit-input-placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field::-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field:-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field::-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field::placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field:focus::-webkit-input-placeholder {
    opacity: 0
}

.field:focus::-moz-placeholder {
    opacity: 0
}

.field:focus:-ms-input-placeholder {
    opacity: 0
}

.field:focus::-ms-input-placeholder {
    opacity: 0
}

.field:focus::placeholder {
    opacity: 0
}

.field.error {
    border-color: red !important
}

.btn {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    padding: 0 30px;
    color: #000810;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ffc631;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.btn:not(.btn--static):focus,
.btn:not(.btn--static):hover {
    bottom: 5px
}

.metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #202c38;
    font-size: 14px
}

.metadata .icon {
    font-size: 5px;
    color: #ffc631
}

.metadata .category {
    color: #001f3f;
    font-family: Archivo, sans-serif;
    font-weight: 600
}

.metadata .author .link:hover,
.metadata .category:hover {
    color: #0da574
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.socials_item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #001f3f;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 30px;
    will-change: transform
}

.socials_item-link:focus,
.socials_item-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #ffc631
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]:checked+label .icon {
    color: #0da574
}

input[type=checkbox]+label {
    cursor: pointer
}

input[type=checkbox]+label .icon {
    color: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid #c8c8c8;
    font-size: 12px;
    margin-right: 20px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#scrollTrigger {
    position: fixed;
    right: 12px;
    bottom: -100px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    opacity: .5;
    background: #ffc631;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#scrollTrigger.active {
    bottom: 12px
}

#scrollTrigger:hover {
    opacity: 1
}

#scrollTrigger .icon {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #001f3f;
    font-size: 24px;
    line-height: 24px
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    color: #ffc631;
    font-size: 18px
}

.avatar {
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1/1;
    overflow: hidden
}

.avatar img {
    height: 100%
}

.link-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #060F8F !important;
    letter-spacing: 1px;
    font-family: Archivo, sans-serif;
    font-weight: 600
}

.link-arrow--alt {
    color: #060F8F !important;
}

.link-arrow .icon {
    margin: -2px 0 0 10px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 16px
}

.link-arrow:focus .icon,
.link-arrow:hover .icon {
    margin-left: 15px
}

/* Small mobiles and iPhones (320px - 480px) */
@media (min-width: 320px) and (max-width: 480px) {
    .link-arrow {
        font-size: 14px;
        letter-spacing: 0.8px;
    }

    .link-arrow .icon {
        font-size: 12px;
        margin: -1px 0 0 8px;
    }

    .link-arrow:focus .icon,
    .link-arrow:hover .icon {
        margin-left: 12px;
    }
}

/* Medium mobiles and larger phones (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .link-arrow {
        font-size: 16px;
        letter-spacing: 0.9px;
    }

    .link-arrow .icon {
        font-size: 14px;
        margin: -1.5px 0 0 9px;
    }

    .link-arrow:focus .icon,
    .link-arrow:hover .icon {
        margin-left: 13px;
    }
}

/* Small tablets / iPads (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .link-arrow {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .link-arrow .icon {
        font-size: 16px;
        margin: -2px 0 0 10px;
    }

    .link-arrow:focus .icon,
    .link-arrow:hover .icon {
        margin-left: 15px;
    }
}

/* Larger tablets / iPad Pro landscape (1025px - 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .link-arrow {
        font-size: 19px;
        letter-spacing: 1.1px;
    }

    .link-arrow .icon {
        font-size: 17px;
        margin: -2px 0 0 11px;
    }

    .link-arrow:focus .icon,
    .link-arrow:hover .icon {
        margin-left: 16px;
    }
}



.brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1
}

.brand_logo {
    width: 80px;
    height: 51px
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    text-transform: uppercase
}

.tags_item {
    border: 1px solid #e9e6e6;
    padding: 10px 20px;
    will-change: transform
}

.tags_item:focus,
.tags_item:hover {
    border-color: #001f3f;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.swiper-controls .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #001f3f;
    color: #001f3f;
    font-size: 12px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.swiper-controls .swiper-button:focus,
.swiper-controls .swiper-button:hover {
    background-color: #001f3f;
    color: #fff
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    height: 24px
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #e9e6e6;
    display: block;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-pagination-bullet-active {
    background: #001f3f
}

.swiper-pagination-bullet-active:after {
    border-color: #001f3f
}

.highlight {
    color: #0da574;
    font-size: 32px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    /* Prevent text from breaking into multiple lines */
    overflow: hidden;
    /* Hide overflow if any */
    text-overflow: ellipsis;
    /* Add ... if it overflows */
}

/* Small Phones (320px–428px) */
@media (max-width: 428px) {
    .highlight {
        font-size: 18px;
    }
}

/* Android & Mid Phones (429px–600px) */
@media (min-width: 429px) and (max-width: 600px) {
    .highlight {
        font-size: 20px;
    }
}

/* Small Tablets & iPad Mini (601px–767px) */
@media (min-width: 601px) and (max-width: 767px) {
    .highlight {
        font-size: 22px;
    }
}

/* iPad Air/Pro Portrait (768px–834px) */
@media (min-width: 768px) and (max-width: 834px) {
    .highlight {
        font-size: 24px;
    }
}

/* iPad Pro Landscape & Medium Tabs (835px–1024px) */
@media (min-width: 835px) and (max-width: 1024px) {
    .highlight {
        font-size: 26px;
    }
}

.primary-bg {
    background: #00aeef;
    color: #fff
}

.primary-bg .checklist_item .icon {
    color: #ffc631
}

.video {
    position: relative;
    overflow: hidden
}

.video_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video_cover img {
    height: 100%
}

.video_btn {
    z-index: 2;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border: 2px solid #001f3f;
    border-radius: 50%;
    color: #001f3f;
    font-size: 24px
}

.video_btn i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.video_btn i.icon-pause {
    opacity: 0
}

.video_btn:focus,
.video_btn:hover {
    border-color: #ffc631
}

.video_btn:focus i,
.video_btn:hover i {
    color: #ffc631
}

.video_btn,
.video_cover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.video_btn.hidden,
.video_cover.hidden {
    opacity: 0;
    visibility: hidden
}

.video video {
    height: 100%
}

.presentation {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px
}

.presentation .gallery_item .media {
    display: block
}

.projects_list {
    display: grid;
    gap: 40px
}

.projects_list-item .media {
    aspect-ratio: 625/500;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.projects_list-item .media img {

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, filter .5s ease-in-out;
}

.projects_list-item .media:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(0.5);
}

.projects_list-item .main_title {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 15px;
    position: relative
}

.projects_list-item .main_title .divider--line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a9a9a9;
    bottom: 0;
    left: 0
}

.projects_list-item .main_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.projects_list-item .main_info .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.projects_list-item .main_info .location .icon {
    color: #ffc631;
    font-size: 24px
}

.projects_list-item {
    position: relative;
    overflow: hidden;
}

.media {
    position: relative;
}

.view-3d-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.projects_list-item:hover .view-3d-button {
    opacity: 1;
    pointer-events: auto;
}

.blog_feed {
    display: grid;
    grid-gap: 40px
}

.blog_feed-item .media {
    aspect-ratio: 410/320;
    overflow: hidden
}

.blog_feed-item .media img {
    height: 100%
}

.blog_feed-item .metadata {
    margin: 10px 0 5px
}

.blog_feed-item .main_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.blog_feed-item .main_title .icon {
    margin-top: 5px;
    color: #0da574
}

.blog_feed-item .main_text {
    margin: 10px 0 20px;
    padding-bottom: 15px;
    color: #162739;
    border-bottom: 1px solid #c8c8c8
}

.gallery_item {
    height: 260px;
    overflow: hidden
}

.gallery_item .media {
    position: relative;
    height: 100%
}

.gallery_item .media img {
    height: 100%
}

.gallery_item .media .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0, 31, 63, .5);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.gallery_item .media .overlay_header {
    margin-bottom: 0
}

.gallery_item .media .overlay_caption {
    font-family: Archivo, sans-serif;
    font-weight: 700
}

.gallery_item .media .overlay_label {
    text-transform: uppercase;
    color: #ffc631;
    margin-top: 20px;
    font-family: Archivo, sans-serif;
    font-weight: 600;
    font-size: 18px
}

.gallery_item .media:hover .overlay {
    opacity: 1
}

.checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.checklist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.checklist_item .icon {
    font-size: 18px;
    margin-top: -3px;
    color: #0da574
}

.achievements {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    gap: 20px
}

.achievements_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.achievements_item .label {
    width: calc(100% - 60px)
}

.numbers_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.numbers_list-item .number {
    margin-bottom: 10px;
    font-family: Archivo, sans-serif;
    font-weight: 800
}

.numbers_list-item .label {
    font-weight: 500
}

@media screen and (min-width:567.98px) {
    .btn {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .numbers_list {
        display: grid;
        grid-template-columns: repeat(2, auto);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        grid-gap: 30px
    }

    .gallery_item .media .overlay {
        padding: 30px
    }

    .projects_list-item .main_info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }

    .projects_list-item .main_info .location {
        margin: 0
    }
}

@media screen and (min-width:767.98px) {

    .brand_logo {
        height: 100%;
        width: 100px;
    }

    body {
        font-size: 19px
    }

    h1 {
        font-size: 46px;
        line-height: 1.1
    }

    h2 {
        font-size: 40px;
        line-height: 1.3
    }

    h3,
    h4 {
        font-size: 26px;
        line-height: 1.2
    }

    #scrollTrigger {
        right: 20px
    }

    #scrollTrigger.active {
        bottom: 20px
    }

    .video_btn {
        width: 110px;
        height: 110px;
        font-size: 34px
    }

    /* .page {
        padding: 100px 0 60px
    } */

    .page .media {
        bottom: -45%
    }

    .section_header {
        margin-bottom: 40px
    }

    .rating {
        font-size: 24px
    }

    .avatar {
        width: 60px
    }

    .gallery_item .media .overlay {
        padding: 40px
    }

    .blog_feed {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 30px
    }

    .blog_feed-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog_feed-item .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .blog_feed-item .main_text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .projects_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .projects_list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .projects_list-item .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .projects_list-item .main_title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .projects_list-item .main_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .presentation {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .gallery_item {
        height: 340px
    }
}

@media screen and (min-width:1023.98px) {
    h1 {
        font-size: 58px;
        line-height: 1
    }

    h2 {
        font-size: 48px;
        line-height: 1.1
    }

    h3 {
        font-size: 30px;
        line-height: 1.2
    }

    h4 {
        Line-height: 1.1
    }

    .section {
        padding: 100px 0
    }

    /* .section-nopb {
        padding: 180px 0 0
    } */

    /* .page {
        padding: 200px 0 80px
    } */

    .page .media {
        bottom: -80%;
        right: -18%;
        width: 100%
    }

    .avatar {
        width: 80px
    }

    .blog .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px
    }

    .projects_list {
        grid-gap: 60px 40px
    }

    .projects_list-item .main_info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .projects_list-item .main_title .text {
        display: block;
        max-width: 450px
    }
}

@media screen and (min-width:1279.98px) {

    .brand_logo {
        height: 100%;
        width: 120px;
    }

    .page .media {
        right: 200px
    }

    .blog .container {
        gap: 60px
    }

    .blog_feed-item .metadata {
        margin: 20px 0
    }

    .blog_feed-item .main_text {
        margin: 20px 0 25px
    }

    .achievements {
        gap: 30px;
        max-width: 320px
    }

    .achievements_item {
        gap: 30px
    }

    .achievements_item .label {
        width: calc(100% - 70px)
    }

    #scrollTrigger {
        right: 40px
    }

    #scrollTrigger.active {
        bottom: 40px
    }

    .presentation {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0
    }

    .gallery_item {
        height: 440px
    }


}


.alert_popup {
    border-radius: 0;
    padding-bottom: 30px !important
}

.alert_popup-close {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.alert_popup-title {
    font-family: Archivo, sans-serif;
    color: #001f3f !important;
    padding: 30px 30px 0
}

.alert_popup-content .main {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

/* .collapse:not(.show) {
    display: none
} */

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.fade {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0
}

.tab-content {
    position: relative;
    overflow: hidden
}

.tab-content>.tab-pane {
    position: relative;
    width: 100%;
    top: 0;
    opacity: 1;
    z-index: 1
}

.tab-content>.tab-pane:not(.active) {
    display: block;
    height: 0;
    opacity: 0;
    z-index: -1
}

html[dir=rtl] .page .breadcrumbs_item:after {
    left: -58px;
    right: unset
}

html[dir=rtl] .page .media {
    right: unset !important;
    left: -10%
}

html[dir=rtl] .section_header .subtitle {
    padding-left: 0;
    padding-right: 60px
}

html[dir=rtl] .section_header .subtitle:before {
    left: unset;
    right: 0
}

html[dir=rtl] .section_header .subtitle--extended:before {
    right: unset;
    left: calc(100% - 40px)
}

html[dir=rtl] .link-arrow .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 0 !important;
    margin-right: 10px
}

html[dir=rtl] .link-arrow:focus .icon,
html[dir=rtl] .link-arrow:hover .icon {
    margin-right: 15px
}

html[dir=rtl] input[type=checkbox]+label .icon {
    margin-right: 0;
    margin-left: 20px
}

html[dir=rtl] .swiper-controls .swiper-button .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

html[dir=rtl] #scrollTrigger {
    right: unset;
    left: 12px
}

@media screen and (min-width:1023.98px) {
    html[dir=rtl] .page .media {
        left: -18%
    }
}

@media screen and (min-width:1279.98px) {
    html[dir=rtl] .page .media {
        left: 200px
    }

    html[dir=rtl] #scrollTrigger {
        right: auto;
        left: 40px
    }
}

@media screen and (min-width:1365.98px) {
    html[dir=rtl] #scrollTrigger {
        right: auto;
        left: 30px
    }
}


.footer {
    padding-top: 80px;
    padding-bottom: 60px
}

.footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.footer_main-block .brand,
.footer_main-block_title {
    margin-bottom: 20px
}

.footer_main-block_form {
    margin-top: 20px
}

.footer_main-block_form .btn,
.footer_main-block_form .field {
    width: 100%
}

.footer_main-block_form .field:focus {
    border-color: #ffc631
}

.footer_main-block_form .btn .icon {
    display: none
}

.footer_main-block_form .btn:focus,
.footer_main-block_form .btn:hover {
    background: #ffd464
}

.footer_main-block .group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.footer_main-block .group-wrapper:first-of-type {
    margin-bottom: 15px
}

.footer_main-block .group-wrapper .icon {
    color: #ffc631;
    font-size: 18px;
    margin-top: 5px
}

.footer_main-block .group-wrapper .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 23px
}

.footer_main-block .group-wrapper .group a,
.footer_main-block .group-wrapper .group span {
    display: inline-block
}

.footer_main-block .group-wrapper .group a {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.footer_main-block .group-wrapper .group a:focus,
.footer_main-block .group-wrapper .group a:hover {
    opacity: .8
}

.footer_main-block_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.footer_main-block_nav .list-item .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Archivo, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    gap: 5px
}

.footer_main-block_nav .list-item .link.current {
    color: white!important;
}

.footer_main-block_nav .list-item .link .icon {
    font-size: 10px;
    color: #ffc631 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer_main-block_nav .list-item .link:focus .icon,
.footer_main-block_nav .list-item .link:hover .icon {
    color: #0da574
}

.footer_secondary {
    border-top: 1px solid #a9a9a9;
    margin-top: 60px;
    padding-top: 60px
}

.footer_secondary-copyright {
    text-align: center;
    margin: 0 0 40px
}

.footer_secondary-copyright span {
    display: inline-block
}

.footer_secondary .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer_secondary .socials_item-link {
    background: #ffc631;
    color: #001f3f
}

html[dir=rtl] .footer_main-block_nav .list-item .link .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media screen and (min-width:567.98px) {
    .footer_main-block_subtitle {
        max-width: 450px
    }

    .footer_main-block_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer_main-block_form .field {
        margin-bottom: 0
    }

    .footer_main-block_form .btn {
        width: auto
    }

    .footer_main-block .group-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .footer_main-block .group-wrapper:first-of-type {
        margin-bottom: 0;
        margin-right: 30px
    }

    .footer_main-block_nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px
    }

    .footer_secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer_secondary-copyright {
        margin: 0;
        text-align: unset
    }

    html[dir=rtl] .footer_main-block .group-wrapper:first-of-type {
        margin-right: 0;
        margin-left: 30px
    }
}

@media screen and (min-width:767.98px) {


    .footer_main {
        padding-bottom: 80px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 40px 80px
    }

    .footer_main-block {
        width: calc(50% - 40px)
    }

    .footer_main-block:nth-of-type(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .footer_main-block .group-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer_main-block .group-wrapper:first-of-type {
        margin-right: 0;
        margin-bottom: 15px
    }

    .footer_main-block_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .footer_main-block_form {
        margin-top: 40px
    }

    .footer_main-block_form .btn {
        width: 54px !important;
        padding: 0
    }

    .footer_main-block_form .btn .text {
        display: none
    }

    .footer_main-block_form .btn .icon {
        display: inline-block
    }

    .footer_main-block_form .field {
        width: calc(100% - 54px)
    }

    .footer_secondary {
        margin: 0;
        padding-top: 60px
    }

    .footer_secondary-copyright {
        max-width: 350px
    }
}

@media screen and (min-width:1023.98px) {
    .footer_main-block {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .footer_main-block:first-of-type {
        max-width: 280px
    }

    .footer_main-block:nth-of-type(3) {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }
}

@media screen and (min-width:1199.98px) {
    .footer_main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer_main-block:last-of-type {
        max-width: 330px
    }
}

/*# sourceMappingURL=../sourcemaps/projects.css.map */



.features_content {
    display: grid;
    grid-gap: 30px;
    column-gap: 0.75px;
}

.features_card .wrapper .number {
    color: #e9e6e6;
    font-family: Archivo, sans-serif;
    font-weight: 1000;
    font-size: 56px;
    line-height: 40px;
    padding-left: 20px;
}

.features_content+.video {
    margin-top: 60px;
    max-height: 580px
}

.features_header .title {
    margin-bottom: 30px
}

.features_header .checklist {
    margin-bottom: 10px
}

.features_header .checklist_item .icon {
    color: #0da574
}

.features_card {
    cursor: pointer
}

.features_card .wrapper {
    height: 100%;
    border: 1px solid #fff;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    padding: 30px;
    width: 550px
}

.features_card .wrapper:hover {
    border-color: #ffc631
}

.features_card-title {
    margin: 30px 0 20px
}

.features_card-icon * {
    fill: #ffc631
}

.features_card--alt .wrapper {
    border-color: #a9a9a9
}

.features_card--alt .wrapper:hover {
    border-color: #001f3f
}

.features_card--alt .features_card-icon * {
    fill: #001f3f
}

.features_card--alt .features_card-description {
    color: #001f3f
}

@media screen and (min-width: 280px) and (max-width: 480px) {

    /* iPhone and small mobile devices */
    .features_content {
        grid-gap: 16px !important;
        column-gap: 0.5px !important;
        grid-template-columns: 1fr !important;
        padding: 0 10px !important;
        margin-right: 5% !important;
    }

    .features_card .wrapper {
        width: 100%;
        padding: 20px;
    }

    .features_card .wrapper .number {
        font-size: 32px;
        line-height: 32px;
        padding-left: 10px;
    }

    .features_card-title {
        margin: 20px 0 15px;
        font-size: 18px;
        text-align: center;
    }

    .features_card-icon * {
        width: 24px;
        height: 24px;
    }

    .features_content+.video {
        margin-top: 40px;
        max-height: 300px;
    }

    .features_header .title {
        margin-bottom: 20px;
        font-size: 22px;
        text-align: center;
    }

    .features_header .checklist {
        margin-bottom: 8px;
    }

    .features_header .checklist_item {
        font-size: 14px;
    }

    .features_header .checklist_item .icon {
        font-size: 16px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Large phones & small tablets (portrait) */
    .features_content {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }

    .features_card .wrapper {
        width: 100%;
        padding: 25px;
    }

    .features_card .wrapper .number {
        font-size: 40px;
        line-height: 36px;
    }

    .features_card-title {
        font-size: 20px;
        margin: 25px 0 15px;
        text-align: center;
    }

    .features_card-icon * {
        width: 28px;
        height: 28px;
    }

    .features_content+.video {
        margin-top: 50px;
        max-height: 400px;
    }

    .features_header .title {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* Tablets, iPad Mini, iPad 9th gen */
    .features_content {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }

    .features_card .wrapper {
        width: 100%;
        padding: 28px;
    }

    .features_card .wrapper .number {
        font-size: 48px;
        line-height: 38px;
    }

    .features_card-title {
        font-size: 22px;
        margin: 25px 0 18px;
    }

    .features_card-icon * {
        width: 30px;
        height: 30px;
    }

    .features_content+.video {
        margin-top: 55px;
        max-height: 480px;
    }

    .features_header .title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {

    /* iPad Pro & large tablets */
    .features_content {
        grid-template-columns: 1fr 1fr;
    }

    .features_card .wrapper {
        width: 100%;
        padding: 30px;
    }

    .features_card .wrapper .number {
        font-size: 52px;
    }

    .features_card-title {
        font-size: 24px;
    }

    .features_card-icon * {
        width: 32px;
        height: 32px;
    }

    .features_header .title {
        font-size: 30px;
    }
}




.about_founder-section {
    margin-bottom: 80px;
}

.container-section {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 90px;
}

.title-founder {
    margin-bottom: 40px;
}

.founder_header {
    width: 600px;
    /* padding: 18px; */
    margin-left: 16%;
}

.title-founder {
    color: #0da574;
}

.media-founder {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-founder img {

    width: 70%;
    height: 87%;
}
/* Smartphones (portrait & landscape) */
@media screen and (max-width: 480px) {
  .founder_header {
    width: 90%;
    margin-left: 8%;
    text-align: left;  }

  .media-founder img {
    width: 90%;
    height: auto;
  }

  .title-founder {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

/* Small tablets (e.g. iPhone Plus, Galaxy Fold, small Android tablets) */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .founder_header {
    width: 85%;
    margin-left: 7.5%;
    text-align: left;
  }

  .media-founder img {
    width: 85%;
    height: auto;
  }

  .title-founder {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

.carousel-container {
    position: relative;
    display: flex;
    width: fit-content;
    /* Adjust based on your design */
    overflow: hidden;
    max-height: min-content;
}

/* .about {
    padding-top: 20px;

} */

/* Default: Desktop */
.article-image img {
    width: 1290px;
    height: 800px;
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* Small Mobiles: 320px - 375px */
@media (min-width: 320px) and (max-width: 375px) {
    .article-image img {
        width: 100%;
        height: auto;
    }
}

/* Medium Mobiles: 376px - 428px */
@media (min-width: 376px) and (max-width: 428px) {
    .article-image img {
        width: 100%;
        height: auto;
    }
}

/* Large Phones & Small Tablets: 429px - 600px */
@media (min-width: 429px) and (max-width: 600px) {
    .article-image img {
        width: 100%;
        height: auto;
    }
}

/* Tablets: 601px - 767px */
@media (min-width: 601px) and (max-width: 767px) {
    .article-image img {
        width: 100%;
        height: auto;
    }
}

/* iPad Mini, iPad Air, iPad Pro (Portrait): 768px - 834px */
@media (min-width: 768px) and (max-width: 834px) {
    .article-image img {
        width: 100%;
        height: auto;
    }
}

/* iPad Pro & Landscape Tablets: 835px - 1024px */
@media (min-width: 835px) and (max-width: 1024px) {
    .article-image img {
        width: 100%;
        height: auto;
    }
}

.title {
    margin-top: 10px;
    text-align: left;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide img {
    width: 100%;
    /* Ensures each image takes the full width of the container */
    flex-shrink: 0;
}

button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

.container1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 70px 57px;
    grid-auto-flow: row;
    grid-template-areas:
        ". .";
}

.media img {
    height: 400px;
    width: 1400px;
}

.about_article p {
    height: 1400px;
    height: 100%;
}

.description p {
    font-size: 22px;
    padding-top: 20px;
}

.Info {
    max-width: 100%;
    margin-bottom: 30px;

}

.Info h3,
p {
    padding-top: 10px;
    text-align: justify;
}

.content-section {
    flex: 1;
    /* Takes up remaining space */
    margin-right: 20px;
    width: fit-content;
    height: fit-content;

}

.image-section {
    width: fit-content;
}

.description h2 {
    font-size: 2em;
    color: #333;
}

.card-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.card-title {
    color: blue;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .container1 {
        display: flex;
        flex-direction: column;
    }

    .cards {
        display: flex;
        flex-direction: column;
    }

    .media img {
        width: 100%;
        height: 100%;
    }

    .section-nopb {
        margin: 0;
        padding: 0;
    }

    .section_header {
        padding: 10px;
    }



    .title {
        font-size: 32px;
        margin-right: 30%;
    }

    .features_card .wrapper .number {
        font-size: 35px;
        text-align: center;
    }

    .container-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .title-founder {
        font-size: 30px;
    }

    .text {
        width: 317px;
    }

    .media-founder {
        margin-top: 0;
    }

    .media-founder img {
        margin: 10px;
        width: 400px;
        height: 400px;
        padding-top: 20px;
    }

}