



html{
  scroll-behavior: smooth;
}


*{
    box-sizing: border-box;
    margin:0;
    padding:0;
    
}

body{
    width:100%;
}




.toggle{
    display: none;
}

  
.sticky-cus #navbar-cus {
    background-color: white;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-family: 'KlavikaWebCondensed',"Arial Narrow",Arial,sans-serif;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.151);
    z-index: 1;
    top: 0;
    left:0;
    right:0;
    width:100%;
    position: fixed;
    border-radius: 0;
  }

 


#navbar-cus{
    background-color: white;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-family: 'KlavikaWebCondensed',"Arial Narrow",Arial,sans-serif;
    box-shadow: 0px 3px 15px rgb(0, 0, 0, 0.151);
    width: 75rem;
    transition: all 0.3s ease;
    top: 35px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    border-radius: 5px;

}

.hidden-cus{
    display: none;
}

.main-home-logo{
    margin: 0 auto;
}

.logo{
    height: 47px;
    display: flex;
}

.logo--foot{
    height: 60px;
    display: flex;
}

  .menu-cus {
    display: flex;
    width:100%;
    justify-content:space-around;
    align-items: center;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .menu-cus > li {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%  ;
    padding: 22px;
    cursor: pointer;
  }

#navbar-cus li a{
    font-family: sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: rgb(70, 70, 70);
    transition: 0.2s ease;

}


#navbar-cus li a:hover,
#navbar-cus li a.active{

    color: #dd6233;
}

#navbar-cus li a.active::after,
#navbar-cus li a:hover::after{
    content: "";
    height: 2px;
    background-color: #dd6233;
    position: absolute;
    box-sizing: inherit;
}

/*dropdown*/

 .dropdownn{
        min-width: 100%; /* Set width of the dropdown */
        background: rgb(237 237 237);
        display: none;
        position: absolute;
        align-items: center;
        z-index: 999;
        
        left: 0;
        min-height: 100%;
        margin-top:127px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    ul li:hover .dropdownn{
        display: flex;	/* Display the dropdown */
    }
    .dropdownn li{
        display: flex;
        padding-right: 50px;
    }

/* dropdown */


.jumbotron-cus{
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 100%, transparent), url("../images/mpg23/mpg-main.webp");
    background-size: cover;
    height:100vh;
    width: 100%;
    background-position: top 20% right 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
}

.menu-button-container-cus {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle-cus {
    display: none;
  }

  .menu-button-cus,
  .menu-button-cus::before,
  .menu-button-cus::after {
    display: block;
    background-color: rgb(0, 0, 0);
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }

  .menu-button-cus::before {
    content: '';
    margin-top: -8px;
  }

  .menu-button-cus::after {
    content: '';
    margin-top: 8px;
  }

  #menu-toggle-cus:checked + .menu-button-container-cus .menu-button-cus::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }

  #menu-toggle-cus:checked + .menu-button-container-cus .menu-button-cus {
    background: rgba(255, 255, 255, 0);
  }

  #menu-toggle-cus:checked + .menu-button-container-cus .menu-button-cus::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  .logo-main{
    display: block;
  }
  .logof{
    height: 4.5rem;
  }

  .footer-02{
    width: 100%;
    margin-top:5rem;
    box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .subscribe-form{
    
    height: 4rem;
    padding: 4px;
    background-color:white;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.151);
  }

  .rounded-left{
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    border: none;
    padding: 3px 15px;
    height: 56px;
    font-size: 16px;
  }

  .newsletter{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #808080a4;
  }
  .submit{
    
    color: #fff;
    display: block;
    width: 7rem;
    height: 56px;
    font-size: 10px;
    background: #dd6233;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: bold;
  }

  .border-left1{
    border-left: 1px solid #80808040;

  }

  .footer-heading{
    line-height: 1.5;
    font-family: 'Bebas Neue', cursive;
    display: flex;
    justify-content: center;
  }

  .list-unstyled{
    text-align: center;
  }
  .list-unstyled a{
    text-decoration: none;
    color: grey;
    font-weight: bold;
    font-family: sans-serif;
  }
  .list-unstyled a:hover{
    color: #dd6233;
    
  }
  .cus{
    display: flex;
    justify-content: center;
  }

  .iconss{
    width: 30px;
  }
  .det{
    font-size: 0.8rem;
  }

  .rights{
    margin-bottom: 2rem;
  }

  .rights p{
    color:grey;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  .jumbo-head{
    color: #fff;
    font-family: Anton,sans-serif;
    font-size: 5rem;
    font-weight: bold;
  }

  .middle{
    display: table;
    width: 100%;
  } 

  /*title animation--------------------------------------*/

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap');

.fat {
  font-weight: 800;
}


.flex-container {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  color: white;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: sans-serif;
}

.mask {
  overflow: hidden;

}

.full-width {
  width: 100%;
  text-align: center;
}

.flex {
  display: flex;
}

.reveal-to-right {
  transform: translateX(-100%);
  animation: reveal-to-right 1.2s 1.8s forwards;
  font-size: 68px;
  line-height: 70px;
}

@keyframes reveal-to-right {
  from {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.reveal-to-left {
  transform: translateX(100%);
  animation: reveal-to-left 1s 1s forwards;
  font-size: 70px;
  line-height: 70px;
}

@keyframes reveal-to-left {
  from {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.border-left {
  height: 32px;
  width: 30px;
  border-left: 5px solid transparent;
  animation: grow 5s forwards;
}

@keyframes grow {
  0% {
    height: 0;
  }
  20%, 90% {
    height: 48px;
    opacity: 1;
  }
  
  100% {
    height: 48px;
  }
}

.reveal-to-bottom {
  transform: translateY(-100%);
  animation: reveal-to-bottom 1s 1.8s forwards;
  padding: 0 15px;
  font-size: 30px;
  font-weight: bold;
}

#location {
  animation-delay: 4s;
}

@keyframes reveal-to-bottom {
  from {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}



/*title animation-------------------------------------*/


.thead{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  overflow: hidden;
  font-size: 300%;
  font-family: 'Bebas Neue', cursive;
  margin-top: 50px;
}


.mainbody{
  margin: 0 auto;
  padding-top: 50px;
  width: 90%;
  height: 100%;
}

.displayblocks{
  background-color: #fff;
  text-align: justify;
  display: grid;

}

.imgs{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.displayblocks1{
    background-color: #fff;
    display: grid;
    align-items: center;
    padding: 10px;
}

.jumbotron-about{

    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 100%, transparent), url(../images/b1.JPG);
    background-size: cover;
    height:40rem;
    width: 100%;
    background-position: center top 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.reveal-to-abottom{
  transform: translateY(-100%);
  animation: reveal-to-bottom 1s forwards;
  padding: 0 15px;
  letter-spacing: 3px;
  font-size: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aheadiv{
  width:100%;
  display: flex;
  justify-content: center;
}
.ahead{
  width: 500px;
}
.athead{
  overflow: hidden;
  font-size: 300%;
  font-family: 'Bebas Neue', cursive;
}

.boxtohis{
  padding: 10px;
  box-shadow: 0px 8px 20px rgb(0 0 0 / 10%);
}

.adisplayblocks{
    background-color: #fff;
    padding: 10px;
    text-align: justify;
}

.amain{
  padding: 50px;
}


.boxhisimg{
  height: 200px;
  width: 100%;
  background-image: url(../images/his.jpg);
  background-position: center top 25%;
  background-size: cover;
}
.boxdet{
  height:330px;
  width: 100%;
  background-color: #fff;
  display: contents;
}

.dethead{
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.boxpar{
  padding: 0 22px;

}
.hisbtn{
  width: 100%;
  height: 82px;
  display: flex;
  justify-content: center;
  padding: 0 15;
  align-items: center;
}

.buthis{
  position: relative;
  width: 100%;
  height: 60%;
  border: 1px solid lightgrey;
  background-color: transparent;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  color:#6c6c6cf7;
}

.buthis:after{
  background-color: #dd6233;
}

.buthis::after{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;    
  left: 0;
  bottom: 0;
  -webkit-transition: width .3s ease-in-out 0s;
  transition: width .3s ease-in-out 0s;

}

.buthis:hover{
  background-color: rgb(250, 250, 250);
}

.buthis:hover:after{
  width: 100%;
}

.jumbotron-his{
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 100%, transparent), url(../images/history.jpg);
    background-size: cover;
    height:40rem;
    width: 100%;
    background-position: center top 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.btnlink{
  width:100%
}

.marleft{
  margin-left: 25px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 100%, transparent), url(../images/beachdis.jpg);
}

.zoom{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: 0.3s ease;
  cursor: pointer;
}

.zoom:hover{
  transform: scale(1.03);
}

.shead{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: 'Bebas Neue', cursive;
    color: white;
}

.cen{
  display: flex;
  justify-content: center;
}

.hype{
  text-decoration: none;
  display: flex;
  color: black;
}

.hype:hover{
  color: #dd6233;
}
.lo{
  display: none;
}

.low{
  height: 25px;
  display: block;     
}

.over{
  overflow: hidden;
}

.national{

}


.shadow-cus{
  box-shadow: 0 2px 8px rgb(99 91 99 / 10%);
}



.sa-cus{
  border-radius: 19px;
  padding: 10px;
}


.cenlogo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.moblink{
      width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.countclrht{

  color: white;
    font-family: sans-serif;
    font-size: 3rem;
    font-weight: bold;
    padding: 0;
    margin: 0;

}

.countlbl{
  color: white;
  font-weight: 500;
}

.logochamp{
  height: 450px;

}


.banner{

  margin-top: 0px;
  background: rgba(255, 0, 1, 0.7);
}



.dia{
  display: none;

}



@media only screen and (max-width:5000px) and (min-width:1400px){

  .middle{
    display: table;
    width: 90rem;
    margin: 0 auto;
  }

  .banner{
    width: 74rem;
  }
}


@media only screen and (max-width: 1300px) and (min-width: 768px){

 

  
  
  .ahead{
    width: 500px;
  }
    #navbar-cus{
        background-color: white;
        align-items: center;
        display: flex;
        justify-content: space-between;
        font-family: 'KlavikaWebCondensed',"Arial Narrow",Arial,sans-serif;
        box-shadow: 0px 3px 15px rgb(0, 0, 0, 0.151);
        width: 90%;
        transition: all 0.3s ease;
        top: 35px;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        margin: 0 auto;
        border-radius: 5px;
    
    }

    .dropdownn{
      min-width: 100%; /* Set width of the dropdown */
      background: rgb(237 237 237);
      display: none;
      position: absolute;
      align-items: center;
      z-index: 999;
      left: 0;
      min-height: 100%;
      margin-top: 127px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
  }
  ul li:hover .dropdownn{
      display: flex;	/* Display the dropdown */
  }
  .dropdownn li{
      display: flex;
      padding-right: 50px;
  }


  }

  @media only screen and (max-width: 375px){

  }

  @media only screen and (max-width: 768px){


    .dia{
      display: flex;
    }

    .logochamp{
      height: 255px;
    }


    .hype{
      text-decoration: none;
      display: grid;
      color: black;
    }

    .amain{
      padding: 23px;
    }
    .mainbody{
      margin: 0 auto;
      padding-top: 20px;
      width: 90%;
      height: 100%;
    }
    

    .displayblocks1{
      background-color: #fff;
      text-align: center;
    
    }
    .ahead{
      width: 80%;
    }
    

    .thead{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 10%;
      overflow: hidden;
      font-size: 200%;
      font-family: 'Bebas Neue', cursive;
      margin-top: 27px;
    }

    .athead{
      overflow: hidden;
      font-size: 250%;
      font-family: 'Bebas Neue', cursive;
      display: flex;
      justify-content: center;
    }

    .border-left1{
      border: 0;
    }
    .border-left{
      width: 0px;
    }
    #navbar-cus{
        background-color: white;
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 15px 25px;
        font-family: 'KlavikaWebCondensed',"Arial Narrow",Arial,sans-serif;
        box-shadow: 0px 3px 15px rgb(0, 0, 0, 0.151);
        width: 90%;
        transition: all 0.3s ease;
        top: 35px;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        margin: 0 auto;
        border-radius: 5px;
    
    }

    .lo{
      height: 25px;
      display: block;     
    }
    .low{
      display: none;
    }
    .logo-main{
        display: none;
    }
    .menu-button-container-cus {
        display: flex;
      }
      .hidden-cus{
        display: block;
      }
      #menu-toggle-cus ~ .menu-cus li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      #menu-toggle-cus:checked ~ .menu-cus li {
        height: 3em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      .menu-cus > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: white;
      }
      .menu-cus {
        position: absolute;
        top: 0;
        margin-top: 65px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
      }

      .dropdownn{
        min-width: 100%; /* Set width of the dropdown */
        background: rgb(237 237 237);
        display: none;
        position: absolute;
        justify-content: space-around;
        align-items: center;
        left: 0;
        font-size: 0.8rem;
        margin: 0px;
        min-height: 5px;
        border-radius: 3px;
    }
    ul li:hover .dropdownn{
        display: flex;
        padding: 0;	/* Display the dropdown */
    }
    .dropdownn li{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .national{
      font-size: 40px;
    }

    .national1{
      font-size: 27px;
    }

    .marleft{
      margin-left: 0px;
      background: linear-gradient(to bottom, rgba(0,0,0,0.4) 100%, transparent), url(../images/beachdis.jpg);
    }

    .zoom{
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transform: scale(1);
      transition: 0.3s ease;
      cursor: pointer;
    }

    .shead{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 270.5px;
      font-family: 'Bebas Neue', cursive;
      color: white;
  }

  .cenlogo{
    display: none;
}
      
  }
  