
body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: black;
  }
/*header*/
.header{
    display: flex;
    min-height: 100vh;
     background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4)),
     url(/SEVENFIFTEEN.jpg)center/cover no-repeat fixed;
     flex-direction: column;
    margin-top: auto; 
}
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}
.hero .title{
    color: #fff;
    font-size: 50px;
}
.hero-button{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 20px;
    border-radius: 200px;
    font-weight: bold;
    background: orange;
    color:#fff;
    cursor: pointer;
    border: 2px solid orange;
    margin-top:10px;
  
}
.hero-button:hover{
    background: #fff;
    color: orange;
    border: none;
    

}
.pulsate{
    /*-webkit-*/animation: pulsate 3s ease-in-out;
    /*-webkit-*/animation-iteration-count:infinite ;
    opacity: .3;
    color: black;
}
@-webkit-keyframes pulsate{
    0% {
        opacity: .3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .3;
    }

} */

/* End of header*/

  
  /* header {
    background-image: url(./pictures/SEVENFIFTEEN.jpg);
    height: 100px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  } */

/*navbar */
/* 
#menu-bar{
    width: 50px; 
    height: 10px;
    margin: 50px 10px 10px 20px;
    position: fixed;;
    cursor: pointer;
    z-index: 1;    
}
  
.bar{
    background:orange;
    border-radius: 10%;
    transition: 4s;
}
#bar1{
    width:40px;
    height: 10px;
    transform: translateY(-4px);
}
#bar2{
    width: 40px;
    height: 10px;
}
#bar3{
    width: 40px;
    height: 10px;
    transform: translateY(4px);
}
.change .bar{
    background: #fff;
}
.change#bar1{
    transform: translateY(6px);
    rotate: z(45deg);
}
.change#bar3{
    transform: translateY(-15px);
    rotate: z(-45deg);
}
.change#bar2{
    opacity: 0;
}
.nav li a{
    text-decoration: none;
    color: orange;
    font-size: 20px;
    text-transform: none;
    font-weight: bold;
   
}
.nav li :hover{
    color: #fff;
    background: orange;
    padding-left: 10px;
}
.nav li{
    margin: 20px 10px 10px 20px;
    padding-top: 10px;
    list-style-type: none ;
}
.nav{
    display: none;
    
}
.change-btn{
    display: block;
}
End of Navbar */


.hero .title{
    color: #fff;
    font-size: 50px;
}
.hero-button{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 20px;
    border-radius: 200px;
    font-weight: bold;
    background: orange;
    color:#fff;
    cursor: pointer;
    border: 2px solid orange;
    margin-top:10px;
  
}
.hero-button:hover{
    background: #fff;
    color: orange;
    border: none;
    

}

/* Slideshow container */
.gallery-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .slideshow-container {
    position: relative;
    margin: 0 auto;
  }
  
  .mySlides {
    display: none;
  }
  
  .prev,
  .next {
    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;
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.6s ease;
  }
  
  .dot.active {
    background-color: #717171;
  }
  
  .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    text-align: center;
  }
/* EndOfSlideshow container */


/* About container */
#about {
    background-color: yellowgreen;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    margin-top: 20px;
  }
  #about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0.5;
}
  
  .title-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .about-center {
    display: flex;
    flex-wrap: wrap;
  }
  
  .about {
    margin: 10px;
    width: 30%;
  }
  
  .about-icon {
    margin-bottom: 10px;
  }
  
  .about-text {
    font-size: 16px;
  }
  
  .about-subtitle {
    font-size: 18px;
    font-weight: bold;
  }
  
  .about-info {
    margin-top: 10px;
  }
/* EndOfAbout container */



/* socialIcons container */
#social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

#social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: background-color 0.3s ease;
}

#social-icons a:hover {
    background-color: #333;
}

#social-icons a i {
    font-size: 1.5rem;
    color: #333;
    transition: color 0.3s ease;
}

#social-icons a:hover i {
    color: #f2f2f2;
}

.facebook {
    color: #3b5998;
}

.twitter {
    color: #1da1f2;
}

.instagram {
    color: #c13584;
}

.plus {
    color: #db4437;
}


  /* Contact Section */
#contact {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.contact-section {
  max-width: 700px;
  margin: 0 auto;
}
.contact-section h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.contact-section label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.contact-section input,
.contact-section textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.contact-section textarea {
  resize: vertical;
  height: 150px;
}
.contact-section button {
  background-color: #5c5c5c;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.contact-section button:hover {
  background-color: #444444;
}

/* Footer Section */
#footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
#footer p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.social-icons a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #5c5c5c;
  color: #fff;
  transition: background-color 0.3s ease;
}
.social-icons a:hover {
  background-color: #444444;
}
.social-icons i {
  font-size: 18px;
}

  
