*{
 margin: 0;
 padding: 0;
 font-family: sans-serif;   
}
h2 {
    margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
    color: rgb(76, 198, 238);
    font-size: 40px;
}
.banner{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.35)), url(09.jpg);
    background-size: cover;
    background-position: center;
}
#banner1{
    width: 100%;
    height: 50vh;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.35)), url(09.jpg);
    background-size: cover;
    background-position: center;
}
.logo{
    display: flex;
    align-items: center;
    padding-left: 110px;
    padding-top: 90px;
}
.logo img{
    width: auto;
    height: auto;
}
#content1{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
}
#content1 h1{
    font-size: 70px;
    margin-top: 80px;
    color:rgb(76, 198, 238) ;
}
#content1 p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
    font-size: 20px;
}
#content2{
    width: 100%;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    color: white;
}
#content2 h1{
    font-size: 70px;
    margin-top: 80px;
    color:rgb(76, 198, 238) ;
}
#content2 p{
    margin: 20px auto;
    line-height: 25px;
}
.intro{
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid rgb(76, 198, 238);
    background: transparent;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;

}
.banner span{
    background: rgb(76, 198, 238);
    height: 100%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
.intro:hover span{
    width: 100%;
}
.intro:hover {
    border: none;
}
.person-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 40px auto;
}

.person-box {
    width: 300px;
    margin: 10px;
    border: 1px solid rgb(76, 198, 238);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fa-user{
    color:rgb(76, 198, 238) ;
    text-align: center;
    padding: 10px;
    margin-left: 5%;
}

.person-img {
    width: 100%;
    height: auto;
    display: block;
}
.fa-solid{
    font-size: 40px;
    padding-left: 40%;
    text-align: center;
}
.person-details {
    padding: 15px;
    text-align: center;
}

.person-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.person-description {
    font-size: 16px;
    padding: 5px;
    color: black;
}
.container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.container {
    width: 30%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    border: 2px solid rgb(76, 198, 238) ;
    font-weight: bold;
}
.fa-check{
    padding-left: 0;
    font-size: 20px;
    color:rgb(76, 198, 238)  ;
}
.container h2{
    font-size: 30px;
}

.dark-container {
    background-color: #333;
    color: #fff;
}
.slider-wrapper {
    max-width: 800px;
    height: 600px;
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    margin: auto;
    margin-top: 20px;
    position: relative;
    margin-bottom: 50px;
    border: 2px solid black ;
}

.slider-wrapper .slider-images {
	height: 100%;
}

.slider-wrapper .slider-images img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	display: none;
}
#kran{
    width: 50%;
	height: 100%;
    align-items: end;
	display: none;
    padding-left: 200px;
}

.slider-wrapper .slider-images img:first-child {
	display: block;
}

.slider-wrapper button {
    height: 65px;
    width: 65px;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    top: 40%;
    position: absolute;
	z-index: 999;
}

.slider-wrapper button .arrow {
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 10px;
    transition: transform 0.3s ease-out;
    outline: none;
}

.slider-wrapper #right-btn {
    right: 0;
}

.slider-wrapper #right-btn .arrow {
    transform: rotate(-45deg);
}

.slider-wrapper #left-btn {
    left: 0;
}

.slider-wrapper #left-btn .arrow {
    transform: rotate(135deg);
}
footer {
    background-color: #333;
    color: rgb(76, 198, 238);
    padding: 20px;
    text-align: center;
    width:auto;
}

footer h3{
    color:rgb(76, 198, 238);
    font-size: 30px;
}
footer p{
    color:rgb(76, 198, 238);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}
.follow-us {
    margin-bottom: 20px;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.social-icons {
    margin-top: 10px;
}

.social-icons a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

button {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: rgb(76, 198, 238);
}

@media (max-width: 600px) {
    form {
      max-width: 100%;
    }
  }

.location {
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location h5{
    color: #333;
}
.location iframe{
    width: 100%;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div .fa-solid{
    font-size: 28px;
    color: rgb(76, 198, 238);
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 400;
}


@media (max-width: 600px) {
    #content1 h1{
        font-size: 40px;
        padding-top: 30px;
    }
    .container h2{
        font-size: 16px;
    }
    .contact-col{
        margin-right: 30%;
    }
    .logo{
        padding-top: 10px;
    }
    .logo img{
        width: 140px;
        height: 140px;
        padding-top: 100px;
        padding-left: 10%;
    }
    #kran{
        width: 100%;
        height: 100%;
        object-fit: fill;
        padding-left: 0;
    }

}

