
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*

{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: poppins;
    text-decoration: none;
}
header
{
    position:sticky;
    top: 0;
    z-index: 1000; 
}
nav {
    background-color: #222;
    padding: 3px 5%;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    display: inline-block;
    text-decoration: none;
    color: #ffc600;
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

nav ul li a:hover {
    transform-origin: center;
    transform: scale(1.1); /* Scales text to 110% of its original size */
    color: #fddaa4; /* Optional: change color on hover */
}

nav ul li a:active {
    transform: scale(1.1); /* Scales text to 110% of its original size */
    color: #e3931b; /* Optional: change color on click */
}

/* Hover effect 
nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #ffc600;
    transition: width 0.3s ease, right 0.3s ease;
}*/ 


/* Click effect */

nav .logo img {
    height: auto; /* Maintains aspect ratio */
    width: 35%;  /* Adjusts width to fit the container */
    max-width: 150px; /* Sets a maximum width */
    padding-top: 5%;
    cursor: pointer;
}
/*.logo
{
    display: inline-flex;
    justify-content: start;
    align-items: center;
    padding: 1% 1%;
}
.logo img
{
    height: 20%;
    width: 20%;
cursor: pointer;
}

nav .togglebtn
{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 45px;
    right: 3%;
    z-index: 5;
    cursor: pointer;
   display: none;
}
nav .togglebtn span
{
    display: block;
    background-color: #6D6A65;
    margin: 5px 0px;
    width: 100%;
    height: 3px;
    transition: 0.3s;
    transition-property: transform, opacity;
}*/
.contacts a
{
    color: #FFC600 ;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}
.html {
    scroll-behavior: smooth;
}
.arrow-down {
    font-size: 48px; /* Adjust size as needed */
    color: #FFC600;
    text-align: center;
    display: block;
    margin-top: 20px;
    animation: bounce 1s infinite ease-in-out;
    cursor: pointer;
}
.input
{
    padding-left: 3px;
}
html
{
    scroll-behavior: smooth;
}
body
{
    overflow-x: hidden;
}

.hero-header
{
    width:100%;
    height: 100%;
    min-height: 100vh;
    background-color: #222;
}
.wrapper
{
    width: 1280px;
    max-width:95%;
    margin: 0 auto;
    padding: 0 20px;
}
@media(min-width:930px)
{
    .hero-header{
        width:100%;
        height: 100%;
        min-height: 100vh;
        background-color: #222;
    }
}
/*header
{
    padding: 20px  20px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    top: 0;
   
    position:fixed ;
    left: 0;
    top: 0;
    right: 0;
    
    z-index: 1000;
}


nav .navlinks
{
    list-style-type: none;
}
nav .navlinks li
{
    display: inline-block;
}
nav .navlinks li a{
    color: #e5e5e5;
    margin-right: 2.5rem;
}*/
.container
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 8rem;
    position: relative;
}
.container .hero-pic
{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border:  0px solid #444;
    box-shadow: 5px 7px 25px rgb(0,0,0,0,5);
}
.hero-pic img
{
    height: 100%;
    width: 100%;
    transition: 0.5s;
}
.hero-pic img:hover
{
transform: scale(1.1); 
}
.hero-text
{
    max-width: 500px;
    display: flex;
    flex-direction: column;
}
.hero-text h5
{
    color: #e5e5e5;
    font-size: 14px;
}
.hero-text h5 span
{
    color: #FDBD11;
    font-size: 16px;
}
.hero-text h1
{
    color: #c5c3c0;
    font-size: 3rem;
}
.hero-text p
{
    color: #e5e5e5;
}
.btn-group
{
    margin: 45px 0;
}
.btn-group .btn 
{
    border-color: #d5d5d5;
    color: #fff;
    background-color: #333;
    padding: 12px 25px;
    margin: 5px 0;
    margin-right: 7px;
    border-radius: 30px;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 78%);
    border: 2px solid #6D6A65;
}
.hero-text .btn.active:hover
{
    background-color: #222222;
}
.hero-text .btn:hover
{
    background-color: #222222;
}

.btn.active
{
    border-color: #FDBD11;
    transition: 0.3s;
}
.hero-text .social i
{
    color: #e5e5e5;
    font-size: 18px;
    margin-right: 10px;
    transition: 0.5s;
}
.hero-text .social i:hover
{
    color: #FDBD11;
    transform: rotate(360deg);
}
.pointdown
{
    height: 50px;
    width: 40px;
    position: absolute;
    bottom: -50px;
    left: 2%;
    border-radius: 10%;
    box-shadow: 2px 2px 10px rgba(255, 199, 15, 0.1);
    background-color: #3a3117;
}
.bounce-text {
    display: inline-block;
}

.bounce-animate {
    animation: bounceIn 0.6s ease;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}
/*.coverpoint
{
    height: 100px;
    width: 100px;
    background-color: #FDBD11 ;
    z-index: 10;
    position: absolute;
    bottom: px;
    left: 2%;
}*/
.pointdown img
{
    width: 100%;
    height: 100%;
    
}
.projects
{
    margin: 80px 90px;
}
.project
{

width: 100%;
display: flex;
justify-content: center;
}
.project1
{
display: grid;
grid-template-columns: 1fr 1fr;
margin-top: 80px;
}
.pro1img,
.pro3img
{
   
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
    
}
.pro1img img,
.pro3img img
{
    width: 100%;
}
@media(min-width:930px)
    {
        .pro1img,
        .pro3img
        {
           
            display: flex;
            justify-content: center;
            align-items: center;
            width: 80%;
            
            
        } 
    }
.pro1content
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0px 50px;
    font-size: 14px;
    color: #777777;
}
.pro1content p,
.pro2content p{
    line-height: 1.6;
}
.pro1content h2
{
    font-size: 22px;
    color:#111111;
}
.atn 
{
    padding-top: 5%;
    font-size: 20px;
}
.atn a
{
    cursor: pointer;
    color: #222;
    text-decoration: underline;
}
.atn a:hover{
    color: #866a03;
}
.moletole
{
    display: grid;
    grid-template-columns: 300px 600px;
margin-top: 80px;
}
.project2
{
display: grid;
grid-template-columns: 1fr 1fr;
margin-top: 80px;
}
.pro2vid 
{
   
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    
    
}
.pro2vid video
{
    width: 100%;
}
.pro2content
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 50px; 
    font-size: 14px;
    color: #777777;
}
.pro2content h2
{
    font-size: 22px;
    color:#111111;
}
.footers
{
    border-top: 2px solid #111111;
    padding: 40px 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    background-color: #222;
    font-size: 14px;
    color: #ababab;
}
.bold
{
    font-size: 16px;
    padding-bottom: 10px;
    color:#edebeb;
}
.about,
.contacts,
.follow
{
    width: 80%;
    display: flex;
    flex-direction: column;

}
.follow .social i
{
    color: #e5e5e5;
    font-size: 18px;
    margin-right: 10px;
    transition: 0.5s;
}
.follow .social i:hover
{
    color: #FDBD11;
    transform: rotate(360deg);
}
.about img
{
    height: auto;
    width: 45px;
    margin-top: 10px;
}
.motion
{
    padding-left: 20%;
}

@media(max-width:930px)
{
   /*nav .togglebtn{
        display: initial;
    }
    .click
    {
        top: 45px;
    }
    .click span 
    {
     position: absolute;
     margin-top: 12px;
    }
    .click span:first-child
    {
        transform: rotate(-40deg);
    }
    .click span:nth-child(2)
    {
        opacity:0;
        margin: 0;
    }
    .click span:last-child
    {
        transform: rotate(45deg);
        top:0;
    }
    nav .navlinks
    {
        position: absolute;
        top: 110px;
        right:-100%;
        bottom: 0;
        width:60%;
        height:100vh;
        background-color: #222;
        z-index:3;
        box-shadow: 5px 13px 30px rgba(0,0,0,0.1);
        transition: 0.5s;
        padding: 25px 0px;
    }*/
    .project1
    {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 100px;
    }
    .pro1content
    {
        margin-top: 50px ;
        
    }
    .project2
    {
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }
    .pro2content
    {
        margin-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    nav .navlinks li
    {
        display: block;
    }
    nav .navlinks li a 
    {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    nav .navlinks.open
    {
        right:0; 
    }
}

@media(max-width:768px)
{
    .container
    {
        flex-direction: column;
        padding-top: 6rem
    }
    .hero-text
    {
        padding: 40px 0px;
    }
    .pointdown
{
    height: 40px;
    width: 35px;
    position: absolute;
    bottom: 5px;
    left: 50%;
}
.pointdown img
{
    width: 100%;
    height: 100%;
}
.projects
{
    margin: 20px 10px;
}
.project1,
.project2
{
    margin-top: 50px;
}
.project1
    {
        display: flex;
        flex-direction: column-reverse;
        
    }
   
    .project2
    {
        display: flex;
        flex-direction: column;
    }
    .pro2content,
    .pro1content
    {
        margin-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footers
    {
        display: flex;
    
        align-items: center ;
        gap: 20px;
        justify-content: space-between;
    }
    .about,
    .follow,
    .contacts
    {
      width: 100%;
    }
    .footers img 
    {
        margin-top: 10px;
       
    }
    .motion
    {
        padding: 0;
        margin-top: 5%;
        display: flex;
        justify-content: center;
    }
}
.footerp
{
    font-size: 20px;
}