* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

.section-content {
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    padding: 60px 0 60px;
    text-transform: uppercase;
    font-size: large;
    font-size: 30px;
}

.section-title::after {
    content: '';
    width: 90px;
    height: 6px;
    display: block;
    margin: 10px auto 0;
    border-radius: 30px;
    background: #2980b9;
}

/*navigation style*/
.header {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #f5f5f5;
}

header .navbar {
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
}

.navbar .nav-menu {
    display: flex;
    gap: 10px;
    margin-left: 100px;
}

nav a img {
    width: 110px;
    padding: 0px 17px 0px;
    margin: 8px 45px 5px 10px;
}

.navbar .nav-menu .nav-link {
    color: #2980b9;
    font-size: 20px;
    padding: 10px 18px;
    margin: 0px 35px;
    border-radius: 20px;
    transition: 0.3s ease;
}

.navbar .nav-menu .nav-link:hover {
    color: white;
    background: #2980b9;
}

.navbar :where(#menu-close-button, #menu-open-button) {
    display: none;
}

.lange {
    text-decoration: none;
    font-size: 18px;
    color: #f5f5f5;
    padding: 8px 15px;
    background: #2980b9;
    border-radius: 10px;
}

.lange:hover {
    text-decoration: none;
    font-size: 18px;
    color: #2980b9;
    padding: 6px 13px;
    background: transparent;
    border: #2980b9 solid 2px;
    border-radius: 10px;
}



.hero-section {
    min-height: 100vh;
    background: #f5f5f5;
}

.hero-section .section-content {
    display: flex;
    align-items: center;
    min-height: 100vh;
    color: black;
    justify-content: space-between;
}

.hero-image-wrapper .hero-image {
    width: 550px;
    margin: 100px 50px 0px 50px;
}

.section-content .hero-detqils .title {
    color: #2980b9;
    font-size: 30px;
    margin: 0px 30px;
    padding: 15px;
}

.section-content .hero-detqils .description {
    color: black;
    font-size: large;
    font-size: 20px;
    margin: 0px 35px;
}

.section-content .hero-detqils .buttons {
    display: flex;
    gap: 23px;
    margin: 35px 45px 0px 0px;
}

.section-content .hero-detqils .order-new {
    padding: 10px 15px;
    border: 2px solid transparent;
    color: white;
    background: #2980b9;
    border-radius: 15px;
    font-weight: 100px;
    font-size: large;
    transition: 0.5 ease;
}

.section-content .hero-detqils .order-new:hover {
    color: #2980b9;
    border-color: #2980b9;
    background: transparent;

}

.section-content .hero-detqils .contact-us {
    padding: 10px 15px;
    border: 2px solid transparent;
    color: white;
    background: #2980b9;
    border-radius: 15px;
    font-weight: 100px;
    font-size: large;
    transition: 0.5 ease;
}

.section-content .hero-detqils .contact-us:hover {
    color: #2980b9;
    border-color: #2980b9;
    background: transparent;
}

select {
    text-align: center;
    width: 50px;
    height: 30px;
    margin: 0 auto;
    padding: 5px 2px;
    font-size: 12px;
    border: 2px solid #2980b9;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #2980b9;
    transition: 0.3s;
}

select:hover {
    background-color: #2980b9;
    color: #f9f9f9;
}

#output {
    margin-top: 20px;
    font-size: 20px;
    color: #2980b9;
}

/*About section */
.about-section {
    padding: 60px 0;
    background: white;
}

.about-section .section-content {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.about-section .about-image-wrapper .about-image {
    width: 450px;
    height: 340px;
    margin: auto;
    align-items: center;
    object-fit: cover;
}

.about-section .about-detalis .section-title {
    padding: 0;
}

.about-section .about-detalis {
    max-width: 50%;
}

.about-section .about-detalis .text {
    line-height: 30px;
    margin: 20px 0 30px;
    text-align: center;
    font-size: 20px;
    text-align: justify;
    text-align-last: center;

}

.about-section .about-detalis .social-link-list {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.about-section .about-detalis .social-link-list .social-link {
    color: #092233;
    font-size: 20px;
    transition: 0.2s ease;
}

.about-section .about-detalis .social-link-list .social-link :hover {
    color: #2980b9;
}

/*testimonias section*/
.testimonials-section {
    padding: 50px 0 100px;
    background: #f5f5f5;
}

.testimonials-section .slider-wrapper {
    overflow: hidden;
    margin: 0 60px 50px;
}

.testimonials-section .testimonial .user-image {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 50px;
    border-radius: 50%;
}

.testimonials-section .testimonial {
    display: flex;
    padding: 35px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.testimonials-section .testimonial .name {
    margin-bottom: 16px;
    font-size: 30px large;

}

.testimonials-section .testimonial .feedback {
    line-height: 25px;
}

.testimonials-section .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #2980b9;
}

.testimonials-section .swiper-slide-button {
    margin-top: -50px;
    color: #2980b9;
    transition: 0.3s ease;
}

.testimonials-section .swiper-slide-button:hover {
    color: #aeb8be;
}

/*footer style*/
.footer {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    background: white;
    padding: 40px 0;
}

.footer .social {
    text-align: center;
    padding-bottom: 30px;
}

.footer .social a {
    color: #4b4c4d;
    font-size: 25px;
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 7px;
    opacity: 0.75;
}

.footer .social a:hover {
    opacity: 0.9;
}

.footer ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
    direction: ltr;
}

.footer ul li a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer ul li a:hover {
    opacity: 1;
    color: black;
    border-bottom: 2px solid black;
}

.footer .copyright {
    margin-top: 35px;
    text-align: center;
    font-size: 15px;
    color: #4b4c4d;
}


/*responsive media query code for max width 900px */
@media screen and (max-width: 900px) {

    .navbar :where(#menu-close-button, #menu-open-button) {
        display: block;
        font-size: 30px;


    }

    body.show-mobile-menu header::before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(5px);
        background: rgba(0, 0, 0, 0);
    }

    .navbar #menu-close-button {
        position: absolute;
        right: 30px;
        top: 30px;

    }

    .navbar #menu-open-button {
        color: #2980b9;
        margin: 20px;
    }

    .navbar .nav-menu {
        display: block;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        background: #f5f5f5;
        margin: 0;
        transition: left 0.2s ease;
    }

    body.show-mobile-menu .navbar .nav-menu {
        left: 0;

    }

    .navbar .nav-menu .nav-link {
        color: #2980b9;
        display: block;
        margin: 17px;
        font-size: large;
        font-size: 20px;
    }

    .hero-section .section-content {
        gap: 50px;
        text-align: center;
        padding: 30px 20px 20px;
        flex-direction: column-reverse;
        justify-content: center;

    }

    .hero-section .hero-detqils :is(.subtitle, .description),
    .about-section .about-detalis {
        max-width: 100%;

    }

    .hero-section .hero-detqils .buttons {
        justify-content: center;
        margin-right: 0;
    }

    .hero-section .hero-image-wrapper .hero-image {
        max-width: 350px;
        margin: 30px 0 0px 0px;
        align-items: center;
    }

    .about-section .section-content {
        flex-direction: column;
        gap: 50px;
    }

    .about-section .about-image-wrapper .about-image {
        width: 100%;
        height: 100%;
        max-width: 530px;

    }

    .section-content .hero-detqils .title {
        text-align: center;
        text-align-last: center;
    }

    .section-content .hero-detqils .description {
        text-align: center;
        text-align-last: center;
    }

    .section-content .hero-detqils .buttons {
        display: flex;
        gap: 23px;
        margin: 30px 0px 0px 0px;
    }
}

@media screen and (max-width: 1200px) {
    .navbar .nav-menu .nav-link {
        margin: 20px;
    }

    .hero-image-wrapper .hero-image {
        width: 450px;
        margin: 90px 50px 0px 50px;
    }

    .section-content .hero-detqils .title {
        color: #2980b9;
        font-size: 30px;
        margin: 0px 30px;
        padding: 15px;
    }

    .section-content .hero-detqils .title {
        color: #2980b9;
        font-size: 30px;
        margin: 0px 30px;
        padding: 15px;
        text-align: justify;
    }

    .section-content .hero-detqils .description {
        color: black;
        font-size: large;
        font-size: 18px;
        margin: 0px 35px;
        text-align: justify;
    }

    .section-content .hero-detqils .buttons {
        display: flex;
        gap: 23px;
        margin: 35px 45px 0px 0px;
    }

    .about-section .about-image-wrapper .about-image {
        width: 400px;
        height: 300px;
        margin: auto;
        align-items: center;
        object-fit: cover;
    }

    .about-section .about-detalis .text {
        line-height: 30px;
        margin: 20px 0 30px;
        text-align: center;
        font-size: 20px;
        text-align: justify;
        text-align-last: center;
    }
}

@media screen and (max-width: 1000px) {
    .navbar .nav-menu .nav-link {
        margin: 10px;
    }

    .hero-image-wrapper .hero-image {
        width: 450px;
        margin: 50px 30px 0px 30px;
    }

    .section-content .hero-detqils .title {
        color: #2980b9;
        font-size: 30px;
        margin: 0px 30px;
        padding: 15px;
        text-align: justify;
    }

    .section-content .hero-detqils .description {
        color: black;
        font-size: large;
        font-size: 18px;
        margin: 0px 35px;
        text-align: justify;
    }

    .section-content .hero-detqils .buttons {
        display: flex;
        gap: 23px;
        margin: 30px 40px 0px 0px;
    }

    .about-section .about-image-wrapper .about-image {
        width: 400px;
        height: 300px;
        margin: auto;
        align-items: center;
        object-fit: cover;
    }

    .about-section .about-detalis .text {
        line-height: 30px;
        margin: 20px 0 30px;
        text-align: center;
        font-size: 18px;
        text-align: justify;
        text-align-last: center;
    }
}

@media screen and (max-width: 950px) {
    .navbar .nav-menu .nav-link {
        margin: 5px;
    }

    .hero-image-wrapper .hero-image {
        width: 370px;
        margin: 40px 30px 0px 30px;
    }

    .section-content .hero-detqils .title {
        color: #2980b9;
        font-size: 25px;
        margin: 0px 30px;
        padding: 15px;
    }

    .section-content .hero-detqils .description {
        color: black;
        font-size: large;
        font-size: 18px;
        margin: 0px 35px;
        text-align: justify;
    }

    .section-content .hero-detqils .buttons {
        display: flex;
        gap: 23px;
        margin: 30px 0px 0px 0px;
    }

    .about-section .about-image-wrapper .about-image {
        width: 370px;
        height: 270px;
        margin: auto;
        align-items: center;
        object-fit: cover;
    }

    .about-section .about-detalis .text {
        line-height: 30px;
        margin: 20px 0 30px;
        text-align: center;
        font-size: 17px;
        text-align: justify;
        text-align-last: center;
    }
}