:root {
    --colorYellow: #ffd504;
    --colorWhite: #ffffff;
    --colorBlack: #151d2a;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Sora", sans-serif;
}
input,
select,
button {
    outline: none;
    box-shadow: none;
}
input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
a {
    text-decoration: none;
}
a:hover {
    transition: all 0.4s ease-in-out;
}
.thm-btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    text-align: center;
    text-transform: uppercase;
    background-color: var(--colorYellow);
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    display: inline-block;
}
.thm-btn:hover {
    color: var(--colorBlack);
    background-color: var(--colorWhite);
    transition: all 0.4s ease-in-out;
}
.thm-btn-1 {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    background-color: var(--colorWhite);
    padding: 7px 8px 7px 30px;
    border: none;
    border-radius: 40px;
    display: inline-block;
}
.thm-btn-1:hover {
    color: var(--colorWhite);
    background-color: var(--colorBlack);
}
.thm-btn-1 i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--colorBlack);
    border-radius: 50%;
    font-size: 14px;
    color: var(--colorWhite);
    text-align: center;
    margin-left: 20px;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 0.5s linear;
}
.thm-btn-1:hover i {
    color: var(--colorBlack);
    background-color: var(--colorWhite);
}

/*-- Start Header --*/
.header {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 30px 48px;
    transition: all 0.6s ease-in-out;
}
.header-sticky.is-sticky {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 48px;
    background-color: var(--colorBlack);
    box-shadow: 0 0 10px var(--colorBlack);
}
.header .navbar {
    padding: 0 30px;
    width: 100%;
    background-color: rgb(255 255 255 / 8%);
    border-radius: 64px;
    border: 1px solid #969b9f;
}
.header .navbar-expand-xl .navbar-nav {
    align-items: center;
}
.header .navbar-expand-xl .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: var(--colorWhite);
    padding: 21px 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.header .navbar-expand-xl .navbar-nav .nav-link:hover::before, 
.header .navbar-expand-xl .navbar-nav .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 60px);
    height: 2px;
    margin: 0 auto;
    background-color: var(--colorYellow);
    transition: all 0.4s ease-in-out;
}
.header .navbar-expand-xl .navbar-nav .nav-item .nav-link:hover {
    color: var(--colorYellow);
}
.header .navbar-expand-xl .navbar-nav .nav-item .nav-link.active {
    color: var(--colorYellow);
}
.header .thm-btn {
    margin-left: 30px;
    white-space: nowrap;
}
.header .navbar-toggler {
    border: none;
    border-radius: 0;
    font-size: 28px;
    color: var(--colorWhite);
    padding: 0;
}
.header button[aria-expanded="true"] .fa-bars:before {
    content: "\f00d";
}
/*-- End Header --*/

/*-- Start --*/
.main-slider {
    margin: 30px 30px 0;
    position: relative;
}
.main-slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0;
}
.main-slider .owl-carousel .item .slide-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.main-slider .owl-carousel .item .slide-bg::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorBlack);
    opacity: 0.6;
    border-radius: 30px;
}
.main-slider .home-slide-cnt {
    position: relative;
    padding: 200px 80px;
}
.main-slider .home-slide-cnt h1 {
    font-size: 72px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 0;
}
.main-slider .home-slide-cnt h1 span {
    color: var(--colorYellow);
}
.main-slider .owl-item.active .home-slide-cnt h1 {
    -webkit-animation: 1s .6s fadeIn both;
    animation: 1s .6s fadeIn both;
}
.main-slider .owl-theme .owl-dots {
    position: absolute;
    right: 80px;
    bottom: 40px;
    display: flex;
    align-items: center;
}
.main-slider .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: var(--colorWhite);
    transition: all 0.4s ease-in-out;
}
.main-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    background-color: var(--colorYellow);
}
.main-slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--colorYellow);
}
/*-- End --*/

/*-- Start --*/
.home-about-us {
    padding: 100px 0;
}
.home-about-us-box {
    background-color: var(--colorYellow);
    border-radius: 30px;
    padding: 50px;
}
.home-about-us-box h2 {
    font-size: 56px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 40px;
}
.home-about-us-box p {
    font-size: 24px;
    font-weight: 500;
    color: var(--colorBlack);
    line-height: 40px;
    margin-bottom: 0;
}
/*-- End --*/

/*-- Start --*/
.home-about-img {
    padding-bottom: 100px;
}
.home-about-img-list {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(301px, 1fr));
    grid-auto-rows: 0px;
}
.home-about-img-list div:nth-child(1) {
    grid-row-end: span 17;
}
.home-about-img-list div:nth-child(2) {
    grid-row-end: span 16;
}
.home-about-img-list div:nth-child(3) {
    grid-row-end: span 18;
}
.home-about-img-list div:nth-child(4) {
    grid-row-end: span 16;
}
.home-about-img-list div:nth-child(5) {
    grid-row-end: span 14;
}
.home-about-img-list div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
/*-- End --*/

/*-- Start --*/
.right-moments {
    padding: 100px 0;
    background-color: var(--colorBlack);
    border-radius: 30px;
    margin: 0 30px 100px;
}
.right-moments .sec-heading {
    margin-bottom: 100px;
}
.right-moments .sec-heading h2 {
    font-size: 56px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 16px;
}
.right-moments .sec-heading p {
    font-size: 24px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 40px;
    margin-bottom: 0;
    width: 44%;
}
.right-moments-heading {
    display: flex;
    align-items: start;
    column-gap: 50px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 30px 0;
}
.right-moments-item:first-child {
    border-top: 1px solid rgb(255 255 255 / 15%);
}
.right-moments-item.active .right-moments-heading {
    border-bottom: 0;
}
.right-moments-icon {
    width: 100px;
}
.right-moments-title,
.right-moments-heading-cnt {
    width: 578px;
}
.right-moments-title h4 {
    font-size: 28px;
    font-size: 400;
    color: var(--colorWhite);
    line-height: 40px;
    margin-bottom: 0;
}
.right-moments-title h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 0;
}
.right-moments-heading-cnt p {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 0;
}
.right-moments-heading .thm-btn {
    font-size: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 54px;
}
.right-moments-heading .thm-btn i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}
.right-moments-heading .thm-btn:hover i {
    transform: rotate(45deg);
}
.right-moments-item.active .right-moments-heading .thm-btn {
    background-color: var(--colorWhite);
}
.right-moments-item.active .right-moments-heading .thm-btn i {
    transform: rotate(45deg);
}
.right-moments-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px;
    border-radius: 30px;
}
.right-moments-box-cnt {
    max-width: 350px;
    background-color: var(--colorYellow);
    border-radius: 20px;
    padding: 30px;
}
.right-moments-box-cnt h5 {
    font-size: 24px;
    font-weight: 500;
    color: var(--colorBlack);
    margin-bottom: 16px;
}
.right-moments-box-cnt p {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 16px;
}
/*-- End --*/

/*-- Start --*/
.home-projects {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin: 0 30px 100px;
    border-radius: 30px;
    min-height: 84vh;
    display: flex;
    align-items: end;
}
.home-projects::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(21 29 42 / 70%) 0%, rgb(255 255 255 / 0%) 100%);
    border-radius: 30px;
}
.home-projects-cnt {
    position: relative;
    font-size: 56px;
    font-weight: 600;
    color: var(--colorWhite);
    line-height: normal;
}
.home-projects-cnt-first {
    max-width: 70%;
    margin-bottom: 30px;
}
.home-projects-cnt-first div {
    position: unset!important;
    display: inline!important;
}
.split-text span div {
    position: unset!important;
    display: inline!important;
}
/*-- End --*/

/*-- Start --*/
.fragmentation {
    padding: 100px 0;
    background-color: var(--colorBlack);
    border-radius: 30px;
    margin: 0 30px;
}
.fragmentation h2 {
    font-size: 56px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 40px;
}
.fragmentation p {
    font-size: 18px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 0;
}
/*-- End --*/

/*-- Start --*/
.video-projects {
    padding: 100px 0 0;
}
.video-box iframe {
    border-radius: 30px;
}
/*-- End --*/

/*-- Start --*/
.testimonial {
    padding: 100px 0;
}
.testimonial .sec-heading h2 {
    font-size: 56px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 40px;
}
.testimonial-slider.owl-carousel .owl-item .testimonial-cnt img {
    width: 50px;
}
.testimonial-cnt p {
    font-size: 18px;
    font-weight: 300;
    color: var(--colorBlack);
    line-height: 36px;
    margin: 13px 20px 0;
}
.testimonial-cnt h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorBlack);
    margin: 24px 0 8px 70px;
}
.testimonial-cnt span {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 32px;
    margin: 0 0 0 70px;
}

.testimonial .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    background-color: var(--colorYellow);
}
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--colorYellow);
}





/*-- End --*/

/*-- Start Footer --*/
.footer {
    background-color: var(--colorBlack);
    border-radius: 30px;
    padding: 100px 0 0;
    margin: 0 30px 30px;
}
.lets-talk-title {
    font-size: 72px;
    font-weight: bold;
    color: var(--colorWhite);
    line-height: 82px;
    margin-bottom: 30px;
}
.footer-box {
    border-top: 1px solid rgb(255 255 255 / 15%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 50px 0;
    margin-top: 100px;
}
.footer-logo img {
    max-height: 80px;
}
.footer-contact p {
    margin-bottom: 0;
}
.footer-contact .footer-email a {
    font-size: 22px;
    font-weight: 400;
    color: var(--colorWhite);
    display: block;
    margin-bottom: 30px;
}
.footer-contact .footer-call a {
    font-size: 28px;
    font-weight: 500;
    color: var(--colorWhite);
}
.footer-contact .footer-email a:hover,
.footer-contact .footer-call a:hover {
    color: var(--colorYellow);
}
.footer-address p {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 26px;
    margin-bottom: 0;
}
.footer-btm {
    padding: 30px 0;
}
.footer-btm p {
    font-size: 12px;
    font-weight: 400;
    color: #a4b0c3;
    line-height: 24px;
    margin-bottom: 0;
}
/*-- End Footer --*/

