
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');





*{  
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}



.header{

    min-height: 100vh;
    width: 100%;
    
    background-position: center;
    background-size: cover;
    position: relative;
    

}

.slidershow{
  width:100%;
 
  overflow: hidden;
  
}


.navigation{
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.bar{
  width: 50px;
  height: 10px;
  border: 2px solid #fff;
  margin: 6px;
  cursor: pointer;
  transition: 0.4s;
}
.bar:hover{
  background: #fff;
}

input[name="r"]{
    position: absolute;
    visibility: hidden;
}

.slides{
  width: 500%;
 min-height: 100vh;
  display: flex;
}

.slide{
  width: 20%;
  transition: 0.6s;
}
.slide img{
  width: 100%;
  height: 90vh;
  
}

#r1:checked ~ .s1{
  margin-left: 0;
}
#r2:checked ~ .s1{
  margin-left: -20%;
}
#r3:checked ~ .s1{
  margin-left: -40%;
}
#r4:checked ~ .s1{
  margin-left: -60%;
}
#r5:checked ~ .s1{
  margin-left: -80%;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}
nav img{

    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;
    left: 100%;
    
}
.nav-links ul li{

    list-style: none;
    display: inline-block;
    padding:  8px 12px;
    position: relative;
}
.nav-links ul li a{

 color: #fff;
 text-decoration: none;
 font-size: 13px;
}
.nav-links ul li ul{

display: none;
position: absolute;
background: #222222;
padding: 10px;
border-radius: 4px;
}
.nav-links ul li:hover ul {

  display: block;
  
  }





.nav-links ul li ul li a{

 padding: 8px 14px;
  }

  .nav-links ul li ul li{
width: 180px;
border-radius: 4px;


  }

  .nav-links ul li ul li a:hover{

    background-color: #eb2f06;
     }


.nav-links ul li::after{
    content: '';
    width: 0px;
    height: 2px;
    background:#f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
    
}
.text-box{

    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{

    font-size: 30px;
}
.text-box p{

    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;

}
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;

}
nav.fa{

    display: none;
}
@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav.fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{

        padding: 30px;
    }
    
    }
.aboutus{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
    
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{

    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.aboutus-col{

    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom:5px ;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.aboutus-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
 @media(max-width: 700px){
     .row{
         flex-direction: column;
     }
 }
 .oursponsors{

    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30%;

 }
 .oursponsors-col{
     flex-basis: 31%;
     border-radius: 10px;
     margin-bottom: 5%;
     text-align: left;

 }
 .oursponsors-col img{

    width: 40%;
    border-radius: 10px;
 }

 .container9{
  
  display: block;
  margin: auto;
  padding-top: 60px;
  
  }
  
  .section9{

    width: 100%;
    
    background-color:rgb(255, 255, 255);
  
    }
  
    .content9{
      float:left;
      width: 50%;
      height: auto;
      }
      
      .image-section9{
      float: right;
      width: 50%;
      }
      
      
      .image-section9 img{
      
      width: 60%;
      height: auto;
      
      }
      .content-section9 .title9{
        text-transform: lowercase;
        font-size: 30px;
        
        }

        .content9 h3{
          margin-top: 30px;
          color: #f44336;
          font-size: 21px;
          }
          .content9 p{
          margin-top: 10px;
          font-family: sans-serif;
          font-size: 17px;
          line-height: 1.5;
          
          }
          .content9 .button9{
          margin-top: 30px;
          
          
          }
 
          .button9 a{
            text-decoration: none;
            transition: 1s;
          }
          .content9 .button9 a{
          background-color:#f44336 ;
          padding: 12px 40px;
          font-size: 25px;
          letter-spacing: 1.5px;
          color: #fff;
          
          }
          .content9 .button9 a:hover{
          background-color:black ;
          transition: 1s;
          
          }
          




  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
  text-decoration: none;
}
footer{
  width: 100%;
  position: relative;
  top: 50px;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/rptgtpxd-1396254731bk.jpg);
  background-position: center;
  background-size: cover;

  
}
footer .content{
  max-width: 1350px;
  margin: auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .content p,a{
  color: #fff;
}
footer .content .box{
  width: 33%;
  transition: all 0.4s ease;
}
footer .content .topic{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;

}
footer .content p{
  text-align: justify;
}
footer .content .lower .topic{
  margin: 24px 0 5px 0;
}
footer .content .lower i{
  padding-right: 16px;
}
footer .content .middle{
  padding-left: 80px;
}
footer .content .middle a{
  line-height: 32px;
}
footer .content .right input[type="email"]{
  height: 45px;
  width: 100%;
  outline: none;
  color: #d9d9d9;
  background: #000;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 17px;
  border: 2px solid #222222;
}
footer .content .right input[type="submit"]{
  height: 42px;
  width: 100%;
  font-size: 18px;
  color: #d9d9d9;
  background: #eb2f06;
  outline: none;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 12px;
  border: 2px solid #eb2f06;
  transition: all 0.3s ease-in-out;
}
.content .right input[type="submit"]:hover{
  background: none;
  color:  #eb2f06;
}
footer .content .media-icons a{
  font-size: 16px;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  border-radius: 5px;
  border: 2px solid #222222;
  margin: 30px 5px 0 0;
  transition: all 0.3s ease;
}
.content .media-icons a:hover{
  border-color: #eb2f06;
}
footer .bottom{
  width: 100%;
  text-align: right;
  color: #d9d9d9;
  padding: 0 40px 5px 0;

}
footer .bottom a{
  color: #eb2f06;
}
footer a{
  transition: all 0.3s ease;
}
footer a:hover{
  color: #eb2f06;
}
footer .bottom p{
  color: white;
}
@media (max-width:1100px) {
  footer .content .middle{
    padding-left: 50px;
  }
}
@media (max-width:950px){
  footer .content .box{
    width: 50%;
  }
  .content .right{
    margin-top: 40px;
  }
}
@media (max-width:560px){
  footer{
    position: relative;
  }
  footer .content .box{
    width: 100%;
    margin-top: 30px;
  }
  footer .content .middle{
    padding-left: 0;
    
  }
}
