/* style sheet for about page  */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Merienda', cursive;
    background-image: url(../images/bodybg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* ..nav..  */
.menu-bar {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    position: sticky;
    top: 0px;
}
.menu-bar img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 100px;
}
.menu-bar ul {
    list-style: none;
    display: flex;
    margin-top: 0px;
}
.menu-bar ul li {
    position: relative;
    margin-right: 30px;
    list-style: none;
    font-size: 18px;
    padding-top: 6px;
    font-weight: 400;
}
/* nav hover style  */
.menu-bar ul li::after {
    content: '';
    display: block;
    background-color: #6C3DD9;
    height: 2px;
    width: 0%;
    margin: auto;
    transition: 0.5s;
}
.menu-bar ul li:hover::after {
    width: 100%;
}
.menu-bar ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #6C3DD9;
}
/* dropdown menu style */
.dropdown-menu {
    display: none;
}
.menu-bar ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 90%;
}
.menu-bar ul li:hover .dropdown-menu ul {
    margin: 10px;
}
.menu-bar ul li:hover .dropdown-menu ul li {
    width: 120px;
}
@media screen and (max-width:600px) {
    .menu-bar {
      height: 80px;
      display:contents ;
      justify-content: space-between;
      align-items: none;
      position: sticky;
      top: 0px;
      /* border: 2px solid red; */
     
    
    }
    
    .menu-bar img {
      margin-left:0px;
      margin-top: 0px;
      width: 80px;
      /* border: 2px solid red; */
      position: relative;
      left:40%;
      
    }
    
    .menu-bar ul {
      display: flex;
      margin-top: 10px;
      width:550px;
      margin-left: 10px;
      /* border: 2px solid red; */
     
    }
    
    .menu-bar ul li {
      position: relative;
      margin-right: 13px;
      list-style: none;
      padding-top: 6px;
      
    }
    .menu-bar ul li a {
      font-size: 9px;
      text-decoration: none;
      color: #6C3DD9;
     
    }
}
/*navbarends*/
.sec1h1 {
    background-image: linear-gradient(rgb(4, 9, 30, 0.7), rgb(4, 9, 30, 0.7)), url(../images/aboutusbg.jpg);
    background-attachment: fixed;
    background-size: 1510px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 30vh;
    text-align: center;
    font-size: 40px;
    padding-top: 150px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
}
/* animation*/
.sec1h1 h1{
    background: url(../images/back.png);
    color: transparent;
    -webkit-text-stroke: 0.50px white;
    -webkit-background-clip: text;
    background-position: 0 0;
    animation:back 20s linear infinite;
}
@keyframes back{
    100%{
        background-position: 2000px 0;
    }
}
@media screen and (max-width:600px) {
    .sec1h1 {
        background-size: 700px;
        background-position: top;
        min-height: 15vh;
        text-align: center;
        font-size: 20px;
        padding-top: 150px;
    }
}
.words p{
    text-align: center;
    font-weight: 400;
    margin-top: 40px;
    animation-name: slide;
    animation-duration: 2s;
}
@keyframes slide{
    0%{opacity: 0;}
    100%{ opacity: 1;}
    }
/* our moto  */
.moto {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    animation-name: new;
    animation-duration: 2s;
}
@keyframes new{
    0%{transform: translateX(1500px);opacity: 0;}
    100%{transform: translateX(0px); opacity: 1;}
    }
.moto p {
    font-weight: 400;
    color: #6C3DD9;
}
.works {
    margin-top: 40px;
    animation-name: slide;
  animation-duration: 4s;
}

.works h1 {
    margin-left: 80px;
    color: #6C3DD9;
    font-weight: 300;
}
@media screen and (max-width:600px) {
    .works h1 {
        margin-left: 160px;
    }
}
/* our mission  */
.mission {
    background-image: url(../images/circle-scatter-haikei\ \(1\).png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    margin-top: 40px;
    padding: 0px 100px;
}
.mission h1 {
    padding-top: 100px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.mission p {
    letter-spacing: 2px;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 100px;
}
@media screen and (max-width:600px) {
    .mission {
        padding: 0px;
    }
    .mission h1 {
        font-size: 20px;
        padding-left: 10px;
    }
    .mission p {
        padding-left: 40px;
        font-size: 15px;
    }
}
/* about us  */
.abtus {
    padding: 0px 100px;
    ;
}
.abtus h1 {
    padding-top: 100px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.abtus p {
    letter-spacing: 2px;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 100px;
}
@media screen and (max-width:600px) {
    .abtus {
        padding: 0px;
    }
    .abtus h1 {
        font-size: 20px;
        padding-left: 10px;
    }
    .abtus p {
        padding-left: 40px;
        font-size: 15px;
    }
}
