/*==============================================
    About Two
===============================================*/
.about-two {
    position: relative;
    display: block;
    /* padding: 90px 0 90px; */
    z-index: 1;
    background-color: var(--tanspot-primary);
}
.about-two .row .infra-col {
    align-self: center;
}

.about-two__left {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-left: 80px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
    z-index: 2;
}

.about-two__img::before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background: var(--tanspot-base);
    border-radius: var(--tanspot-bdr-radius);
    content: "";
    z-index: -1;
}

.about-two__img img {
    width: 100%;
    border-radius: var(--tanspot-bdr-radius);
    height: 50opx;
    width: 550px;
}

.about-two__img-two {
    position: absolute;
    bottom: -244px;
    right: -200px;
}

.about-two__img-two img {
    width: auto;
    border-radius: var(--tanspot-bdr-radius);
    border: 10px solid var(--tanspot-base);
}

.about-two__counter {
    position: absolute;
    top: 45px;
    right: -80px;
    background: var(--tanspot-base);
    padding: 25px 20px 29px;
    z-index: 5;
}

.about-two__counter .shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about-two__counter::before {
    position: absolute;
    top: -15px;
    right: 0px;
    width: 25px;
    border-bottom: 15px solid #e14110;
    border-left: 0px solid transparent;
    border-right: 70px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.about-two__counter .count-text-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__counter .count-text-box h2 {
    color: var(--tanspot-white);
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
}

.about-two__counter .count-text-box .plus {
    position: relative;
    display: inline-block;
    color: var(--tanspot-white);
    font-size: 30px;
    font-weight: 600;
    margin-left: 2px;
}

.about-two__counter p {
    color: var(--tanspot-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-two__shape-2 {
    position: absolute;
    top: 0;
    right: -135px;
}

.about-two__shape-2 img {
    width: auto;
}

.about-two__shape-3 {
    position: absolute;
    top: 60px;
    right: -100px;
    z-index: -1;
}

.about-two__shape-3 img {
    width: auto;
    animation: topBottom 3s ease-in-out infinite;
}

.about-two__shape-4 {
    position: absolute;
    bottom: -160px;
    left: 0;
    z-index: -1;
}

.about-two__shape-4 img {
    width: auto;
}

.about-two__right {
    position: relative;
    display: block;
}

.about-two__right .section-title {
    margin-bottom: 31px;
}

.about-two__progress-box-outer {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 32px;
    margin-bottom: 37px;
}

.about-two__progress-single {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__progress-box {
    position: relative;
    display: inline-block;
    height: 100px;
}

.about-two__progress-box canvas {
    transform: rotate(72deg);
}

.about-two__progress-box .about-two__pack {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
}

.about-two__progress-box .about-two__pack p {
    font-size: 20px;
    font-weight: 600;
    color: var(--tanspot-black);
    line-height: 20px;
}

.about-two__progress-box .about-two__pack span {
    font-size: 20px;
    font-weight: 600;
    color: var(--tanspot-black);
    line-height: 20px;
}

.about-two__progress-content {
    margin-left: 25px;
}

.about-two__progress-content p {
    font-size: 20px;
    color: var(--tanspot-black);
    font-weight: 600;
    line-height: 30px;
    font-family: var(--tanspot-font-two);
}

.about-two__point-box-one {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.about-two__point-one {
    position: relative;
    display: block;
    max-width: 315px;
    width: 100%;
}

.about-two__point-one li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.about-two__point-one li + li {
    margin-top: 9px;
}

.about-two__point-one li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: var(--tanspot-base);
    border-radius: 50%;
}

.about-two__point-one li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--tanspot-white);
}

.about-two__point-one li .text {
    position: relative;
    display: block;
    flex: 1;
}

.about-two__btn-and-author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 38px;
}

.about-two__btn-box {
    position: relative;
    display: block;
}

.about-two__author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.about-two__author-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.about-two__author-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    width: 82px;
    border: 2px dashed var(--tanspot-base);
    border-radius: 50%;
}

.about-two__author-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.about-two__author-img img {
    width: 100%;
    border-radius: 50%;
}

.about-two__author-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-two__author-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 6px;
}

.about-two__video-link {
    position: relative;
    display: block;
    z-index: 3;
}

.about-two__video-icon {
    position: relative;
    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: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--tanspot-white);
    background-color: rgba(var(--tanspot-base-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-two__video-icon:hover {
    background-color: var(--tanspot-black);
    color: var(--tanspot-white);
}

.about-two__video-link .ripple,
.about-two__video-icon .ripple:before,
.about-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--tanspot-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--tanspot-black-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--tanspot-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--tanspot-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-about .about-two__img-box {
    width: fit-content;
}
/* .about-about .about-two__img img {
    width: auto;
} */
.about-about .about-two__shape-3 {
    right: 468px;
}
.about-about .about-two__img img {
    width: 490px;
    height: 350px;
}

/*==============================================
   About Three
===============================================*/
.about-three {
    position: relative;
    display: block;
    /* padding: 120px 0px 186px; */
    /* margin-bottom: 70px; */
    z-index: 1;
}

.about-three__left {
    position: relative;
    display: block;
    margin-right: 160px;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img {
    position: relative;
    display: block;
    height: 500px;
    overflow: hidden;
    border-radius: var(--tanspot-bdr-radius);
}

.warehouse-about .about-three__img {
    height: 420px;
}
.warehouse-about {
    margin-bottom: 0 !important;
}

.about-three__img::before {
    background: rgba(var(--tanspot-white-rgb), 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
}

.about-three__img:hover::before {
    height: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-three__img > img {
    width: 100%;
    border-radius: var(--tanspot-bdr-radius);
}

.about-three__img-2 {
    position: absolute;
    top: 214px;
    right: -130px;
    max-width: 320px;
    width: 100%;
    border-radius: var(--tanspot-bdr-radius);
    background-color: var(--tanspot-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    z-index: 1;
}

.about-three__img-2::before {
    background: rgba(var(--tanspot-white-rgb), 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    border-radius: var(--tanspot-bdr-radius);
}

.about-three__img-2:hover::before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-three__img-2 > img {
    width: 100%;
    border-radius: 20px;
    border: 10px solid rgba(var(--tanspot-white-rgb), 1);
}

.about-three__experience-box {
    position: absolute;
    top: 80px;
    left: -80px;
    background-color: var(--tanspot-white);
    border: 5px solid var(--tanspot-base);
    max-width: 160px;
    width: 100%;
    text-align: center;
    padding: 20px 15px 20px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    z-index: 1;
}

.about-three__experience-box::before {
    content: "";
    bottom: -76px;
    left: -5px;
    position: absolute;
    border-left: 40px solid transparent;
    border-right: 40px solid #f14d1c;
    border-bottom: 37px solid transparent;
    border-top: 34px solid #f14d1c;
}

.about-three__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-three__count-box h3 {
    font-size: 40px;
    line-height: 40px !important;
    font-family: var(--tanspot-font-two) !important;
    color: var(--tanspot-black);
    font-weight: 700;
}

.about-three__count-box span {
    font-size: 40px;
    line-height: 40px;
    font-family: var(--tanspot-font-two);
    color: var(--tanspot-black);
    font-weight: 700;
}

.about-three__experience-text {
    margin-top: 5px;
}

.about-three__shape-1 {
    position: absolute;
    top: -30px;
    right: -50px;
    width: 150px;
    height: 150px;
    background-color: rgba(var(--tanspot-base-rgb), 0.2);
    border-radius: 20px;
    z-index: -1;
}

.about-three__shape-2 {
    position: absolute;
    left: -20px;
    bottom: -40px;
    opacity: 0.3;
    z-index: -1;
}

.about-three__shape-2 img {
    width: auto;
}

.about-three__right {
    position: relative;
    display: block;
}

.about-three__right .section-title {
    margin-bottom: 30px;
}

.about-three__points-box {
    position: relative;
    display: block;
    margin: 27px 0 27px;
}

.about-three__points {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-three__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-three__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: rgba(var(--tanspot-base-rgb), 0.6);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__points li .icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: var(--tanspot-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.about-three__points li:hover .icon:before {
    background-color: rgba(var(--tanspot-black-rgb), 1);
}

.about-three__points li:hover .icon {
    background-color: rgba(var(--tanspot-black-rgb), 0.6);
}

.about-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--tanspot-white);
    transition: all 500ms ease;
}

.about-three__points li:hover .icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.about-three__points li .content {
    position: relative;
    display: block;
    flex: 1;
}

.about-three__points li .content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 3px;
}

.about-three__points-two {
    position: relative;
    display: block;
}

.about-three__points-two li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-three__points-two li + li {
    margin-top: 5px;
}

.about-three__points-two li .icon {
    position: relative;
    display: inline-block;
}

.about-three__points-two li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--tanspot-base);
}

.about-three__points-two li p {
    color: var(--tanspot-black);
    font-weight: 500;
}

.about-three__btn-and-video {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.about-three__btn-box {
    position: relative;
    display: block;
}

.about-three__video-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

.about-three__video-link {
    position: relative;
    display: block;
}

.about-three__video-icon {
    position: relative;
    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: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: var(--tanspot-white);
    background-color: var(--tanspot-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.about-three__video-icon:hover {
    background-color: var(--tanspot-black);
    color: var(--tanspot-white);
}

.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--tanspot-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--tanspot-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--tanspot-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--tanspot-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-three__video-text {
    font-weight: 600;
    color: var(--tanspot-black);
    font-family: var(--tanspot-font-two);
}

/*==============================================
    End
===============================================*/

.about-about .col {
    justify-items: end;
    padding-right: 100px;
}
