/*cursor*/
body {
    height: 100%;
    min-height: 100%;
    cursor: none;
    color: #000;
    background-color: #fff;
}
  
  #invertedcursor {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    top: var(--y, 0);
    left: var(--x, 0);
    transform: translate(-50%, -50%);
    z-index: 10000;
    mix-blend-mode: difference;
    transition: transform .2s;
    pointer-events: none;
}

a{
    cursor: none;
}

/*style start*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    /* border: 1px solid red; */
}

/*font*/
/*Robert*/
@font-face {
    font-family: Robert-light;
    src: url(../accress/font/Roobert/Roobert-Light.otf);
}
@font-face {
    font-family: Robert-regular;
    src: url(../accress/font/Roobert/Roobert-Regular.otf);
}

@font-face{
    font-family: Robert-medium;
    src: url(../accress/font/Roobert/Roobert-Medium.otf);
}

@font-face{
    font-family: Robert-bold;
    src: url(../accress/font/Roobert/Roobert-Bold.otf);
}

/*Reckless*/
@font-face {
    font-family: Reckless-regular;
    src: url(../accress/font/Reckless_Neue/RecklessNeue-Light.ttf);
}

@font-face {
    font-family: Reckless-regular;
    src: url(../accress/font/Reckless_Neue/RecklessNeue-Regular.ttf);
}

@font-face{
    font-family: Reckless-medium;
    src: url(../accress/font/Reckless_Neue/RecklessNeue-Medium.ttf);
}

@font-face{
    font-family: Reckless-bold;
    src: url(../accress/font/Reckless_Neue/RecklessNeue-Bold.ttf);
}

.body1{
    font-family: Robert-regular;
    font-size: 1vw;
    letter-spacing: 1.5px;
}

.body2{
    font-family: Robert-regular;
}

.display1{
    font-family: Reckless-regular;
    font-size: 3vw;
    letter-spacing: 1.5px;
}

.display2{
    font-family: Robert-regular;
    font-size: 2vw;
    letter-spacing: 4px;
}

.display3{
    font-family: Robert-medium;
    font-size: 2.5vw;
    letter-spacing: 3px;
}

.display4{
    font-family: Reckless-medium;
    font-size: 1.5vw;
    letter-spacing: 1.25px;
}
/*font end*/

.contentWhite{
    color: white;
}

.contentBlack{
    color: black;
}

.flex-row:before, .flex-row:after{
    display: none;
 }

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    background-color: black;
}

.headerContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 40px;
}

.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headerLogoText{
    font-family: Robert-bold;
    font-size: 1vw;
    letter-spacing: 3pt;
}

.navUl{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.navList{
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
}

.navLink{
    font-size: 0.8vw;
    letter-spacing: 1.5pt;
    text-decoration: none;
}

.navLink:hover{
    color: rgb(149, 149, 149);
    text-decoration: none;
}


/*for sections*/
.contentRaper{
    position: relative;
    top: 100vh;
    left: 0;
}

.section{
    background-color: #EDEDED;
}

/*banner*/
.sectionOne{
    height: 100vh;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: black;
}

.homeVideo{
    position: fixed;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
    background: black;
    object-fit: cover;
    height: 100%;
}

.homeVideoColorCover{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

.homeBannerContentContainer{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.homeBannerContentTitleContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homeTitle{
    margin-bottom: 25px;
    letter-spacing: 10px;
    font-size: 3.5vw;
    color: white;
    justify-content: flex-start;
}

.homeSubtitle{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
}

.homeBannerContentDisContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    width: 100%;
    color: white;
}

.homeBannerDis{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid white;
    margin-bottom: 3vh;
}

.homeBannerScrollDownBtn{

}

.scrollToLink{
    align-self: center;
}

.fa-chevron-down{
    color: rgb(59, 59, 59);
    font-size: 2vw;
}

.homeBannerScrollDownBtn > a > p{
    font-size: 0.6vw;
    text-align: center;
}

.homeBannerScrollDownBtn :hover{
    text-decoration: none;
}

/*for contact*/
.sectionContactContainer{
    display: flex;
    flex-direction: row;
}

.sectionContactContentContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.contactInfoBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
}

.contactInfoBoxOne{
    align-items: flex-start;
}

.contactInfoBox:nth-child(0){
    border-top: 100px solid black;
}

.contactContent{
    color: black;
    text-decoration: none;
    letter-spacing: 1pt;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footerContent{
    font-size: 0.7vw;
    text-align: center;
}
