/*hero start*/

.hero-section {
    width: 100%;
    height: 360px;
    position: relative;
    background-color: #58595B;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-hover-60);
}

.hero-section img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.hero-section .text-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}

.hero-section .text-content h1 {
    font-size: 45px;
    font-weight: 700;
    color: #F5F5F5;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .hero-section .text-content h1 {
        font-size: 30px;
    }
}

.hero-section .breadcrumb {
    margin-bottom: 0;
}

.hero-section .breadcrumb-wrapper li {
    font-size: 13px;
    color: var(--secondary-hover);
}

.hero-section .breadcrumb-wrapper a {
    text-decoration: none;
    color: #F5F5F5;
}

.hero-section .breadcrumb-wrapper li.active {
    color: var(--primary-color);
}

.hero-section .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 5px;
    font-weight: 500;
    color: #F5F5F5 !important;
}

/*hero end*/


.about-us-content h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: var(--primary-color);
}

.about-us-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    color: var(--primary-color);
}

.about-us-content .img-wrapper {
    clip-path: var(--card-first-shape);
    padding: 15px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-bg);
    height: 550px;
}

.about-us-content .img-wrapper img {
    height: 100%;
    width: 100%;
    margin-left: -20px;
    clip-path: var(--card-first-shape);
    object-fit: cover;
}

.about-us-content .img-wrapper .word p {
    font-size: 120px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.6em;
    color: #BCBEC057;
}

/*full width video start*/
.full-width-video-wrapper {
    height: 400px;
    width: 100%;
    position: relative;
    clip-path: var(--card-second-shape);
}

.full-width-video-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-hover-60);
}

.full-width-video-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 768px) {
    .full-width-video-wrapper {
        height: 512px;
    }
}

.full-width-video-wrapper .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-width-video-wrapper .text-box .head {
    color: #F5F5F5;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 2em;
}

.full-width-video-wrapper .text-box .changing-phrases span {
    font-weight: 700;
    color: #F5F5F5;
    font-size: 23px;
}


.full-width-video-wrapper .divider {
    background-color: var(--primary-color);
    width: 1px;
    height: 50px;
}

.full-width-video-wrapper .text-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 98%;
    /*z-index: 2;*/
}

.full-width-video-wrapper .text-container h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: var(--primary-color);
}

.full-width-video-wrapper .text-container p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--primary-color);
}

.full-width-video-wrapper .text-container a {
    background-color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    fill: var(--primary-color);
    color: var(--primary-color);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--secondary-color);
    border-radius: 0px 30px 0px 30px;
    padding: 12px 25px 12px 25px;
}

/*counter start*/

.counter-wrapper {
    padding: 65px 0;
}

@media (max-width: 992px) {
    .counter-wrapper {
        padding: 45px 0;
    }
}

.counter-wrapper .counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, var(--primary-hover-60) 100%);
}

.counter-wrapper .counter:first-child {
    clip-path: var(--card-first-shape-no-left);
}

.counter-wrapper .counter:last-child {
    clip-path: var(--card-first-shape-no-right);
}

.counter-wrapper .counter:not(:first-child){
    border-right: 1px solid var(--primary-hover);
}

@media (max-width: 992px) {
    .counter-wrapper .counter:not(:first-child){
        border-right: none;
    }
    .counter-wrapper .counter:nth-child(1){
        border-bottom: 1px dashed var(--primary-hover);
        padding-bottom: 8px;
    }
    .counter-wrapper .counter:nth-child(2){
        border-bottom: 1px dashed var(--primary-hover);
        border-right: 1px dashed var(--primary-hover);
        padding-bottom: 8px;
    }
    .counter-wrapper .counter:nth-child(3){
        border-left: 1px dashed var(--primary-hover);
    }
}

.counter-wrapper .counter .value,
.counter-wrapper .counter .plus  {
    color: var(--primary-color);
    font-size: 45px;
    font-weight: 600;
}

.counter-wrapper .counter span {
    font-size: 18px;
    font-weight: 300;
    color: var(--secondary-color);
}
