/* ================================ *\
            Landing Banner 
\* ================================ */
.hero-landing {
	padding: 65px 0 0;
    background-color: var(--primary);
    background-image: url(../../images/icons/landing-bg.webp);
    background-position: right;
    background-repeat: no-repeat;
}

.hero-landing .img {
	position: relative
}

.hero-landing .img img {
	width: 100%;
    max-width: 500px;
}

.hero-landing h1 {
	font-size: 63px;
	padding: 10px 0 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2
}

.hero-landing .banner-text p {
	color: #fff;
	font-size: 20px;
}

.hero-landing .img a {
	position: absolute;
	background-color: #fff;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: var(--link-bs);
	background: #ff0000ab;
	backdrop-filter: blur(10px);
}

.hero-landing button {
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 50px
}
.hero-landing button i{
    font-weight: bold;
}
.hero-landing button:hover {
	background-color: #eee;
    color: var(--primary);
}

.hero-landing .carousel-control-next,
.hero-landing .carousel-control-prev {
	opacity: 1
}

.hero-landing .carousel-indicators li {
	height: 13px;
	width: 13px;
	border: 1px solid #fff;
	border-radius: 30px;
	opacity: 1;
	background: transparent;
	margin: 0px 3px;
}
.hero-landing .carousel-indicators li::marker{
   content: '';
}
.hero-landing .carousel-indicators .active {
	background-color: #fff;
}
/* ================================ *\
            About Section 
\* ================================ */
.about {
    padding: 60px 0;
    background-image: url(../../images/icons/about-us-bg.webp);
    background-position: right 100px;
    background-repeat: no-repeat;
}
.sub-title-main {
    color: var(--primary);
    font-weight: 600;
    font-size: 20px;
}
.title-section {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}
.video-link {
    position: relative;
    cursor: pointer;
}
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 0, 0, 0.3);
    height: 120px;
    width: 120px;
    transform: translate(-50%, -50%);
}
.video-btn .icon {
    background-color: #FF0000;
    color: #fff;
    height: 60px;
    width: 60px;
}
.modal-video .close {
    color: #fff;
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    height: 30px;
    width: 30px;
    font-size: 20px;
}
.modal-video .modal-dialog {
    max-width: 670px;
}
/* ================================ *\
            Process Section 
\* ================================ */
.process {
    padding: 60px 0;
    background: linear-gradient(176.17deg, #c8c1f936 3.13%, #f7f5fd38 58.43%);
    position: relative;
}
.process::before {
    background-image: url(../../images/icons/circle-border.webp);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 300px;
}
.process::after {
    background-image: url(../../images/icons/circle-border.webp);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: -200px bottom;
    background-repeat: no-repeat;
    background-size: 300px;
    bottom: 0;
    z-index: -1;
}
.process .item {
    background: #FFFFFF;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 10px;
    padding: 30px;
}
.process .item.highlighted {
    background-color: var(--primary);
    box-shadow: none;
}
.process .icon img {
    height: 55px;
}
.process p {
    font-size: 14px;
}
.process .item:hover {
    background-color: var(--primary);
    box-shadow: none;
}
.process .item:hover h3 {
    color:#fff;
}
.process .item:hover p {
    color: #E9E9E9;
}
.process .item:hover .icon img {
    filter: invert();
}
/* ================================ *\
            Process Section 
\* ================================ */
.features .bg {
    padding: 50px 0 115px;
    background-color: var(--dark-blue);
    background-image: url(../../images/icons/features-bg.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.features .list {
    transform: translateY(-50%);
}
.features .item {
    background: #FFFFFF;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
}
.features .item h4 {
    font-weight: 600;
}
.features .icon img {
    height: 50px;
}
.features a {
	height: 100%;
	color: #212529;
}
/* ================================ *\
            Clients Section 
\* ================================ */
.clients {
    padding: 40px 0;
}
.clients .icon {
    background: #FEFDFD;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 10px;
    height: 100%;
    padding: 30px;
    text-align: center;
}
.clients .icon img {
    height: 40px;
    max-width: 100%;
}
/* ====================================== *\
            Employebility Section 
\* ====================================== */
.employ {
    padding: 60px 0;
}
.employ .content {
    background-color: var(--dark-blue);
    background-image: url(../../images/icons/circle.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 200px;
    padding: 30px 0 0;
    border-radius: 40px;
}
.employ .img-gauge {
    max-width: 540px;
    margin: 0 auto;
    position: relative;
}
.employ .holder-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    transform: translateX(-16px);
}
.employ .holder {
    height: 64px;
    width: 64px;
    border-radius: 80px;
    background-color: #EEEEF0;
    position: relative;
}
.holder::before {
    position: absolute;
    content: '';
    height: 42px;
    width: 42px;
    background-color: #828382;
    border: 1px solid #9d9d9d;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 35%);
}
.employ .pin {
    height: 40%;
    width: 19px;
    transform-origin: bottom;
    transform: rotateZ(-120deg);
    position: relative;
    border-top-left-radius: 35%;
    border-top-right-radius: 35%;
    background: #828382;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 35%);
    bottom: 23px;
    animation: 3s gauge infinite;
}
@keyframes gauge {
    0%, 100% {
        transform: rotateZ(-17deg);
    }
    30%, 70% {
        transform: rotateZ(26deg);
    }
    50% {
        transform: rotateZ(15deg);
    }
}
/* ====================================== *\
            Services Section 
\* ====================================== */
.services {
    padding: 60px 0;
}
.services .list-sm .item {
    background: #FFFFFF;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 16px;
    padding: 35px 40px;
    height: 100%;
}
.services .list-sm .item .title {
    font-size: 22px;
    line-height: 36px;
    padding-right: 52px;
}
.services .icon {
    width: fit-content;
    height: fit-content;
    padding: 15px;
    border-radius: 0px 15px 15px 15px;
}
.services .icon img {
    height: 30px;
}
.services .list-sm div:nth-child(1) .icon {
    background-color: #5F4BDB;
}
.services .list-sm div:nth-child(2) .icon {
    background-color: #EEAE08;
}
.services .list-sm div:nth-child(3) .icon {
    background-color: #298AF1;
}
.services .list-lg {
    margin-top: 65px;
    background: #FFFFFF;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 30px;
    overflow: hidden;
}
.services .list-lg .item {
    padding: 32px 30px 32px 100px;
}
.services .list-lg .icon {
    border-radius: 14px;
}
.services .list-lg div:nth-child(1) .icon {
    background-color: #fff;
}
.services .list-lg div:nth-child(2) .icon {
    background-color: #EEAE08;
}
.services .list-lg div:nth-child(3) .icon {
    background-color: #5F4BDB;
}
.services .list-lg h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
.services .list-lg h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
}
.services .list-lg div:nth-child(1) .item {
    background-color: #54B435;
}
.services .list-lg div:nth-child(2) .item::after {
    content: '';
    position: absolute;
    height: 50%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    right: 0;
    transform: translateY(50%);
}
/* ============================== *\
            Blog Section 
\* ============================== */
.blog {
    background: #F9F9FF;
    padding: 52px 0 22px;
}
.blog .img {
    height: 203px;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}
.blog .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog h4 {
    font-weight: 600;
    font-size: 20px;
}
.blog .item:hover h4 a{
    color: #54B435 !important;
}

.blog .info {
    color: var(--gray);
    font-size: 14px;
}
/* ====================================== *\
            CTA Section 
\* ====================================== */
.cta {
    padding: 100px 0 0;
}
.cta .action {
    background: #5CB73E;
    border-radius: 30px;
    padding: 42px 60px;
    background-image: url(../../images/icons/cta-bg.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(40px);
    position: relative;
    z-index: 1;
}
.cta h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}
.cta h2 span {
    position: relative;
}
.cta h2 span:nth-child(2):after {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/arrow.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
    left: 120%;
    top: -30px;
}
/* ====================================== *\
                 Responsive
\* ====================================== */
@media screen and (max-width: 1590px) { 
    .carousel-control-next, .carousel-control-prev {
        align-items: end;
        bottom: 20px;
    }
}
@media screen and (max-width: 1199px) { 
    .hero-landing {
        padding: 105px 0 0;
    }
    .cta {
        padding: 100px 0;
    }
    .cta .action {
        transform: unset;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    }
    .services .list-lg .item {
        padding: 32px 30px 32px 50px;
    }
    .features .bg {
        padding: 50px 0;
    }
    .features .list {
        transform: unset;
        margin-bottom: 30px;
        padding-bottom: 80px;
        background: #221b54;
    }
    .hero-landing {
        background-image: unset;
    }
}
@media screen and (max-width: 991px) { 
    .services .list-lg div:nth-child(2) .item::after {
        height: 1px;
        width: 90%;
        bottom: 0;
        right: 0;
        left: 0;
        top: unset;
        margin: auto;
    }
    .services .list-sm .item .title {
        padding-right: unset;
    }
    .employ .content {
        border-radius: 10px;
        box-shadow: 0px 0px 11px rgb(78 95 255 / 16%);
    }
    .hero-landing h1 {
        font-size: 40px;
    }
    .carousel-indicators {
        display: none;
    }
    .about {
        background-image: unset;
    }
    .features .list {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) { 
    .cta h2 {
        font-size: 24px;
    }
    .services .list-lg {
        margin-top: 80px;
        border-radius: 10px;
    }
    .employ {
        padding: 70px 0 60px;
    }
    .order-1-tab {
        order: 1;
    }
    .about {
        padding: 80px 15px;
    }
}
@media screen and (max-width: 575px) { 
    .cta {
        padding: 0;
    }
    .cta .action {
        padding: 22px 20px;
        border-radius: 0;
    }
    .cta h2 span::after {
        content: unset;
    }
    .services .list-sm .item {
        padding: 35px 20px;
    }
    .clients .icon {
        padding: 20px;
    }
    .cta h2 span:nth-child(2):after {
        content: unset;
    }
    .btn-ani {
        font-size: 16px;
    }
    .header {
        padding-left: unset;
        padding-right: unset;
    }
    .title-section {
        font-size: 22px;
        line-height: 32px;
    }
    .sub-title-main {
        font-size: 18px;
    }
    .process {
        padding: 60px 0;
    }
    .about {
        padding-bottom: 60px;
    }
    .services {
        padding-top: 60px;
    }
    .features .list {
        padding-bottom: 30px;
    }
}
