/* Header File Stylesheet */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: sans-serif;
    flex-wrap: wrap;
}


body {
   overflow-x: hidden;
}


.socials {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    flex-direction: column;
    bottom: 90px;
    right:45px;
    background: #FF4E88;
    height: 200px;
    width: 60px;
    border: 2px solid white;
    cursor: pointer;
    border-radius: 40px;
    z-index: 99;

    background-image: linear-gradient(to right, #ff0084 0%, #33001b  51%, #ff0084  100%);
    /* margin: 10px;
    padding: 10px 25px; */
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    /* border-radius: 10px;
    display: block;
    border: none;  */

}

.socials:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.socials a img {
    border: 2px solid white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

header {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 12vh;
    background:white;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 2px  #7569b620;
    /* animation: myhead 1s linear both; */
}

header .logo {
    margin-top: -10px;
    /* height: 100%; */
    object-fit: cover;
    /* background: red; */
    /* width: 20%; */
    height: 60px;
    width:  200px;

    display: flex;
    justify-content: center;
    align-items: center;

}

header .logo img {

    width: 50%;
    height: 80%;
}


header .logo::after {
    font-size: 10px;
    content: "Upgrading competencies";
    /* background: red; */
    position: absolute;
    color: black;
    left: 50px;
    bottom:5px;
    width: 130px;
    height: 10px;
}

header nav {
/* background: red; */
height: 100%;
width: 50%;
display: flex;
justify-content: space-evenly;
align-items: center;
}

header nav a {
    color:#FF4E88;
    text-decoration: none;
    font-family: sans-serif;
    transition: 0.5s;
}

header nav a:hover {
    color:#FF8C9E;
}

header #courses {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 20px;
    right: 280px;
    top: 10vh;
}

header #courses a {
    color:#FF4E88;
    text-decoration: none;
    font-family: sans-serif;
    transition: 0.5s;
}


header #events {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 20px;
    right: 110px;
    top: 10vh;
}

header #events a {
    color:#FF4E88;
    text-decoration: none;
    font-family: sans-serif;
    transition: 0.5s;
}

#menu {
    height: 50px;
    width: 50px;
    margin-right: 50px;
    display: none;
}

#myevents {
    display: none;
}


/* Footer File Stylesheet */


footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
height: 40vh;
    width: 100vw;

    background-image: linear-gradient(to right, #ff0084 0%, #33001b  51%, #ff0084  100%);
 
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
}

footer:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

footer .contact {
    /* background: yellow; */
    height: 80%;
    width: 40%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    text-align: justify;

}

footer .contact p {
    display: flex;
    flex-direction: row;
font-size: 15px;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    /* background-color: red; */
    /* border: 1px solid yellow; */
    /* color: #B4D6CD; */
    color:white;
}

footer .contact p img {
    height: 30px;
    width: 30px;
}

footer .links {
    height: 80%;
    width: 25%;
    /* background: yellow; */
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}

footer .links a {
    text-decoration: none;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    align-items: center;
    /* background-color: red; */
    /* border: 1px solid yellow; */
    /* color: #B4D6CD; */
    color: white;
}

footer .links a img {
    height: 20px;
    width: 20px;
}





footer iframe {
    /* background: yellow; */
    height: 80%;
    width: 28%;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8vh;
 

    background-image: linear-gradient(to right, #ff0084 0%, #33001b  51%, #ff0084  100%);
    /* margin: 10px;
    padding: 10px 25px; */
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white; 

}

/* Responsive Stylesheet for Header , Index and Footer Files */

@media only screen and (max-width: 600px) {
   

  
    header {
       width: 125vw;
       /* border: 2px solid black; */
    }
    
    header nav {
        display: none;
    }
    
    #menu {
        display: block;
    }
    
    
    main .top {
        margin-top: 10vh;
        width: 125vw;
    
    }
    
    main .top .details {
        height: 100%;
        width: 90vw;
        /* background: red; */
        flex-direction: column;
    }
    
    main .top .details .btns {
    /* background: yellow; */
    width: 100%;
    }
    
    main .middle {
        flex-wrap: wrap;
        flex-direction: column;
        width: 125vw;
    }
    
    main .middle .details {
        /* background: red; */
        width: 80vw;
    }
    
    main .services {
        flex-wrap: wrap;
        flex-direction: column;
        width: 125vw;
    }
    
    footer {
        width: 124vw;
        height: 60vh;
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    footer .contact{
        height: 40%;
        width: 100%;
        /* background: red; */
        display: flex;
    }
    
    footer .links{
        height: 20%;
        width: 100%;
        /* background: red; */
    }
    
    footer iframe {
        height: 30%;
        width: 100%;
        /* background: red; */
    }
    
    .bottom {
        width: 124vw;
    }
    
    
    #event {
        display: none;
    }
    
    #events{
        display: none;
    }
    #myevents {
        display: flex;
        justify-content: space-around;
        align-items: center;
        /* background: red; */
        height: 90px;
        width: 130px;
        flex-direction: column;
    }
      }



/* Reels File Stylesheet */

main {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
}

main section {
    /* background: yellow; */
    display: flex;
margin-top: 12vh;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    flex-wrap: wrap;
    min-height: 300px;
margin-bottom: 12vh;

}

.reels-top {
    /* background: red; */
    margin-top: 5vh;
display: flex;
width: 100vw;
justify-content: space-evenly;
align-items: center;
}

.reels-top h1:nth-child(1) {
    margin-left: -10vw;
}

.container {
    /* background: red; */
    width: 100vw;
    display: flex;
    justify-content: center;
    gap: 10vw;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.container .left {
    /* margin-top: -8vh; */
    /* background: red; */
    width:25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 5px solid #FF4E88;
}


.reels-top  h1 {
    
    /* font-size: 18px;
        background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97  51%, #DD5E89  100%);
        margin: 10px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;            
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;          */

        background-image: linear-gradient(to right, #ff0084 0%, #33001b  51%, #ff0084  100%);
        margin: 10px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;            
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;
        border: none; 
}

.container .left  h1:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

.container .left video {
height: 350px;
width: 300px;
object-fit: cover;
}

.container .right {
    /* margin-top: 3vh; */
    /* padding-top: 10vh; */
    width: 40vw;
    /* background: red; */
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.container .right  h1 {
    /* top: 14vh;
    position: absolute;
    font-size: 18px;
        background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97  51%, #DD5E89  100%);
        margin: 10px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;            
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;          */
        top: 110px;
    position: absolute;
    font-size: 18px;
        background-image: linear-gradient(to right, #ff0084 0%, #33001b  51%, #ff0084  100%);
        margin: 10px;
        padding: 10px 25px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;            
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;
        border: none; 
}

.container .right  h1:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

main section .card {
height: 250px;
width: 250px;
object-fit: cover;
margin: 20px;
/* background: #FFDA76; */
box-shadow:2px 2px 5px #ffda764a,-2px -2px 5px #ffda764a;

display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
text-align: justify;
box-sizing: border-box;
padding: 5px;
border-radius: 10px;
transition: 0.6s;
scale: 0;
animation: mybox linear both;
animation-range: entry 50% cover 50%;
animation-timeline:view();
}

@keyframes mybox {
    0%{
        scale:0;
    }
    50%{
        scale:0.5;
    }
    100%{
        scale:1;
    }
}

.container .right img {
    width: 200px;
    height: 200px;

}

main .left .card {
    height: 200px;
    width: 200px;

}

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


 main {
    margin-top: 10vh;
    background-size:cover;
    background-repeat: no-repeat;
    width: 100vw;
    min-height: 80vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
} 




.container {
    position: relative;
    left: 50px;

    height: 400px;
    width: 300px;
    margin: auto auto;
    scroll-snap-type: y mandatory;
    overflow: auto;
    border-radius: 10px;
}





.container::-webkit-scrollbar {
    display: none;
}



.container  video {
    object-fit: initial;
    scroll-snap-align: start;

    height: 100%;
    width: 100%;
}


.photo-container {

    height: 400px;
    width: 600px;
    margin: auto auto;
    display: flex;
    flex-direction: row;
    scroll-snap-type: x mandatory;
    overflow: auto;
    border-radius: 20px;

}



.photo-container::-webkit-scrollbar {
    display: none;
}



.photo-container  img {
    object-fit: initial;
    scroll-snap-align: start;

    height: 100%;
    width: 100%;
    margin: 0 10px;
}
 */


 /* Responsive Stylesheet For Reels file */

@media only screen and (max-width: 600px) {

   main {
    width: 125vw;
   }

   main section .container .left {
    /* background: yellow; */
    width: 45vw;
    /* margin-top: 10px; */
   }
   main section .container .right {
    /* background: yellow; */
    margin-top: -4vh;
    width: 45vw;

   }
   main section .container .right h1 {
    top: 230px;
   }

   main section .container .right img{

    height: 200px;
    width: 200px;
   }
  }

  
/* @media only screen and (min-width: 1300px) {
 .reels-top {
    background: red;
    height: 10vh;
    width: 100vw;
}


  
        } */

        @media only screen and (min-width: 1300px) {
   
       
        
            header #events {
                /* background: red; */
                right: 210px;
            }
          
                }