@import url("https://fonts.googleapis.com/css2?family=Inter&family=Plus+Jakarta+Sans:wght@200&display=swap");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter',sans-serif;
    text-transform: capitalize;
}

html {
    scroll-behavior: smooth;
}

img {
  opacity: 1;
  transition: opacity 1s;
}
 
img[data-src] {
  opacity: 0;
}

/* navbar */
nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
    width: 80%;
    margin-left: 10%;
    margin-top: 5px;
    border-radius: 10px;
    position: fixed;
    z-index: 1000;
    backdrop-filter: blur(12.5px);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 0px 10px 0px rgba(158, 158, 158, 0.25);
}

.logo{
    padding-left: 10%;
}

.nav-items {
    display: flex;
    justify-content: space-around;
    width: 70%;
}

.nav-items span a{
    color: #000000;
    font-family: 'Inter',sans-serif;
    font-size: 20px;
    text-decoration: none;
}

a{
    text-decoration: none;
    color: #000000;
}

.hamburger {
    width: 30px;
    display: none;
    background-color: transparent;
    border: none;
}

.mobmenu {
    width: 80%;
    position: fixed;
    left: 10%;
    top: 100px;
    background-color: #fff;
    flex-direction: column;
    box-shadow: rgb(139, 139, 139) 0px 5px 10px 1px;
    z-index: 1000;
    border-radius: 10px;
    padding: 5px 0 5px 0;
    display: none;
}

.mobmenu span {
    width: 100%;
    text-align: center;
    padding: 3px;
}

.mobmenu span a{
    color: #000000;
    font-family: 'Inter',sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.container-1 {
    width: 100%;
    background-color: #e8e8e8;
    text-align: center;
    padding: 110px 0 30px 0;
}

.container-1 h1 {
    font-family: 'Inter',sans-serif;
    font-size: 36px;
    color: #000;
}

.container-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    padding: 50px 0 50px 0;
}


.c-r {
    width: 50%;
}

.c-r ul, ol {
    margin-left: 30px;
}

h2 {
    font-size: 30px;
    font-family: 'Inter',sans-serif;
}

.container-3 {
    padding-left: 10%;
    padding-bottom: 60px;
    padding-top: 30px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.c3-tel, .c3-email, .c3-address {
    margin-top: 10px;
}

/* footer */
.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background-color: #e8e8e8;
}

.footer-top {
    display: flex;
    padding: 1.25rem 5%;
    align-items: center;
    gap: 4.6875rem;
    width: 100%;
}

.follow-text {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social-icon {
    height: 2rem;
}

.footer-mid {
    display: flex;
    padding: 1.25rem 5%;
    align-items: flex-start;
    align-self: stretch;
    justify-content: space-between;
}

.footer-mid-right-section {
    display: flex;
    gap: 2rem;
}

.footer-mid-header {
    color: #404040;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.detail-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-s2-detailtext {
    color: #404040;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.275rem;
}

.footer-s2-detailtext a{
    color: #404040;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.275rem;
}

.footer-qlink {
    color: #404040;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem;
}

.footer-qlink a {
    color: #404040;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.875rem;
}

.footer-low {
    display: flex;
    padding: 1.25rem 10%;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.low-p1 {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.low-p2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.5625rem;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
}

.low-p2 a {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.btt{
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    display: none;
}

/* Media Query for Responsiveness */

@media only screen and (max-width: 1280px) {
    .logo {
        padding-left: 1%;
    }

    .footer {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-part1 {
        display: flex;
    }

    .social img{
        width: 30px;
    }

    .footer-s2-title {
        margin-top: 30px;
        margin-left: 0%;
        font-size: 1.5em;
    }

    .footer-detailicon {
        margin-left: 0;
        width: 20px;
    }

    .footer-s2-detailtext {
        font-size: 1em;
    }

    .footer-part1-s3 {
        width: 10%;
    }

    .footer-s3-title {
        margin-top: 30px;
        margin-left: 0%;
        font-size: 1.5em;
    }

    .footer-qlink {
        font-size: 1em;
    }

    .footer-part1-s4 {
        width: 30%;
    }
}

@media only screen and (max-width: 800px) {
    .logo {
        padding: 0;
    }

    .nav-items {
        display: none;
    }

    .logoimg{
        width: 150px;
    }

    .hamburger {
        display: block;
    }

    .hamburger img {
        width: 30px;
    }

    .container-2 {
        flex-direction: column;
    }

    .c-l, .c-r {
        width: 80%;
        margin-left: 10%;
        margin-top: 30px;
    }

    .line-1 {
        flex-direction: column;
    }

    .line-1 input {
        width: 100%;
    }

    .footer-top {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-mid {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-low {
        gap: 1rem;
    }

    .low-p1 {
        font-size: .75rem;
    }

    .low-p2 {
        font-size: .75rem;
    }
}