@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Dela+Gothic+One&family=Kanit&family=Lobster&family=Roboto+Condensed&family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --bg-color: #0c0c0c;
    --bg-color1: #201c1c;
    --color: #181818;
    --font: 'Kanit', sans-serif;
    --font1: 'Roboto Condensed', sans-serif;
    --font2: 'Roboto Mono', monospace;
    --font3: 'Dela Gothic One', sans-serif;
    --font4: 'Lobster', sans-serif;
    --font5: 'Archivo Black', sans-serif;
    --font6: 'Open Sans', sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ff8a00;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


body {
    position: relative;
    width: 100%;
    background-color: var(--bg-color);
}

.bg-light {
    background-color: var(--bg-color) !important;
    padding: 0 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--bg-color1);
    z-index: 111;
}

nav .navbar-brand {
    color: #fff !important;
    font-family: var(--font5);
    font-size: 30px;
    border-right: 1px solid var(--bg-color1);
    padding-right: 30px;
    /* font-weight: 700; */
}

nav .navbar-brand span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.3px;
}

nav .container-fluid {
    align-items: unset !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-family: var(--font6);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    padding: 5px 30px;
}

.navbar-light .navbar-nav .nav-link span {
    font-size: 12px;
    color: #d96969;
    position: relative;
    width: fit-content;
}

.navbar-light .navbar-nav .nav-link.active span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    height: 1px;
    width: 15px;
    background-color: #d96969;
}

.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_media_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-left: 1px solid var(--bg-color1);
    padding-left: 30px;
}

.social_media_menu li a {
    color: #fff;
    padding: 0 12px;
    font-size: 16px;
}

.social_media_menu li a svg {
    width: 18px;
    height: 18px;
}

.banner-section {
    width: 100%;
    height: 100vh;
    background: var(--bg-color);
    padding: 100px 60px 60px;
    position: relative;
}

.profile-img {
    position: absolute;
    top: 50%;
    left: 30%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 10px;
    background-color: #161414;
    transform: rotateY(180deg) translate(-50%, -50%);
    box-shadow: 0 0 1px 5px rgb(155 138 138 / 40%);
}
.img-mt{
  margin-left: -12px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: inherit;
}

.navbar-collapse {
    align-items: unset !important;
}

.banner-left-section {
    position: relative;
}

.banner-left-section h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: var(--font5);
    color: #fff;
    line-height: 85px;
}

.banner-left-section h1 span {
    padding-left: 50px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.3px;
}

.banner-right-section {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.banner-right-section p {
    text-align: right;
    font-size: 14px;
    color: #fff;
    width: 60%;
}

.banner-section .container-fluid {
    height: 100%;
}

.banner-section .container-fluid .row {
    height: 100%;
}

.banner-section .container-fluid .row .col-lg-6 {
    height: 100%;
}

.banner-right-section h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-family: var(--font5);
    color: #fff;
    text-align: right;
}

.banner-right-section h2 span {
    padding-left: 50px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.3px;
}

.banner-left-section {
    position: relative;
    height: 100%;
}

.banner-left-section .scroll_down {
    position: absolute;
    bottom: 0;
    left: 0;
}

.scroll_down {
    display: flex;
    align-items: center;
}

.scroll_down button {
    background-color: transparent;
    border: 1px solid #8f7b7b;
    width: 30px;
    height: 50px;
    border-radius: 50px;
    color: #8f7b7b;
}

.scroll_down h6 {
    font-size: 14px;
    color: #fff;
    font-family: var(--font);
    margin-bottom: 0;
    margin-left: 10px;
}

.padding-left-right {
    padding-left: 80px;
    padding-right: 80px;
}

.top {
    padding-top: 80px;
}

.bottom {
    padding-bottom: 80px;
}

.about-me {
    background-color: var(--bg-color);
}

.about-me h3 {
    color: white;
    font-size: 78px;
    text-transform: uppercase;
    font-family: var(--font5);
}

.about-me h5 {
    color: rgba(255, 255, 255, 0.15);
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font5);
}

.about-me p {
    color: #fff;
    font-family: var(--font1);
    letter-spacing: 1px;
}

.about-myself {
    position: relative;
}

.about-myself a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 30px;
}
.about-myself a img{
    width: 20px;
    margin-right: 10px;
}

.about-myself .pattern-1 {
    position: absolute;
    right: 0;
    top: 0;
}
.about-myself h4{
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 20px;
}

.about-myself ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}

.about-myself ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    border: 1px dotted #ccc;
    border-left: none;
    border-right: none;
    border-top: none;
}

.about-myself ul li div {
    color: #fff;
}
.about-myself ul li div p{
    color: #dddada;
    font-size: 16px;
    margin-bottom: 0;
}

.about-me ul li strong {
    margin-left: 15px;
    margin-right: 20px;
    font-size: 30px;
}

.right-side-about {
    position: relative;
    height: 100%;
    display: flex;
    align-items: end;
}

.right-side-about .profile-img-i {
    /* transform: rotateY(180deg); */
    width: 100%;

}

.right-side-about .square {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.right-side-about .pattern-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.right-side-about .round-bg-1 {
    position: absolute;
    bottom: 0;
    width: 50%;
}

.featured-project {
    background-color: var(--bg-color);
}

.featured-project img {
    width: 100%;
}

.heading {
    font-size: 100px;
    font-family: var(--font5);
}

.featured-project h3 {
    text-align: center;
    color: #fff;
}

.featured-project .row {
    background-color: #fff;
    border-radius: 0;
    margin-top: 50px;
    overflow: hidden;
}

.project-detail {
    position: relative;
    padding: 50px;
}

.project-detail h5 {
    font-size: 30px;
    padding-bottom: 10px;

}

.project-detail p {
    font-size: 16px;
    font-family: var(--font1);
    letter-spacing: 1px;
    margin-bottom: 15px;
}


.divider_line {
    background-color: var(--bg-color) !important;
    border-top: 1px dotted var(--color) !important;
    margin: 0 !important;
    opacity: 1 !important;
}

.project-detail a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #ff8a00;
    text-decoration: none;
    transform: rotate(45deg);
    color: #fff;
    border-radius: 50%;

}

.partners-section .logos,
.partners-section .logos-2 {
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
}

.container-border {
    border-bottom: 5px solid rgba(255, 138, 0, 0.15);
}

.logos::before,
.logos::after,
.logos-2::before,
.logos-2::after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos-slide,
.logos-slide-2 {
    display: inline-block;
    animation: 35s marqueslide infinite linear;
    height: 50px;
    display: flex;
    align-items: center;
}

.logos-slide .items,
.logos-slide-2 .items {
    display: inline-block;
    margin: 0 40px;
}

.logos:hover .logos-slide,
.logos-2:hover .logos-slide {
    animation-play-state: paused;
}

@keyframes marqueslide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.bookacall h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.bookacall img {
    border-radius: 0;
    width: 100%;
}

.main-form {
    padding-left: 40px;
}

.main-form label {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}

.main-form input,
.main-form textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    height: 55px;
    margin-bottom: 20px;
    border-radius: 0 !important;
}

.main-form input:focus,
.main-form textarea:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.main-form button {
    color: white;
    font-size: 16px;
    border: 0;
    border-radius: 6px;
    padding: 20px 50px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    background: #ff8a00;
    position: relative;
    z-index: 2;
    border-radius: 0 !important;
}

.main-form button::before {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-form button:hover {
    color: #181818;
}

.main-form button:hover::before {
    width: 100%;
    border-radius: 0;
}

.footer-desc {
    position: relative;
    padding-right: 50px;
}

.footer-desc p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-family: var(--font2);
    letter-spacing: 1px;
}

.footer-desc a {
    font-size: 45px;
    font-family: var(--font5);
    text-decoration: none;
    color: #fff;
}

.footer-desc a svg {
    transform: rotate(45deg);
    margin-left: 10px;
    height: 40px;
}

.footer-link-list {
    position: relative;
}

.footer-link-list ul {
    padding-left: 0;
    list-style: none;

}

.footer-link-list ul li:first-child a {
    padding-top: 0;
}

.footer-link-list ul li a {
    text-decoration: none;
    color: #fff;
    /* font-family: var(--font2); */
    letter-spacing: 1px;
    display: block;
    padding: 10px 0;
}

.footer-contact {
    font-size: 14px;
}

.footer-contact a {
    text-decoration: none;
    color: #fff;
}

.footer-contact a span {
    color: #ff8a00;
}

.footer-contact p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}

.footer-bottom p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.footer-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.footer-bottom ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.5s;
}

.footer-bottom ul li a:hover {
    background-color: #ff8a00;
    color: #fff;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skill-section {
    /* padding-top: 20px;
    padding-bottom: 20px; */
    color: #fff;
}

.skill-section img {
    width: 100%;
    margin-top: 50px;
}

.skillSwiper {
    margin-top: 50px;
}

.skillSwiper .swiper-slide {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skillSwiper .swiper-slide img {
    width: 80%;
}

.skillSwiper .swiper-slide {
    background-color: #1a1818;
    border-radius: 10px;
}

.myprotfolio {
    color: #fff;

}

.myprotfolio h3 {
    margin-bottom: 0;
}

.myprotfolio .col-lg-12 {
    padding: 10px;
}

.myprotfolio .col-lg-12 img {
    width: 100%;
}

.project-img-section1 {
    text-decoration: none;
    color: #b7b0b0;
    height: 100%;
    width: 100%;
}

.project-img-section1:hover {
    color: #fff;
}

.project-img-section {
    clip-path: polygon(45% 0, 45% 0, 49% 100%, 49% 100%);
    margin-bottom: 40px;

}

.project-img-section h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: var(--font2);
}

.project-img-section p {
    font-size: 14px;
    font-family: var(--font6);
    margin-bottom: 0;
}

.project-img-section span {
    font-size: 13px;
    font-family: var(--font6);
    font-style: italic;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-header a {
    text-decoration: none;
    color: #fff;
    position: relative;
}

.section-header a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.section-header a:hover::after {
    -webkit-animation: width 0.85s;
    animation: width 0.85s;
}

@keyframes width {

    100%,
    0% {
        width: 100%;
    }

    50% {
        width: 0%;
    }
}

.inner-banner-section {
    width: 100%;
    /* height: 250px; */

}

.inner-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(1);
}

.contact-us {
    background-color: #151515;
}

.contact-us ul {
    background-color: #111;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 10px;
    list-style: none;
    padding: 30px;
}

.contact-us ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #544b4b;
    padding: 10px 0;
}

.contact-us ul li:last-child {
    border-bottom: none;
}

.contact-us ul li a {
    text-decoration: none;
    color: #fff;
}

.contact-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-right img {
    width: 100%;
}

.scrol_up {
    position: fixed;
    right: 10px;
    bottom: 30px;
    background-color: transparent;
    border: none;
    outline: none;
    background-color: #ff8a00;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}


.text-stroke {
    font-size: 35px;
    letter-spacing: 0;

    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 100%;
    stroke-dashoffset: 100%;
    animation: textStrokeAnim 4000ms linear both;
    animation-iteration-count: 1;
}

.text_stroke2 {
    margin-top: -100px;
}

.text_stroke1 {
    margin-bottom: -40px;
}

@keyframes textStrokeAnim {
    0% {
        stroke-dasharray: 100%;
        stroke-dashoffset: 100%;
        /* fill: #0000; */
    }

    95% {
        stroke-dasharray: 0%;
        stroke-dashoffset: 90%;
        /* fill: #0000; */
    }

    100% {
        stroke-dasharray: 0%;
        stroke-dashoffset: 0%;
        /* fill: #9b9dad; */
        filter: drop-shadow(2px 2px 10px #0007);
    }
}

.all_button_contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.all_button_contact img {
    width: 24px;
    margin-left: 10px;
}


.reveal-type-5 .char {
    transform: translateX(-315px) skewX(10deg);
    transition: transform 0.5s;
    opacity: 0;
}


.progresh-bar-section{
    width: 60%;
    margin: auto;
}

.progresh_line{
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 14px;
}
.progresh_line h5{
    font-size: 16px;
    margin-right: 10px;
}
.progresh_line .progress{
    width: 60%;
}

@media(max-width:991px) {
    .banner-section {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .profile-img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 50px 0 0;
        order: 2;
    }

    .banner-left-section .scroll_down {
        position: absolute;
        bottom: -58px;
        left: 0;
    }

    .text_stroke1 {
        margin-bottom: -16px;
    }

    .about-me h3 {
        font-size: 48px;
    }

    .about-me h5 {
        font-size: 25px;
    }

    .padding-left-right {
        padding-left: 40px;
        padding-right: 40px;
    }

    .heading {
        font-size: 60px;
    }

    .main-form {
        padding-left: 0;
        padding-top: 40px;
    }

    .right-side-about .profile-img-i {
        width: 100%;
    }

    .bg-light {
        padding: 0 40px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent !important;
        padding: 0 !important;
        border: none !important;
        outline: none !important;
    }

    .navbar-light .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url('../images/menu.svg') !important;
    }

    .navbar-collapse {
        align-items: unset !important;
        background: #222;
        padding: 20px 30px;
    }

    .navbar-nav {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
    }

    .navbar-light .navbar-nav li {
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px 10px;
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link span {
        margin-right: 5px;
    }

    .navbar-light .navbar-nav .nav-link.active span::after {
        right: 20px;
    }

    .social_media_menu {
        padding-left: 0;
        padding-top: 10px;
    }
}

@media(max-width:576px) {
    .bg-light {
        padding: 0 20px;
    }

    .padding-left-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-right-section p {
        width: 100%;
    }

    .banner-section {
        padding: 115px 20px 20px;
    }

    .banner-left-section h1,
    .banner-right-section h2 {
        font-size: 40px;
        text-align: center;
        line-height: 40px;
    }

    .text_stroke2 {
        margin-top: -5px;
    }

    .text_stroke1 {
        margin-bottom: -5px;
    }

    .banner-left-section .scroll_down {
        display: none;
    }

    .profile-img {
        width: 250px;
        height: 250px;
    }

    .right-side-about {
        margin-top: 50px;
    }

    .top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heading {
        font-size: 40px;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        padding-bottom: 0;
    }

    .footer-bottom ul {
        margin-top: 30px;
    }

    .footer-desc {
        position: relative;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .inner-banner-section {
        width: 100%;
        height: 250px;
    }

    .section-header {
        justify-content: center;
    }

    .contact-us ul {
        padding: 0;
        background-color: transparent;
    }

    .contact-us ul li {
        font-size: 14px;
        flex-direction: column;
        align-items: start;
    }

    .project-detail {
        position: relative;
        padding: 30px 10px 30px;
    }
    .progresh-bar-section{
        width: 100%;
    }
}

@media(max-width:375px) {


    .contact-right {
        padding-top: 40px;
    }
}