/* Body */
.body {
    max-width: 100vw;
    overflow-x: hidden;
}

/* Container */
@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
    }
}

/* Header */
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-weight: 500;
        font-size: 16px;
        padding-left: 1.3rem !important;
        padding-right: 1.3rem !important;
    }
}

@media (max-width: 1280px) {
    #header .header-nav-main nav > ul > li > a {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Font Size */
.custom-font-size-1 {
    font-size: clamp(30px, 4px + 0.05 * 100vw, 36px);
    /*font-size: clamp(28px, 4px + 0.05 * 100vw, 34px);*/
    line-height: 1.6;
}
.custom-font-size-2 {
    font-size: clamp(22px, 4px + 0.05 * 100vw, 28px);
    line-height: 1.1;
}
/* Hero */
.custom-hero-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 300ms;
    background: url('../../img/page-header/output.png') no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-hero-bg svg {
    width: 100vw;
    height: 100vh;
    display: none;
}

.custom-hero-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.4;
    background-color: var(--dark);
}

.custom-hero-bg.loaded {
    opacity: 1;
}

.custom-stop-color-1 {
    stop-color: var(--primary);
}

.custom-hero-font-1 {
    font-size: clamp(28px, 0px + 0.0583333333 * 100vw, 60px);
    line-height: 1.1;
}

.custom-hero-heading {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 991px) {
    .custom-hero-heading {
        bottom: 80px;
    }
}

.custom-hero-heading strong {
    text-transform: uppercase;
    font-size: 7.8cqw;
    line-height: 7.8cqw;
}

/* Page Header */
.page-header .custom-hero-bg {
    height: 500px;
}

.page-header .custom-hero-bg svg {
    height: 500px;
}
.page-header .container{
    padding-top: 60px !important;
}
@keyframes arrowMove {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -30px;
    }
    100% {
        margin-top: 0;
    }
}

/* Elements */
.custom-el-1 {
    opacity: 0.1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation: arrowMove 3000ms linear;
    animation-iteration-count: infinite;
}

.custom-el-1 img {
    margin-bottom: -100px;
}

.custom-el-pos-1 {
    top: 55%;
    left: -60px;
}

.custom-el-2 {
    opacity: 0.1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation: arrowMove 3000ms linear;
    animation-iteration-count: infinite;
}

.custom-el-2 img {
    margin-bottom: -47px;
}

.custom-el-pos-2 {
    top: 80%;
    right: -30px;
}

.custom-el-3 {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 220px;
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

.custom-el-3 .custom-el-3-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-el-3 .custom-el-3-img img {
    transition: transform 2s;
    will-change: transform;
}

.custom-el-3-pos-1 {
    top: 30%;
    z-index: 1;
}

.custom-el-3-pos-2 {
    top: -30%;
}

.custom-el-4-pos {
    margin-top: -15px;
}

.custom-el-pos-5 {
    left: -60px;
    top: 35%;
}

/* Custom Marquee */
.custom-marquee-1 .js-marquee-wrapper,
.custom-marquee-1 .js-marquee,
.custom-marquee-1 .js-marquee > span {
    display: flex;
}

/* Custom Avatar */
.custom-avatar-1 {
    width: 70px;
    height: 70px;
    position: relative;
}

.custom-avatar-1-info {
    position: absolute;
    top: -30px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-left: -15px;
    opacity: 0.5;
}

.custom-avatar-1-info .animated-icon {
    transform: rotate(120deg);
    float: left;
    margin-right: 5px;
}

/* Custom Popover */
.custom-popover-1 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
}

/* Custom Btn */
.custom-btn-1 {
    width: 200px;
    height: 200px;
    line-height: 190px;
    border-radius: 100%;
    white-space: nowrap;
}

/* Custom Grid */
/*.custom-grid-1 {
    margin-top: -70px;
    position: relative;
}*/

/*.custom-grid-1 .container {*/
/*    margin: 0 auto;*/
/*}*/

/*
.custom-grid-1 .container .row {
    margin: 0;
}
*/

/*.custom-grid-1 .container .row > * {
    padding: 0;
    min-height: 300px;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 991px) {
    .custom-grid-1 .container .row > * {
        border: 1px solid var(--grey-100);
    }
}*/

/*@media (min-width: 992px) {
    .custom-grid-1 .container .row > *:nth-child(1),
    .custom-grid-1 .container .row > *:nth-child(3),
    .custom-grid-1 .container .row > *:nth-child(6),
    .custom-grid-1 .container .row > *:nth-child(8) {
        background-color: var(--grey-100);
    }
}*/

.custom-grid-1 .custom-grid-1-item {
    position: relative;
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img {
    transition: opacity 300ms;
    opacity: .3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img img {
    transition: transform 2s;
    will-change: transform;
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.7;
    background-color: var(--dark);
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-text {
    position: relative;
    z-index: 1;
}

.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img {
    opacity: 1;
}

.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img img {
    transform: scale(.68);
}

.custom-grid-1 .custom-grid-1-item:hover h3 {
    color: var(--light) !important;
}

/* Custom Projects */
@media (max-width: 991px) {
    .custom-projects-1 .border-end {
        border: 0 !important;
    }
}

/* Custom Border Radius */
.custom-border-radius-1 {
    border-radius: 0 100px 0 100px;
}

.custom-border-radius-2 {
    border-radius: 100px 0 0 0;
}

.custom-border-radius-3 {
    border-radius: 100px 100px 100px 0;
}

.custom-border-radius-4 {
    border-radius: 200px 10px 10px 10px;
}

.custom-border-radius-5 {
    border-radius: 0 0 100px 0;
}
.custom-border-radius-6 {
    border-radius: 100px 100px 0 0;
}
.custom-border-radius-7 {
    border-radius: 100px 0 100px 0;
}
.custom-border-radius-8 {
    border-radius: 0 0 100px 100px;
}
/* Custom Section */
.custom-section-1 {
    margin-top: -70px;
    padding-top: 70px;
}

/* Custom Carousel */
/*@media (min-width: 1200px) {
    .custom-carousel-1 > .owl-carousel {
        width: calc( 100vw - ( ( 100vw - 1400px ) / 2 ));
    }
}*/

/* Custom Content */
/*
.custom-page-content {
    margin-top: -70px;
}
*/

/* Custom Padding */
.custom-padding-top-1 {
    padding-top: 70px;
}

.custom-padding-bottom-1 {
    padding-bottom: 70px;
}

.tech-wrapper{
    display: grid !important;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: 80px;
    min-height: calc(80px * 3 + 10px);
}
.tech-wrapper .tech-item{
    margin: 5px !important;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    flex-direction: column;
    gap: 10px;
}
.tech-wrapper .tech-item span{
    display: none;
}
.tech-wrapper .tech-item img {
    height: 70px !important;
    width: auto;
}
/*
* Our Strategy
*/
.custom-step-item .step {
    text-align: left;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
}

.custom-step-item .step:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    height: 63px;
    border-left: 1px solid #e4e4e4;
}

.custom-step-item .step .step-number {
    display: block;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 1;
}

.custom-step-item .step-content {
    margin-left: 160px;
}

.owl-carousel.numbered-dots .owl-dots {
    display: inline-block;
    counter-reset: dots;
    margin-left: 120px;
}

.owl-carousel.numbered-dots button.owl-dot span {
    width: 30px;
    height: 30px;
}

.owl-carousel.numbered-dots button.owl-dot span:before {
    counter-increment: dots;
    content: counter(dots);
    color: #245432;
    font-weight: bold;
    line-height: 2.2;
}

.owl-carousel.numbered-dots button.owl-dot.active span:before, .owl-carousel.numbered-dots button.owl-dot:hover span:before {
    color: var(--light);
}

.owl-carousel.numbered-dots button.owl-dot:hover {
    opacity: 0.5;
}

.owl-carousel.owl-theme button.owl-dot span {
    background: #eef4f2;
}
/* Footer */
/*
#footer {
    margin-top: -70px;
}
*/
.bg {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100vw;
    z-index: 1;
    background: conic-gradient(
            from 180deg at 50% 50%,
            #284d43 0deg,
            #0e1313 90deg,
            #284d43 180deg,
            #0e1313 270deg
    );
    animation: rotate-gradient 60s linear infinite;
}
@keyframes rotate-gradient {
    from {
        transform: rotate(0deg) scale(3);
    }
    to {
        transform: rotate(360deg) scale(3);
    }
}


.vertical-slider {
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    /*transform: rotate(-7deg);*/
    border-radius: 20px;
    /*left: -100px;*/
}
.vertical-slider .owl-stage {
    display: flex;
    flex-direction: column;
    animation: marquee 300s linear infinite;
}

.vertical-slider .owl-item {
    margin-bottom: 10px;
    width: 100%;
}

.vertical-slider img {
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

@keyframes marquee {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}


@media only screen and (max-width: 1366px) {
    .vertical-slider {
        max-height: 400px;
        /*transform: rotate(-5deg);*/
        /*left: -50px;*/
        top:20px;
    }
    .vertical-slider .owl-item {
        width: 250px;
    }
    .custom-hero-font-1 {
        font-size: clamp(28px, 0px + 0.0583333333 * 100vw, 50px);
        line-height: 1.1;
    }
}

.tech-section{
    position: relative;
    /*bottom: -100px;*/
}
.custom-padding{
    padding: 100px 0;
}
@media only screen and (max-width: 1440px) {
    .thumb-info-content-inner h4.text-5{
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 991px) {
    .custom-hero-heading {
        bottom: 0;
    }
    .custom-padding-bottom{
        padding-bottom:100px;
    }
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {
    #header .header-logo img{
        height: 40px !important;
    }
    .hero-custom{
        padding-top: 120px;
        min-height: 80vh !important;
    }
    .vertical-slider {
        max-height: 300px;
        transform: rotate(0deg);
        left: 0px;
        top: 20px;
    }
    .custom-padding-bottom{
        padding-bottom:60px;
    }
    #grid.mb-5{
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 380px) {
    #header .header-logo img{
        height: 30px !important;
    }
}

.toggle > label:before,
.toggle > .toggle-title:before {
    transition: transform 0.3s, top 0.3s;
    transform: rotate(-225deg) translate3d(0, -50%, 0);
    transform-origin: 35%;
}
.toggle.active > label::before, .toggle.active > .toggle-title::before {
    top: calc(50% - 0px) !important;
    transform: rotate(-45deg);
}

.portfolio-item h2{
    min-height: 60px;
}