/* 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;
    }
      }



/* Header File Stylesheet */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: sans-serif;
    flex-wrap: wrap;
}


body {
   overflow-x: hidden;
}
.social {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right:50px;
    background: #B4D6CD;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    z-index: 99;
}

.socials {
    display: none;
    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;
    }
      }



/* Service File Stylesheet */

main {
    /* background: yellow; */
    margin-top: 10vh;
    width: 100vw;
    align-self: center;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-content: center;
}

main .service-container {
    /* background: red; */
    min-height: 30vh;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80vw;
}

main .service-container .box {
    height: 220px;
    width: 600px;
    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: row;
    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();
   
    
    white-space: wrap;
    text-transform: ellipsis;
    overflow: hidden;
}

@keyframes mybox {
    0%{
        scale:0;
    }
    50%{
        scale:0.5;
    }
    100%{
        scale:1;
    }
}


main .service-container .box .details {
    /* background: red; */
    width: 60%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

main .service-container .box img{
height: 60%;
width: 25%;

}

main .service-container .box .details h1 {
    font-size: 15px;
    color: #FF4E88;
    text-align: center;
}

main .service-container .box .details p {
	color: #666;
    font-size: 12px;
    
}

/* Responsive Stylesheet for Service file */

@media only screen and (max-width: 600px) {
main {
    width: 125vw;
}
main .service-container {
    
}

main .service-container .box {


width: 300px;
height:200px ;
justify-content: center;
align-items: center;
}

main .service-container .box .details {
    /* background: blue; */
    height: 40%;
    width: 100%;
}
main .service-container .box img{
    height: 100px;
    width: 100px;
}
   }

   @media only screen and (min-width: 1300px) {
   
    .service-container {
margin-top: 10vh;
    }
    header #events {
        /* background: red; */
        right: 210px;
    }
    main .service-container .box {
        /* background: red; */
    
    width: 700px;
    height:300px ;
    justify-content: space-around;
    align-items: center;
    }

    main .service-container .box .details p {
        color: #666;
        font-size: 15px;
        
    }

  
        }
    
    