/* NAV */
.navbar {
    padding: 0px;
    background-color: #000000;
    width: 100%; 
}

.navbar .navbar-logo img {
    max-height: 60px; 
    margin: 5px 0px 5px 0px;
}

.navbar .nav-link {
    line-height: 20px;
    color: #fff !important; 
    margin-left: 30px;
    font-weight: 500;
    font-size: 1vw; 
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
    color: rgb(20,116,132) !important;
}

.container{
    padding: 0;
    width: 100%;
}



/* HERO */
.hero {
    color: #000; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #fff; 
}

.hero-content {
    max-width: 50%;
    text-align: left; 
    padding-left: 30px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
}

.hero h1 {
    letter-spacing: 0;
    line-height: 3vw;
    margin-bottom: 30px; 
    font-weight: 600;
    font-size: 3vw; 
}

.hero p {
    font-weight: 200;
    font-size: 1vw; 
    letter-spacing: 0;
    line-height: 2vw;
}

.hero img {
    max-width: auto; 
    height: auto; 
    background-color: #0e0f0f;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    
}

.hero button {
    background-color: rgb(20,116,132);
    border: none;
    padding: 18px 30px;
    border-radius: 10px;
    margin-top: 40px;
    max-width: 250px;
    transition: transform 0.5s, background-color 0.5s ease;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    white-space: nowrap;
}

.hero button:hover, .hero-section button:active, .hero-section button:visited, .hero-section button:focus {
    background-color: rgb(20,116,132) !important; 
}

.hero button:hover{
    transform: scale(1.05);
}




/* PHOTOS */
.photos-background {
    background-color: #fff; 
    padding: 50px 0; 
}

.photos-section {
    padding: 0 15px; 
}

.photos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.photos-header h2 {
    font-size: 3vw;
    letter-spacing: 0;
    line-height: 3vw;
    font-weight: 500;
    color: #000;
}

.photo-card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: -9px 10px 13.7px #00000014;
}

.photo-card:hover {
    transform: scale(1.05);
  }

.photo-card img {
    width: 100%;
    border-radius: 12px;
}

.viewall{
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
    max-width: 250px;
    letter-spacing: 0;
    line-height: 21px;
    white-space: nowrap;
    background-color: rgb(20,116,132);
    border: none;
    padding: 18px 30px;
    border-radius: 10px;
    transition: transform 0.5s, background-color 0.5s ease;
}

.viewall:hover, .hero-section button:active, .hero-section button:visited, .hero-section button:focus {
    background-color: rgb(20,116,132) !important; 
}

.viewall:hover{
    transform: scale(1.05);
}




/* ABOUT */
.about {
    padding: 70px 0px;
    background-color: #fff;
}

.about h2 {
    letter-spacing: 0;
    line-height: 3vw;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
    font-size: 3vw;
}

.about p {
    font-weight: 400;
    color: #000;
    font-size: 1vw;
    letter-spacing: 0;
    line-height: 2vw;
}

.about img {
    width: 100%;
    border-radius: 12px;
}




/* VIDEO */
.video {
    background-color: #fff;
    padding: 50px;
}

.video h2 {
    letter-spacing: 0;
    line-height: 3vw;
    white-space: nowrap;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    font-size: 3vw;
}

.video-container {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;  
}




/* FOOTER */
footer {
    color: #ffffff;
    padding: 50px 0 40px 0;
    background-color: #000;
}

footer p{
    font-size: 1vw;
}

footer .footer-content {
    justify-content: space-between;
    align-items: right;
    display: flex;
}

footer .footer-logo{
    text-align: right;
}

footer .footer-logo .Icon {
    margin-top: 15px;
    padding-right: 35px;
}

footer .footer-links {
    display: flex;
    gap: 70px;
    align-items: normal;
}

footer .footer-links div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

footer .footer-links h4 {
    font-size: 1.1vw;
    line-height: 3vw; 
    text-align: left; 
    font-weight: 600;
    color: rgb(20,116,132);
}

footer .footer-links a {
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
    font-size: 1vw;
    letter-spacing: 0;
    line-height: 2vw; 
}

footer .footer-links a:hover,
footer .footer-links a:focus {
    color: rgb(20,116,132);
}









/* TABLET */
@media (max-width: 992px) {

    .navbar .nav-link{
        font-size: 1.6vw; 
    }

    .hero {
        align-items: bottom;
    }

    .hero .hero-content p {
        font-size: 1.7vw;
        line-height: 2.6vw;
    }

    .hero .btn {
        font-size: 1.6vw;
        margin: 10px 0px 50px 0px;
    }

    .hero img {
        max-width: 120%; 
        height: auto;   
    }

    .photos-header h2 {
        font-size: 3vw;
        line-height: 4vw;
    }
    
    .photos-header a {
        font-size: 1.6vw;
    }
       
    .about h2 {
        font-size: 3vw;
        line-height: 4vw;
    }
    
    .about p {
        font-size: 1.6vw;
        line-height: 2.6vw;
    }
   
    footer p{
        font-size: 1.4vw;
        line-height: 2.6vw;
    }
    
    footer .footer-links h4 {
        font-size: 1.6vw;
        line-height: 2vw;
    }
    
    footer .footer-links a {
        font-size: 1.2vw;
        line-height: 2vw;
    }
    
    footer .footer-logo .img-fluid {
        width: 80%;
    }

    footer .footer-logo p {
        font-size: 1.3vw;
        line-height: 2vw;
        width: 90%;
    }

}




/* MOBITELI */
@media (max-width: 767px) {

    .navbar {
        padding: 15px 30px 15px 40px;
        width: 100%;
    }

    .navbar-collapse .nav-item{

        text-align: center;
        padding: 30px 0 30px 0;
    }

    .navbar .nav-link{
        font-size: 3vw;
    }


    .hero {
        height: auto;
        padding: 120px 15px 0 40px;
    }

    .hero .hero-content {
        max-width: 100%;
        text-align: left;
        padding: 0;
    }

    .hero .hero-content h1 {
        font-size: 10vw;
        line-height: 8vw;
    }

    .hero .hero-content p {
        font-size: 2.8vw;
        line-height: 4.2vw;
        width: 80%;
        margin: 20px 0px;
    }

    .hero .btn {
        margin: 50px 0 100px 0;
        font-size: 2.6vw;
        line-height: 3.5vw;
    }

    .hero img {
        width: 100%;
    }

    .photos .container {
        padding: 0 15px;
    }

    .photos-header h2 {
        font-size: 6vw;
        line-height: 8vw;
    }
    
    .photos-header a {
        font-size: 2.6vw;
    }

    .photo-card {
        width: 100%;
        height: auto;
    }


    .about{
        padding: 80px 15px 30px 40px;
    }

    .about h2 {
        margin-bottom: 30px;
        font-size: 6vw;
        line-height: 8vw;
    }

    .about p {
        font-size: 2.8vw;
        line-height: 4.2vw;
    }

    .about img {
        padding: 40px 0 40px 0;
    }

    .video .container {
        padding: 0 15px;
    }

    .footer-logo {
        margin-bottom: 60px;
        flex-direction: column;
        width: 55%;
        margin-left: 20vw;
        text-align: center;
    }

    .footer-links {
        padding: 0 30px;
        margin-bottom: 20px
    }

    .footer-links div {
        margin-top: 40px;
    }

    footer .footer-logo p{
        font-size: 2.8vw;
        line-height: 4.2vw;
    }

    footer .footer-links h4 {
        font-size: 3.4vw;
        line-height: 7vw;
    }
    
    footer .footer-links a {
        font-size: 2.45vw;
        line-height: 6vw;
    }
    

}




html {
    scroll-behavior: smooth;
  }

body {
    font-family: Arial, sans-serif;
    padding-top: 50px; 
    margin: 0; 
}