.sk-btn {
    background-color: var(--blue);
    cursor: pointer;
}

.sk-btn:hover {
    background-color: var(--blue-700);
}

.sk-btn.sk-btn-sec:hover {
    background-color: var(--white-smoke);
}

html {
    scroll-behavior: smooth;
}

iframe {
    width: 100%;
}

.sk-hero-3 .sk-hero-3-container .sk-content h1 {
    width: 65%;
}

.sk-boxes-1 .sk-boxes-1-container .sk-menus {
    align-items: stretch;
}

.sk-boxes-1 .sk-boxes-1-container .sk-menus .sk-menu {
    width: 25%;
    justify-content: space-between;
}

.sk-row-1 .sk-row-1-container .sk-left .sk-img-info .point svg {
    min-width: 32px;
}

.sk-gallery .sk-gallery-container {
    display: flex;
    flex-direction: column;
    gap: 75px;
    justify-content: center;
    align-items: center;
}

.sk-gallery .sk-gallery-container .sk-title h2 {
    font-size: 36px;
    color: #333;
}

.sk-gallery .sk-gallery-container .sk-img {
    height: 400px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.sk-gallery .sk-gallery-container .sk-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .3s;
}

.sk-gallery .sk-gallery-container .sk-img:hover img {
    scale: 1.05;
}

.sk-btn {
    white-space: nowrap;
}