:root{ 
    --mainColour: #eaeaea; 
    --secondaryColour: #fff; 

    --border: #c1c1c1; 

    --maintext:black;
    --secondaaryText: #4b5156;  

    --theme-border: #24292e;  

    --previewBG: rgb(251, 249, 243, 0.8); 
    --previewShadow:#f0ead6;  

    --btnColor: black; 
} 

h1, h2, h3, h4, h5, h6, p,  strong{
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
    
} 



.slideshow{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
} 

.slideshow-item{
    width: inherit;
    height: inherit;
    position: absolute;
    opacity: 0; 
    animation: cycleimages 60s infinite;
}  

.slideshow-item:nth-child(1){
    animation-delay: 0s;
} 

.slideshow-item:nth-child(2){
    animation-delay: 5s;
} 

.slideshow-item:nth-child(3){
    animation-delay: 10s;
}  

.slideshow-item:nth-child(4){
    animation-delay: 15s;
}  

.slideshow-item:nth-child(5){
    animation-delay: 20s;
}  

.slideshow-item:nth-child(6){
    animation-delay: 25s;
}  

.slideshow-item:nth-child(7){
    animation-delay: 35s;
}  

.slideshow-item:nth-child(8){
    animation-delay: 40s;
}  

.slideshow-item:nth-child(9){
    animation-delay: 50s;
}  

.slideshow-item:nth-child(10){
    animation-delay: 55s;
} 

.slideshow-item:nth-child(11){
    animation-delay: 60s;
} 

.slideshow-item:nth-child(12){
    animation-delay: 65s;
}



.slideshow-item img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    
} 

@keyframes cycleimages {
    25%{
        opacity: 1;
    } 
    40%{
        opacity: 0;
    }
} 

@keyframes zoom{
    100%{
        transform: scale(0.9);
    }
}

.wrapper{
    position: relative; 
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.wrapper-text{
    text-align: center;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 5px;
    font-family: poppins;
    text-transform: uppercase;
    margin-bottom: 500px;
    padding: 3rem 2rem;
    border-radius: 0.25rem;
    opacity: 0;
    animation: ani2 0.5s ease-out forwards;
    background-color: rgb(225, 0, 0, 0.8);
} 

.wrapper-text h2, .wrapper-text h3{
    opacity: 0;
    margin: 0;
}  

.wrapper {
    animation: ani2 0.75s ease-out 1s forwards;
}

.wrapper-text h2{
    animation: ani2 0.75s ease-out 1.9s forwards;
} 

.wrapper-text h3{
    animation: ani2 0.75s ease-out 3.5s forwards;
} 

@keyframes ani2{
    100%{
        opacity: 1;
    }
} 

@keyframes ani1{
    100%{
        transform: scale(1.55);
    }
}






li, span, label, input, textarea{
    color: var(--maintext); 
    font-family: 'Noto Sans SC', sans-serif;
    
}  

a{
    text-decoration: none;
    color: #17a2b8;
} 

ul{ 
    
    list-style: none;
} 



h1 {font-size: 56px;}
h2 {font-size: 23px;}
h3 {font-size: 23px;}
h4 {font-size: 23px;}
h5 {font-size: 20px;}
h6 {font-size: 50px; 
    text-align: center;}
h7 {font-size: 23px;}

html, body {
    padding: 0;
    margin: 0; 
    
    background-position: center;
    background-attachment: fixed;
    background-size: cover; 
    background-color: black;
    
   
}  

body *{
    transition: 0.3s;
    
} 

h2 {
    align-items: center;
    text-align: center; 
    transform: translate(20px, 20px); 
    
}

.container{
    position: relative;
    column-count: 3;
    padding: 20px;
} 

.image{
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
} 

img{
    width: 100%;
    transition: 0.25s ease-in-out;
} 

.image:hover img{
    transform: scale(1.1);
} 

h1{
    position: absolute;
    padding: 5px;
    margin: 5px;
    font-size: 25px; 
    background: #5c5c5c; 
    color: #fff; 
    border-radius: 5px; 
    opacity: 0;
    z-index: 1;
    transition: 0.25 ease-in-out;
}  



.image:hover h1{
    opacity: 0.5;
}  

p{   
    display: grid;
    grid-template-columns: repeat(auto-fit, 590px);
    transform: translateY(70px);
    position: absolute;
    padding: 5px;
    margin: 5px;
    font-size: 15px; 
    background: #5c5c5c; 
    color: #fff; 
    border-radius: 5px; 
    opacity: 0;
    z-index: 1;
    transition: 0.25 ease-in-out;
} 

.image:hover p{
    opacity: 0.5;
}

@media screen and (max-width:1024px){
    h1{
        font-size: 20px;
    } 

    p{
        font-size: 10px;
    }
} 

@media screen and (max-width:786px){
    .contianer{
        column-count: 3;
    }
} 

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

    .contianer{
        column-count: 2;
    } 

    h1{
        font-size: 12px;
    }
} 

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

    .contianer{
        column-count: 1;
    } 

    h1{
        font-size: 15px;
    }
}

.mainish-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dark-container{ 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%; 
    
    background: rgba(0, 0, 0, .7); 
    text-align: center;
    padding: 20px; 
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
}   

.dark-container-1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%; 
    background: rgba(0, 0, 0, .7); 
    text-align: center;
    padding: 20px; 
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, 70%); 
} 

.fade-in{
    opacity: 0;
    transition: opacity 250ms ease-in;
} 

.fade-in.appear{
    opacity: 1;
} 

.from-left{
    grid-column: 2 / 3;
    transform: translateX(-50%);
} 

.from-right{
    grid-column: 3 / 4;
    transform: translateX(50%);
} 

.from-left, .from-right {
    transition: transform 400ms ease-in;
} 

.from-left.appear, .from-right.appear {
    transform: translateX(-50%);
}

.sub-container{
    display: grid;
    width: 50%; 
    background: rgba(0, 0, 0, .7); 
    padding: 20px; 
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    height: 35em;
    opacity: .4;
    z-index: -20;
}

.left{
    position: relative; 
    width: 300px;
    
} 
.left img{
    width: 100%;
    height: 100%; 
    border: 3px solid #fff;
}   

.left img:hover{ 
    border: 5px solid green;
    transition: .3s;
} 

.carousel-container{
    margin: auto;
    overflow: hidden;
} 

.carousel-slide{
    display: flex;
    width: 100%;
    
}

.right{
    position: relative; 
    width: 600px;
    margin-top: 20px;
    margin-left: 180px;
} 

.right span {
    display: block;
    align-items: center;
    margin-bottom: 20px;
    width: 80px;
    height: 4px;
    background: #d35400;
}



.newest{
    
    border-bottom: 1px solid var(--border);
    overflow:auto; 
    
}  

.Nav-wrapper{
    border-radius: 10px 10px 0 0;
    grid-area:nav-wrapper;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center; 
    background-color: var(--mainColour);
}   

#navigation a{
    color: var(--maintext);
}

#navigation{
    margin: 0;
    padding: 10px; 

} 

#navigation li{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.dots-wrapper{
    display: flex;
    padding: 10px; 
    text-align: center;
    align-items: center;
    justify-content: center;
} 

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

#dot-1{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    background-color: var(--secondaryColour);
    
}  
/*
.Home{
    color: black;
}

 #dot-1 .outside  .Home{ 
    position: absolute;
   
    
    transform: translate(-25px, -50px);
    background: #fff;
    font-size: 16px;
    padding: 9px 13px; 
    border-radius: 25px; 
    opacity: 0;
    pointer-events: none;
    
    
   
}   

 #dot-1:hover .outside  .Home{
    
    opacity: 1;
    pointer-events: auto;
}


 #dot-1 .outside .Home:before{ 
   content: '';
   position: absolute;
   height: 15px;
   width: 15px;
   background: white;
   bottom: -8px;
   left: 50%;
   z-index: -3;
   transform: translateX(-50%) rotate(45deg);
   
}  

#dot-1 .outside .Home{
    line-height: 1px;
}
*/  
.Home{
    line-height: 1px;
} 

.about{
    line-height: 1px;
} 

.port{
    line-height: 1px;
}

#dot-2{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    background-color: var(--secondaryColour);
    
}  


#dot-3{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    background-color: var(--secondaryColour);
    
} 


.browser-dot{
    background-color: black;
    height: 35px;
    width: 35px;
    border-radius: 50%; 
    margin: 15px; 
    background: #fff;
    

    -webkit-box-shadow: 2px 2px 3px 0px #000000; 
    box-shadow: 2px 2px 3px 0px #000000;
}  




#dot-1:before{
    content: '';
    background: rgba(255, 255, 255, .5);
    opacity: .5s; 
} 

#dot-1:after{
    content: '';
    
    background: rgba(255, 255, 255, .2);
    
    
    opacity: 0;
    

}  

#dot-1:hover{ 
    background: #338033;
    cursor: pointer;
}  

#dot-1:hover:after{
    
    opacity: 1; 
    transition: .7s;
} 

#dot-2:before{
    content: '';
    background: rgba(255, 255, 255, .5);
    opacity: .5s; 
}

#dot-2:after{
    content: '';
    
    background: rgba(255, 255, 255, .2);
    
    
    opacity: 0;
    

} 

#dot-2:hover{ 
    background: #338033;
    cursor: pointer;
} 

#dot-2:hover:after{
    
    opacity: 1; 
    transition: .7s;
} 

#dot-3:before{
    content: '';
    
    background: rgba(255, 255, 255, .5);
    
    opacity: .5s;
    
}

#dot-3:after{
    content: '';
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    

} 

#dot-3:hover{ 
    background: #338033;
    cursor: pointer;
} 

#dot-3:hover:after{

    opacity: 1; 
    transition: .7s;
} 

.about-wrapp{
    display: grid;
    transform: translateX(-20px);
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); 
    background-size: 400% 400%; 
    position: relative; 
    animation: change 10s ease-in-out infinite;
} 

@keyframes change 
 {
     0%{
         background-position: 0 50%;
     }  
     50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0 50%;
    }


 }

.social-links{
    display: grid;
    align-content: center;
    text-align: center;
}
  

.icons {
    display: flex;
    color: var(--btnColor);
    
    
}  



.icons li{
    
    position: relative;
    display: block;
    color: var(--btnColor);
    font-size: 40px;
    height: 60px;
    width: 60px;
    background: var(--mainColour);
    line-height: 57px;
    border-radius: 50%;
    margin: 0 15px;
    cursor: pointer;
    
} 

.icons li:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #d35400;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: .5s;
    z-index: -1;
    transform: scale(.9);
    
    
} 

.icons li:hover:before{
    transform: scale(1.2);
    box-shadow: 0 0 15px #d35400;
    filter: blur(3px);
    
}  



.social-icons{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--btnColor); 
    font-size: 30px;
    
} 

.social-icons:hover{
    filter: blur(0px);
}

.main-container{
    width: 1200px;
    margin: 0 auto;
    text-align: center; 
    
    
}   

#texting{
    width: 800px;
    border-radius: 5px;
    font-size: 10px;
    opacity: 1;
    z-index: 1;
} 

#text-description{
    opacity: 1;
    font-size: 20px;
    transform: translateY(-190px);
    
}  

.wave-container {
    position: relative;
    color: #FFF;
    text-align: center;
    overflow: hidden; 
    width: 100%;
  }


.wave{
    width: 100%;
    z-index: -1000000;
    opacity: .86;
}

#contact-form{
    display: black;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 15px; 
    border-radius: 5px; 
    background-color: var(--mainColour);
    margin-bottom: 121px;
}  

#contact-form label{
    line-height: 2.7em;
}

#contact-form textarea{
    min-height: 100px;
    font-size: 14px;
}

.input-field{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--secondaryColour);
    border-radius: 5px;
    border: 1px solid var(--btnColor);
    font-size: 14px;
} 


#submit-button{
    margin-top: 10px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background-color: var(--btnColor);
    border: none;
    cursor: pointer;
}   

#status{ 
    text-align: center;
    margin-top: 10px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #fff;
    background-color: var(--btnColor);
    border: none;
    
} 

#status.success{
    background-color: var(--btnColor);
    animation: status 4s ease forwards;
}

#status.error{
    background-color: red;
    animation: status 4s ease forwards;
} 

.transition-1{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: var(--mainColour);
    opacity: 0;
    pointer-events: none;
    transition: .5s ease-out;
} 

.transition-1.is-active{
    opacity: 1;
    pointer-events: all;
} 

.transition-2{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    z-index: 3;
    background-color: var(--border);
    pointer-events: none;
    transition: .5s ease-out;
} 

.transition-2.is-active{ 
    left: 0px;
} 

.transition-3{
    position: fixed;
    top: 100%;
    left: 0;
    right: 0; 
    height: 100%;
    z-index: 3;
    background-color: var(--border);
    pointer-events: none;
    transition: .5s ease-out;
} 

.transition-3.is-active{ 
    top: 0;
} 

.hovering{
    display: inline-block;
    position: relative;
} 

.hovering::before{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--secondaaryText);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
} 

.hovering:hover::before{
    transform: scaleX(1);
    transform-origin: bottom left;
}  

@keyframes right{
    0%{
        color: black;
        margin-bottom: -40px;
    } 

    30%{
        letter-spacing: 25px;
        margin-bottom: -40px;
    }
}