@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal, italic;
}
  
.flex{
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
img.menu {
  display: none;
  width: 10%;
  height: 5%;
  
}
img#close {
  display: none;
  margin-right: 50px;
}
a {
    text-decoration: none;
    color: rgb(245, 214, 43);
    margin: 0px 5px;
}
a:hover {
    color: rgb(36, 36, 236);
    text-decoration: underline;
}
body {
  margin: auto;  
  background-color: rgb(248, 241, 203);
}

header{
    background-color: rgb(158, 158, 241);
    margin: auto;
    padding: 10px;

}
header div.logo {
  text-align: center;
}
header div.logo img {
    width: 500px;
}
header div.logo h1 {
  color: rgb(41, 41, 192);
}
header div.logo p {
  color: rgb(245, 231, 150);
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  /* margin-left: 100px; */
  text-align: end;
  margin: auto;
}

header nav.flex{
    justify-content: flex-end;
    align-items: flex-end;
    padding: 15px;  
    margin: auto;
}
header nav a {
  color: #0e3364;
}

main {
    color: rgb(55, 55, 163);
    margin: auto;
   padding: 20px;
}
section.about #intro {
    margin: 20px;
}
section.about #intro h3 {
  font-weight: 900;
  margin-bottom: 15px;
}
main section div.mission {
  margin-left: 20px;
    width: 80%;

}
div.mission article {
  padding: 10px 35px;
}
.mission article:first-child {
  background-color: #cccaca;
  width: 50%;
  border-radius: 15px 0px 0px;
  line-height: 25px;
}

.mission article:last-child {
  background-color: aqua;
  width: 50%;
  border-radius: 0px 15px 0px 0px;
  line-height: 25px;
}
section#mission {
  width: 80%;
  margin-left: 20px;
  background-color: wheat;
  padding: 20px 50px;
  border-radius: 0px 0px 15px 15px;
  line-height: 25px;
}

section#sliders {
  margin: 100px 5px;
  width: 100%;
}

/* slideshow */
#projects-container {
    max-width: 100%;
    position: relative;
    margin: auto;
  }
  .slides {
    display: none;
  }
  /* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
  
  /* Caption text */
  .caption {
    font-size: 20px;
    padding: 12px;
    position: absolute;
    color: rgb(16, 16, 49);
    /* margin: 25px 0px; */
    /* bottom: 8px; */
    width: 100%;
    text-align: center;
  }
  div.slides h3 {
    margin-top: 30px;
  }
  
  /* Number text (1/3 etc) */
  .number {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
/* The dots */
div#dots {
    text-align:center;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

div.blog {
   background-color: #d6d4bb;
    width: 50%;
    color: #fff;
    margin: 0px 20px ;
    padding: 10px;
    text-align: center;
}
div.blog h1 {
  padding: 5px;
  color: #0e3364;
}
div.blog img {
    width: 350px;
    height: 400px;

}
div#projects {
  padding: 5px;
  margin: 5px;
}
div#projects h3 {
  padding-bottom: 5px;
}
div#projects ul li {
  padding: 15px 0px;
}
section.gallery, section#images {
  background-color: rgb(248, 241, 203);
}
section.gallery {
  margin-top: 100px;
}
section.gallery {
  text-align: center; 
}
section.gallery div.heroimage h2 {
  font-weight: 700;
  font-size: 30px;
  margin: 20px 0px;
}
section.gallery div.heroimage p {
  margin: 20px 0px;
  font-size: 20px;
}

div#projects {
  width: 40%;
  float: inline-end;
}
div#projects-container {
  text-align: center;
  margin-top: 20px;
}
section.gallery div#gallery {
  width: 40%;
  padding: 10px;
  
}
div #myVideo {
  margin: auto;
  /* text-align:justify; */
  width: 500px;
  min-width: 70%;
}
section#images {
  background-color:  #fdfcfc;
  align-items: center;
}
section#images img {
  width:300px;
}

div#WhatsApp {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
}
footer {
    background-color: rgb(34, 34, 65);
    width: 100%;
    margin-top: 10px;
}
footer div.contact {
  background-color: rgb(179, 179, 240);
  text-align: center;
  line-height: 25px;
  padding: 10px;
}
footer #email, div#contact *, div.footerlinks *{
  padding-top: 10px;
}
footer input {
  padding: 7px;
}
footer section {
  color: rgb(163, 163, 245);
}
div.logo, div#contact, div.footerlinks {
  padding: 10px;
}
footer div.logo img {
  width: 350px;
  height: 200px;
  align-items: flex-start;
}
footer .footerlinks a {
    display: block;
}
footer aside {
  text-align: center;
  color: rgb(248, 241, 203);
}
footer section.flex {
  align-items: flex-start;
} 
aside {
  text-align: center;
  padding-bottom: 30px;
}
#myBtn {
  background-color: rgb(86, 230, 86);
  border: 3px solid rgb(157, 226, 157);
  padding: 5px 20px;
  color: #fff;
  font-size: 15px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  right:0;
  bottom: 50%;
  width: 30%; /* Full width */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 80%;
  font-weight: 900; 
}

/* The Close Button */
.close {
  color: rgb(197, 13, 13);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 35px;
}

@media screen and (max-width:750px) {
  body{
    width: 100%;
    text-align: center;
  }
    header nav a{
      display: block;
      margin: 10px;
      padding-top: 20px;

    }
    header div.logo img {
      width: 80%;
    }
    img.menu {
      display: inline-block;
      position: absolute;
      right: 0%;
      top: 3%;
      margin-right: 8px;
      max-width: 10%;
      
  }
  div.overlay {
      position: fixed;
      height: 100%;
      width: 100%;
      left: 0px;
      top: 0px;
      bottom: 0px;
      background-color: hsla(0, 100%, 0%, 80%);
      display: none;
  }
  nav.flex {
    flex-direction: column;
    background-color: white;
    position: fixed;
    width: 40%;
    height: 100%;
    top: 0px;
    right: 0px;
    padding-top: 50px;
    z-index: 2;
    display: block;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
    img#close {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      max-width: 10%;
      margin: 20px 0px 0px 10px;
      width: 70%;
    }

    main section.about, main section.about div:nth-child(2),.mission article:first-child,.mission article:last-child,section#mission {
        width: 100%;
      }
      div#projects {
        width: 80%;
        text-align: center;
      }
      section#sliders {
        width: 100%;
      }
      div.blog {
        width: 90%;
      }
     
      div#projects-container img {
        width: 300px;
      }
     
      .flex{
        flex-direction: column;
        align-items: center;
      }

      div #myVideo {
        width: 100%;
        margin: auto;
       } 
       footer section.flex {
        align-items: center;
       }
      footer aside{
        margin-bottom: 20px;
      }
 }

 @media screen and (max-width:400px) {
  body {
    /* width: 100%; */
    margin: auto;
  }
  header {
    width: 100%;
    margin: auto;
  }
  main section.about, main section.about div:nth-child(2),.mission article:first-child,.mission article:last-child,section#mission {
    width: 100%;
    margin: auto;
  }
 
  div#projects {
    width: 100%;
    text-align: center;
  }
  div.blog {
    width: 90%;
  }
 
  div#projects-container img {
    width: 200px;
    height: 300px;
  }
  section#images img {
    width:220px;
  }
  footer div.logo img {
    width: 250px;
    height: 120px;
  }
 }

 @media screen and (max-width: 305px) {
  div#projects-container img {
    width: 150px;
    height: 250px;
  }
}
  