* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Gilroy;
    color: #fff;
}

html,
body {
    height: 100%;
    width: 100%;
}

.partition {
    width: 100%;
    height: 1px;
    background: #fff;
}

#main {
    width: 100%;
    background: #0e1947f3;

}

::-webkit-scrollbar {
    display: none;
}

nav {
    width: 100%;
    position: absolute;
    top: 0;
    padding: .5vw 0;
    padding-right: 4vw;
    border-bottom: 1px solid white;
    z-index: 1;
    background: #0E1947;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: .9;

}

.logo {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 10/4;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
}

nav ul li {
    list-style: none;
    font-size: 1.1vw;
    cursor: pointer;
    text-transform: uppercase;
}

nav ul li:hover {
    color: #EE4312;
}

nav ul li a:hover {
    color: #EE4312;
}

nav a {
    text-decoration: none;
    font-size: 1.1vw;
}

.drop-down {
    display: none;
    right: 1%;
    top: 70%;
    position: absolute;
    background: #0e1947f3;

}

.drop-down a {
    display: block;
    padding: .7vw 2vw;
    border: 1px solid white;
    color: #fff;
    font-size: 1vw;
}

#hero-page {
    width: 100%;
    height: 100vh;
    padding: 4vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    
}

#hero-page .hero-text {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
}


#hero-page .hero-text h1:nth-child(1) {
    margin-top: 5vw;

}

#hero-page .hero-text h1 {
    font-size: 3.2vw;
    letter-spacing: .5px;

}

#hero-page .hero-text p {
    margin-bottom: 1vw;
    font-size: 1.3vw;
}

#hero-page .hero-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    margin-top: 6vw;
    width: 95%;
    object-fit: cover;
    border-radius: 10px;
}

#about-page {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#about-page img{
    width: 100%;
    opacity: .1;
    object-fit: cover;
}

.abt-wrapper{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 4vw;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: .7vw;
}

#about-page h1 {
    font-size: 1.5vw;
    text-align: center;
}

#about-page h2 {
    font-size: 1vw;
    text-align: start;
}

#about-page p {
    font-size: 1.1vw;
    text-align: start;
    opacity: .7;
}


/* ss-hero-page */
#ss-hero-page {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vw;
}

.ss-hero-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;

}

.ss-hero-image {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("images/ai-generated-7958874_640.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
}

.text {
    width: 90%;
}

.text>h1 {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    font-weight: 400;
    letter-spacing: -1px;
}

.text>p {
    width: 60%;
    opacity: 0.8;
    ;
    font-size: 1.3vw;
}

/* m-hero-page */
#m-hero-page {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vw;
}

.m-hero-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5vw;

}

.m-hero-image {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("images/istockphoto-1357049047-612x612.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
}

.float-image {
    width: 100%;
}

.float-image img {
    width: 30%;
    height: 40vh;
    position: absolute;
    top: 35%;
    right: 5%;
    object-fit: fill;
    border-radius: 10px;

}

.black {
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: black;
    top: 41.5%;
    right: 6.4%;
    z-index: 2;
    font-size: 8px;
    text-align: start;
    color: rgb(0, 192, 0);
    font-weight: bolder;
}

#hr-hero-page {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2vw;
}

.hr-hero-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;

}

.hr-hero-image {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("images/b77aeb630973841a278712829279d2bb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
}

.wrapper {
    width: 100%;
    display: flex;
    padding: 0 5vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
}

.container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1vw;
}

.hr-p {
    font-size: 1.2vw !important;
    margin-bottom: 1vw;
}

.box {
    width: 30%;
    height: 20vh;
    padding: 1vw;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.box h1 {
    font-size: 1vw;
    font-weight: bold;
    letter-spacing: 1px;
}

.box p {
    width: 100%;
    font-size: 1vw;
}

