@font-face {
    font-family: apple;
    src: url(./fonts/sf-pro-text_semibold.woff2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: apple;
}

html,
body {
    width: 100%;
    height: 100%;
    background: aliceblue;
}


.home{
    position: relative;
}

.nav {
    width: 100%;
    height: 40px;
    padding: 20px;
    background: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}

.nav img {
    width: 40px;
}

.nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nav ul a {
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: 100;
}

.nav .icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nav .icons i{
    font-size: 20px;
}

.home .contianer {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('./images/home1.png');
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}


.home .wrapper {
    position: absolute;
    top: 72%;
    text-align: center;
}

.home .wrapper h1 {
    font-size: 45px;
}

.home .wrapper h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 25px;
}


.home .wrapper a {
    font-size: 20px;
    color: aliceblue;
    background: rgb(48, 78, 243);
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
}


.page1 {
    width: 100%;
    height: 90vh;
    text-align: center;
    color: aliceblue;
    position: relative;
}

.page1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.page1 .contianer {
    z-index: 11;
    position: absolute;
    top: 5%;
    left: 32%;
}

.page1 .contianer h1 {
    margin-top: 20px;
    font-size: 55px;
    margin-bottom: 10px;
}

.page1 .contianer h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: white;
}

.page1 .contianer .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.buttons a {
    /* universal button are used in any where in website */
    font-size: 20px;
    background: rgb(48, 78, 243);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
}

.buttons a:nth-child(2) {
    background: transparent;
    border: 1px solid rgb(48, 78, 243);
    color: rgb(48, 78, 243);
}


.page2 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page2 .contianer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.page2 .contianer img {
    width: 280px;
    border-radius: 50px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


.page2 .contianer h1 {
    margin-top: 20px;
    font-size: 55px;
    margin-bottom: 10px;
}

.page2 .contianer h2 {
    font-size: 30px;
    margin-bottom: 20px;
}


.page3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page3 .contianer .grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.page3 .grid .box {
    display: flex;
    justify-content: center;
}

.page3 .grid .box .overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
}

.page3 .grid .box .overlay h1 {
    font-size: 40px;
    color: aliceblue;
}

.page3 .grid .box .overlay h2 {
    font-size: 25px;
    margin-bottom: 15px;
    color: aliceblue;
    margin-bottom: 25px;
}


.page3 .contianer .grid .box {
    width: 550px;
    height: 550px;
}

.page3 .contianer .grid .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page3 .grid .bx2,
.page3 .grid .bx4 {
    border: 1px solid black;
}

.page3 .grid .bx2 .overlay h1,
.page3 .grid .bx4 .overlay h1{
    color: black;
}

.page3 .grid .bx2 .overlay 
h2,
.page3 .grid .bx4 .overlay 
h2 {
    color: black;
}




.page4 {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .contianer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    overflow-x: hidden;
}

.page4 .contianer .top {
    overflow: hidden;
}

.page4 .contianer .top h1 {
    font-size: 60px;
    display: inline;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;

}

.page4 .contianer .bottom {
    overflow: hidden;
}

.page4 .contianer .bottom h1 {
    font-size: 60px;
    display: inline;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}


.page4 .contianer .top h1 span img {
    width: 90px;
}

.page4 .contianer .bottom h1 span img {
    width: 90px;
}



.page5 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;

}

.page5 .contianer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.page5 .contianer .slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.page5 .contianer .slider img {
    width: 700px;
    height: 450px;
}


footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    border-top: 1px solid black;
    padding: 20px;
}

footer .contianer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

footer .contianer .top{
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    gap: 20px;
}

footer .contianer .top p{
    font-size: 14px;
    color: black;
    font-weight: 200;
}

footer .contianer .bottom{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-top: 1px solid black;
    padding: 20px;
}
footer .contianer .bottom ul{
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    gap: 20px;

} 
footer .contianer .bottom ul a{
    font-size: 16px;
    font-weight: 200;
    text-decoration: none;
    color: black;
} 


footer .contianer .end{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

footer .contianer .end p{
    font-size: 18px;
}

footer .contianer .end h3{
    font-size: 16px;
}


