*{
    font-family: "Lato", sans-serif;
}
main{
    width: auto;
    height: 3600px;
}
header{
    width: auto;
    height: auto;
}
body{
    margin: 0px;
}
.navbar{
    display: flex;
    width: auto;
    height: 87.600px;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    width: 224.66px;
    height: 27.11px;
    padding: 22px 15px;
    cursor: pointer;
}
.logo2{
    padding-right: 89px;
}
.logo2 img{
    width: 79px;
    height: 12px;
    cursor: pointer;
}
.logo3 img{
    width: 23px;
    height: 23px;
    cursor: pointer;
}
ul{
    display: flex;
    list-style: none;
    gap: 27px;
    padding-left: 58px;
}
li{
    text-transform: uppercase;
    font-size: 12px;
}
.boxtext{
    width: 189.125px;
    height: 48px;
    padding: 5px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
}
.boxtext p{
    padding: 0px;
    margin: 0px;
    color: #585858;;
}
.boxtext .text2{
    position: relative;
    top: -15px;
}
.img1{
    position: relative;
    height: 16px;
    width: 16.79px;
    top: -17px;
    left:109px
}
.img2{
    width: 16.79px;
    height: 16px;
    padding: 0px;
    position: relative;
    top: -33px;
    left: 154px;
}
.navbar .login{
    cursor: pointer;
}
.search{
    width: 20px;
    height: 20px;
}
.mainimg{
    width: 100%;
    height: 585.013px;

}
.fixedbar{
    background: #2d3494;
    width: 43px;
    height: 43px;
    display: grid;
    grid-template-columns: repeat(3,auto);
    padding: 2px;
    position: fixed;
    left:1472px;
    top: 213px;
    align-items: center;
    justify-items: center;
    cursor: pointer;
    z-index: 1;
}
.fixedbar div{
    width: 8px;
    height: 8px;
    background-color: white;
}
.line{
    display: flex;
    justify-content: center;
    position: relative;
    top: -53px;
}
.line div{
    background: #303a97;
    width: 30px;
    height: 4px;
}
.blueclass{
    width: auto;
    height: 486.400px;
    padding-top: 28px;
}
.blueimg{
    width: 1519.200px;
    height: 486.400px;

}
.blueclass .line{
    display: flex;
    justify-content: center;
    position: relative;
    top: -422px;
}
.blueclass .line div{
    border-top: solid 3px red;
    width: 35px;
    height: 4px;
    background-color: transparent;
}
.blueclass .text{
    text-align: center;
    position: relative;
    top:-437px;
}
.blueclass .text h2{
    font-family: "Lato", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
}
.blueclass .text h3{
    font-family: "Lato Black", sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 500;
    color: white;
}
.whiteclass{
    width: auto;
    height: 630px;
}
.whiteclass .line{
    display: flex;
    justify-content: center;
    position: relative;
    top: -626px;
}
.whiteclass .line div{
    border-top: solid 3px red;
    width: 35px;
    height: 4px;
    background-color: transparent;
}
.whiteclass img{
    width: 1519px;
    height: 630px;
}
.whiteclass .text{
    text-align: center;
    position: relative;
    top:-644px;
}
.whiteclass .text h2{
    font-family: "Lato", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
}
.whiteclass .text h3{
    font-family: "Lato Black", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 500;
    color: black;
}
.boxtextmain{
    display: flex;
    justify-content: center;
    position: relative;
    top: -600px;
    gap: 28px;
}
.boxtextmain .line{
    border-right: 1px solid #e1e1e2;
    width: 1px;
    height: auto;
    position: relative;
    top: 21px;
}
.boxtext1{
    width: 308.337px;
    height: 280px;
   
}
.boxtext2{
    width: 308.337px;
    height: 280px;
}
.boxtextmain p{
    width: 302px;
    height: 100px;
    color: #171717;
    text-align: center;
    margin: 0;
    line-height:  21px;
}
.boxpic{
    width: auto;
    height: 656.612px;
}
.boxpic img{
    width: 100%;
    height: 600px;
}
.boxpic .line div{
    border-top: solid 3px red;
    width: 35px;
    height: 4px;
    background-color: transparent;
}
.boxpic .line{
    display: flex;
    justify-content:center;
    position: relative;
    top:10px;
}
.boxpic h3{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
}
.boxpic .text{
    position: relative;
    width: 600px;
    top: -572px;
    right: -769px;
}
.boxpic h2{
    font-style: 500;
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}
.boxpic ul{
    font-style: "Lato", sans-serif;
    width: 621.662px;
    display: block;
    line-height: 2;
    position: relative;
    right: 10px;
}
.boxpic li{
    font-style: "Lato", sans-serif;
    list-style:disc;
    color: #212529;
    font-weight: 400;
    font-size: 16px;
    width: 659pxpx;
    text-transform:none;
}
.smallbar{
    display: flex;
    gap: 5px;
    position: relative;
    top: -113px;
    left: 657px;
    width: 200px;
}
.smallbar div{
    opacity: 1;
    display: block;
    width: 30px;
    height: 4px;
    background: #d6d6d6;
    cursor: pointer;

}
.smallbar div:last-child{
    background-color: #303a97;
}
.smallbar div:active{
    background-color: #303a97;
}
.carimg{
    width: auto;
    height: auto;
    padding-bottom: 150px;
}
.carimg .line{
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
}
.carimg .line div{
    background: #303a97;
    width: 45px;
    height: 4px;
}
.carimg .text h3{
    font-family: "Lato", sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #171717;
    font-weight: 500;
    margin-bottom: 80px;
    margin-top: 0px;
}
.carimg .text h2{
    font-family: "Lato", sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #171717;
    font-weight: 500;
    margin-bottom: -13px;
}
.carname{
    display: flex;
    justify-content: center;
    gap: 35px;
}
.carname p{
    color: #000;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
.imgcar{
    display: flex;
    justify-content: space-between;
    padding: 0px 266px;
}
.ysize{
    width: 468px;
    height: 320.11px;
}
.xsize{
    width: 252px;
    height: 172.37px;
    padding-top: 74px;
}
.namecar{
    display: flex;
    justify-content: center;
}
.namecar img{
    width: 140.4px;
    height: 25.51px;
    padding-bottom: 29px;
}
.carimg button{
    font-size: 12px;
    width: 92.92px;
    height: 39.52px;
    text-align: center;
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-width:1px;
    position: relative;
    left: 710px;
    text-transform: uppercase;
}
footer{
    padding: 15px;
    background-color: #2c2c2c;
    width: auto;
    height: 581.8px;
}
.footmain{
    width: auto;
    display: flex;
    justify-content: space-between;
}
.footmain .text1{
    height: 324.800px;
    width: 111px;
}
.footmain .text1 p{
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.footmain button{
    background: #fff;
    width: 174px;
    height: 30px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
}
.ton1{
    position: relative;
    bottom: 11px;
}
.ton2{
    position: relative;
    bottom: -48px;
}
.footmain h4{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Lato", sans-serif;
    color: #d6d6d6;
}
.footmain p{
    font-family: "Lato", sans-serif;
    color: #d6d6d6;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}
.footmain p:hover{
    text-decoration: underline;
    cursor: pointer;
}
.footmain
.text5 h3{
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-align: end;
}
.text5 .imgicon img{
    width: 30px;
    height: 30px;
}
.text5 .imgicon{
    display: flex;
    gap: 15px;
    justify-content: end;
}
.text5 span{
    font-size: 16px;
    color: #fff;
    text-align: end;
    width: 157px;
}
.text6 p{
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #fff
}
.text5 .qr img{
    width: 100px;
    height: 100px;
}
.playstore{
    display: flex;
    justify-content: end;
    gap: 15px;
}
.text5 .qr{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}
.footpad{
    padding-right: 754px;
}
.blackbar{
    display: flex;
    justify-content: space-between;
    background-color: #000;
    width: auto;
    height: 54px;
    padding: 0px 44px;
    font-size: 12px;
    align-items: center;
    position: relative;
    top: -90px;
}
.blackbar .bartext{
    display: flex;
    gap: 15px;
}
.blackbar p{
    color: white;
}
.bartext  p{
    color: white;
    text-transform: uppercase;
}