




/* width */
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(69, 71, 71); 
    border-radius: 5px;
}



    html{
        scroll-behavior: smooth;
        overflow-x: hidden;
        
    }

    *{
        margin: 0px;
        padding: 0px;
    }

    body{
        background-color: #242222;
        text-align: center;
        color: rgb(191, 191, 191);
        font-family: 'Rubik', sans-serif; 
        font-size: 2.4vh;
        overflow-x: hidden;
    }

    .darkModeBody{
        background-color: #c7dcd8;
        color: rgb(0, 0, 0);
    }


    /* body :not(#popup){
        filter: blur(2px);
    } */
    
    hr{
        z-index:-5;
        position: relative;
    }

    .container{
        margin-left: auto;
        margin-right: auto;	
        text-align: center;
    }


    .gallery img{
        width: 100%;
        height: auto;
        aspect-ratio: 2.5/3;
    }


    nav{
        float: right;
        /*box-shadow: 1px 2px #03151c;*/
        transition: transform 0.4s;
        height:80px;
        background-color: rgba(2, 19, 26, 0.65);
        
        
        
        position: fixed;
        top: 0px;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        z-index: 2;
        
    }

    #logo{
        float: left;
        align-content: center;
        text-align: center;
        padding-left: 10%;
        display: inline-block;
        margin-bottom: auto;
        
    }

    #nav4{
        animation-delay: 160ms;
        animation-duration: 0.5s;

        animation-name: nav4;
        position: relative;
        animation-timing-function: cubic-bezier(0.645,0.045,0.355,1);
        line-height: 5px;

    }
    #yin{

        width: 21px;
        cursor: pointer;

        

    }

    #svglogo{
        transition: all 0.5s ease 0s;
        width: 70px;
        display: block;
        margin-top: 25%;
        
    }


    #svglogo:hover path{
        fill: #0c8080;

    }


    .swiper-button-next{
        padding-right: 2%;
        color: #1ba6a6;
    }

    .swiper-button-prev{
        color: #1ba6a6;
        padding-left: 2%;
    }

    #navbar{

        
        width: 100%;
        /*height:80px;*/
        align-content: center;
        text-align: center;
        
    }
    
    .navHide{
        transform: translateY(-100px);
        
        box-shadow: none;
    }
    
    
    #checkbtn{
        font-size: 30px;

        
        float: right;
        line-height: 80px;
        margin-right: 40px;
        cursor: pointer;
        
    }
    
    #check{
        display: none;
    }

    @media screen and (min-width: 768px){
        #navMob{
            display: none;
        }
       
    }

    @media screen and (max-width: 767px){
        #navbar{
            display: none;
        }
        #navMob{

            
            width:100%;
            
        }
        
        
        .checkbtn{
            display: block;
        }
 

 
         #navMob ul{
             position: fixed;
             height: 120vh;
             width:100%;
             transform: translateX(-100%);
             
            
             top:80px;
             background-color: rgb(3, 24, 33);
             
             text-align: right;
             transition: all .5s;

         }
            
  

       


        #navMob > ul > li{
            line-height: 6em;
            display: block;
            margin-right: 40px;
            
        }

        #navMob a{
            text-decoration: none;
            font-size: 2em;
        }

        #navMob a:hover{
            color: #0a6868;
        }

        #checkbtn{
            display: block;
        }

        #check:checked ~ ul{
            transform: translateX(0);
            
        }

        #logo{
            padding-left: 5%;
        }
    }
        



   


    



    #navbar > ul{
        list-style-type: none;
        position: relative;
        
        float: right;
        margin-right: 3%;
        align-content: center;
        text-align: center;
        margin-top: 20px;

    }

    #navbar ul li{
        display: inline-block;
        
    }

    #navbar ul li a{
        text-decoration: none;
        color: rgb(206, 205, 205);
        
        font-family: monospace;

        font-size: 2.7vh;
        padding: 20px 16px;
        line-height:2;
        transition: all 0.5s ease 0s;
        text-shadow:0.5px 0.5px 1px black;
        
        
    }

    #nav1{
        animation-delay: 0s;
        animation-duration: 0.5s;

        animation-name: nav1;
        position: relative;
        animation-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    }

    @keyframes nav1 {
        0%   {top:-40px; opacity: 0;}

        100% {top:0px; opacity: 1;}
        
    }

    #nav2{

        animation-delay: 80ms;
        animation-duration: 0.5s;

        animation-name: nav2;
        position: relative;
        animation-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    }

    
    @keyframes nav2 {
        0%   {top:-40px; opacity: 0;}
 
        100% {top:0px; opacity: 1;}
        
    }

    #nav3{
        
        animation-delay: 160ms;

        animation-duration: 0.5s;

        animation-name: nav3;
        position: relative;
        animation-timing-function: cubic-bezier(0.645,0.045,0.355,1);
    }

    @keyframes nav3 {
        0%   {top:-40px; opacity: 0;}

        100% {top:0px; opacity: 1;}
    }

    #navbar ul li a:hover{
        
        color: #1ba6a6;
        
        
    }



    #subhead{
        text-align: left;
        font-size: 5vh;
        color: #1ba6a6;
        font-weight: 900;
        font-family: 'SF Mono', SFMono-Regular, ui-monospace,'DejaVu Sans Mono', Menlo, Consolas, monospace;
    }

    .row{

        text-align: left;
    }
 

    hr{
        
        border-top: 1px solid rgb(154, 154, 154);
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
    }
    
    #aboutDes{
        font-size: 1em;
    }

    #about{
        text-align: left;
        
    }

    figure{
        position: relative;
        text-align: center;
        width: 100%;
        top: 21%;

        
    }
    
 

    #overlay{
        
        width: 70%;
        top: 0px;
        bottom: 0px;
        left: 15%;
        right: 0px;
        position: absolute;
        background-color: rgba(0, 46, 48, 0.8);
        transition: all 0.5s ease 0s;
        
        
        
    }

    #overlay:hover{
        background-color:rgba(0, 46, 48, 0);
    }
        

/* 
    @media screen and (max-width: 767px){
        .swiper{
            display: none;
        }
        .swiper {
        width: 100%; 
        padding-top: 50px;
        padding-bottom: 50px;
        }

        .swiper-slide {
        background-position: center;
        background-size: cover;
        
        width: 70%;
        height: auto;
        aspect-ratio: 2.5/3;

        }
   
    } */
/*     
    @media screen and (min-width: 768px){
        #swiperMob{
            display: none;
        }
        .swiper {
          width: 100%; 
          padding-top: 50px;
          padding-bottom: 50px;
        }

        .swiper-slide {
          background-position: center;
          background-size: cover;
          
          width: 70%;
          height: auto;
          aspect-ratio: 2.5/3;
    
        }
       
    }
     */

    /* .swiper-slide{
        z-index: -5;
    } */

     @media screen and (max-width: 767px){
        #swiperDes{
            display: none;
        }
        
     }

     @media screen and (min-width: 767px){
        #swiperMob{
            display: none;
        }
        
     }

     #swiperMob {
        width: 100%; 
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #swiperMob-slide {
        background-position: center;
        background-size: cover;
        
        width: 70%;
        height: auto;
        aspect-ratio: 2.5/3;

    }
     .swiper {
        width: 100%; 
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        
        width: 70%;
        height: auto;
        aspect-ratio: 2.5/3;

    }






    #exp{
        text-align: left;

        
    }

    @media screen and (min-width: 768px){
        #graphic{
            display: flex;
            width: 170%;
            align-items: center;
            vertical-align: middle;
            margin-top: auto;
            margin-bottom: auto;
        }
       
    }

    @media screen and (max-width: 767px){
        #graphic{
            width: 100%;
        }
    }

    @media screen and (min-width: 768px){
        #mobhr{
            display: none;
        }
       
    }

    @media screen and (max-width: 767px){
        #mobhr{
            visibility: visible;
        }
    }

    #contact{
        text-align:left;

    }

    #contact a{
        text-decoration: none;
        color: rgb(191, 191, 191);
        
        transition: all 0.1s ease 0s;
    }

    #social1{
        text-align: center;
    }
    @media only screen and (max-width: 768px){
        #social1{
        
            display: none;
            
        }
    }

    @media screen and (min-width: 768px){
        #social2{
        
            display: none;
            
        }
    }

    #social3{
        text-align: center;
    }

    #contact a:hover{
        color: #1ba6a6;
    }

    a{
        color: rgb(206, 205, 205);
        text-decoration: none;
    }


    #vl{
        
        position: absolute;
        margin-left: -3px;
        border-left: 1px solid rgb(160, 160, 160);;
        height: 200px;
    }
    

    input{
        width: 100%;
        border: none;
        border-bottom: solid 1px rgb(206, 205, 205);;
        outline: none;
        background-color: #242222;
        padding-top: 10px;
        padding-bottom: 5px;
        color: rgb(165, 165, 165);
        font-style: italic;
    } 

    textarea{
        width: 100%;
        border: none;
        border-bottom: solid 1px rgb(206, 205, 205);;
        outline: none;
        background-color: #242222;
        padding-top: 5px;
        padding-bottom: 5px;
        color: rgb(165, 165, 165);
        font-style: italic;
    }
    

    #ok{
 
        width: 31%;
        height: auto;
        background-color:#1ba6a6;

        border-radius: 50px;
        color: rgb(206, 205, 205);
        outline: none;
        border: none;
        
    }

    #send{

        padding:0.3%;
        width: 20%;
        height: auto;
        background-color:#1ba6a6;

        border-radius: 50px;
        color: rgb(206, 205, 205);
        outline: none;
        border: none;
        font-size: 2.5vh;
        text-shadow: 0.5px 1px 1.5px #127878;

        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        min-width: 55px;
       
        
    }
    
    @media screen and (min-width: 1200px){

        #send{
            width: 15%;
            font-size: 2.8vh;
        }
      }

    @media screen and (min-width: 992px){

    #send{
        width: 15%;
        font-size: 2.8vh;
    }
    }

    @media screen and (max-width: 992px){

        #send{
            width: 30%;
            font-size: 2.5vh;
        }
        }

    @media screen and (max-width: 767px){

        #send{
            width: 20%;
            font-size: 2.5vh;
        }
        }

    @media screen and (max-width: 576px){
        body{
            font-size: 2.3vh;
        }
        #send{
            width: 22%;
            height: auto;
            font-size: 2.5vh;
        }
        .childFoot{
            font-size: 2vh;
        }

      }

    #send:hover{
        background-color: #1b9999;
        color: rgb(205, 201, 201);
    }

    .popup{
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 300px;
        height: 130px;
        background-color:#292727;
        text-align: center;
        position: relative;
        border-radius: 5px;
        
        
        transform: translate(0%, -50%) scale(0.1);
        visibility: hidden;
        transition: transform 0.4s;
        

    }

    @media screen and (max-width: 576px){
        .open_popup{
            transform: translate(0%, -350%) scale(1);
            visibility: visible;

            
        }

      }

    @media screen and (min-width: 576px){
        .open_popup{
            transform: translate(0%, -330%) scale(1.2);
            visibility: visible;
        }

      }
 
    .body_blur{
        backdrop-filter: blur(5px);
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
          -o-filter: blur(2px);
         -ms-filter: blur(2px);
             filter: blur(2px);


    }

    #cen{
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }


    section{
        width: 100%;
        height: 100%;
        background: url(../pictures/anews.jpg) rgba(0, 0, 0, 0.3);
        background-size: cover;
        background-position: center;
        background-blend-mode: multiply;
        z-index: -1;
        position: absolute;
        overflow-x: hidden;
        
    }

    @media screen and (max-width: 767px){

        section{
            width: 100%;
            height: 100%;
            background: url(../pictures/bglowlow.jpg) rgba(0, 0, 0, 0.5);
            background-size: cover;
            background-position: center;
            background-blend-mode: multiply;
            z-index: -1;
            position: absolute;
            overflow-x: hidden;
        }
        }


    #intro{
        text-align: left;
        position: relative;
        z-index: 0;
        font-family: monospace;
        font-size: 2.7vh;
    }

    @media screen and (min-width: 1064px){

        #name{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-weight: 900;
            font-size: 10vh;
        }
        }
        

    @media screen and (max-width: 1064px){

        #name{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-weight: 900;
            font-size: 4vh;
        }
        }
        
    

    /* #overlay{
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        background-size: cover;
        background-position: center;
    } */

    #lines{
        color: #1ba6a6;
        font-family: 'Dancing Script', cursive;
        font-size: 2em;
    }


    .darkModeLines{
        color: black;

    }



    .parentFoot{
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        color:rgb(206, 205, 205);
        
        background-color: #1c1b1b;
        height: auto;
        
        font-family: 'Rubik', sans-serif; 
        
        
        
        
    }


    .childFoot{

        font-size: 2.8 vh;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        vertical-align: middle;		

    }


    .childFoot p{

        margin-top: auto;
        margin-bottom: auto;
        padding-top: 30%;
        padding-bottom: 15%;
        vertical-align: middle;

    }


    .childFoot a{
        text-decoration: none;
        color: #1ba6a6;
        transition: all 0.1s ease 0s;
    }

    .childFoot a:hover{
        color: #086e6e;
    }




    #toolList{
        list-style-type: circle;
        margin-left: 3%;
        
    }

    #toolList li{
        
        display: list-item;
        width: 50%;
        float: left;
        
    }


