*{
    margin: 0;
    padding: 0;
    font-family: 'Sono', sans-serif;
    box-sizing: border-box;
}
body::-webkit-scrollbar{
    display: none;
}
.header{
    min-height: 500px;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/dog.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    
}
nav{
    display:flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
width: 150px;
}
.nav-links{
    flex: 1;
    text-align: left;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.nav-links ul li ::after{
    content: '';
    width:0%;
    height: 2px;
    background: #007369;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li :hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-box h1{
    font-size: 63px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: white;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white ;
    border:1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #007369;
    background: #007369;
    transition: 1s;
}
nav .fa{
    display: none;
}
i .fa-sharp{
    display: none;
}
i .fa-solid{
    display: none;
}
i .fa-circle-xmark{
    display: none;
}
@media(max-width:700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #005A5B;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200;
        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;
    }
}
/*-----text box-----*/
.swagbox{
    width: 80%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.swagbox{
    flex-basis: 48%;
    padding: 10px 2px;
}

.swagbox{
    width: 80%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.swagbox{
    flex-basis: 48%;
    padding: 10px 2px;
}

.swagbox img{
    width: 540px;
    height: 540px;
}
.box-row{
    margin-top: 1%;
    display:flex;
    justify-content: space-between;
    text-align: center;
}
.swagbox{
    flex-basis: 48;
    background: #005A5B;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 30px;
    padding: 20px 12px;
    box-sizing: border-box; 
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.swagbox:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.3); 
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
.swagbox-col{
    flex-basis: 48%;
    border-radius: 18px;
    margin-bottom: 30px;
    text-align: center;
    position: relative ;
    overflow: hidden;
}

.swagbox-col img{
    width:540px 540px;
    display: block;
    position: relative;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: #007369;
}
.layer h3{
    width: 100%;
    font-weight: 700;
    color: black;
    font-size: 30px;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 1s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}
/*---------------jumptos -----------*/
.link{
    text-align: center;
    width: 100%;
    position: relative;
    top: -30px;
}
.send-btn{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    object-position: center;
    color: black;
    border: 1px solid #007369;
    padding: 12px 34px;
    font-size: 15px;
    background: #007369; 
    position: relative;
    cursor: pointer;
}
.send-btn:hover{
    border: 1px solid #005A5B;
    background: #005A5B;
    transition: 0.9s;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.3); 
}

/*----------slideshow------*/

h1{
    font-size: 39px;
    font-weight: 600;
}

p{
    color: black;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

    }
.slidershow{
    width: 1225px;
    height: 700px;
    overflow: hidden;
    }
 .middle{
     position: relative;
     margin-bottom: 90px;
     top: 50%;
     left: 50%;
     bottom: 50%;
     border: 30%;
     transform: translate(-50%, 0);
     
    }  
    .navigation{
      position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
    }    
    
    .bar{
        width: 37.5px;
        height: 7.5px;
        border: 2px solid #005A5B;
        margin: 4px;
        cursor: pointer;
        transition: 0.4s;
    }
    .bar:hover{
        background: #007369;
    }

   input[name="r"]{
        position: absolute;
        visibility: hidden;
        
    }    
    
    .slides{
        width: 500%;
        height: 100%;
        display: flex;
    }
    
    .slide{
        width: 20%;
        transition: 1.4s;
        
    }
    
    .slide img{
        width: 100%;
        height: 100%;
    }
    #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%;
    }
    
    .slide img{
        width: 100%;
        height: 100%;
    }
    #r6:checked ~ .s1{
        margin-left: 0;
    }
    #r7:checked ~ .s1{
        margin-left: -20%;
    }
    #r8:checked ~ .s1{
        margin-left: -40%;
    }
    #r9:checked ~ .s1{
        margin-left: -60%;
    }
    #r10:checked ~ .s1{
        margin-left: -80%;
    }
    .slide img{
        width: 100%;
        height: 100%;
    }
    #r11:checked ~ .s1{
        margin-left: 0;
    }
    #r12:checked ~ .s1{
        margin-left: -20%;
    }
    #r13:checked ~ .s1{
        margin-left: -40%;
    }
    #r14:checked ~ .s1{
        margin-left: -60%;
    }
    #r15:checked ~ .s1{
        margin-left: -80%;
    }
    
    .slide img{
        width: 100%;
        height: 100%;
    }
    #r16:checked ~ .s1{
        margin-left: 0;
    }
    #r17:checked ~ .s1{
        margin-left: -20%;
    }
    #r18:checked ~ .s1{
        margin-left: -40%;
    }
    #r19:checked ~ .s1{
        margin-left: -60%;
    }
    #r20:checked ~ .s1{
        margin-left: -80%;
    }
      @media(max-width: 1050px){
    .slidershow{
        flex-direction: column;
        max-width: 700px;
        max-height: 400px;
        }
    }      

      @media(max-width: 700px){
    .slidershow{
        flex-direction: column;
        max-width: 350px;
        max-height: 200px; 
    }
/*---------iframestuff----------*/
@media(max-width: 1050px){
    .slide iframe{
        flex-direction: column;
        max-width: 700px;
        max-height: 400px;
        }
    }

      @media(max-width: 700px){
    .slide iframe{
        flex-direction: column;
        max-width: 350px;
        max-height: 200px;
        }
    }
}
.videoWrapper iframe {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    max-width:122; 
    max-height:700px; 
    width: 100%;
    height: 100%;
}
.frames iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 10px;
    max-width:1225; 
    max-height:700px; 
    width: 100%;
    height: 100%;
}




/*---------footer----------*/
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600 ;
}
.icons .fa{
    color: blue;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

/* contact me */
.location{
    width: 80% ;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.contact-me{
    width: 80%;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 28px;
    color: #7b7b7b;
    margin: 10px ;
    margin-right: 30px;
}
.contact-col div p{
    padding: 1px;
    margin-left: 20px;

}
.contact-col div h4{
    padding: 20px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15%;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #7b7b7b;

}
.comment-box{
    border: 1px solid #ccc;
    margin: 50px 0px;
    padding: 10px 20px;
}
.comment-form input, .comment-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
}
.red-btn{
    border: 1px solid #7b7b7b;
    background:transparent;
    color: #7b7b7b;
}
.comment-form btn{
    margin: 10px;
}
/*---------university work page----------*/
/* Style the Image Used to Trigger the Modal */
.year1{
    text-align: center;
}
.unititle{
    color: #000000;
    text-decoration: solid;
    text-decoration: underline;
    text-align: center;
}
/* Center website */
.main {
    max-width: 1000px;
    margin: auto;
  }
  
  h1 {
    font-size: 50px;
    word-break: break-all;
  }
  .row {
    margin: 8px -16px;
  }
  
  /* Add padding BETWEEN each column (if you want) */
  .row,
  .row > .column {
    padding: 8px;
  }
  
  /* Create three equal columns that floats next to each other */
  .column {
    float: left;
    width: 33.33%;
    display: none; /* Hide columns by default */
  }
  
  /* Clear floats after rows */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .content {
    background-color: #7b7b7b;
    padding: 10px;
    border-radius: 14px;
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #7b7b7b;
    cursor: pointer;
  }
  
  /* Add a grey background color on mouse-over */
  .btn:hover {
    background-color: #ddd;
  }
  
  /* Add a dark background color to the active button */
  .btn.active {
    background-color: rgb(94, 94, 94);
     color: white;
  }
h4{
    font-size: 1.4vw;
}
p{
    font-size: 0.9vw;
}