/*
 Theme Name:   OceanWP Child
 Template: oceanwp
*/

.main-banner-sk {
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 100vh; 
}
.main-text-sk h1 {
	font-size: 32px;
	color:  #1a1a1a;
}
.main-text-sk li {
	text-align: left;
	font-size: 19px;
}
.main-banner-image-sk {
    width: 60%;
    height: 100%; 
    overflow: hidden;
}

.main-banner-image-sk img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
	filter: grayscale(50%) brightness(80%);
}

.second-banner-sk {
	background: #000;
	padding-bottom: 3%;
}
.second-banner-sk p {
	color: #fff;
}
.main-text-sk {
    text-align: center;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.second-text-sk,
.gallery-block-slider-title {	
    width: 80%;
   margin: 0 auto;
	text-align: justify;
}
.team-section {
	background: #fff;
}
.team-container {
 width: 80%;
   margin: 0 auto;
	text-align: justify;
}
.team-section h2 {
	font-size: 30px;
	color:  #1a1a1a;
	padding-top: 5%;
	text-transform: uppercase;
}
.gallery-block-slider {	
	padding-bottom: 5%;
}
.gallery-block-slider {
	background: #000;
}
.second-text-sk h2 {
	font-size: 34px;
	color:  #fff;
	padding-top: 6%;
	text-transform: uppercase;
}
.contacts-container h3,
.gallery-block-slider-title h3 {
	font-size: 30px;
	color:  #fff;
	padding-top: 4%;
	text-transform: uppercase;
}
.gallery-block-slider-title {
	padding-bottom: 2%;
	padding-top: 2%;
}
.team-grid-1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    column-gap: 10px; 
    justify-content: center;
    margin-top: 4%;
    padding-bottom: 2%;
} 
.team-grid-2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    column-gap: 10px; 
    justify-content: center;
    padding-bottom: 5%;
}
.team-member {
    text-align: center;
}
.team-member img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #1a1a1a;
    object-fit: cover;
}

.team-member p {
    font-size: 15px;
    font-weight: 500;
	color: #1a1a1a;
	line-height: 1.3;
	padding-top: 8px;
}
#contacts {
    background-color: black;
    color: white;
	padding-bottom: 5%;
}

.contacts-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.contact-details {
    width: 28%;
    text-align: left;
}

.contact-details h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
	color: #fff;
}

.phone a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 33px;
    margin-top: 20px;
}

.social-icons a {
    color: white;
    text-decoration: none;
    font-size: 24px;
}

.map-address {
    width: 72%;
}
#contacts {
	background: #1b1b1b;
}
.contacts-container {	
    width: 88%;
   margin: 0 auto;
	text-align: justify;
	background: #1b1b1b;
	padding-top: 1%;
}
@media (max-width: 980px) {
    .contacts-content {
        flex-direction: column;
        text-align: center;
    }

    .contact-details,
    .map-address {
        width: 100%;
    }

    .contact-details {
        text-align: center;
    }
	#contacts h3 {
		text-align: center;
		font-size: 22px;
	}
	.social-icons {
		width: 20%;
		margin: 0 auto;
		padding-top: 4%;
	}
}
@media (max-width: 600px) {
    .team-grid-1,
	.team-grid-2 {
        grid-template-columns: 1fr;
    }
	.team-member img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #1a1a1a;
    object-fit: cover;
}
	.team-section h2 {
		text-align: center;
		font-size: 22px;
		margin-top: 2%;
	}
	.second-text-sk h2,
	.gallery-block-slider-title h3 {
		font-size: 22px;
		text-align: center;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
    .team-grid-1,
	.team-grid-2 {
        grid-template-columns: repeat(2, 1fr); 
    }
	.team-member img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #1a1a1a;
    object-fit: cover;
}
	.team-section h2 {
		text-align: center;
	}
}
@media screen and (min-width: 801px) and (max-width: 1180px) {
    .team-grid-1,
	.team-grid-2 {
        grid-template-columns: repeat(3, 1fr); 
    }
	.team-member img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #1a1a1a;
    object-fit: cover;
}
	.team-section h2 {
		text-align: center;
	}
}
@media (max-width: 959px) {
    .main-banner-sk {
        flex-direction: column; 
        height: auto; 
    }

    .main-banner-image-sk {
        width: 100%;
    }

    .main-text-sk {
        display: none;
    }

    .main-banner-image-sk img {
        width: 100%;
        object-fit: cover;
    }
	.second-text-sk {
		width: 86%;
		margin: 0 auto;
		text-align: left;
	}
}
@media screen and (min-width: 960px) and (max-width: 1160px) {
	.main-text-sk h1 {
		font-size: 28px;
	}
}