*{
    margin: 0;
    padding: 0;
    box-sizing : border-box;
    scroll-behavior: smooth;
}
::selection{
    color: orange;
    background-color: black;
}
body{
    background-color: rgb(11, 11, 27);
    font-family: 'Raleway', serif;
    overflow-x: hidden;
}

/* Navbar */
nav{
    position : fixed;
    top : 0;
    left : 0;
    display : flex;
    align-items : center;
    justify-content : space-between;
    width : 100%;
    padding : 20px 10%;
    font-family: "Poppins";
    z-index : 100;
}
.logo{
    display : flex;
    align-items : center;
    justify-content : center;
    flex-direction: column;
    gap : 7px;
    letter-spacing: 2px;
}
.logo img{
    height : 25px;
    width : 25px;
}
.logo div{
    color : #fff;
}
.logo div span{
    color : orange;
}
.navbar-items ul li{
    display : inline-block;
    margin-right: 30px;
}
nav a{
    text-decoration : none;
    color : #eee;
    position : relative;
    font-weight : bold;
}
nav a:focus{
    color : orange;
}
nav a::after{
    content : '';
    position : absolute;
    bottom : -10px;
    left : 0px;
    height : 2px;
    width : 0;
    background-color : orange;
    transition : 0.5s ease;
}
nav a:hover::after{
    width : 105%;
}
#hamburger{
    display : none;
    height : 30px;
    width : 30px;
    padding : 4px;
    transition : 0.5s ease;
    cursor : pointer;
}
#hamburger img{
    height : 17px;
    width : 17px;
    filter : invert(100%);
    cursor : pointer;
    transition : 0.5s ease;
}
#hamburger img:hover{
    filter : invert(60%);
}
.active{
    /* background : hsla(0, 100%, 100%, .8); */
    background : #121212;
}

/* Home Section */

.home{
    background-image : linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bgimg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position : center;
    background-repeat : no-repeat;
    height : 100vh;
    display : flex;
    align-items : center;
    justify-content : center;
}
.overlay{
    width : 80%;
    color : #fff;
}
.overlayed-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-evenly;
}
.center-head{
    text-align : center;
}

.heading{
    font-size: 3rem;
    text-align : center;
    font-family: 'Vazirmatn', sans-serif;
    font-family : "Poppins";
    font-weight: bold;
    margin-bottom : 20px;
    letter-spacing : 1.5px;
}

/* .head-name{
    color: orange;
} */
.colored{
    color : white;
}
.typewriting{
    color : black;
    display : inline-block;
    margin : 0 auto;
    position : relative;
    z-index : 10;
    font-size : 3.5rem;
}
.typewriting span{
    display : table-cell;
    animation : animate 5s linear infinite;
}
.typewriting span:nth-child(1){
    animation-delay : 0s;
}
.typewriting span:nth-child(2){
    animation-delay : 0.25s;
}
.typewriting span:nth-child(3){
    animation-delay : 0.5s;
}
.typewriting span:nth-child(4){
    animation-delay : 0.75s;
}
.typewriting span:nth-child(5){
    animation-delay : 1s;
}
.typewriting span:nth-child(6){
    animation-delay : 1.25s;
}
.typewriting span:nth-child(7){
    animation-delay : 1.5s;
}
.typewriting span:nth-child(8){
    animation-delay : 1.75s;
}
.typewriting span:nth-child(9){
    animation-delay : 2s;
}
.typewriting span:nth-child(10){
    animation-delay : 2.25s;
}
.typewriting span:nth-child(11){
    animation-delay : 2.5s;
}
.typewriting span:nth-child(12){
    animation-delay : 2.75s;
}
.typewriting span:nth-child(13){
    animation-delay : 3s;
}
.typewriting span:nth-child(14){
    animation-delay : 3.25s;
}
.typewriting span:nth-child(15){
    animation-delay : 3.5s;
}
.typewriting span:nth-child(16){
    animation-delay : 3.75s;
}
.typewriting span:nth-child(17){
    animation-delay : 4s;
}
.typewriting span:nth-child(18){
    animation-delay : 4.25s;
}
.typewriting span:nth-child(19){
    animation-delay : 4.5s;
}
.typewriting span:nth-child(20){
    animation-delay : 4.5s;
}
.typewriting span:nth-child(21){
    animation-delay : 4.75s;
} 
 

@keyframes animate{
    0%, 100%{
        color : white;
    }
    5%, 95%{
        color : orange;
        filter : blur(0px);
        text-shadow : 0 0 10px none;
    }
}
.tagline{
    font-family: 'Lora';
    font-size: 1.5rem;
    color : #fcc419;
    letter-spacing: 2px;
}


/* About us section */
.rest-body{
    background-image: url(../img/aboutbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color : #fff;
    min-height : 100vh;
    padding-top : 10%;
    display : flex;
    align-items : center;
    justify-content : center;
}
.container{
    display : flex;
    align-items : center;
    justify-content : center;
    flex-direction : column;
    gap : 50px;
    /* color: rgba(226, 226, 226, 0.764); */
    color : #ccc;
    max-width : 70%;
    /* width : 75%; */
}
.about-content, .innowave-desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2em;
    text-align: justify;
    font-size: 1.3rem;
    line-height: 1.7;
}
.about-content h1, .innowave-desc h1{
    margin-top: 1.5rem;
    font-size: 2.2rem;
    color: #fcc419;
    letter-spacing : 1.5px;
}
.about-content p{
    word-spacing : 5px;
    font-family : "Poppins";
}
.innowave-desc p{
    word-spacing : 5px;
    font-family : "Poppins";
}


.events-first{
    display: flex;
    justify-content: space-between;
    align-items : center;
    flex-wrap : wrap;
    width: inherit;
    gap : 5px;
}
.event-card{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    max-width : 350px;
    min-height: 600px;
    transition : 0.5s ease;
    cursor : pointer;
}
.event-card:hover{
    transform: scale(1.05);
}
.card-head{
    display: flex;
    align-items: center;
    margin: 3vh;
    gap: 2vw;
}
.card-head img{
    height: 60px;
}
.card-desc{
    font-family: 'Poppins';
    line-height: 1.7;
    text-align: justify;
    font-size: 1.18rem;
    margin: 1vw 2vw;
    word-spacing: 2px;
    color : #ccc;
}



/* Photo gallery section */
.photo-gallery{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2em;
    text-align: justify;
    font-size: 1.3rem;
    line-height: 1.7;
}
.photo-gallery h1{
    margin: 1.2rem 0;
    font-size: 2.2rem;
    color: #fcc419;
    letter-spacing : 1.5px;
}
.wrapper{
    position: relative;
    width: 65vw;
    height: 500px;
    border: 2px solid rgba(226, 226, 226, 0.764);
    }
    .wrapper .img{
    position: absolute;
    width: 100%;
    height: 100%;
    }
    .wrapper .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    clip-path: circle(0% at 0% 100%);
    transition: all 0.7s;
    }
    #one:checked ~ .img-1 img{
    clip-path: circle(150% at 0% 100%);
    }

    #two:checked ~ .img-1 img,
    #two:checked ~ .img-2 img{
    clip-path: circle(150% at 0% 100%);
    }

    #three:checked ~ .img-1 img,
    #three:checked ~ .img-2 img,
    #three:checked ~ .img-3 img{
    clip-path: circle(150% at 0% 100%);
    }
    #four:checked ~ .img-1 img,
    #four:checked ~ .img-2 img,
    #four:checked ~ .img-3 img,
    #four:checked ~ .img-4 img{
    clip-path: circle(150% at 0% 100%);
    }
    .wrapper .sliders{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    }
    .wrapper .sliders label{
    border: 2px solid orange;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    }

    #one:checked ~ .sliders label.one,
    #two:checked ~ .sliders label.two,
    #three:checked ~ .sliders label.three,
    #four:checked ~ .sliders label.four{
    width: 35px;
    border-radius: 14px;
    background: orange;
    }
    .sliders label:hover{
    background: orange;
    }
    input[type="radio"]{
    display: none;
    }


/* Innowave section : only button */

.read-btn{
    background-color: transparent;
    border: 1px solid white;
    padding: 15px;
    font-size: 1.2rem;
    color: white;
    display: flex;
    transition: all 0.2s;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}
.read-btn a{
    color: white;
    text-decoration: none;
}
.read-btn:hover{
    transform: scale(1.05);
    background-color: #fcc419;
    color: white;
}

.collab-container{
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    gap: 45px;

}
.collab-container h1{
    color: #fcc419;
    font-size: 2.2rem;
}
.collaborate-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* align-items: center; */
    gap: 3vw;
    width: 100%;
    height: inherit;
    font-family: "Poppins";
    font-size: 1.2rem;

}

.fields, .msg-container{
    /* width: 25vw; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.input-field, .text-msg{
    width: inherit;
}
.text-msg{
    height: inherit;
}
label{
    margin-bottom: 20px;
}
input, textarea{
    width: 25vw;
    height: inherit;
    font-size: 1.2rem;
    outline: none;
    background-color: transparent;
    border: none;
    box-shadow: 0px 0px 5px 2px black,
    0 0px 1px 2px white;
    color: white;
    padding: 1vh 1vw;
    border-radius: 5px;
}
input:focus{
    box-shadow: 0 0 2px 2px orange;
}
textarea:focus{
    box-shadow: 0 0 2px 2px orange;
}
textarea{
    height: 40vh;
    width: 25vw;
    resize: none;

}

.submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 36px;
}
#success_msg{
    color: green;
    margin-right: 100px;
    font-family: 'Exo 2';
    font-weight: bold;
    display: flex;
    position: relative;
    bottom: 15px;

    visibility:hidden;
}




/* Footer Section */

footer{
    /* background-color: rgb(18, 17, 17); */
    background : #121212;
    padding : 20px;
}
.footer-main-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap : 10px;
    /* padding : 10px 10%; */
    /* padding: 5vh;
    height: 35vh; */
}
.footer-item{
    /* border: 2px solid red; */
    /* height: 25vh;
    width: 25vw; */
    display: flex;
    flex-direction: column;
    gap: 2vh;
    color: rgba(226, 226, 226, 0.764);
    font-size: 1.05rem;
    /* text-align: justify; */
    font-family: 'Raleway';
    line-height: 1.5;
    align-items: center;

}
/* .footer-content{
    margin: 0 50px;
} */
/* .address{
    line-height: 1.6;
} */
.footer-item h2{
    color: #fcc419;
    /* margin-bottom: 10px; */
    font-family: 'Exo 2';
}
footer ul{
    list-style: none;
}
footer ul li{
    padding : 3px;
}
footer ul li a{
    cursor : pointer;
    text-decoration : none;
    color: rgba(226, 226, 226, 0.764);
    transition : 0.5s ease;
}
footer ul li a:hover{
    color : orange;
}

.footer-copyright{
    color: white;
    text-align: center;
    padding: 10px 0;
}
.footer-copyright span{
    color : orange;
}


@media only screen and (max-width: 1100px){
    .events-first{
        justify-content : center;
    }
    .event-card{
        max-width : 80%;
    }
}

@media only screen and (max-width : 550px){
    .footer-main-content{
        flex-direction : column;
        justify-content : center;
        align-items : flex-start;
        gap : 10px;
        padding : 0 10%;   
    }
    .reach{
        align-self: flex-end;
    }
    .reach h2{
        text-align : right;
    }
    .link h2{
        text-align : left;
    }
    .reach .footer-content ul {
        display : flex;
        align-items : center;
        justify-content : center;
        gap : 10px;
    }
    .about-content h1{
        font-size : 2.2rem;
    }
    .about-content h1{
        font-size : 2.2rem;
    }
    .photo-gallery h1{
        font-size : 2.2rem;
    }
    .innowave-desc h1{
        font-size : 2.2rem;
    }
    .about-content p{
        font-size : 1.2rem;
    }
    .innowave-desc p{
        font-size : 1rem;
    }
    .card-desc{
        font-size : 1.2rem;
    }
    .wrapper{
        width: 80vw;
        height: 290px;
    }
}

@media only screen and (max-width : 900px){
    .typewriting{
        font-size: 2rem;
    }
    .tagline{
        font-size: 1.25rem;
    }
    .colored{
        font-size : 1.75rem;
    }
    input, textarea{
        width: 75vw;
    }
    .collaborate-all{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        font-size: large;
    
    }
    textarea{
        height: 15vh;
    }
    .wrapper{
        height: 325px;
    }

}

@media only screen and (min-width:560px) and (max-width:750px){
    .about-content h1{
        font-size : 2.2rem;
    }
    .innowave-desc h1{
        font-size : 2.2rem;
    }
    .about-content p{
        font-size : 1.2rem;
    }
    .innowave-desc p{
        font-size : 1.2rem;
    }
    .photo-gallery h1{
        font-size : 2.2rem;
    }
    .card-desc{
        font-size : 1.3rem;
    }
}
@media only screen and (max-width : 750px){
    
    .navbar-items ul{
        position : absolute;
        top : 0;
        left : -100%;
        height : 100vh;
        display : flex;
        justify-content : center;
        align-items : center;
        flex-direction: column;
        background: hsla(0, 0, 100%, 0.2);
        backdrop-filter: blur(24px);
        --webkit-backdrop-filter: blur(24px);
        width : 70vw;
        transition : 0.5s ease;
        text-align : center;
        position : absolute;
    }
    .navbar-items ul li{
        font-size : 1.6rem;
        margin-bottom : 20px;
    }
    .navbar-items ul li a{
        color : #eee;
        font-weight : bold;
    }
    #hamburger{
        display : block;
    }
    
}

@media only screen and (max-width : 425px){
    .overlay{
        width : 100%;
    }
    .container, .event-card{
        max-width : 85%;
    }
    .typewriting{
        font-size : 1.25rem;
    }
    .colored{
        font-size : 1.25rem;
    }
    .tagline{
        font-size: 1rem;
    }
    .footer-item{
        font-size: 0.9rem;
    }
    .wrapper{
        height: 250px;
        width: 85vw;
    }
}
