*{
 margin:0px;
 padding: 0;
 /* height: 100vh; */
 user-select: none;
 box-sizing: border-box;
 font-family: 'Poppins',sans-serif; 
/* background-color: black; */
}

#fullPage{
    background-color: white;
    margin-left: 150px;
}


#logo {
    float: left;
    width: auto;
    height: auto;
    /* max-width: 100px;
    max-height: 100px;     */
  }


img {
    max-width: 100%;
    max-height: 100vh;
    height: auto;
}

.fp-slide{
    text-align: center;
} 

.fp-controlArrow.fp-next {
    border-color: transparent transparent transparent black;
    opacity: 0.7;
    content: "before";
    color: red;
    right: 100px;
    }
.fp-controlArrow.fp-prev { 
    border-color: transparent black transparent black;
    opacity: 0.7;
    right: 100px;
}

.fp-slidesNav {
    text-align: center;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: black;
}

.s1 {
    background-color:white;
}

.s2{
    background-color:white;
}


#myVideo{
position: absolute;
right: 0;
bottom: 0;
top: 0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-size: contain;
object-fit: cover;
z-index: 3;
}

.s3{
   background-color: white;
}

.s4{
    background-color:white;
}
.s5{
    background-color:white;
}
.s6{
    background-color:white;
}
.s7{
    background-color:white;
}

.s1 h1 {
    font-size: 64px;
    position: absolute;
    top: 9%;
    left: 9%;
    transform: translate(20%, -20%);
    background: linear-gradient(to left, #5f6263,  #706d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s2 h1 {
    font-size: 64px;
    position: absolute;
    top: 6%;
    left: 9%;
    transform: translate(20%, -0%);
    background: linear-gradient(to left, #5f6263, #706d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.s3 h1 {
    font-size: 64px;
    position: absolute;
    top: 20%;
    left: 9%;
    transform: translate(20%, -20%);
    background: linear-gradient(to left, #5f6263,  #706d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s4 h1 {
    font-size: 64px;
    position: absolute;
    top: 20%;
    left: 9%;
    transform: translate(20%, -20%);
    background: linear-gradient(to left, #5f6263,  #706d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s5 h1 {
    font-size: 64px;
    position: absolute;
    top: 20%;
    left: 9%;
    transform: translate(20%, -20%);
    background: linear-gradient(to left, #5f6263,  #706d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s6 h1 {
    font-size: 64px;
    position: absolute;
    top: 20%;
    left: 9%;
    transform: translate(20%, -20%);
    background: linear-gradient(to left, #5f6263,  #706d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s7 h1 {
    font-size: 64px;
    position: absolute;
    top: 20%;
    left: 9%;
    transform: translate(20%, -20%);
    background: linear-gradient(to left, #5f6263,  #706d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header {
    width: 100%;
    background-color: #42403c;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 50px;
    top: 0;
    z-index: 99;
}
.nav li {
    display: inline-block;
    list-style-type: none;
}
.nav li a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    
}
li {
    display:inline-block;
}
.nav li a:hover {
    color: #69b744;
}
.nav li a.active{
    background-color: #04AA6D;
    color: white;
}

/* .btn{
    position: absolute;
    top: 15px;
    right: 45px;
    height: 45px;
    width: 45px;
    text-align:  center;
    background: #1b1b1b;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
}

.btn.click   {
    right: 256px;
}
.btn span{
    color: white;
    font-size: 28px;
    line-height: 45px;

}

.btn.click span:before{
    content: '\f00d';
} */


.contentBx{
    top: 6%;
    left: 9%;
    transform: translate(0%,-110%); 
    bottom: 0;
    max-width: 400px;
    color: red;

}

.contentBx div h2{
    top: 6%;
    left: 0%;
    transform: translate(-22%,-80%); 
    color:#fff;
    font-size: 2em;
}

.contentBx div p{
    color:#fff;
    font-size: 1.1em;
}
.contentBx div a{
    position: absolute;
    color: white;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 30px;
    background:gray;
    /* margin-top: 10px;  */
    font-weight: 500;
    top: 60px;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    left: 100px;

}

.s1{
    /* text-align: center; */
}
 .contentBx div{
    display: none;
}
.contentBx div.active{
display: block;
padding:30px;
left: 10px;
padding-left: 100px;
background:rgba(7, 6, 6, 0.2);
}  

.contentBx2 div {
    display: none;
}

.contentBx2 {
    top: 6%;
    left: 9%;
    transform: translate(0%, -120%);
    bottom: 0;
    max-width: 650px;
    color: red;
}

.contentBx2 div h2 {
    top: 6%;
    left: 9%;
    transform: translate(-10%, -80%);
    color: #fff;
    font-size: 1.5em;
}

.contentBx2 div p {
    color: rgb(255, 255, 255);
    font-size: 1.1em;
}
.contentBx2 div a {
    color:white;
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 30px;
    background: gray;
    margin-top: 10px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: -100px;
}

.contentBx2 div {
    display: none;
}
.contentBx2 div.active {
    display: block;
    padding: 30px;
    padding-left: 100px;
    background: rgba(0, 0, 0, 0.2);
}




