﻿.container-menu {
  position: relative;
  /* max-width: 100%; /* Maximum width */
  margin: 0 auto; /* Center it */  
  padding:0px 0px;
    
}

.social
{
    width:25px;
    }
.container-menu .content-menu {
  position: absolute; /* Position the background text */
  top:20px;
  color: #f1f1f1; /* Grey text */      
}

.container-menu .content-title
{
    position: absolute;
    bottom: 5px;
    right: 50px; /* set fonts */
    font-size: 16px;
    font-weight: bolder;
    font-family: Montserrat, sans-serif;
    color: #FFFFFF;        
    
}

.container-menu:hover .overlay {
  opacity: 1;    
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;    
  left:0px;
  
}



.container-menu .content-title a:link {
  color:White ;
}

.container-menu .content-menu .menupicture
{   
    left:5px;        
    width:50px;                
}


.front-pc
{
  position: absolute;
  left: 20px;  
  bottom: 0px;
  width:auto;
    }

.koyel-logo
{
    font-family: 'Dancing Script' , cursive;
    font-size: xx-large;
    color: #FFE16C;
}



.bgcontainer
{
  position: absolute;     
  bottom: 500px;
  left: 5px;
  background-color:Transparent;
  color:Black ;
  padding-right: 450px;
  padding-left: 10px; 
  
    }
 
 
 .bgcontainer1
{
  position: absolute;     
  bottom: 450px;
  left: 5px;
  background-color:Transparent;
  color:Black ;
  padding-right: 450px;
  padding-left: 10px; 
  
    }
  .h5title
{
    position: absolute;
    z-index: auto;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: normal; /* font-family: 'Anton' , sans-serif; */
    font-family: 'Berkshire Swash' , cursive;
}

  .h4title
{
    position: absolute;
    z-index: auto;
    color: #FFFFFF;
    font-size: 38px;
    font-weight: normal; /* font-family: 'Anton' , sans-serif; */
    font-family: 'Berkshire Swash' , cursive;
}
  
   .h3title
{
    position: absolute;
    z-index: auto;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bolder;    
    font-family: 'Berkshire Swash', cursive;
}   

    
.text-block {
  position: absolute;
  bottom: 200px;
  right: 50px;
  background-color:Transparent;
  color:Black ;
  padding-left: 20px;
  padding-right: 400px;
  
}    



#preloader
{
    background-position: #333333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #333333;
}

#preloader:before
{
    border-style: solid;
    border-width: 6px;
    border-color: #FF0000 #1a1814 #FF0000 #1a1814;
    content: "";
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 30px);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }

.contact
{
    background-color: #E9E9E9;
    font-family: Montserrat, sans-serif;
    color: #333333;
}

 
 footer1 {
    /* background-color: #2d2d30;*/
    background-color: #000000;
    color: #f5f5f5;
    padding: 32px;
    text-align:left;
  }
  




