:root{
    --opensans: 'Open Sans', sans-serif;
    --raleway: 'Raleway', sans-serif;
    --bebas: 'Bebas Neue', sans-serif;
}
*{
    margin: 0px;
    padding: 0px;
}
::-webkit-scrollbar {
    display: none;
}
html {
    scroll-behavior: smooth;
  }
body{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background-color:#08090A;
}

.headSection{
    width: 100%;
    background: radial-gradient(189.96% 61.18% at 50% 38.82%, rgba(255, 181, 72, 0.00) 0%, rgba(52, 44, 29, 0.80) 73.22%, #08090A 99.74%), url("../img/bg1.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: calc(100vw * 0.66);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position:relative;
}
.header{
    display: flex;
    flex-flow: row nowrap;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 0px 200px;
}
.header img{
    height: 93px;
    margin-right: 50px;
}
.header ul{
    list-style: none;
}
.header ul li{
    display: inline-block;
    margin: 0px 25px;
}
.header ul li a{
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.theStoryLink{
    width: 90px;
    height: 20px;
    color: #FFF;
    text-align: justify;
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: absolute;
    bottom: 75px;
}
.downArrow{
    position: absolute;
    bottom: 60px;
}
.custom-select{
    color: #fff;
    background: none;
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
    border: none;
}
.custom-select option{
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.custom-select option{
    background-color: #000;
}
.sideLogos{
    display: flex;
    width: 180px;
    justify-content: center;
    align-items: space-around;
    flex-flow: row nowrap;    
    margin-left: 50px;
}
.separator{
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    height: 30px;
    width: 1px;
    margin-left: 20px;
    margin-right: 20px;
}
.title{
    display: flex;
    flex-flow: column nowrap;
    margin-top: calc(100vw * 0.15);
}
.title h1{
    color: #FFF;
    text-align: center;
    font-family: var(--bebas);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.title p{
    color: #FFF;
    text-align: center;
    font-family: var(--bebas);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
}
.title button{
    margin:auto;
    border: solid 1px rgba(255,255,255,0);
    margin-top: 20px;
    width: 260px;
    height: 60px;
    border-radius: 4px;
    background: linear-gradient(195deg, #FFB548 11.27%, #F3AF34 90.4%);
    color: #1A1917;
    text-align: center;
    font-family: var(--opensans);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title button{
    cursor: pointer;
}
.aboutSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vw * 0.66);
    position: relative;
}
.aboutSection::before{
    content: "";
    width: 100%;
    height: calc(100vw * 0.66); 
    background: linear-gradient(0deg, rgba(9, 10, 12, 0.90) 0%, rgba(9, 10, 12, 0.90) 100%), radial-gradient(136.03% 54.57% at 50% 48.04%, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.00) 60.63%, #080A0B 99.74%), url("../img/bg2.png"), lightgray -228.733px 0px / 150.849% 105.737% no-repeat;
    transform:scaleX(-1);
    background-size: cover;
    z-index: -5;
    position: absolute; 
}
.aboutSection h3{
    color: #FFF;
    font-family: var(--bebas);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.aboutSection h1{
    color: #FFF;
    font-family: var(--bebas);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 400px;
    line-height: 70px;
    margin-bottom: 50px;
}
.separator2{
    border: solid #fff 1px;
    border-radius: 20px;
    height: 1px;
    width: 711px;
    background-color: #fff;
    margin-bottom: 50px;
}
.aboutSection p{
    color: #FFF;
    text-align: justify;
    font-family: var(--opensans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 365px;
    position: relative;
    left: 170px;
}
.aboutSection p span{
    font-weight: bold;
}
.underlineText{
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color:#F3AF34;
    text-decoration-style: solid;
    text-decoration-thickness: 4px;
}
.aboutWrapper{
    width: 1300px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    position: relative;
}

.carouselWrapper{
    position: absolute;
    left: 620px;
    z-index: -1;
    top: -130px;
}
.carousel1{
    height: 730px;
    width: 580px;
    object-fit: cover;
    object-position: 65% 50%; 
    position: absolute;
    z-index: -2;
}
.carousel2{
    height: 650px;
    width: 500px;
    object-fit: cover;
    position: absolute;
    z-index: -3;
    top: 40px;
    left: 110px;
}
.carousel3{
    height: 590px;
    width: 500px;
    object-fit: cover;
    position: absolute;
    z-index: -4;
    top: 60px;
    left: 130px;
}
.carouselArrow{
    position: absolute;
    left: 650px;
    top: 350px;
}
.bottomDotSvgs{
    position: absolute;
    width: 400px;
    justify-content: space-around;
    top: 680px;
    left: 100px;
    display: flex;
    flex-flow: row nowrap;
}
.dotLineSvg{
    position: absolute;
    top: 688px;
    left: 140px;
}
.featureSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vw * 0.66);
    position: relative;
}
.featureSection::before{
    content: "";
    width: 100%;
    height: calc(100vw * 0.66); 
    background: radial-gradient(65.66% 54.64% at 73.36% 41.9%, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.00) 19.2%, rgba(4, 5, 6, 0.52) 47.48%, #080A0B 99.74%), url("../img/bg3.png"), lightgray -141.799px 0px / 110.458% 100.742% no-repeat;
    transform:scaleX(-1);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    position: absolute;
}
.featureWrapper h3{
    color: #FFF;
    font-family: var(--bebas);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
}
.featureWrapper h1{
    color: #FFF;
    font-family: var(--bebas);
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.featureWrapper h4{
    color: #FFB548;
    font-family: var(--bebas);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 25px;
    position: relative;
    left: 30px;
}
.featureWrapper p{
    color: #FFF;
    text-align: justify;
    font-family: var(--opensans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 360px;
    margin-bottom: px;
    position: relative;
    left: 30px;
}
.featureWrapper{
    position: relative;
    width: 415px;
    display: flex;
    flex-flow: column nowrap;
    left: 400px;
}
.featureFilledDot{
    position: relative;
    left: -20px;
    top: -35px;
}
.featureDot1{
    position: relative;
    left: -37px;
    top: 122px;
}
.featureDot2{
    position: relative;
    left: -54px;
    top: 200px;
}
.featureLine{
    position: relative;
    left: -62px;
    top: 43px;
}
.system{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    height: calc(100vw * 0.66);
    position: relative;
    background: radial-gradient(50.92% 48.95% at 70.14% 64.4%, rgba(255, 255, 255, 0.00) 3.36%, rgba(0, 0, 0, 0.00) 19.22%, #080A0B 99.74%), url("../img/bg4.png"), lightgray -440.272px 0px / 165.462% 133.24% no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: cover;
}
.system h3 {
    color: #FFF;
    font-family: var(--bebas);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    margin-top: 233px;
}
.system h1 {
    color: #FFF;
    font-family: var(--bebas);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.requirementTableBorder{
    position: relative;
}
.systemRequirements{
    margin-top: 170px;
    border-spacing: 0px;
    position: absolute;
    top: 300px;
    left: 270px;
}
.systemRequirements tr td {
    padding: 10px;
}
.systemRequirements h4{
    color: #FFB548;
    font-family: var(--bebas);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.systemRequirements p{
    color: #FFF;
    font-family: var(--opensans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    
}
.formatedP{
    width: 258px;
}
.topLeftTd{
    border-bottom: solid 1px rgba(255,255,255,0.1);
    border-right: solid 1px rgba(255,255,255,0.1);
}
.topRightTd{
    border-bottom: solid 1px rgba(255,255,255,0.1);
}
.middleLeftTd{
    border-right: solid 1px rgba(255,255,255,0.1);
}
.bottomTd{
    border-top: solid 1px rgba(255,255,255,0.1);
}
.requirementTableBorder{
    position: absolute;
    top: 468px;
    left: 268px;
}
.whiteRect1{
    position: absolute;
    width: 73px;
    height: 9px;
    background-color: #c4c4c4;
    top: 861px;
    left: 341px;
}
.whiteRect2{
    position: absolute;
    width: 66px;
    height: 27px;
    background-color: #c4c4c4;
    top: 870px;
    left: 269px;
}

.pressQuotes::before{
    content: "";
    width: 100%;
    height: calc(100vw * 0.66); 
    background: radial-gradient(81.82% 51.21% at 84.17% 54.87%, rgba(0, 0, 0, 0.00) 0%, rgba(9, 10, 12, 0.00) 52.5%, #090A0C 100%), url("../img/bg5.png"), lightgray 31.575px -1612.006px / 102.054% 720.45% no-repeat;
    transform:scaleX(-1);
    background-repeat: no-repeat;
    background-size:cover;
    position: absolute;
    z-index: -1;
}
.pressQuotes{
    width: 100%;
    display: flex;
    height: calc(100vw * 0.66);
    position: relative;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.leftSide{
    height: 800px;
    width: 440px;
    display: flex;
    flex-flow: column nowrap;  
    justify-content: center;
    margin-right: 50px;  
}
.leftSide h3{
    color: #FFF;
    font-family: var(--bebas);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
}
.leftSide h1{
    color: #FFF;
    font-family: var(--bebas);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 53px;
}
.leftSide p{
    color: #FFF;
    font-family: var(--opensans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    margin-bottom: 35px;
}
.leftSide button{
    width: 260px;
    height: 60px;
    border-radius: 4px;
    background: linear-gradient(195deg, #FFB548 11.27%, #F3AF34 90.4%);
    color: #1A1917;
    text-align: center;
    font-family: var(--opensans);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border: none;
}
.leftSide button{
    cursor: pointer;
}
.rightSide{
    height: 800px;
    width: 540px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;  
}
.testimonial{
    width: 452px;
    height: 183px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 30px;
    position: relative;
}
.testimonial img {
    width: 65px;
    border-radius: 200px;
    margin: 8px 0px 0px 13px;
    z-index: 3;
    position: absolute;
}
.backCircle{
    position: absolute;
    background-color: #FFB548;
    width: 64px;
    height: 64px;
    border-radius: 200px;
    margin: 8px 0px 0px 23px;
}
.testimonial h3{
    margin-left: 120px;
    margin-top: 20px;
    color: #FFB548;
    font-family: var(--bebas);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
}
.testimonial h4{
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--opensans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 120px;
    margin-top: 0px;
}
.testimonial p{
    color: #FFF;
    font-family: var(--opensans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 15px;
    margin-top: 20px;
    width: 400px;
}
.testimonial .date{
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testimonial svg{
    position: absolute;
    top: 30px;
    right: 20px;
}
.testimonial1{
    margin-left: 100px;
}
.testimonial3{
    margin-left: 50px;
}

.newsLetter{
    width: 100%;
    display: flex;
    height: calc(100vw * 0.66);
    position: relative;
    justify-content: center;
    align-items: center;
}
.newsLetter::before{
    content: "";
    width: 100%;
    height: calc(100vw * 0.66); 
    background-image: url("../img/challice.png");
    transform:scaleX(-1);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    z-index: -1;
}
.subscribe{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 680px;
    height: 350px;
    position: absolute;
    left: 800px;
}
.subscribe h3{
    color: #FFF;
    font-family: var(--bebas);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
}
.subscribe h1{
    color: #FFF;
    font-family: var(--bebas);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    }
.subscribe p{
    color: #FFF;
    font-family: var(--opensans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.inputWrapper{
    display: flex;
    justify-content: space-between;
    width: 650px;
    margin-top: 50px;
}
.inputWrapper button{
    display: inline-block;
    width: 260px;
    height: 60px;
    border-radius: 4px;
    background: linear-gradient(195deg, #FFB548 11.27%, #F3AF34 90.4%);
    color: #1A1917;
    text-align: center;
    font-family: var(--opensans);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border: none;
}
.inputWrapper button:hover{
    cursor: pointer;
}
.inputField{
    width: 367px;
    height: 60px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 21px 10px 21px;
}
.inputField label{
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.inputField input{
    color: #FFB548;
    font-family: var(--opensans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    background:none;
    border: none;
    width: 100%;
    outline: none;
}
footer{
    width: 100%;
    height: 310px;
}
.topFooter{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: auto;
}
.topFooter img{
    width: 111px;
}
.topFooter ul{
    list-style: none;
}
.topFooter ul li{
    display: inline-block;
    margin: 0px 20px;
}
.topFooter ul li a{
    color: #FFF;
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
}
.socialLinkWrapper{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 300px;
    margin-top: 20px;
}
.footerSeparator{
    width: 1200px;
    height: 1px;
    margin: auto;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.5);
}
.bottomFooter{
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.bottomFooterLeft{
    color: rgba(255, 255, 255, 0.5);    
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bottomFooterRight{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.bottomFooterRight a{
    margin-left: 10px;
    text-decoration: none;
    color: #FFF;
    text-align: right;
    font-family: var(--opensans);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.bottomFooterLinkSeparator{
    border-right: solid #fff 1px;
    height: 15px;
    margin-top: 3px;
    margin-left: 10px;
}