@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&amp;display=swap');

:root {
    --plyr-color-main: #7ac261;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-family: "Syne", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #222;
}

body {
    overflow-x: hidden;
}

.navbar{
    height: 60px;
}

/* Header CSS */
.navbar-brand {
    background: #f8f9fa;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 2px 2px 0px black;
    margin-top: 70px;
}

.active-head {
    border-bottom: 3px solid #86c76b;
    background: white;
}

.nav-link {
    font-size: 20px;
    font-weight: 400;
    padding: 0 30px !important;
}

.nav-link:hover {
    color: #86c76b;
}

#home nav ul li a {
    color: white !important;
}

#home.active-head nav ul li a {
    color: black !important;
}

/* Header CSS */

/* Hero Section CSS */
.video-banner {
    height: 100vh;
    width: 100%;
}

.video-banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-video-desktop {
    display: block;
}

.hero-video-mobile {
    display: none;
}

/* Hero Section CSS */

/* About Section CSS*/
.site-heading h1 {
    font-size: clamp(25px, 3vw, 60px);
    color: black;
    font-weight: bolder;
}

.about-abybaby-para {
    line-height: 1.5;
    color: black;
    font-weight: 300;
    border-left: 2px solid black;
    padding-left: 50px;
    font-size: clamp(16px, 1.5vw, 22px);
}

.about-content-area .content-box .thumb {
    padding-right: 35px;
}

.about-content-area .thumb-box .shape {
    position: absolute;
    height: 300px;
    left: -150px;
    top: -80px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

.about-content-area .thumb-box {
    position: relative;
}

.about-content-area .thumb-box img:first-child {
    width: 80%;
    border-radius: 8px;
    max-width: 500px;
}

.about-content-area .thumb-box img:last-child {
    position: relative;
    width: 80%;
    right: 0;
}

.about-content-area .thumb-box img:nth-child(2) {
    position: absolute;
    right: 0;
    width: 50%;
    float: right;
    bottom: 30%;
    margin-bottom: -200px;
    border: 5px solid #ffffff;
    border-radius: 50%;
}

.about-content-area {
    background: linear-gradient(-42deg, #7cbc588f, white, transparent);
}

.default-padding {
    padding: 60px;
}

/* About Section CSS*/


/* Infographics and clients CSS */
.main-wrapper {
    display: flex;
}

.section-1,
.section-2 {
    height: 100vh;
    width: 100vw;
    flex-shrink: 0;
}

.section-2 {
    transform: translateX(-2%);
}

/*INFOGRAPHICS*/

.infographics-area {
    min-height: 100vh;
    padding-top: 100px;
    width: 100%;
    background: linear-gradient(to right, black 50%, transparent), url(../../../assets/infograph.jpg) no-repeat center/cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.infographics-area .counter-box h6 {
    font-size: 2.5vmin;
    font-weight: 600;
    color: white;
    /* border-bottom: 2px solid #28a745; */
    border: 2px solid green;
    text-align: center;
    border-radius: 20px;
    padding: 10px 15px;
}

.infographics-area .counter-box p {
    font-size: 8vmin;
    font-family: 'Anton';
    color: #28a745 !important;
    margin-top: 16px;
    text-align: center;
}

.infographics-area .counter-box span {
    font-size: 8vmin;
    font-family: 'Anton';
    color: #28a745 !important;
    /* margin-top: 35px; */
    text-align: center;
}

.site-heading h4,
.site-heading h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #7cbc58;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(90deg, #258d72 30%, #7cbc58 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vmin;
}

.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #7cbc58;
    position: relative;
    z-index: 1;
    left: 10px;
}

.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #7cbc58;
}


/* Partner */

.partner-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex !important;
    align-items: center;
    padding-top: 150px;
    /* align-content: center; */
    justify-content: center;
}

.partner-area .item-box {
    padding: 120px 0;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.partner-area .item-box img {
    width: auto;
    margin: auto;
}

.partner-area .item-box::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 400%;
    background: #7cbc58;
    z-index: -1;
}

.partner-area .info h2 {
    font-weight: 600;
    margin-top: -8px;
}


.partner-area h6 {
    font-family: 'Shadows Into Light', cursive;
    font-size: 25px;
}

.slider {
    background: white;
    height: 300px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-top: 1px solid #cbcbcb;
    padding-top: 20px;
}

.slider .slide-track {
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.slider .slide img {
    margin-bottom: 20px;
    width: 160px;
    object-fit: contain;
}

.slider .slide-track:hover {
    animation-play-state: paused;
}

.client-number p {
    margin-bottom: 5px !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}


/* Infographics and clients CSS */

/* Service Section */

.thumb-services-area {
    width: 100%;
    background: linear-gradient(#000000a3, #0000008f), url(../../../assets/infograph.jpg);

    background-attachment: fixed;
}

.ser-binary {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
}


.card2 {
    position: relative;
    height: 370px;
    width: 100%;
    margin: 10px 0;
    transition: ease all 2.3s;
    perspective: 1200px;
}

.card2:hover .cover {
    transform: rotateX(0deg) rotateY(-180deg);
}

.card2:hover .cover:before {
    transform: translateZ(30px);
}

.card2:hover .cover:after {
    background-color: black;
}

.card2:hover .cover h1 {
    transform: translateZ(100px);
}

.card2:hover .cover .price {
    transform: translateZ(60px);
}

.card2:hover .cover a {
    transform: translateZ(-60px) rotatey(-180deg);
}

.card2 .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid white;
    border-radius: 10px;
}

.card2 .cover .price {
    font-weight: 200;
    position: absolute;
    top: 55px;
    right: 50px;
    color: white;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 4;
    font-size: 2em;
    transform: translateZ(0px);
}

.card2 .card2-back {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.card2 .card2-back a {
    transform-style: preserve-3d;
    transition: ease transform 2.3s, ease background 0.5s;
    transform: translateZ(-1px) rotatey(-180deg);
    background: white;
    border: 1px solid white;
    font-weight: 200;
    font-size: 1.3em;
    color: black;
    padding: 14px 32px;
    outline: none;
    text-decoration: none;
}

.card2 .card2-back a:hover {
    background-color: black;
    color: white;
}

.item-a {
    background-image: url("../../../assets/img/assets1/image1/image-slider/RP.webp");

    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.item-b {
    background-image: url("../../../assets/img/assets1/image1/image-slider/UP.webp");

    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.item-c {
    background-image: url("../../../assets/img/assets1/image1/image-slider/EVENT.webp");

    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.item-d {
    background-image: url("../../../assets/img/assets1/image1/image-slider/digital.webp");

    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.item-e {
    background-image: url("../../../assets/img/assets1/image1/image-slider/Sports.webp");

    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.card2 .cover {
    background-color: black;
}

.card2 .cover h5 {
    position: absolute;
    top: 20%;
    left: 35%;
    color: #ffffff;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 2vmin;
    transform: translateX(-20%);
    /* background: linear-gradient(45deg, white 44%, transparent); */
    /* padding: 12px 20px; */
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 100;
    /* width: 30%; */
    border: 1px solid white;
    padding: 5px 20px;
    box-shadow: 0 0 8px white;
    border-radius: 10px;
}

/* Service Section */

/* CASE STUDIES */

.stories-area {
    background: linear-gradient(#ffffff85, #ffffff80), url(../../../assets/info.jpg) no-repeat center/cover;
    background-attachment: fixed;
}

.stories-area .item {
    padding: 10px;
}

.carousel {
    width: 100%;
    overflow-x: scroll;
    /* padding: 30px; */
    /* padding-top: 80px; */
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* width */
.carousel::-webkit-scrollbar {
    height: 10px;
    cursor: pointer;
}

/* Track */
.carousel::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.carousel::-webkit-scrollbar-thumb {
    background: #8dc96e;
    border-radius: 5px;
}

/* Handle on hover */
.carousel::-webkit-scrollbar-thumb:hover {
    background: black;
}


.carousel__container {
    white-space: nowrap;
    margin-bottom: 70px;
    padding-bottom: 10px;
    display: inline-block;
}

.carousel__container:hover .carousel-box {
    opacity: 1;
}

.carousel__container:hover .carousel-box:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.carousel-box {
    width: 350px;
    height: 230px;
    border-radius: 15px;
    background-color: #95bcd6;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 40px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 1000ms all;
    transition: 1000ms all;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    position: relative;
    border: 1px solid #d5d1d1;
    margin-right: 20px;
}

.carousel-box:hover~.carousel-box {
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
}

.carousel__container:hover .carousel-box {
    opacity: 1;
}

.carousel__container:hover .carousel-box:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.carousel-item__img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left;
}

.carousel-item__details {
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(0, 0, 0, 0.9)),
            to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0) 100%);
    font-size: 10px;
    opacity: 0;
    -webkit-transition: 450ms opacity;
    transition: 450ms opacity;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-item__details span {
    /* width: 10px;
    height: 10px; */
    font-size: 3rem;
    color: #2ecc71;
    /* background-color: white; */
}

.carousel-item__details .controls {
    padding-top: 90px;
}

.carousel-item__details .carousel-item__details--title,
.carousel-item__details--subtitle {
    color: #fff;
    margin: 5px 0;
}


/* CASE STUDIES */


/* Gallery Section */
.gallery-area .pf-item .item .content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.35s ease-in-out;
    bottom: 0;
    opacity: 0;
}

.gallery-area .pf-item .item .content::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 80%;
    background: #000000;
    z-index: -1;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.gallery-area .pf-item .item:hover .content::after {
    width: 100%;
    opacity: 0.6;
}



.gallery-area .pf-item .item:hover .content .info {
    transform: translateX(0);
}

.gallery-area .pf-item .item .content .button a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 44px;
    background: #7cbc58;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    transform: translateY(-30px);
}

.pf-item .thumb img {
    height: 400px;
    object-position: top;
    object-fit: cover;
}

.torch-red .gallery-area .pf-item .item .content .button a {
    background: #ee2852;
    color: #ffffff;
}

.gallery-area .pf-item .item:hover .content .button a {
    transform: translateY(0);
}

.gallery-area .pf-item .item .content a i {
    position: relative;
    top: 5px;
}

.gallery-area .pf-item .item .content h4 {
    font-weight: 600;
    margin-bottom: 7px;
    color: #ffffff;
}

.gallery-area .pf-item .item .content h4 a {
    color: #ffffff;
}

.gallery-area .pf-item .item .content span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #cccccc;
}

.gallery-area .pf-item .item:hover .content {
    bottom: 0;
    opacity: 1;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

/* Gallery Section */


/* Blog Section */

.blog-area {
    background: linear-gradient(#ffffff, #ffffffbd), url(../../../assets/blog-area.jpg);
    background-attachment: fixed;

}

.blog-area .blog-items .thumb {
    position: relative;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
}

.blog-area .blog-items .single-item {
    margin-bottom: 30px;
    transition: 0.5s;
}

.blog-area .blog-items .single-item:hover {
    scale: 1.03;
    transition: 0.5s;
}

.blog-area .blog-items .item {
    /*box-shadow: 5px 5px 0px  #21252963; */
    border-radius: 10px;
    overflow: hidden;
}

.blog-area .blog-items .item .thumb img {
    border-radius: 8px;
    width: 100%;
    object-fit: contain;
    object-position: top;
}

.blog-area .blog-items .info {
    padding: 30px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    height: 100%;
}

.blog-area .blog-items .thumb .date {
    background: #ffffff;
    position: absolute;
    left: 30px;
    bottom: -10px;
    color: #232323;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    font-family: 'Poppins', sans-serif;
}

/* Blog Section */

/* Footer Section */

footer {
    position: relative;
    z-index: 1;
    background: url(../../../assets/img/assets1/image1/mark-page/mark-footer.png);
}



/* footer::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 400px;
	width: 400px;
	background: url(./assets/img/map.svg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.3;
} */

footer .widget-title,
footer img {
	margin-bottom: 30px;
	font-weight: 600;
}

footer .f-items .f-item.about {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 40px;
	margin-right: 10px;
}

footer .f-items .f-item form {
	position: relative;
	margin-top: 30px;
}

footer .f-items .f-item form input {
	background: #24282b;
	color: #ffffff;
	border: 1px dashed rgba(255, 255, 255, 0.1);
	font-size: 14px;
}

footer .f-items .f-item form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #adb5bd;
}

footer .f-items .f-item form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #adb5bd;
}

footer .f-items .f-item form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #adb5bd;
}

footer .f-items .f-item form input:-moz-placeholder {
	/* Firefox 18- */
	color: #adb5bd;
}

footer .f-items .f-item form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: transparent;
    color: white;
    font-size: 25px;
    border: none;
}

.torch-red footer .f-items .f-item form button {
	color: #ee2852;
}

footer .f-items .f-item form button::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 30px;
	width: 1px;
	margin-top: -15px;
	opacity: 0.1;
	border-left: 1px solid #ffffff;
}

footer .f-items .f-item form button i {
	position: relative;
	top: 4px;
}

footer p {
	color: #a0a2a6 !important;
}

footer a {
	font-weight: 500;
}

footer .f-items .f-item.link li {
	margin-bottom: 12px;
}

footer .f-items .f-item.link li:last-child {
	margin-bottom: 0;
}

footer .f-items .f-item.link li a:hover {
	color: #ffffff;
	margin-left: 10px;
}

footer .f-items .f-item.link li a {
	font-weight: 400;
	color: #a0a2a6;
}

footer .f-items .f-item.link li a i {
	font-size: 12px;
	margin-right: 3px;
}

footer .f-items .f-item .address li {
	display: flex;
	margin-bottom: 25px;
}

footer .f-items .f-item .address li .content,
footer .f-items .f-item .address li .content a {
	color: #a0a2a6;
}

footer .f-items .f-item .address li i {
	display: inline-block;
	margin-right: 20px;
	color: #ffffff;
	font-size: 24px;
	color: #7cbc58;
	position: relative;
	top: 5px;
}

.torch-red footer .f-items .f-item .address li i {
	color: #ee2852;
}

footer .f-items .f-item .address li:last-child {
	margin-bottom: -8px;
}

footer .f-items .f-item .address li strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}

/* Footer Bottom */
footer .footer-bottom {
	overflow: hidden;
}

footer .footer-bottom p {
	margin-bottom: 0;
}

footer .footer-bottom li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
}

footer .footer-bottom li::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	background: #ffffff;
	border-radius: 50%;
	margin-top: -3px;
	opacity: 0.5;
}

footer .footer-bottom li:first-child::before {
	display: none;
}

footer .footer-bottom-box {
	padding: 50px 0;
	padding-right: 80px;
	position: relative;
	z-index: 1;
}

footer .footer-bottom-box::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: #24282b;
	z-index: -1;
	opacity: 0.8;
	clip-path: polygon(0 0, 99% 0, 100% 100%, 10% 100%);
}

footer a {
    color: white !important;
	font-weight: 500;
}

.social-icons {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.social-icons a {
	display: inline-block;
	width: 40px;
	display: flex;
	justify-content: center;
	height: 40px;
	align-items: center;
	transition: all 0.5s ease;

}

.social-icons a:hover {
	scale: 1.1
}


.social-icons .fb {
	background: #0865fe;
	color: white;

}

.social-icons .insta {
	background: #e1306c;
	color: white;

}

.social-icons .youtube {
	background: #ff020b;
	color: white;

}

.social-icons .linkedin {
	background: #0867c6;
	color: white;

}

/* Footer Section */

.dot {
	width: 7px;
	height: 7px;
	background: #28a745;
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	z-index: 9999;
	pointer-events: none;
}

.border-circle {
	width: 40px;
	height: 40px;
	background: transparent;
	border: 2px solid #28a745;
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	z-index: 9999;
	pointer-events: none;
}

@media (max-width: 768px) {
    html {
        width: 100vw;
    }

    .carousel-box {
        width: 300px;
        height: 200px;
    }

    .card2 .cover h5 {
        font-size: 9vmin;
    }

    .default-padding {
        padding: 30px;
    }

    .hero-video-desktop {
        display: none;
    }

    .hero-video-mobile {
        display: block;
    }

    .nav-link {
        margin: 20px 0;
    }

    #home {
        border-bottom: 3px solid #86c76b;
        background: white;
    }

    #home nav ul li a {
        color: black;
    }
}