body{
    margin: 0;
    padding: 0;

}

.color-container{

    height: 90vh !important;
    width: 100vw !important;
    padding: 30px 5px;
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
  
   
}

.container-image{

    height: 80vh;
    width: 50vw;

    
}

.container-image img{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    
}

.container-text{
    margin-top: 40px;
    height: 60vh;
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;

}

.container-text h4{

    font-family: gill-sans-nova,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 17px;
    color: #a19387;
    text-transform: uppercase;
    letter-spacing: 3px;
    
    margin-bottom: -10px;
}

.container-text h1{
    

   
    font-weight: 300 !important;
    font-style: normal;
    line-height: 34px;
    color: #262525;



}

.container-text p{

    font-family: gill-sans-nova,sans-serif;
    font-weight: 300;
    line-height: 35px;
    font-size: 16px;
    color: #292929;
    line-height: 1.6;
    letter-spacing: .6px;
    padding-right: 20px;
    
    padding-bottom: 20px;
   



}

.container-text button {

    color: #393837;
    display: table;
    font-family: gill-sans-nova,sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 12px;
    font-size: 13px!important;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    padding: 20px 30px;
   
    border: 1px solid black;
   
    
}

.container-text button:hover {

    background-color: #000;
    animation: reverse 0.3s;
    color: #fff;
}

.button-container{

    
    height: 70px;
    width: 100%;
    padding:20px 10px;
    display: flex;
   
    justify-content: center;

    margin-top: -60px;
   
}

.button-container .button-content{
    display:flex;
    flex-direction: column ;
  
}





.button-container .button-content button{

    border-radius: 50%;
    height: 50px;
  width: 33px;
    border: 1px solid black;
    margin-left: 20px;
 


}

.button-container .button-content p{

    font-size: 16px;
    margin-top: 10px;
    font-family: gill-sans-nova,sans-serif;
    color: #393837;

}






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

    .color-container{

      display:flex;
        flex-direction: column; 
        width: 100vw;
        justify-content: center;
        height: auto;
    }


    .container-image{

        width: 100vw;
    }

    .container-text{
      
        width: 100vw;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;


    }


    .container-text button{

        margin: 20px 0;
        padding: 8px;
    }


    .button-container{

        display: flex;
        flex-wrap: wrap;
        width: 100vw;
        margin-top: 180px;
        margin-top: 0px;
        margin-bottom: 120px;

        
    }


    .container-image{

        margin-top: 60px;
    }

    
.container-text h2{

    font-size: 25px;
    line-height: 25px;
    padding: 20px 0 ;
    font-weight: 400 ;
}

   
.container-text h4{

    padding-top: 20px;
    padding-bottom: 10px;
}


.video-player {
    position: relative;
    width: 100vw; /* Replace with your desired width */
    height: auto; /* Replace with your desired height */
    left: 0%;

    margin-bottom: 100px;
    
  }








  }

  
  .dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }
  
  .dialog.visible {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #video-player {
    width: 640px;
    height: 360px;
    background: #000;
    color: #fff;
  }
  