@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
@import "responsive.css";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.container {
    margin: 0 15rem;
}

img.lng {
    width: 30px !important;
    display: block !important;
}

a {
    text-decoration: none;
}

h3.title {
    font-size: 30px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 5rem;
}

nav img {
    width: 150px;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul li {
    list-style: none;
    padding: 0 1rem;
}

nav ul li a {
    color: black;
}

nav a.nav-button {
    background-color: black;
    color: white;
    padding: .6rem 3rem;
    border-radius: 10px;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
}

.hero video {
    min-width: 100vw !important;
    height: 91vh;
    object-fit: fill;
}

.hero .hero-text {
    position: absolute;
}

.hero .hero-text span {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hero .hero-text h1 {
    color: white;
    font-size: 48px;
    max-width: 670px;
    line-height: 110%;
}

.hero .hero-text h2 {
    color: white;
    font-weight: 400;
    max-width: 1100px;
    line-height: 102%;
}

.about-us {
    display: flex;
    gap: 10rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10rem;
}

.about-us .text h3.title {
    margin-bottom: 30px;
}

.accordion {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: white;
    box-shadow: 3px 5px 10px 0px rgba(219, 219, 219, 0.75);
    position: relative;
    margin: 30px 0;
}

.accordion h3 {
    padding: 20px;
    font-weight: 400;
    cursor: pointer;
    font-size: 15px;
}

.accordion::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #1c1e22;
    box-shadow: 3px 5px 10px 0px rgba(219, 219, 219, 0.75);
}

.accordion.active::after {
    background-color: orange;
}

.accordion p {
    font-size: 15px;
    opacity: .9;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
}

.accordion ul {
    padding: 20px 40px;
}

.accordion ul li {
    list-style: disc;
    opacity: .9;
    font-size: 15px;
}

.answer {
    overflow: hidden;
    height: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.why-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    margin: 10rem 0;
}

.why-us h3.title {
    font-weight: 400;
}

.why-us .advantages-wrap {
    display: flex;
    justify-content: space-between;
    gap: 15%;
}

.why-us .advantages-wrap .advantages {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.why-us .advantages-wrap .advantages .item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.why-us .advantages-wrap .advantages .item .title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.why-us .advantages-wrap .advantages .item .title i {
    font-size: 40px;
}

.why-us .advantages-wrap .advantages .item .title h4 {
    font-weight: 400;
    font-size: 18px;
}

.why-us .advantages-wrap .advantages .item p {
    font-size: 15px;
}

.services {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
} 

.services h3.title {
    font-weight: 400;
}

.services .title-buttons {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
} 

.services .title-buttons .services-nav {
    display: flex;
    gap: 1rem;
}

.services .title-buttons .services-nav .services-prev,
.services .title-buttons .services-nav .services-next {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    cursor: pointer;
}

.services .title-buttons .services-nav .services-prev i,
.services .title-buttons .services-nav .services-next i {
    color: white;
}

.services .owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center;
    gap: 1rem;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 40px 30px;
    margin: 1rem 1rem 1rem .4rem;
}

.services .owl-carousel .item i {
    font-size: 40px;
}

.services .owl-carousel .item h2 {
    font-size: 20px;
}

.services .owl-carousel .item p {
    font-size: 16px;
}

.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    gap: 2rem;
    margin: 10rem 0;
}

.contact .info {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.contact .info span {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact .info span i {
    font-size: 20px;
}

.contact .info span a {
    color: black;
}

.contact form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact form .row {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
}

.contact form .row input {
    width: 50%;
}

.contact form input {
    border-radius: 10px;
    border: 1px solid black;
    padding: 20px 10px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.contact form input::placeholder,
.contact form textarea::placeholder {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.contact form textarea {
    border-radius: 10px;
    border: 1px solid;
    resize: none;
    height: 200px;
    padding: 20px 10px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.contact form input[type=submit] {
    background-color: black;
    color: white;
    cursor: pointer;
}

footer {
    background-color: black;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 5rem 0;
}

.footer-content .info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 370px;
}   

.footer-content .info img {
    width: 200px;
} 

.footer-content .info p {
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
}

.footer-content .info span {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.footer-content .info span a {
    color: white;
}

.footer-content .social-media {
    display: flex;
    gap: 1rem
}

.footer-content .social-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background-color: white;
}

.footer-content .social-media a i {
    font-size: 25px;
    color: black;
}

.footer-content .map {
    width: 50%;
}

.footer-content .map iframe {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

footer .author {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

footer .author a {
    color: white;
}