*{
    margin: 0;
    padding: 0;
    font-family: "averta cy w10";
    box-sizing: border-box;
}

*::selection{
    color: #fff;
    background-color: #000;
}

html, body{
        height: 100%;
        width: 100%;
}

#main{
    width: 100%;
    background-color: #fff;
}

#home{
    width: 100%;
    min-height: 100vh;
    /* border:  2px solid red; */
}

#nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 50px;
}

#nav img{
    width: 100px;
}

#nav #right{
    display: flex;
    align-items: center;
    gap: 40px;
}

#nav a{
    text-decoration: none;
    font-weight: 400;
    font-size: 1.1vw;
    letter-spacing: -1px;
    color: #000;
}

#nav i{
    margin-top: 3px;
    font-size: 20px;
}

#home #homemain{
    width: 100%;
    padding: 15vw  15vw;
}

#homemain h1{
    font-weight: 500;
    letter-spacing: -.1vw;
    font-size: 1.34vw;
}

.headings{
    display: flex;
    gap: 40px;
}

#homemain .headings h1{
    color: transparent;
    -webkit-text-stroke: 1px #000;
    font-size: 7vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -8px;
}

#homemain .headings h1:hover{
    color: #000;
}

#homelast{
    padding: 5vw 15vw;
}

#homelast p{
    width: 60%;
    font-size: 1.6vw;
    font-weight: 400;
    letter-spacing: -.08vw;
}

#homelast p::selection{
    color: #fff;
    background-color: #000;
}

#featured{
    padding: 10vw 15vw;
}

.fheading>h1{
    line-height: 1;
    font-size: 4vw;
    font-weight: 400;
}

.fheading>h1:nth-child(2){
   color: transparent;
   -webkit-text-stroke: 1px #000;
}

#fimages{
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    margin-top: 5vw;
}

#fleft{
    overflow: hidden;
    width: 45%;
    height: inherit;
}

.fleftelm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.fleftelm h1{
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin: 1.5vw 0;
}

.fleftelm h3{
    font-size: 1.3vw;
    font-weight: 400;
}

.fleftelm h4{
    opacity: .5;
}

#fright{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
    height: inherit;
}

#fright .images{
    width: 90%;
    height: 90%;
    
}

#fright .images img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.btndiv{
 display: flex;
 align-items: center;
 justify-content: center;
}

.btndiv button{
    padding: 1.2vw 1.5vw;
    border-radius: 100px;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    font-size: 1vw;
    font-weight: 500;
    letter-spacing: 1px;
}

#dev{
    width: 100%;
    padding: 5vw 15vw;
}

#dev h1{
    font-size: 3.8vw;
    font-weight: 400;
    width: 60%;
    line-height: 1;
}

#dev p{
    font-size: 1.5vw;
    margin-top: 3vw;
    letter-spacing: -.5px;
    width: 50%;
}

#slides{
    padding: 3vw 10vw;
    display: flex;
    justify-content: space-between;
}

.slide{
    width: 30%;
}

.slide .img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    background-color: yellow;
}

.slide .img img{
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.slide .tag{
    width: fit-content;
    border-radius: 100px;
    padding: 10px 20px;
    background-color: #f7f7f7;
    margin: 20px 0;
}

.slide h3{
    font-size: 1.4vw;
    font-weight: 400;
    letter-spacing: -.5px;
}

#newday{
     width: 100%;
    padding: 5vw 15vw;
}

#newday h1{
      font-size: 3.8vw;
    font-weight: 400;
    width: 30%;
    line-height: 1;
}

#slidestwo{
    padding: 3vw 10vw;
    display: flex;
    justify-content: space-between;
}

.slidetwo{
    width: 30%;
}

.slidetwo .img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    background-color: yellow;
}

.slidetwo .img img{
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.slidetwo .tag{
    width: fit-content;
    border-radius: 100px;
    padding: 10px 20px;
    background-color: #f7f7f7;
    margin: 20px 0;
}

.slidetwo h3{
    font-size: 1.4vw;
    font-weight: 400;
    letter-spacing: -.5px;
}

