body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-X: hidden;
}
#main{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
}
#BG , #BGVideo{
    width: 102%;
    height: 101vh;
    position: fixed;
    left: -1%;
    top: -1vh;
    filter: blur(4px);
}
#BGVideo{
    display: none;
    height: 120vh;
    width: auto;
}
#slide{
    position: relative;
}
#DataSlide{
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    position: relative;
}
#mainSlideText{
    width: 95%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 20%;
    left: 5%;
}
#mainSlideText p{
    color: #f1cc6b;
    font-size: 23px;
    line-height: 1.5;
    font-family: 'MainFontIt';
    font-weight: 500;
}
#welcome{
    color: white;
    font-size: 35px;
    font-weight: bold;
    font-family: 'MainFont';
}
#learnmore{
    width: 50%;
    display: flex;
    align-items: center;
}
#learnmore:hover{
    cursor: pointer;
}
#learnmore p{
    color: white;
    font-family: 'MainFont';
}
.jsonArrowView , .jsonArrowView1{
    width: fit-content;
    display: flex;
    align-items: center;
}
.jsonArrowView lottie-player  , .jsonArrowView1 lottie-player{
    margin: -7px;
    width: 30px;
    height: 30px;
}
.firstlettieArrow{
    margin-left: 10px !important;
}
#mainSlideText::before{
    content: '';
    width: 3px;
    height: 100%;
    background-color: #f1cc6b;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 0;
}
#cloud1 , #cloud2{
    width: auto;
    position: absolute;
}
#cloud1{
    height: 230px;
    left: 4%;
    top: 5%;
}
#cloud2{
    height: 200px;
    left: 50%;
    top: -6%;
}
#imageSide{
    position: relative;
}
#SlideImage{
    position: absolute;
    top: 10%;
    transform-style: preserve-3d;
    transition: transform 800ms;
    transform-origin: 50% 80%;
    perspective: 500px;
}
#lineRight{
    width: 35%;
    height: calc(100% + 160px);
    position: absolute;
    right: 35px;
    top: -210px;
    background-color: #ceb36c;
}
#chooes{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
#chooes div{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    margin: 3px;
    z-index: 100;
}
#chooes div:hover{
    cursor: pointer;
}
#secoundpart{
    width: 100%;
    height: 220px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #201e2b;
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    grid-template-rows: 1fr;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.sectionOil{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sectionOil img{
    width: 40%;
    height: auto;
}
.sectionOil p{
    text-align: left;
    color: white;
    font-family: 'MainFontIt';
    font-size: 11px;
}
.firstSpan{
    color: #ceb36c;
    font-size: 15px;
    font-weight: 600;
    font-family: 'MainFont';
}
.learnmoreSpan{
    color: #ceb36c;
    font-size: 10px;
}
#thirdpart , #forthPart , #fifthPart , #sevenPart , #fifthPart_{
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    background-color:  transparent;
    position: relative;
    z-index: 1;
}
#thirdpart{
    margin-top: 30px;
}
#ThirdPartSideText{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#ThirdPartSideText img{
    width: 25%;
    height: auto
}
#ThirdPartSideText p{
    width: 80%;
    margin-top: 20px;
    text-align: center;
    font-family: 'MainFontIt';
    color: white;
    font-size: 25px;
    line-height: 1.7;
}
#ThirdPartSideVideo , #FirstPartSideVideo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#FirstPartSideVideo{
    z-index: 1;
    top: -4%;
}
#ThirdPartSideVideo video , #FirstPartSideVideo video{
    max-width: 95%;
    height: auto;
    transform: rotateZ(-1deg) rotateY(-20deg) rotateX(7deg);
    box-shadow: 0px 0px 31px 5px #ceb36c;
}
#ThirdPartSideVideo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
#forthPartP{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
#forthPart::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #201e2b;
    opacity: 0.3;
    z-index: -1;
}
#forthPartPParg{
    text-align: left;
    font-size: 20px;
    font-family: 'MainFontIt';
    color: #ceb36c;
    line-height: 1.7;
    margin-left: 40px;
}
#forthPartP p span{
    color: white;
    font-size: 30px;
    font-weight: bold;
    font-family: 'MainFont';
}
.sevenPartJson{
    width: fit-content;
    height: 30px;
    border-radius: 30px;
    background-color: #201e2b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 40px;
    z-index: 1;
}
.sevenPartJson p{
    color: white;
    font-size: 13px;
    font-family: 'MainFont';
    font-weight: 500;
}
.jsonArrowView1 lottie-player{
    width: 20px;
    height: 20px;
}
.firstlettieArrow1{
    margin-left: 3px !important;
}
#forthPartImageSide{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#forthPartImageSide img{
    width: 70%;
    height: auto;
    z-index: 1;
}
#fifthPart , #fifthPart_{
    margin-top: 50px;
    column-gap: 10px;
    height: fit-content;
}
#FifthPartRightSide , #FifthPartLeftSide , #FifthPartRightSide_ , #FifthPartLeftSide_{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
#FifthPartRightSide::before , #FifthPartLeftSide::before , #secoundryDivSixPart::before , #sevenPart::before , #FifthPartRightSide_::before , #FifthPartLeftSide_::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #201e2b;
    opacity: 0.3;
    z-index: -1;
}
#imageFifthPart , #imageFifthPart_{
    width: 90%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4 , 24.5%);
    column-gap: 5px;
    row-gap: 5px;
}
#imageFifthPart_{
    grid-template-rows: 21.5% 57% 21.5%;
}
#imageFifthPart img , #imageFifthPart_ img{
    height: auto;
    width: 100%;
    margin: auto;
    z-index: 1;
    max-height: 100%;
}
#imageFifthPart_ img{
    margin-top: 0px;
}
#FifthPartRightSide_::before , #FifthPartLeftSide_::before , #FifthPartRightSide::before , #FifthPartLeftSide::before{
    height: 104%;
    top: -2%;
}
#imageFifthPartBig_{
    grid-column: span 2;
}
#imageFifthPartBig{
    grid-column: span 2;
}
#FifthPartLeftSide p , #FifthPartLeftSide_ p{
    width: 80%;
    text-align: center;
    font-family: 'MainFontIt';
    color: white;
    font-size: 1.4vw;
    line-height: 2.5;
    z-index: 1;
}
#FifthPartLeftSide_ p{
    font-size: 1.7vw;
    line-height: 2;
}
#sixthPart{
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
#sixthPart video{
    width: 100%;
    height: initial;
    object-fit: cover;
    position: relative;
    left: 0;
    top: 0;
}
#secoundryDivSixPart{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}
#secoundryDivSixPart::before{
    border-radius: 0px;
    border-left: 2px solid black;
}
#secoundryDivSixPart p{
    font-size: 1.065vw;
    line-height: 1.5;
    color: white;
    font-family: 'MainFontIt';
    text-align: center;
}
#secoundryDivSixPart img{
    width: 14%;
    height: auto;
}
#sevenPart{
    width: 100%;
    margin-top: 30px;
    position: relative;
    grid-template-columns: 60% 40%;
}
#sevenPartP , #sevenPartImage{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#sevenPartP {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#sevenPartPargraph{
    color: white;
    font-family: 'MainFontIt';
    font-size: 25px;
    line-height: 1.7;
    z-index: 1;
    margin-left: 40px;
}
#sevenPartPargraph span{
    color: #ceb36c;
}
#sevenPartImage{
    justify-content: flex-end;
    position: relative;
}
#sevenPartImage img{
    position: absolute;
    right: -10px;
    top: -125px;
    width: auto;
    height: 130%;
    z-index: 1;
}
.learnmoreSpan:hover{
    cursor: pointer;
}
#sixPartVideo{
    width: 100%;
    height: 100%;
    position: relative;
}
#sixPartVideo lottie-player{
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.sevenPartJson p{
    font-size: 13px !important;
}
@media (resolution : 1.25dppx){
    #BGVideo {
        height: 125vh;
    }
}
@media (resolution : 1.5dppx){
    #BGVideo {
        height: 134vh;
    }
}
@media(max-width : 2000px){
    #forthPartImageSide img {
        width: 55%;
    }
    #imageFifthPart {
        width: 75%;
    }
    #SixPartImages img {
        width: 65%;
    }
}
@media(max-width : 1700px){
    #forthPartImageSide img {
        width: 60%;
    }
    #imageFifthPart {
        width: 80%;
    }
    #SixPartImages img {
        width: 70%;
    }
}
@media(max-width : 1590px){
    #forthPartImageSide img {
        width: 64%;
    }
    #imageFifthPart {
        width: 84%;
    }
    #SixPartImages img {
        width: 75%;
    }
}
@media(max-width : 1512px){
    #forthPartImageSide img {
        width: 70%;
    }
    #imageFifthPart {
        width: 90%;
    }
    #SixPartImages img {
        width: 80%;
    }
}
@media(max-width : 1415px){
    #chooes{
        margin-top: 6%;
    }
    #lineRight {
        height: calc(100% + 175px);
    }
    #FifthPartLeftSide p {
        width: 80%;
        text-align: center;
        font-family: 'MainFontIt';
        color: white;
        line-height: 1.9;
    }
    #FifthPartLeftSide p {
        width: 85%;
    }
    #sevenPartPargraph {
        font-size: 23px;
    }
    #sevenPartImage img {
        top: -65px;
        height: 118%;
    }
}
@media(max-width : 1360px){
    #SixPartP p {
        margin-left: 20px;
        font-size: 20px;
    }
}
@media(max-width : 1310px){
    #cloud1 {
        height: 205px;
    }
    #welcome {
        font-size: 30px;
    }
    #mainSlideText p {
        font-size: 20px;
    }
    #chooes {
        margin-top: 0%;
    }
    #thirdpart, #forthPart, #sevenPart {
        height: 465px;
    }
    #sevenPartPargraph {
        font-size: 20px;
    }
}
@media(max-width : 1260px){
    #FifthPartLeftSide p {
        width: 95%;
    }
    #ThirdPartSideText p {
        width: 90%;
        font-size: 20px;
    }
    #thirdpart, #forthPart, #sevenPart {
        height: 435px;
    }
    .jsonArrowView lottie-player, .jsonArrowView1 lottie-player {
        margin: -8px;
        width: 25px;
        height: 25px;
    }
    #mainSlideText p {
        line-height: 1.4;
    }
    #lineRight {
        height: calc(100% + 210px);
    }
    #cloud1 {
        height: 195px;
    }
    #cloud2 {
        height: 195px;
    }
    #sevenPartImage img {
        height: 119%;
    }
}
@media(max-width : 1195px){
    #SixPartP p {
        font-size: 18px;
    }
    #sevenPartPargraph {
        font-size: 18px;
    }
    #SlideImage {
        top: 12%;
    }
    #forthPartPParg {
        line-height: 1.5;
        font-size: 19px;
    }
    .sectionOil p {
        font-size: 9px;
    }
    #mainSlideText p {
        font-size: 18px;
    }
}
@media(max-width : 1027px){
    #cloud1 {
        height: 180px;
    }
    #forthPartP p span {
        font-size: 28px;
    }
    #SixPartP p {
        font-size: 17px;
    }
    #sevenPartPargraph {
        font-size: 16px;
        line-height: 2.5;
    }
    #thirdpart, #forthPart, #sevenPart {
        height: 350px;
    }
    #forthPartPParg {
        font-size: 16px;
    }
    #lineRight {
        right: 20px;
    }
    #sevenPartImage img {
        height: 124%;
    }
}
@media(max-width : 1000px){
    #DataSlide {
        height: fit-content;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    #mainSlideText{
        order: 1;
        align-items: center;
        margin-top: 10%;
        left: 0px;
    }
    #mainSlideText::before{
        display: none;
    }
    #mainSlideText p {
        width: fit-content;
        text-align: center;
        font-size: 24px;
    }
    #lineRight {
        display: none !important;
    }
    #learnmore {
        width: fit-content;
        margin-left: 5%;
    }
    #secoundpart{
        height: fit-content;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3 , 1fr);
    }
    .sectionOil {
        justify-content: space-around;
    }
    .sectionOil p {
        font-size: 17px;
        line-height: 1.4;
    }
    .firstSpan {
        line-height: 3;
    }
    .learnmoreSpan {
        font-size: 16px;
    }
    #thirdpart, #forthPart, #fifthPart, #sevenPart {
        height: fit-content;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    #ThirdPartSideVideo video {
        max-width: 73%;
    }
    #forthPartPParg {
        width: 100%;
        text-align: center;
        font-size: 27px;
    }
    #forthPartP {
        align-items: center;
    }
    #forthPartLottiePlayer {
        width: 150px;
        height: 45px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #forthPartLottiePlayer p {
        font-size: 15px;
    }
    .jsonArrowView lottie-player, .jsonArrowView1 lottie-player {
        margin: -8px;
        width: 23px;
        height: 23px;
    }
    #forthPartImageSide img {
        width: 64%;
        position: relative;
        top: -41px;
    }
    #imageFifthPart {
        width: 75%;
    }
    #FifthPartRightSide, #FifthPartLeftSide {
        height: fit-content;
    }
    #fifthPart{
        grid-template-rows: 1fr 50%;
    }
    #secoundryDivSixPart {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    #sixthPart video {
        width: 100%;
    }
    #SixPartImages img {
        width: 45%;
    }
    #SixPartP p {
        width: 100%;
        font-size: 24px;
        text-align: center;
    }
    #SixPartP {
        order: 1;
    }

    #sixthPart {
        height: fit-content;
    }
    #sevenPartImage {
       display: none;
    }
    #sevenPart {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }
    #sevenPartPargraph {
        width: 100%;
        text-align: center;
    }
    .sevenPartJson{
        margin-left: 0px !important;
        margin-bottom: 20px;
    }
    #sevenPartP {
        align-items: center;
    }
    #sevenPartPargraph {
        font-size: 22px;
    }
    #mainSlideText {
        width: 100%;
    }
    #sixthPart , #fifthPart_{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    #secoundryDivSixPart p {
        font-size: 2.1vw;
    }
    #FifthPartLeftSide::before ,#FifthPartRightSide::before , #FifthPartLeftSide_::before , #FifthPartRightSide_::before{
        height: 100%;
        top: 0%;
    }
    #FifthPartRightSide{
        padding-top: 10px;
    }    
    #FifthPartLeftSide_{
        order: 1;
    }
    #FifthPartRightSide_{
        order: 0;
        padding-top: 10px;
    }
    #FifthPartLeftSide_ p {
        font-size: 3.4vw;
    }
    #FifthPartLeftSide p {
        font-size: 3vw;
    }
}
@media(max-width : 900px){

}
@media(max-width : 780px){
    #cloud1 {
        height: 150px;
    }
    #SixPartP p {
        font-size: 20px;
    }
    #sevenPartPargraph {
        font-size: 17px;
    }
}
@media(max-width : 600px){
    #forthPartPParg {
        font-size: 15px;
    }
    #mainSlideText p {
        font-size: 15px;
    }
    #cloud1 {
        height: 105px;
    }
    #cloud2 {
        height: 145px;
    }
    .sectionOil p {
        font-size: 10px;
        line-height: 1.4;
    }
    .learnmoreSpan {
        font-size: 11px;
    }
    #SixPartP p {
        font-size: 14px;
    }
    #sixthPart video {
        width: 100%;
    }
    #sevenPartPargraph {
        font-size: 12px;
    }
    #forthPartImageSide img {
        top: 0px;
    }
    #forthPartLottiePlayer {
        width: 125px;
        height: 35px;
    }
    #forthPartP p span {
        font-size: 25px;
    }
    #ThirdPartSideVideo lottie-player ,#sixPartVideo lottie-player{
        width: 200px !important;
        height: 200px !important;
    }
}
@media(max-width : 440px){
    #mainSlideText p {
        font-size: 12px;
    }
    #welcome {
        font-size: 20px;
    }
    #cloud1 {
        height: 85px;
    }
    #cloud2 {
        height: 120px;
    }
    .sectionOil p {
        font-size: 9px;
    }
    #ThirdPartSideText p {
        width: 90%;
        font-size: 17px;
    }
    #ThirdPartSideVideo video {
        max-width: 90%;
    }
    #forthPartP p span {
        font-size: 20px;
    }
    #forthPartPParg {
        font-size: 13px;
        margin-left: 0px;
    }
    #SixPartP p {
        font-size: 12px;
    }
    #sevenPartPargraph {
        font-size: 11px;
        margin-left: 0px;
    }
}