@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap') */

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}




#icon{
    width: 30px;
    cursor: pointer;
}


.logo{
    width: 100px;

}


:root{
    /* --primary-color: #edf2fc; */
    /* --secondary-color: #212121; */

    --primary-color: #000000;
    --secondary-color: #edf2fc;
}

.dark-theme{
    /* --primary-color: #000106; */
    /* --secondary-color: #fff; */


    --primary-color: #fff;
    --secondary-color: #000000;
}




body{
    /* background: #080808; */
    background: var(--primary-color);
    /* color: #fff; */
    color: var(--secondary-color);


}
#header{
    /* width: 50%; */
    /* height: 150vh; */
    /* background-image: url(new1.jpg); */
    /* background-image: url(edited2_ed123-modified.png); */

    /* background-image: url(edited2_ed.jpg); */

    background-image: url(first_image.webp);


    /* background-image: url('https://imgur.com/a/m9aeuzE'); */

    /* border-radius: 15px; */

    /* background-image: url(out1.jpg); */
    /* background-image: url(asdert.png); */


    width: 100%;
    height: 600px;
    background-size: 350px 400px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: 95%;
    border-radius: 25px;

}
.logo {
    width: 50px;
    height: auto;
    cursor: pointer;
}


.container{
    padding: 10px 10%;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;

}
nav ul li a{
    /* color: #fff; */
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 18px;
    position: relative;

}
nav ul li a::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #ff004f;
    /* color: red; */
    /* font-size: 22px; */
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;

    /* transform: scale(1.75); */
    /* transform: translateY(50px); */

}

nav ul li a:hover::after{
    width: 100%;
}
.header-text{
    margin-top: 20%;
    font-size: 30px;


}
.header-text h1{

    font-size: 60px;
    margin-top: 20px;
    /* -webkit-box-reflect: below -0.46em linear-gradient(transparent, #0004); */

    position: relative; /* Ensure the text is positioned relative to its container */
    z-index: 1; /* Ensure the text appears above other elements if needed */

}

.header-text .typing-text {
    display: inline-block;
    margin-left: 10px; /* Adjust the spacing as needed */
}

.header-text h1 span{
    color: #ff004f;
}
.typing-text {
    color: var(--secondary-color);
    display: inline-block;
}

.typing-text::after {
    content: '|';
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

#about{
    padding: -60px 0;
    /* color: #ababab; */

    color: var(--secondary-color);
}

#about .tab-contents a{
    color: #6d9889;
    text-decoration: underline;
}

#about .tab-contents a:hover {
    color: #30475E;
}

.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;


}

.about-col-1{
    flex-basis: 35%;
    /* position: relative; */
    /* width: 200px; */
    /* height: 600px; */
    /* transform-style: preserve-3d; */
    /* perspective: 1000px; */

}
/* .about-col-1 .slide:nth-child(3){ */
    /* animation-delay: 7s; */
/* } */

/* .about-col-1 .slide:nth-child(4){ */
    /* animation-delay: 4.5s; */
/* } */
/* .about-col-1 .slide:nth-child(5){ */
    /* animation-delay: 6s; */
/* } */
/* .about-col-1 .slide:nth-child(6){ */
    /* animation-delay: 7.5s; */
/* } */



.about-col-1 .slide img{
    width: 100%;
    border-radius: 15px;
}


.about-col-2{
    flex-basis: 60%;
}
.about-col-2 p{
    font-family: 'Baloo Paaji 2', cursive;
    font-size: 18px;
    color: var(--secondary-color);
    text-align: justify;

    /* color: #884949;
    transition: color 0.5s ease;  */
}


.sub-title{
    font-size: 60px;
    font-weight: 600;
    /* color: #fff; */
    color: var(--secondary-color);
}
.tab-titles{
    display: flex;
    margin: 20px 0 40px;
    color: var(--secondary-color);
    /* font-family: 'Roboto Slab', serif; */
}
.tab-links{
    margin-right: 45px;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    position: relative;

}
.tab-links::after{
    content: '';
    width: 0;
    height: 3px;
    background: #ff004f;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
}
.tab-links.active-link::after{
    width: 50%;

}
.tab-contents ul li{
    list-style: none;
    margin: 10px 0;
    text-align: justify;
}
.tab-contents ul li span{
    color: #ff004f;
    font-size: 18px;
}
.tab-contents{
    display: none;
}
.tab-contents.active-tab{
    display: block;
}

#projects{
    padding: 30px 0;

}
.projects-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.projects-list div{
    background: #262626;
    /* background: var(--secondary-color); */
    padding: 40px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 10px;
    transition: background 0.5s, transform 0.5s;
}

.font-links{
    font-size: 50px;
    margin-bottom: 30px;
    /* color: var(--primary-color); */

}
.projects-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;

}

.project-list div h5{
    color: #fff;
}

.projects-list div p{
    color: #fff;
    text-align: justify;
    /* color: var(--secondary-color); */
}
.projects-list div a{
    text-decoration: none;
    color: #fff;
    /* color: var(--primary-color); */
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}

.projects-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);
}


#results{
    padding: 50px 0;
}
.work-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}
.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.work video{
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.5s;

}
.layer{
    width: 100%;
    height: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), #ff004f);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s;
}
.layer h3{
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.layer p{
    /* color: #fff; */
    color: var(--secondary-color);
}
.layer a{
    margin-top: 20px;
    color: #ff004f;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    background: #fff;
    /* background: var(--secondary-color); */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}
.work:hover img{
    transform: scale(1.1);
}
.work:hover .layer{
    height: 100%;

}
.btn{
    display: block;
    margin: 50px auto;
    width: fit-content;
    border: 1px solid #ff004f;
    padding: 14px 50px;
    border-radius: 6px;
    /* color: #fff; */
    color: var(--secondary-color);
    text-decoration: none;
    transition: background 0.5s;
}
.btn:hover{
    background: #ff004f;
}

.contact-left{
    flex-basis: 35%;
}
.contact-right{
    flex-basis: 60%;
}
.contact-left p{
    margin-top: 30px;
}
.contact-left p i{
    color: #ff004f;
    /* color: var(--secondary-color); */
    margin-right: 15px;
    font-size: 25px;
}

.contact-left p a{
    color: var(--secondary-color);
    text-decoration: none;
    /* transform: scale(1.75) translateZ(50px); */
}
/* .social-icons li{ */
    /* list-style: none; */
/* } */

.socialmedia{
    display: flex;
    min-height: 10vh;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    font-size: 10px;
    /* font-weight: 20; */
    margin-right: 15px;
}
.social-icons{
    position: relative;
    display: flex;
}
.social-icons li{
    list-style: none;
    /* font-size: 30px; */
}

.social-icons li::before{
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,calc(-50% + 120px));
    font-size: 14vw;
    pointer-events: none;
    font-weight: 700;
    transition: 0.5s;
    opacity: 0;


}

.social-icons li:hover::before{
    opacity: 0.2;
    transform: translate(-10%,calc(-180% + 150px));
}
.social-icons li a{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #ccc;
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #333;
    border-radius: 10px;
    text-decoration: none;
    margin: 7px;
    font-size: 3.5em;
    transform-style: preserve-3d;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
    transition: background 0.25s;


}


/* .social-icons a{ */
    /* position: relative; */
    /* display: flex; */
    /* width: 120px; */
    /* height: 120px; */
    /* align-items: ; */
    /* position: 10px 20px 30p; */


    /* text-decoration: none; */
    /* font-size: 35px; */
    /* margin-right: 15px; */
    /* color: #ababab; */
    /* color: var(--secondary-color); */
    /* transform-style: preserve-3d; */
    /* perspective: 500px; */
    /* box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1); */

    /* display: inline-block; */
    /* transition: transform 0.5s; */
    /* transition: background 0.25s; */

/* } */


/* .social-icons a:hover{ */
    /* color: #ff004f; */
    /* transform: translateX(-5px); */

/* } */


.social-icons li a:hover.facebook{
    background: #1877f2;
    /* background-color: #052e57; */
}

.social-icons li a:hover.whatsapp{
    background: #25D366;
}

.social-icons li a:hover.instagram{
    background: #e4405f;
}

.social-icons li a:hover.linkedin{
    background: #0A66C2;
}

.social-icons li a:hover.github{
    background: #171515;
}

.social-icons a .fa-brands{
    transition: 0.25s;
    pointer-events: none;
}
.social-icons a:hover .fa-brands{
    color: #fff;
    transform: scale(1.75) translateZ(50px);

}


.btn.btn2{
    display: inline-block;
    background: #ff004f;
    color: var(--primary-color);
    /* transition: background 0.5s, transform 0.5s; */
    /* transform: translateX(-7px); */
}

.btn.btn2:hover{
    background: #0c033f;
    color: var(--secondary-color);
}


.contact-right form{
    width: 100%;

}
form input, form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: #262626;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;

}
form .btn2{
    padding: 14px 60px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;


}


/* css for small screen  */

nav .fas{
    display: none;
    /* position: relative; */
}
nav .fa-solid{
    display: none;
}

@media only screen and (max-width: 600px){
    #header{
        /* background-image: url(edited2_ed-modified.png); */


        /* background-image: url(edited2_ed.jpg); */


        /* background-image: url(first_image.webp); */
        /* padding-left: 5%; */
        /* width: 100%; */
        /* height: 460px; */
        background-size: 180px 350px;
        /* background-repeat: no-repeat; */

        /* background-attachment: fixed; */
        background-position: 90% 50%;


    }
    .header-text{
        margin-top: 50%;
        font-size: 30px;
    }
    .header-text h1{
        font-size: 15px;
    }
    nav .fas{
        display: block;
        font-size: 25px;
        /* position: -webkit-sticky; */
        /* position: sticky; */
        /* float: right; */
        padding: -10px 20px 20px 400px;
        color: var(--secondary-color);
    }

    nav .fa-solid{
        display: block;
        font-size: 25px;

    }

    nav ul{
        background: #ff004f;
        position: fixed;
        top: 0;
        right: -300px;
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 2px;
        transition: right 0.5s;

    }
    nav ul li{
        display: block;
        margin: 25px;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
        color: var(--secondary-color);
    }
    .sub-title{
        font-size: 40px;
    }
    .about-col-1, .about-col-2{
        flex-basis: 100%;
    }
    .about-col-1{
        margin-bottom: 30px;
    }
    .about-col-2{
        font-size: 14px;
    }
    .about-col-2 p{
        padding-right: 10%;
    }
    .tab-links{
        font-size: 16px;
        margin-right: 20px;
    }
    .contact-left, .contact-right{
        flex-basis: 100%;
    }
}
#msg{
    color: #61b752;
    margin-top: -40px;
    display: block;

}