/*
Author       : Lob
Template Name: Spotlight
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. General
========================================*/

/*-----------------
	 General
-----------------------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');

html {
    height: 100%;
}

body {
    background-color: #ffff;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}


html,
body {
    overflow-x: hidden;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #0d6efd;
}

/*-----------------
	 Typography
-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i {
    transition: ease-in-out .4s;

}

h1,
h2,
h3 {
    font-family: 'Bebas Neue', cursive;
}

.title {
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(0, 0, 0);
    line-height: 0.447;
    text-transform: uppercase;
}

.sub-title {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 221, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
}

.comment {
    font-size: 17px;
    font-family: 'Hind', sans-serif;
    color: rgb(72, 72, 72);
    line-height: 1.667;
}

.card-title {
    font-size: 25px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(35, 36, 63);
    line-height: 0.2;
}

p {
    font-size: 15px;
    font-family: 'Hind', sans-serif;
    color: rgb(253, 253, 253);
    line-height: 1.432;
}

.name {
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    color: rgb(253, 253, 253);
    line-height: 1.432;
    text-transform: uppercase;
    margin: 0;
}

.spotLight {
    font-size: 55px;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    line-height: 1;
}

.box1 h1 {
    font-size: 55px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-transform: uppercase;

}

.box2 h1 {
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-transform: uppercase;

}

.box2 .a h1 {
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-transform: uppercase;

}

.box2 .b h1 {
    font-size: 30px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-transform: uppercase;

}

.box1 h1 span {
    font-size: 70px;
    font-weight: bold;
}

.talent-content1 h1 {
    font-size: 40px;
    font-family: 'Hind', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-weight: 400;

}

.talent-content1 h1 span {
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    font-size: 55px;
}

.subbanner-title {
    font-size: 42px;
    letter-spacing: 7px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(255, 221, 0);
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 11;
}

.subbanner-subtitle {
    font-size: 24px;
    letter-spacing: 4px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.2;
    z-index: 10;
}

.career-title {
    font-size: 28px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 4px;

}

.border-dashed {
    border: 1px dashed #ddd;
    margin-bottom: 40px;
}

/*-----------------
	 color
-----------------------*/

.text-gray {
    color: #464e63;

}

.text-yellow {
    color: #ffdd00;
}

.text-dark {
    color: #3c4252 !important;
}

.text-black {
    color: #111111;
}

/*-----------------
	 Background-color
-----------------------*/
.bg-green {
    background-color: #33c2b0;
    ;
}

.bg-white-50 {
    background-color: #ffffff36;
}

.bg-blue {
    background-color: #102039;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-info {
    background-color: #3e68ba !important;
}

.bg-info2 {
    background-color: #28aae2;
}

.bg-black {
    background-color: #050505 !important;
}

.bg-gray {
    background-color: rgb(247, 251, 254);
}

.bg-sky {
    background-color: #C2D6FD;
}

.btn-gray {
    background-color: #202020 !important;
}





/*-----------------
	 Button
-----------------------*/


.btn-black {
    background-color: rgb(0, 0, 0);
    width: 180px;
    height: 56px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    border-radius: 0;
    text-align: center;
    line-height: 56px;
}


/*-----------------
	 Border-style
-----------------------*/

.border-small {
    height: 5px;
    width: 50px;
    position: relative;
    display: inline-block;
    background: #000;

}


.border-yellow {
    background: linear-gradient(90deg, rgb(255, 227, 74) 85%, transparent 15%);
}


/*-----------------
	 Card
-----------------------*/
.project-card {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    transition: ease-in-out .4s;

}

.project-card:hover {
    box-shadow: 0px 22px 33.84px 2.16px rgba(99, 78, 183, 0.16);

}

.project-card .btn-yellow {
    background-color: #111111;
    color: #fff;
}

.project-card:hover .btn-yellow {
    background-color: rgb(255, 221, 0);
    color: rgb(17, 17, 17);
}

.project-card:hover .img-gray {
    display: none;
}

.project-card:hover .img-color {
    display: block;
}

.project-card .img-color {
    display: none;
}

.project-card img {
    width: 80%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    transition: ease-in-out 3s;
}

.base {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 33.84px 2.16px rgb(99 78 183 / 16%);
    padding: 50px 20px;
    margin-top: -150px;

}

.service-card {
    border-radius: 15px;
    padding: 20px;
    transition: all .4s;


}

.service-card:hover {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 33.84px 2.16px rgba(99, 78, 183, 0.16);

}

.brand {
    padding-bottom: 0px;
}

.service-card img {
    width: 50%;
    margin-bottom: 10px;
}

.contact-us-card {
    border-radius: 16px;
    background-color: rgb(74, 70, 187);
    padding: 20px 40px;
    margin-top: -120px;
    margin-bottom: 70px;
}

/*-----------------
	 Form Style
-----------------------*/
.form-control {
    display: block;
    width: 100%;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffad;

    background-color: #202020;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 60px;
    border: none;
    text-transform: uppercase;
}

.form-control:focus {
    color: #212529;
    background-color: #f7fbfe;
    border-color: #636262;
    outline: 0;
    border-bottom: 1px solid #f7fbfe;
    box-shadow: 0 0px 0px 0 rgb(62 104 186 / 48%);
}

.black-card ::placeholder {
    color: #fff;
}

.black-card ::-moz-placeholder {
    color: #fff;
}

.black-card ::-webkit-input-placeholder {
    color: #fff;
    ;
}

/*-----------------
	 Home
-----------------------*/
.banner {
    padding-top: 0px;
    margin-bottom: 100px;
    margin-top: -201px;
    position: relative;
    height:auto;
    overflow: hidden;
}
.banner.sub-banner {
    padding-top: 0px;
    margin-bottom: 100px;
    margin-top: -201px;
    position: relative;
    height: auto;
    overflow: hidden;
}

iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 87.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.overlay {
    background: linear-gradient(180deg, rgb(4 9 23 / 40%) 0%, rgb(4 9 23 / 0%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.mission {
    position: relative;
    overflow: hidden;
}
.img-clint {
    width: 100%;
    padding: 6px;
    margin-bottom: 25px;
}
.mission .m-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    margin: 45px;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translate(-110%, 0%);
    -moz-transform: translate(-110%, 0%);
    transform: translate(-110%, 0%);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: flex-end
}

.box1 {
    height: 670px;
}

.box1 .content-overlay {
    background: linear-gradient(355deg, rgb(4 9 23 / 76%) 0%, rgb(4 9 23 / 0%) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}

.box1:hover .content-overlay,
.box2:hover .content-overlay {
    opacity: 1;
}

.box1:hover .m-content {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.box1 img {
    transform: scale(1.1);
}

.mission.box2 .m-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    margin: 15px;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    -webkit-transform: translate(50%, 0%);
    -moz-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.box2:hover .m-content {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.box2 .content-overlay {
    background: linear-gradient(355deg, rgb(4 9 23 / 67%) 0%, rgb(4 9 23 / 52%) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}

.talent {
    background-image: url(../img/talent-bg.svg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position-x: -500px;
}

.talent-box {
    position: relative;
    overflow: hidden;
}

.talent-box .content-overlay {
    background: linear-gradient(180deg, rgb(4 9 23 / 40%) 0%, rgb(4 9 23 / 14%) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.talent-box:hover .content-overlay {
    opacity: 1;
}

.talent-content {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.talent-box:hover .talent-content {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.talent-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.slick-slide {
    outline: none;
}

.talent-box-title {
    position: relative
}

.talent-box-title .content-overlay {
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.talent-content1 {
    position: absolute;
    text-align: left;
    padding-left: 10px;
    padding-right: 1em;
    width: 100%;
    top: 10%;
    left: 3%;
    opacity: 1;
    -moz-transform: translate(-50%, -50%);
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.talent-slider .slick-dots {
    position: absolute;
    bottom: -90px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.talent-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.talent-slider .slick-dots li.slick-active {
    background: #000;
    width: 30px;
    height: 5px;
    border-radius: 50rem;
}

.talent-slider .slick-dots li {
    background: #7c7c7c;
    width: 40px;
    height: 5px;
    border-radius: 50rem;
}

.talent-slider .slick-dots li button {
    width: 0;
    display: none;
}

.our-clients {
    background-image: url(../img/our-clients.svg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position-x: 980px;
}

.clients-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 27px 2px rgb(35 36 63 / 10%);
    padding: 20px;
    border-radius: 6px;
    transition: ease-in-out .4s;
}

.ourClients-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}


.brand ul {
    justify-content: space-between;
    display: flex;
}

.brand ul li {
    display: inline-block;
}

.clients-content img {
    width: 100px;
}

.clients-box:hover {
    background-color: rgb(255, 221, 0);
}

.clients-box:hover .sub-title {
    color: #fff;
}

/******** Footer ***************/
.link li {
    padding: 5px 0;
}

.link li a,
.link li {
    font-size: 14px;
    font-family: "Poppins";
    color: #fff;
}

.link li:hover a,
.link a:hover {
    color: rgb(255, 221, 0);
}

.link a {
    font-size: 20px;
}



.copyright {
    background-color: #050505 !important;
}


/*-----------------
	 About
-----------------------*/
.img-about{
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.y-box {
    background-color: #ffdd00;
    padding: 50px;
    margin-left: -92px;
    margin-top: 42%;
    margin-right: 65px;
}

.y-box h1{
    color: #000;

}

.y-box p{
    color: #000;

}

.title-about {
    font-size: 40px;
    font-family: 'Bebas Neue', cursive;
    color: rgb(0, 0, 0);
    line-height: 47px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.text-yellow{
    color: #ffdd00;
}
.text-dark-gray{
    color: #868686;
}
.text-light-gray{
    color: #c0bdbd;
}
.text-more{
    font-weight: 700;
    color: #000000;
}
.heading {
    position: absolute;
    bottom: 0;
    left: 68px;
}

.what-we-are {
    background-image: url(../img/about.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-x: -93px;
}

.what-we-are img {
    width: 80%;
    margin-top: 330px;
}

.testimonials .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
}

.testimonials.slick-dots {
    position: absolute;
    bottom: -90px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
/*
.testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonials .slick-dots li.slick-active {
    background: #000;
    width: 30px;
    height: 5px;
    border-radius: 50rem;
}

.testimonials .slick-dots li {
    background: #7c7c7c;
    width: 40px;
    height: 5px;
    border-radius: 50rem;
}

*/

.testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}

.testimonials .slick-dots li button {
    background: #7c7c7c;
    width: 40px;
    height: 5px;
    border-radius: 50rem;
    padding: 1px 0;
    cursor: pointer;
}

.testimonials .slick-dots li.slick-active button{
    background: #000;
}

.testimonials .slick-dots li button:before{
    display: none;
}

.about.brand {
    padding-bottom: 30px;
    padding-top: 60px;
}
.testimonials .slick-prev {
    left: -1px;
    background-color: #fd0 !important;
    width: 50px;
    height: 50px;
}
.testimonials .slick-next {
    right: -1px;
    background-color: #fd0 !important;
    width: 50px;
    height: 50px;
}
.testimonials .slick-next:before, .testimonials .slick-prev:before{
    color: #000 !important;
}
.testimonials .slick-next, .testimonials .slick-prev{
    z-index: 999
}
/*-----------------
	 Enfluencers
-----------------------*/
.meet-our-talent .talent-box:hover .talent-content {
    top: 77%;
    left: 50%;
    opacity: 1;
}

.meet-our-talent .fadeIn-bottom {
    top: 110%;
}

.social-icon a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #ffffff47;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
}

.social-icon a:hover {
    background-color: rgb(255, 221, 0);
    color: #000;
}

.map {
    height: 400px;
    filter: grayscale(100%) invert(92%) contrast(83%);
}

.black-card {
    padding: 40px;
    margin-top: -350px;
    z-index: 100;
    position: relative;
}

.info-card {
    background-color: #fff;
    z-index: 103;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .4s;
}

.info-card:hover {
    background-color: rgb(255, 221, 0);
    box-shadow: 0px 22px 33.84px 2.16px rgba(99, 78, 183, 0.16);
}

.footer-socail a{
    color: #fff;
}

.btn-black{
    color: #fff !important;
    text-decoration: none !important;
}

#navbar .nav-links li a{
    font-size: 18px;
}

.about-page .y-box{
    margin-top: 18%;

}

.desktop_sound_icon{
    display: block;
    position: fixed;
    top: 44%;
    right: 30px;
    width: 50px;
    background: #fff;
    padding: 15px;
    z-index: 9999999;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.49);
}

.mobile_sound_icon{
    display: none;
    position: fixed;
    top: 44%;
    right: 20px;
    width: 50px;
    background: #fff;
    padding: 15px;
    z-index: 9999999;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.49);
}

.socail-link a{
    color: #fff;
} 

.desk-video, .mob-video{
    width: 100% !important;
    height: auto !important;
}
.desk-video video, .mob-video video{
    width: 100% !important;
    height: auto !important;
}

.about{
    padding: 40px 0;
}

.nav-fixed, .nav-full{
    display: none;
}

.career-text-black p{
    color: #000;
    line-height: 26px;
}