@font-face {
  font-family: 'Satoshi';
  src: url(fonts/Satoshi.ttf);
  
}

html{
   
  scroll-behavior: smooth;

}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

    /* Handle */
::-webkit-scrollbar-thumb {
  background: #ededed; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ededed; 
}

::-webkit-scrollbar-track {
  background-color: #1a1a1a;
}



body {
    background-color: #1a1a1a;
    margin: auto;
    width: auto;
    height: 100%;
    overflow-x: hidden;
    
    
    
}

nav{
    font-family: 'Satoshi';
    font-weight: 900;
    font-size: 16px;
    color: #ededed;
    
    display:flex;
    justify-content: space-between;
    align-items: center;
    
    position: sticky;
    top: 0;
    background-color: #1a1a1a;
    opacity: 0.9;
    width: 100%;
    z-index: 100;
    margin: 0;

   
    
}

.Alpha a:hover{
    color: #3a6ea5;
    cursor: pointer; 

}

.Alpha{
    
    margin: 20px;
    
}

.Alpha a{
    display: block;
    list-style-type: none;
    text-decoration:none;
    color: #ededed;
}

.ximage{
 width: 50px;
 height: 50px;
 
}

.ximage:hover{
    fill: #3a6ea5;
}

.Beta{
    display: flex;
    text-decoration: none;

  
    
    
}

.Beta nav ul{
    text-decoration: none;
    
   
}

.Beta li{
    display: inline-block;
    list-style-type: none;
    margin: 0px 35px 0px 50px;
    text-align: center;
    
    
    
}

.Beta li:hover{
    color:#3a6ea5;
    cursor: pointer;
}

.Beta a{
    color: #ededed; 
    text-decoration: none;
    list-style-type: none;
}

.Beta li a:hover{
    color:#3a6ea5; 
    
}

.Alpha p{ 
    font-family: 'Satoshi', sans-serif;
}

.Beta p{ 
    font-family: 'Satoshi', sans-serif;
}

.dropdown{ 
    position: relative;
}

.dropbtn{
    background-color: #1a1a1a;
    color: #ededed;
    border: none;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 900;
    padding: 0px;
    cursor: pointer;
    
    

}





.dropdown-content{
    display: none;
    
    position: absolute;
    background-color: #1a1a1a;
    min-width: 200px;
    right:0;
    opacity: 1;
}

.dropdown-content a {
  color: #ededed;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  
  
}

.dropdown-content a:hover {
  background-color: #ededed;
  color:#1a1a1a;
  transition-duration: 0.6s;
}


.dropdown:hover .dropdown-content {
  display: block;
 
}


.Charlie{
    display: flex;
    
    margin: 0;
    margin-right: 20px;
    margin-left: 20px; 
    width: auto;
    height: 700px;
  
}

.Charlie h1 {
    Color: #ededed;
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight:500;
}

.Charlie p {
    Color: #ededed;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight:500;
}

.Delta{
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    width: 50%;
    
    
}

.Delta p{
    
    line-height: 1.6;
}

.Epsilon {
    width: 50%;
    
    
    
}

section{
    
    height:auto;
    width: auto;
    
}




.explain{
    width: 100%;
    height: auto;
    color: #ededed;
    font-size: 24px;
    font-family:'Satoshi', sans-serif;
    
    display: flex;
    justify-content: center;
    align-items: center; 
    text-align:justify;
}
.Zeta{
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
    flex-direction: row;
    Padding-top:70px;
    Padding-bottom: 50px;
    
}

.Photoframe{
    font-family: 'Satoshi', sans-serif;
    font-weight: 100;
    position:relative;
    width: 50%;
    
    padding: 0px; 
    width: auto;
    height: auto;
    
    margin: 15px; 
    display: flex; 
    justify-content: center;
    align-items: center;

    background-color: #B8B8B8;
    width: 360px;
    height: 240px; 
    
}

.gallery{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
   

    height: auto;
    width: auto;
}

.image{
    
    width: 360px; 
    height: 240px;
    aspect-ratio: 2;
}

.image2{
    margin: 10px;
    width: 500px; 
    height: 333px;
    aspect-ratio: 2;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.Photoframe:hover .overlay {
  height: 25%;
}

.text {
  color: #ededed;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.Photoframe p{
    font-size: 16px; 
    color: #ededed;
    text-align: center;
}

.groupbutton{ 
    display: flex;
    justify-content: center;
    
    background-color:#3a6ea5;
    width: auto;
    height: auto;
}

.back{
    font-family:'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 32px; 
    
    width: auto;
    height: auto; 
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.back a:hover{ 
    color: #3a6ea5;
    cursor: pointer;
}

.back a{
    text-decoration: none;
    color: #ededed;
}
/* do no touch the footer */

footer{
    width: 100%;
    height: auto;
    background-color: #1f1f1f;
    margin-top: 100px;
    font-family:'Satoshi', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ededed;    
}

.footercontainer{
    display:flex; 
    flex-wrap: wrap;
    margin-left: 60px;
    margin-right: 60px;
    
    display: flex; 
    justify-content: space-between;
}

.leftfooter{
    margin: 20px;

    height: auto;
    
    
}

.dot:not(:last-child)::after {
  content: " • "; /* dot with spaces */
}

.rightfooter{
    width: 25%;
    margin: 20px;
    height: auto;
    display: flex;
    justify-content: space-around;
    
}

.rightfooter p a{
    text-decoration: none;
    color: #ededed;
}

.rightfooter p a:hover{
    color: #3a6ea5;
}

.bottomfooter{ 
    width: 100%;
    height: auto;
    
    display: flex; 
    justify-content: space-between;
    flex-wrap: wrap;
}



.vertical-line {
  width: 100%;          /* thickness */
  height: 1px;        /* length */
  background-color: white;
  display: inline-block; /* so it sits inline with text if needed */
}


.homepage{
    width:100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homecontainer{
    border-radius: 35px;
    width: 80%;
    height: 80vh;
    background-color: #1f1f1f;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lefthome{
    
    width: 100%;
    height: auto;
    text-align: center;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.lefthome h1{ 
    font-family: 'Satoshi', sans-serif;
    color: #ededed;
    font-size: 72px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 500;
}

.lefthome p{ 
    font-family: 'Satoshi', sans-serif;
    color: #ededed;
    font-size: 30px;
    font-weight: 300;
}

.lefthome span{ 
    font-family: 'Satoshi', sans-serif;
    color: #ededed;
    font-size: 40px;
    font-weight: 400;
}

.righthome{
    width: 60%;
    height: auto;
    
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.righthome a{
    font-family: 'Satoshi', sans-serif;
    border: 1px solid #ededed;
    color: #ededed;
    font-size: 24px;
    font-weight: 700;
    margin: 20px;
    text-decoration: none;
    
    padding: 20px;
    
}

.righthome a:hover{
    background-color: #ededed;
    color: #1a1a1a;
    
}


.image3{
    height:500px; 
    width: 333px;
    
}

.portrait{ 
    display: flex;
    justify-content: space-around;
    margin: 30px;
}

.videopage{
    width: 100%;
    height: 100%;
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    

}

.iframecontainer{
    display:flex;
    justify-content: center;
}

iframe{
    margin: 30px;
    aspect-ratio: 14/9;
    height: 80vh;
    width: 100%;
}

video{
    margin: 30px;
    aspect-ratio: 16/9;
    height: 60vh;
    width: 90%;
}

.label{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: #d6c5c4;
    width: 100%;
    text-align: Center;
}

.image4{
    width: 900px;
    height: 600px;

}

.Dgallery{
    display: flex;
    justify-content : center;
    margin-top: 30px;
}

.image5{
    width: 580px;
    height: 500px;

}

.mgallery{
    margin: 30px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
   flex-direction: column;

    height: auto;
    width: auto;
}

.image6{
    width:746px;
    height: 2000px;
    aspect-ratio: 2;
}

.image7{
    width:746px;
    height: 420px;
    aspect-ratio: 2;
}

.menuicon{ 
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ededed;;
    
    display: none;
    color: black;
    
    
    
    font-size: 35px;
}

@media (max-width: 375px){

    body{ 
        height: auto;
        
    }

    nav{
        display:flex;
        
    }
    .alpha a{ 
        font-size: 12px;
    }
    .beta{
        padding: 0px;
        display:flex;
        flex-direction: column; 
    }

    .image2{
        width: 350px;
        height: 203px;
        margin:0;
        margin-bottom: 20px;
    }

    
    .explain{
        margin: 0;
    }

     .explain p{
        margin:0;
    }

    .back{
        font-size: 16px;
    }

}


@media (max-width: 1024px){
    body{
        height: auto;
        overflow-x: hidden;
    }

    .Alpha a{ 
        font-size:17px;
    }

    .Beta li{ 
        font-size:17px;
    }


    .explain{
        
        font-size: 20px;
        margin: 50px;
        width: auto;
        text-align:left;
    }

    .rightfooter{ 
        justify-content: space-between;
    }

    iframe{ 
        margin: 0; 
    }

    .overlay{
        height:20%;
    }

    .lefthome h1{ 
        font-size: 64px;
    }

    .lefthome span{ 
        font-size: 34px;
    }

    .lefthome p{ 
        font-size: 26px;
    }

    .righthome a{
        font-size: 24px;
    }

    .homecontainer{
        height: 60vh;
    }

    .portrait{
        flex-direction: column;
        justify-content: center; 
        align-items: center; 
    }

    .image3{
        margin-bottom: 20px;
    }
}

@media (max-width: 768px){
    body{
        height: auto;
        overflow-x: hidden;
    }

    .Alpha a{ 
        font-size:17px;
    }

    .lefthome h1{ 
        font-size: 48px;
    }

    .lefthome span{ 
        font-size: 26px;
    }

    .lefthome p{ 
        font-size: 20px;
    }

    .righthome a{
        font-size: 16px;
    }


    .footercontainer{
        display: flex;
        
    }
    

    .rightfooter { 
        margin:0px;
       width:auto ;
    }

    .leftfooter { 
        margin: 0;
       
    }

    .explain{
        
        font-size: 16px;
        margin: 50px;
        width: auto;
        text-align:justify
    }

    

    video{
        margin: 0px;
        height: auto; 
    }

    .gallery-reels{
        display:flex;
        flex-direction: column;
    }

    

    .overlay{
        height:20%;
    }

    .bottomfooter p{
        font-size: 16px;
    }

    .rightfooter p{
        font-size: 16px;
        padding: 5px;
        
    }

    .leftfooter p{
        font-size: 16px;
    }

    .leftfooter span{
        font-size: 16px;
    }
}

@media (max-width: 600px){
    nav{ 
        display:flex;
        
        font-size: 12px ;
        width: 100%;
    }

    nav ul{ 
        padding: 0px; 
        margin: 0px; 
        display:flex;
        flex-direction: column;
        
    }

    .Beta{
        
        display:flex;
        flex-direction: column;
    }

    .Beta li{ 
        margin: 5px;
    }

    .label{
        font-size: 24px;
    }

    .text{
        font-size: 16px;
    }
    .dropdown{
        display: hidden;
    }

    .lefthome h1{ 
        font-size: 28px;
    }

    .lefthome span{ 
        font-size: 16px;
    }

    .lefthome p{ 
        font-size: 16px;
    }

    .righthome a{
        font-size: 16px;
        margin: 0;
    }

    .homecontainer{
        height: auto;
        padding: 20px;
        
    }

    .homepage{
        height: 50vh;
    }

    .image2{
        width: 350px;
        height: 203px;
        margin:0;
        margin-bottom: 20px;
    }

    .explain{
        font-size: 16px;
        margin: 10px; 
        text-align:left;
    }

    .iframecontainer{ 
        height: 350px;
    }

    .responsive-iframes{ 
        height: 350px;
    }

    .videopage{
        height: 50vh;
    }

    footer{
        margin-top: 50px;
    }

    br{
        display: none; 
    }

    .overlay{
        height:20%;
    }

    .Beta li a{
         display: none;
    }

    .Alpha a{ 
        font-size: 16px;

    }

    .Beta li{
        display: none;

    }

    .menuicon{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px;

    }

    .menuicon:hover{
        background-color: #3a6ea5;
    }

    .righthome{
        display:none;
    }

    .dropdown-content{
        font-size: 16px;
        text-align: center;
    }

    .bottomfooter{
        width: 100%;
    }
    .bottomfooter p{
        font-size: 12px;
    }

    .rightfooter p{
        font-size: 12px;
        padding: 0px;
        padding-bottom: 10px;
    }

    .leftfooter p{
        font-size: 12px;
    }

    .leftfooter span{
        font-size: 12px;
    }

    .footercontainer{
        margin: 20px;
    }

    

    .Photoframe{
        margin:0px;
        margin-top: 20px; 
        margin-bottom: 20px ;
    }
}


@media (hover: none) {
  
  .Photoframe:hover
   {
    /* reset hover styles */
    background-color: initial;
    color: inherit;
    transform: none;
  }
}
