/*  HEADER */
::selection {
    background-color: #f9c349;
    color: black;
    }
    
    
    .navbar-nav{
      margin-left: auto;
      gap: 10px;
      font-size: 18px;
      }
      
      .navbar{
  background: white;
  
  }
      
      .nav-item a{
      color:black;
      font-family: 'Poppins', sans-serif;
  
      }
  

  
      .nav-item a:hover{
        color:#9E8444;
border-bottom: 3px solid #9E8444;        }
        
         #active {
            color:#9E8444 !important;
            border-bottom: 3px solid #9E8444;  
        }
        
    
    .btn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;    
     margin-top: 2px;
    
    }
    .btn{
      border:1px solid #9E8444; 
      background-color:none;
      color:#9E8444 !important;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      font-family: 'Roboto', sans-serif;
      border-radius: 5px;
      
      }
      
      .btn:hover{
          border:1px solid #9E8444; 
  background-color: #9E8444;
      color:white !important;
      transition: 0.3s;
      }
  

    
/*FOOTER*/


.site-footer
{
background-color:#26272b;
padding:80px 0 20px;
font-size:15px;
line-height:24px;
color:white;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:white;
}
.site-footer a:hover
{
color:blanchedalmond;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block;
color: white;

}
.footer-links a
{
color:white;
}
.footer-links #footer,.footer-links a:focus,.footer-links a:hover
{
color:blanchedalmond;
text-decoration:none;
border-bottom: 2px solid blanchedalmond;  

}
.footer-links.inline li
{
display:inline-block
}


.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}




.col-xs-6 a{
text-decoration: none;
}

.copyright-text img{
width:20%;
}

.col-xs-6 iframe{
height:62%;
width:100%;

}



.col-xs-6 li{
color:white;
}

.col-5 svg{
fill:none;
}

#logo{
text-align: right;
}


/*BACKGROUND*/

#about-head {
    background: url(images/Q7A9822-2048x1365.jpg) rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 600px;
    font-family: 'Playfair Display', sans-serif; 
    color: white;  
  }
  
      
  

  
      #caption {
          letter-spacing: 3px;
          margin-top: 200px;

      margin-bottom: 0;
      padding-bottom: 0;
      
      }
      
  
      
      #info {
  
      letter-spacing: 3px;
    
      line-height: 1;
      }

      
/*CARDS*/
      .contacts {
        background-color: whitesmoke;
        padding: 60px 0 30px 0;
        padding-top: 90px;
   }

   
   .contacts .titlepage p {
        color: #121212;
        font-size: 17px;
   }
   
   .contacts .info {
        text-align: center;
        background-color: #fff;
        margin-bottom: 30px;
   }
   
 

   .contacts .info .cont {
        padding: 33px 0;
   }
   
   .contacts .info .cont h3 {
        color: #121212;
        font-weight: 500;
        margin: auto;
   }
   
   #serv_hover:hover.info {
        cursor: pointer;
        box-shadow: 0px 0px 30px rgba(255, 9, 9, 0.15);
        transition: ease-in all 0.2s;
   }

/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
  }
  
  
  @keyframes slideInUp {
    0% {
      opacity: 0;
      transform: translateY(25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInDown {
    0% {
      opacity: 0;
      transform: translateY(-25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInleft {
    0% {
      opacity: 0;
      transform: translateX(25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(-25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale(0.75);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes zoomReverseIn {
    0% {
      opacity: 0;
      transform: scale(1.25);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes flipInY {
    0% {
      opacity: 0;
      transform: perspective(90vw) rotateY(67.50deg);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  
  [data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
  }
  
  
  .animations-disabled {
    &,
    [data-animation] {
      animation: none !important;
      opacity: 1 !important;
    }
  }
  
  .slideInUp {
    animation-name: slideInUp;
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  .slideInLeft {
    animation-name: slideInleft;
  }
  .slideInRight {
    animation-name: slideInRight;
  }
  
  
  .fadeIn {
    animation-name: fadeIn;
  }
  
  
  .zoomIn {
    animation-name: zoomIn;
  }
  .zoomReverseIn {
    animation-name: zoomReverseIn;
  }
  
  
  .flipInY {
    animation-name: flipInY;
  }
  .flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
  }