@font-face {
    font-family: Futura;
    src: url(./Futura-Bold.ttf);
}
@font-face {
    font-family: Gilroy;
    src: url(./Gilroy-Medium.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy';
}

*::selection {
    color: #fff;
    background-color: #000;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    /* background-color: #F7F7F7; */
    background-color: white;
}



#cursor {
    height: 180px;
    width: 180px;
    background-color: rgba(255, 188, 227, 0.814);
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%) scale(0);

}

#page1 {
    min-height: 100vh;
    /* background-color: aqua; */
    position: relative;
    width: 100%;
    padding: 0 1vw;
    padding-top: 20vh;

}

#page1 h1 {
    font-size: 15.8vw;
    text-transform: uppercase;
    font-family: futura;
    line-height: 14vw;
    letter-spacing: -8px;
}

#video-container {
    height: 100vh;
    width: 100%;
    background-color: grey;
    margin-top: 1vw;
    position: relative;
}

#video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#video-container #play {
    padding: 3vw 2.2vw;
    background-color: black;
    color: #fff;
    font-size: 1.3vw;
    position: fixed;
    text-transform: uppercase;
    font-family: futura;
    border-radius: 50%;
    opacity: 0;
    scale: 0;

}

#page2 {
    height: 50vh;
    width: 100vw;
    position: relative;
    display: flex;
    align-items: center;
    padding: 3vw 1vw;
    justify-content: space-between;
}

#contact{
    height: 96vh;
    width: 100vh;
}

#page2 .elem {
    height: 100%;
    width: 31%;
    /* background-image: url("https://e7.pngegg.com/pngimages/837/140/png-clipart-html-5-logo-html5-grey-black-icons-logos-emojis-tech-companies-thumbnail.png"); */
    overflow: hidden;
    /* background-color:white; */
    background-color: rgb(227, 224, 224);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

/* #page2 .elem img {
    /* height: 100%;
    width: 100%; */
    /* object-fit: none; */
    /* scale: 1.1; 
}*/


#page2 .elem .dets {
    height: 60px;
    border-radius: 50px;
    width: 70%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    font-size: 20px;
    background-color:black;
    color: white;
/* rgb(229, 156, 186) */

}

#page3 {
    min-height: 120vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.child {
    height: 54vh;
    width: 38vw;
    /* background-color: red; */
    /* border: 2px solid #000; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.child img {
    height: 100%;
}


@media (max-width:600px) {



    #page1 {
        /* background-color: red; */
        min-height: 70vh;
        width: 100%;
        padding: 0 3vw;
        padding-top: 25vh;

    }

    #page1 h1 {
        font-size: 15.5vw;
        letter-spacing: -3px;
    }

    #video-container {
        height: 25vh;
        margin-top: 3vw;
    }

    #video-container #play {
        padding: 9.5vw 7.2vw;
        font-size: 4.5vw;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 1;
        scale: 1;
        transform: translate(-50%, -50%);
    }

    #page2 {
        height: 120vh;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        padding: 5vw 3vw;
        flex-direction: column;
        justify-content: space-between;
        /* background-color: red; */
    }

    #page2 .elem {
        height: 100vh;
        width: 80%;
        /* background-color: red; */
        overflow: hidden;
        margin-bottom: 3vw;
    }

    #page2 .elem .dets {
        height: 40px;
        border-radius: 50px;
        width: 70%;
        position: absolute;
        z-index: 9;
        background-color: black;

    }

    #page3 {
        min-height: 120vh;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .child {
        height: 54vh;
        width: 88vw;
        /* background-color: red; */
        /* border: 2px solid #000; */
        position: relative;
        padding: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .child img {
        height: 100%;
    }

}












@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');












@media(max-width:995px){
   




}


.ghar{

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    background-color: white;
    /* background-color: rgb(196, 218, 210); */
}

.ghar .ghar-content h1{
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.3;
}

span{
    color: black;
}

.ghar-content h3{
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.ghar-content p{
    font-size: 1.6rem;
    text-align: center;
}

/* .ghar-img{
    border-radius: 50%;
} */

.ghar-img img{
    position: relative;
    width: 32vw;
    /* border-radius: 50%; */
    box-shadow: 0 0 25px solid black;
    cursor: pointer;
    transition: 0.2s linear;
}

.ghar-img img:hover{
    font-size: 1.8rem;
    font-weight: 500;
}

.social-icons a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    border: 0.2rem solid black;
    font-size: 2rem;
    border-radius: 50%;
    margin: 3rem 1.5rem 3rem 0;
    transition: 0.3s ease;
    color: #b74b4b;
}

.social-icons a:hover{
    color: black;
    transform: scale(1.3) translateY(-5px);
    background-color: black;
    box-shadow: 0  0 25px black;
}

.btttn{
    display: inline-block;
    padding: 1rem 2.8rem;
    background-color: black;
    border-radius: 4rem;
    font-size: 1.6rem;
    color: white;
    letter-spacing: 0.3rem;
    font-weight: 600;
    border: 2px solid ;
    transition: 0.3s ease;
    cursor: pointer;
}

.btttn:hover{
    transform: scale3d(1.03);
    background-color: black;
    color: white;
    box-shadow: 0 0 25px black;
}

.typing-text{
    font-size: 34px;
    font-weight: 600;
    min-width: 280px;
}

.typing-text span{
    position: relative;
}

.typing-text span::before{
    content: "software Developer";
    color: black;
    animation: words 20s infinite;
}

.typing-text span::after{
    content: "";
    background-color:white;
    position: absolute;
    width: calc(100% + 8px);
    height: 100%;
    border-left: 3px solid black;
    right: -8;
    animation: cursor 0.6s infinite;
}

.skillset{
    width: 100vw;
    text-align: center;
    padding-top: 10px;
    font-size: 4vmin;
    font-weight: 600;
}

@keyframes cursor{
    to{
        border-left: 3px solid black;
    }
}
/* 
@keyframes words{
    0%, 20%{
        content: "Front Developer";
    }
    21%, 40%{
        content: "Backend Developer";
    }
    41%, 60%{
        content: "Designer";
    }
    61%, 80%{
        content: "Student";
    }
    81%, 100%{
        content: "Founder";
    }
} */

@media (max-width: 1000px){
    .ghar{
        gap: 4rem;
    }
}

@media(max-width:995px){
    .ghar{
        flex-direction: column;
        margin: 5rem 4rem;
    }

    .ghar .ghar-content h3{
        font-size: 2.5rem;
    }

    .ghar-content h1{
        font-size: 5rem;
    }

    .ghar-img img{
        width: 70vw;
        margin-top: 4rem;
    }
}

















.footer {
    width: 100vw;
    z-index: 1;
    --footer-background: black;
    /* #ED5565 */
    display: grid;
    position: relative;
    grid-area: footer;
    min-height: 12rem;
    position: relative;
    height: auto;
}



.footer .content {
    bottom: 0px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    /* grid-gap: 4rem;
    padding: 2rem;
    background: var(--footer-background); */
    grid-gap: 2rem; /* Reduced gap */
    padding: 1rem; /* Reduced padding */
    background: var(--footer-background);
    min-height: 8rem; /* Set a smaller minimum height */
}

.footer .content a,
.footer .content p {
    color: #F5F7FA;
    text-decoration: none;
}

.footer .content b {
    color: white;
}

.footer .content p {
    font-size: 0.75rem;
    margin: 0;
    
}

.footer .content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .content > div > div {
    margin: 0.25rem 0;
}

.footer .content > div > div > * {
    margin-right: 0.5rem;
}

.footer .content .image {
    align-self: center;
    width: 4rem;
    height: 4rem;
    margin: 0.25rem 0;
    background-size: cover;
    background-position: center;
}


/* Responsive Styling */
@media (max-width: 768px) {
    .footer .content {
        /* grid-template-columns: 1fr;
        grid-gap: 2rem;
        text-align: center; */
        grid-template-columns: 1fr;
        grid-gap: 1.5rem; /* Adjust gap for smaller screens */
        padding: 0.5rem; /* Further reduced padding for smaller screens */
        min-height: 6rem; /* Further reduced height */
        text-align: center;
    }

    .footer .content > div {
        align-items: center;
    }

    .footer .content > div > div {
        margin: 0.5rem 0;
    }

    .footer .content .image {
        width: 3rem;
        height: 3rem;
    }

    .footer .content p {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .footer .content {
        /* padding: 1rem;
        grid-gap: 1rem; */
        padding: 0.5rem; /* Even smaller padding for very small screens */
        grid-gap: 1rem;
        min-height: 5rem; /* Reduced height for small screens */
    }

    .footer .content .image {
        width: 2.5rem;
        height: 2.5rem;
    }

    .footer .content p {
        /* font-size: 0.75rem; */
        font-size: 0.65rem;
    }
}

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}

#contactt {
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem 1rem;
width: 90%;
margin: 0 auto;
min-height: 20vh;
}

.connect-with-mee {
width: 100%;
text-align: center;
}

.next-thing {
font-size: 5vmin;
margin-bottom: 1rem;
}

.contactt-info-upper-container {
display: flex;
flex-direction: column;
align-items: center;
border-radius: 2rem;
border: rgb(163, 163, 163) 0.1rem solid;
background-color: #fafafa;
padding: 0.5rem;
width: 80%;
max-width: 450px;
margin: 0 auto;
}

.contactt-info-container {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin: 1rem;
width: 100%;
/* height: 20%; */
}

.contactt-info-container img {
object-fit: cover;
}

.contactt-info-container p {
font-size: 1rem;

margin: 0;
}

.contactt-info-container a {
text-decoration: none;
color: inherit;
color: black;
text-decoration: none;
font-style: normal;
}

.email-icon {
height: 2.5rem;
}

#copyright-container {
align-self: flex-end;
text-align: right;
margin-top: 2rem;
}

#copyright {
font-size: 4vmin;
font-weight: bold;
}

#all-rights {
font-size: 2.5vmin;
margin-top: 0.5rem;
}

/* Media Queries for responsiveness */
@media (min-width: 768px) {
#contactt {
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 80%;
}

.connect-with-mee {
width: 70%;
text-align: left;
}

.next-thing {
font-size: 3vmin;
color: white;
}

.contactt-info-upper-container {
flex-direction: row;
gap: 1rem;
width: auto;
}

#copyright-container {
position: absolute;
right: 10px;
width: 20%;
text-align: right;
}

#copyright {
font-size: 4vmin;
color: white;
}

#all-rights {
font-size: 2.5vmin;
}
}


#nav {
    /* height: 100px; */
    width: 100%;
    background-color: black;
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px;
    color: white;
}

#social_media_links{
    width: 80px;
    height: 40px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media (max-width:600px){
    #nav {
        /* height: 100px; */
        width: 100vw;
        /* background-color: burlywood; */
        position: fixed;
        z-index: 99;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 15px;
    }


}