:root{
  --width: 100%;
  --height: 100%;
  --border-width: 200px;
  --border-height: 200px;

}

/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial;
    line-height: 1.6em;
    font-size: 1.1rem;
    font-weight: 400;

  }
  
  /* Style tab links */
  .tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
  }
  
  .tablink:hover {
    background-color: #777;
  }
  
  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
  }
  /* phone numbers */
  .call{
      font-size: 2rem;
      margin: auto;
      padding: auto;
      line-height: 2em;
      display: inline-block;
  }

  a:hover{
    transform: scale(1.1);
}

  .pdf{
    height: ;
  }
  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    body {
      width: 280%;
    }
    html{
      width:50%
    }
    .canva{
      overflow-wrap: none;
      width: 100%;
      
    }
    #home{
      overflow: visible;
    }
    .bank1, .bank2{
      overflow: visible;
      scale:.5;
      margin-left: -190px;
      object-fit: cover;

    }
   
  }
  @media only screen and (max-width: 320px){
    body{
      width:490%;

    }


  }

  
  #Home {background: linear-gradient(#019e01, rgb(28, 31, 28)); height: auto;}
  #News {background: linear-gradient(#006600, rgb(28, 31, 28)); height: auto; }
  #Contact {background:linear-gradient(#004d00, rgb(28, 31, 28)); height: auto;}
  #About {background: linear-gradient(#003300, rgb(28, 31, 28)); }


  p{
      width: 80%;
      text-align:justify;

      margin: auto;
  }
  h3{
    justify-content: center;
    align-items: center;
    text-align:justify;
    width: 80%;
    margin-left:20% ;
  }
  a{
    color: white;
  }

  .tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    width: max-content;
  }
  .bank1, .bank2{
      border: white solid 2px;
      border-radius: 5px;
      margin-top:1em;
      padding: .5em;
      line-height: 1.6em;
      font-size: 1.6em;
      width: max-content;
      object-fit: fill;

  }
  .btn, input{
    border: white solid 2px;
    border-radius: 5px;
   
    width:10em;
    font-family: Arial;
    font-size: 1em;
}

input{
    width: max-content;
}

button{
    border-radius: 5px;

}
.bank1{
    background-image: url("./bank1.jpg");
    object-fit: fill;

}

.bank2{
    background-image: url("./bank2.jpg");
}

.fb{
    border: white solid 2px;
    border-radius: 5px;
    margin:1em;
    padding: 1em;
    line-height: 1.6em;
    font-size: 1.6em;
    width: max-content;
}
p{
    max-width: 60%;
}




.canva {
  height: 39em;
  width:100%;
  position:relative;
  display: flex;
  padding-top: 10%;
  overflow-y: ;
  margin: auto;
  margin-right: -4%;

  

}

.gallery{
  position:relative;
  height:100%;
  width:100%;
}

.gallery:after{
  content:'';
}



img{
  width:var(--width);
  height:var(--height);
}

.clipped-border{
  -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
   clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
   padding:5px;
   background:linear-gradient(grey,lightgrey);
   width:var(--border-width);
   height:var(--border-height);
   max-height:250px;
   max-width:250px;
   height: var(--height);
   width:var(--width);
   transition:transform 0.2s;
   position:absolute;
   cursor:pointer;
}



.clipped-border:before{
  content:'';
  position:absolute;
  opacity:0.5;
  width:350px;
  height:70px;
  background:white;
  top:0;
  left:0;
  z-index:1;
  transform:rotate(45deg);
  transition:transform 0.5s;
}

.clipped-border:hover:before{
  transform: translate(-100px,400%) rotate(45deg);
  transition:transform 0.5s;
}

.clipped-border:nth-child(2){
  top:199px;
  left:118px;
}

.clipped-border:nth-child(3){
  top:0px;
  left:235px;
}

.clipped-border:nth-child(4){
  top:199px;
  left:353px;
}

.clipped-border:nth-child(5){
  top:0px;
  left:470px;
}

.clipped-border:nth-child(6){
  top:395px;
  left:473px;
}
 .clipped-border:nth-child(7){
  top:395px;
  left:236px;
}
 .clipped-border:nth-child(8){
  top:199px;
  left:590px;
}
.clipped-border:nth-child(9){
  top:0px;
  left:705px;
}
.clipped-border:nth-child(10){
  top:395px;
  left:0px;
}

.clipped-border:nth-child(11){
  top:395px;
  left:710px;
}
 


#clipped {
-webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);

}

.clipped-border:hover{
  transform:scale(1.4);
  transition:transform 0.2s;
  z-index:10;
}


@media screen and (max-width:500px){
  .clipped-border{
    width:100px;
    height:100px;
    margin: 5px 5px ;
  }
  
  .clipped-border:nth-child(2){
    top:0;
    left:100px;
  }
  
  .clipped-border:nth-child(3){
    top:0px;
    left:200px;
  }
  
  .clipped-border:nth-child(4){
    top:82px;
    left:50px;
  }
  
  .clipped-border:nth-child(5){
    top:82px;
    left:150px;
  }

  .clipped-border:nth-child(6){
    top:167px;
    left:99px;
  }
   .clipped-border:nth-child(7){
    top:167px;
    left:200px;
  }
   .clipped-border:nth-child(8){
    top:0px;
    left:300px;
  }
  .clipped-border:nth-child(9){
    top:83px;
    left:250px;
  }
  .clipped-border:nth-child(10){
    top:167px;
    left:300px;
  }
  
  .clipped-border:nth-child(11){
    top:167px;
    left:0px;
  }
   
  .clipped-border:nth-child(12){
    top:165px;
    left:0px;
  }
  .canva{
      height: 17em;
margin: auto; 
padding: auto; 
overflow: visible; 
scale:2;

  }

  #home{
    overflow: hidden;
  }
  body{
    height:200%;
  }
  
  
}

.clipped-border:active, .clipped-border:focus  {
scale: 2;
}




@media only  screen and (max-width :300px) {
  body{
    width: 100%;
    
  }
  .canva{
    scale:.5;
  }
  .bank1, .bank2{
    padding-left: 5%;
  }
}

.wrap{
  width: 80%;
  align-content: center;
  padding-left: 5%;

  
}

@media only  screen and (max-width :500px) {
  body{
    width: 330%;
    
  }