*{
    font-family: 'REM', sans-serif;
}
body,html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-color: white;
}
.navbar {
    background-color: #347988;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 160px; 
    min-height: 123px;
    color: #fff;
}
.work-content{
    display: flex;
    flex-direction: row;
   
}
.logo{
    font-size: 30px;
}
.logo h3{
    color: white;
    margin: 0;
}
.logo span{
    color: #37c9b0;
}

.navbar-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s ease ;
}

.navbar-links li {
    margin-right: 20px;
}

.navbar-links li:last-child {
    margin-right: 0;
}

.navbar-links li a {
    display: inline-block;
    color: white;
    padding: 5px 0;
    margin:0 10px;
    font-size: 15px;
    border: 3px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ;
}

.navbar-links li a:hover, .navbar-links li a.active {
    border-bottom-color: #37c9b0 ;
    font-size: 18px;
}

.navbar-hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #37c9b0;
    margin: 5px 0;
}
@media screen and (max-width: 1120px) {
    .navbar{
        padding: 5px 70px;
    }
}
@media screen and (max-width: 768px) {
    .navbar{
        padding: 5px 50px;
    }
    .navbar-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 110px;
        left: -100%;
        width: 100%;
        background-color: #347988;
        box-shadow: 0px 17px 15px -6px #37c9b0; 
        padding: 10px 0;
    }
    .navbar-links.show {
        display: flex;
        left: 0%;
    }

    .navbar-links li {
        margin: 10px;
    }

    .navbar-hamburger {
        display: block;
    }
}
.home {
    display: flex;
    height: 90vh;
    background: url("./images/UVODKA-PREBSLOVA-16X9-FOTKA.png");
    background-size: cover;
    align-items: center;
    background-position: center;
    padding: 0 10%;
    
}
.home-content{
    max-width: 700px;
    
    
}
@media(min-width: 1000px) {
    .home-content{
       margin-top: -10%;
       max-width: 630px;
    }
    
    
}
@media(max-width:999px){
    .home-content{
        margin-top: -20%;
    }
    .home{
        background: url("./images/UVODKA-PREBSLOVA-9X16.png");
        background-size: cover;
    }
}

@media(max-width: 375px){
    .home-content{
        margin-top:-30%;
    }
}

.home-content h1{
    font-size: 50px;
    font-weight: 700;
    color: #fff;;
    margin: 2px 0px;
}
.home-content h3{
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0px;
    padding-bottom: 15px;
    color: #37c9b0;
}
.home-content .btn{
    padding: 0;
}
.home-content .action_btn{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    border-color: #37c9b0;
    background-color: #37c9b0;
    padding: 15px;
    transition: 0.4s;
}
.home-content .action_btn:hover{
    background-color: #fff;
    color: #347988;
}

iframe {
    border-radius: 10px;
    border: #000 1px solid;
    width:400px;
    height:300px;
    box-shadow: 0px 0px 15px 0px #37c9b0;
    
}
.info {
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #37c9b0;
    background-color: #fff;
    color: #37c9b0;
    padding: 15px 40px;
    height: fit-content;
    
}


@media(max-width: 1180px){
    .home{
        background-size: cover;
        background-position: center;
        padding: 0 5%;
    }
    
}
@media(max-width: 1162px) { 
    .info {
       padding-left: 10px;
       padding-right: 10px;
       max-height: 300px;
       min-width: max-content;


    }
}
@media(max-width: 890px) { 
    .info {
       padding-left: 10px;
       padding-right: 10px;
       max-height: 300px;
       
       
    }
}

.info-title{
    font-weight: bold;
    font-size: 20px;
}
.opening-hours{
    border: none;
   
    display: flex;
    flex-direction: row;
    width:auto;
    margin: auto;
   

}
.day{
    padding-right: 27px;
}
.hours{
    padding-left: 15px;
}
.move-left{
    padding-left: 20px;
}




ion-icon{
    font-size: 20px;
}
ion-text{
    font-size: 20px;
}

.contact-content {
    display:flex;
    justify-content: center;
    gap: 30px;
    margin:auto;
    align-items: center;
    flex-direction: row;
    width: 60%;
    padding-bottom: 20px;

}




.about-us{
    display:flex;
    align-items: center;
    width: 60%;
    height: 65%;
    margin:auto;
    padding-bottom: 100px;
    justify-content: space-between;
    
}
.about-us img{
    flex:0 50%;
    max-width: 50%;
    max-height: 600px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #37c9b0;
    content: url(./images/about-us.jpg);
}

.about-content{
    padding:35px;
    border-radius: 10px;
    margin-left: 15px;
    height: auto;
    box-shadow: 0px 0px 15px 0px #37c9b0;
}
.about-content .btn{

    padding-left: 0px;
}
.about-content h2{
    color:#347988;
    font-size: 24px;
    margin: 15px 0px;
}
.about-content p{
    color:#37c9b0;
    font-size: 18px;
    line-height: 1.5;
    margin:15px 0px;
    padding-bottom: 10px;
}
@media(max-width:1030px){
    .about-us{
        width: 70%;
       
    }
}
.main{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display:flex;

    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.heading{
    text-align: center;
    margin-top: 25px;
}
.heading h1{
    font-size: 50px;
    color:#347988;
    margin-bottom: 25px;
}
@media(max-width:768px){
    .about-us{
        
        flex-direction: column;

    }
    .about-us img{
        flex: 0 100%;
        max-width: 100%;
    }
    .about-content{
        flex: 0 100%;
        max-width: 100%;
        padding: 25px;
        margin-left: 0;
        margin-top: 15px;
      
    }
    .contact-content{
        flex-direction: column;
    }
    iframe{
        width:260px;
        height: auto;
    }
    .container{
        max-width: 500px;
        padding: 10px;
        flex-direction: column;
    }
}
.about-content .action_btn{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    border-color: #37c9b0;
    background-color: #37c9b0;
    padding: 15px;
    margin: 20px 0px;
    transition: 0.4s;
}
.about-content .action_btn:hover{
    background-color: #347988;
}
@media(max-width:1210px){
    .container{
        max-width: 1000px;
        padding: 10px;
    }
}
.container
{
    position: relative;
    width:fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap:20px;
    flex-wrap: wrap;
}
.container .card{
    position: relative;
    width: 300px;
    height:420px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px #37c9b0;
    transition: 0.5s;
}
.container:hover .card{
    filter: blur(20px);
    transform: scale(0.9);
    opacity: 0.5;
}
.container .card:hover{
    filter: blur(0px);
    transform: scale(1.1);
    opacity: 1;
    margin-right: 20px;
}
.container .card .circle{
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    clip-path: circle(180px at center 0);
    text-align: center;
}
.container .card .circle h2 {
    margin: 0;
    color: #fff;
    font-size: 2.8em;
    padding: 30px 0;
}
.container .card .content{
    position: absolute;
    bottom: 30px;
    page-break-after: 20px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
}
.container .card .content p{
    color:#37c9b0;
    padding-bottom: 10px;
    font-size: 16px;
}
.container .card .content .btn .action_btn{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    border-color: #37c9b0;
    background-color: #37c9b0;
    padding: 15px;
    margin: 20px 0px;
    transition: 0.4s;
}
.container .card .content .btn .action_btn:hover{
    background-color: #347988;
}
.container .card:nth-child(1) .circle{
    background: #347988;
}
.container .card:nth-child(2) .circle{
    background: #37c9b0;
}
.container .card:nth-child(3) .circle{
    background: #347988;
}

footer{
    position: relative;
    background:#347988 ;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center ;
    flex-direction: column;
    height: 150px;
    box-shadow: 0px 0px 31px 4px #37c9b0;
    box-sizing: unset;
}
footer .menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:10px 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
footer .menu li a{
    font-size:20px;
    color:#fff;
    margin:0 10px;
    display:inline-block;
    transition: 0.3s;
    text-decoration: none;
    border: 3px solid transparent;
}
footer .menu li a:hover{
    border-bottom-color: #37c9b0 ;
    font-size: 25px;
}
.services{
    padding-bottom: 100px;
}
.contact{
    padding-bottom: 100px;
}
footer p{
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 23px;
}
footer p a{
    text-decoration: none;
    color: #fff;
    transition: 0.3s;

}
footer p a:hover{
    color:#37c9b0;
}
footer p img{
    height: 30px;
    width:auto;
    content: url(./images/PROTEUS\ DEFRAG\ NEG.png);
}
/* The Modal (background) */
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
   }
   
   /* Modal Content */
   .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
   }
   
   /* The Close Button */
   .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
   }
   
   .close:hover,
   .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
   }
