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

body,
html {
    height: 100%;
    width: auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}


.hero-section {

    background: url('images/background image.jpg') no-repeat center center/cover;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    mix-blend-mode: multiply;
    filter: grayscale(80%);
}



.content-container {
    position: relative;
    z-index: 10;
}



.subtitle {
    font-size: 0.9em;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0.8;
}

h1 {
    font-size: 5em;
    font-weight: 900;
    letter-spacing: 15px;
    margin: 0;
    text-transform: uppercase;
}

.tagline {
    font-size: 1em;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin: 10px 0 50px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;

}

.footer-info {
    font-size: 0.8em;
    opacity: 0.7;
    margin-top: 15px;
}

.footer-info p {
    margin: 5px 0;
    letter-spacing: 2px;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100vh;
    text-align: center;
    flex-direction: column;

}

.head {
    font-size: 2rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 2rem;
    letter-spacing: 0.1cap;
    font-weight: 100;
}

.iconstyle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12rem;
    margin-top: 5rem;


}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    height: auto;
    width: 2rem;




}

.para {
    margin-top: 2rem;
}

.iconA {

    gap: 2rem;
    margin: auto;
    height: auto;
    width: 2rem;


}

.iconp {
    padding: 1rem;
}

.all {
    display: flex;
    background-color: black;
    color: white;
    padding: 1rem;
    height: 70vh;

}

.heead {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2rem;
    letter-spacing: normal;
    max-width: 600px;
    margin-bottom: 2rem;
}

.first {
    padding: 5rem;
    margin: 2rem;
}

.p1 {
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.cus {
    margin-top: 2rem;
    text-transform: uppercase;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    letter-spacing: 1px;
}

.right {
    margin-top: 1rem 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    column-gap: 10rem;


}

.logos img {

    height: auto;
    width: 100px;
    object-fit: cover;
    margin-top: 3rem;

}

.alldiv {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    display: flex;
    background-color: rgb(242, 238, 234);

}

.nav1 {
    display: flex;

}

ul {
    display: flex;

}

ul li {
    list-style: none;
    padding: 3rem;
}

.tea {
    font-size: 2.5rem;
    margin-top: 1rem;
    border: 5px solid black;
    padding: 0.5rem 1rem;

}

.surr {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: grid;
    font-size: 1.5rem;
    font-style: italic;
    padding: 6rem;
}

.para1 {
    margin-bottom: 2rem;
}

.para2 {

    margin-bottom: 2rem;


}

.iconn {

    margin: auto;
    height: auto;
    width: 5rem;

}

.recent {

    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    display: grid;
    background-color: rgb(242, 238, 234);

}

.nav1 {
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    margin-bottom: 2rem;

}

.nav1 p {
    background-color: white;
    padding: 0.8rem 2rem;
    font-size: 1.5rem;
}

.nav1 .dark {
    background-color: #000;
    color: #fff;
}

.myimage {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
}

.myimage img {
    height: auto;
    width: 400px;
}

.close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
}

.footerlogo {
    padding: 2rem;
}

.tea1 {

    max-width: 80px;
    margin: auto;
}

.lastpara {
    background-color: #000;
    color: #fff;
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0.8rem;
    margin-bottom: 2rem;
    justify-content: center;
}
.social a{
    margin: 0.8rem;
    text-decoration: none;
    color: black;
}