* {
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    height: 6950px;
    
}

nav {
    width: 100%;
    height: 94px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav ul {
    width: 800px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

nav img {
    width: 124px;
    height: 24px;
}

nav a {
    text-decoration: none;
    font-family: "Roboto";
    font-size: 20px;
    color: #141414;


}

.login {
    width: 94px;
    height: 54px;
    background-color: #f8f4f4;
    border-radius: 8px;
    font-family: Roboto;
    font-size: 18px;
    border: none;
}

.login:hover {
    cursor: pointer;
    border: 1px solid black;
}

.start {
    width: 153px;
    height: 54px;
    background-color: #09f;
    border-radius: 8px;
    border: none;
    font-family: Roboto;
    font-size: 18px;
    color: #ffffff;

}

.start:hover {
    background-color: floralwhite;
    color: #09f;
    border: 2px solid #09f;
    cursor: pointer;

}

main h1 {
    width: 893px;
    font-size: 120px;
    font-family: Roboto;
    font-weight: 400px;

}

main {
    background-color: #f8f4f4;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main p {
    width: 509px;
    font-size: 26px;
    font-family: Roboto;
    padding-top: 60px;
}

main input {
    width: 300px;
    height: 54px;
    border-radius: 8px;
    border: none;
    font-family: Roboto;
    font-size: 20px;
    padding-left: 10px;
}

main div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.bottom_main {
    width: 1180px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.bottom_main img {
    width: 100%;

}

.bottom_main p {
    font-family: Roboto;
    font-size: 20px;
    color: #b2b2b2;
}

.works {
    width: 860px;
    height: 690px;
    background-color: aqua;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.works h3 {
    font-family: Roboto;
    font-size: 36px;
    color: #000000;
    font-weight: 500;
}

.works img {
    width: 100%;
    height: 468px;
    padding-top: 50px;
}

.works button {
    width: 361px;
    height: 70px;
    border-radius: 40px;
    font-family: Roboto;
    font-size: 18px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 520px;
    left: 30%;


}

.works i {
    font-size: 30px;

}
.content{
    width: 1240px;
    height: 606px;
    margin: 20px auto; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-left{
    width: 483px;
    height: 509px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;

}
.content-right{
    width: 677px;
     height: 406px;
    
}
.content-right img{
    width: 100%;
}
.content-left span{
    font-family: Roboto;
    font-size: 30px;
    font-weight: 900;
    color: #0C9F64; 
}
.content-left h2{
    font-size: 56px;
    font-family: Roboto;
    width: 369px;

}
.content-left p{
      font-size: 22px;
    font-family: Roboto;
    width: 392px;

}
.content-left button{
    width: 136px;
    height: 54px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 8px;
     
}
.content-right p{
    font-size: 16px;
    font-family: Roboto;
    color: rgba(14, 16, 22, 0.4);
    text-align: center;

}
.kontent{
      width: 1240px;
    height: 606px;
    margin: 20px auto; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.kontent1{
    width: 676px;
     height: 476px;
     top: 50px;
     left: 0px;
}
.kontent1 img{
    width: 676px;
    height: 406px;
}
.kontent2{
    width: 483px;
    height: 509px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    gap: 30px;
   
}
.kontent2 span{
      font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    color: rgba(254, 193, 4, 1); 
}
.kontent2 h2{
    font-family: Roboto;
    font-weight: 700;
    font-size: 57px;
    letter-spacing: 1.5px;
}
.kontent2 p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    
}
.kontent2 button{
    width: 136px;
    height: 54px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
}
.kontent1 p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.blue{
    width: 1240px;
    height: 1107px;
    background-color: rgba(32, 46, 120, 1);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.innerbluu{
    width: 1160px;
    height: 520px;
    background-color: rgba(0, 6, 57, 1);
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.blue .i1{
    width: 80px;
    height: 80px;
    margin-top: 40px;
}
.blue h3{
    font-family: Roboto;
    font-size: 56px;
    color: #ffffff;
    padding-top: 20px;
}
.blue .p1{
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-family: Roboto;
    width: 700px;
    text-align: center;
    padding-top: 30px;
    line-height: 1.6;
}
.blue button{
    width: 213px;
    height: 54px;
    color: #f8f4f4;
    background-color: transparent;
    border-radius: 8px;
    font-family: Roboto;
    font-size: 20px;
    margin-top: 100px;
    border: 1px solid #f8f4f4;
}
.innerblu1{
    width: 580px;
    height: 520px;
    
}
.innerblu1 img{
    width: 580px;
    height: 520px;
}
.innerblu2{
     width: 580px;
    height: 520px;
    padding: 30px;
}
.innerblu2 .pp1{
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 25px;
}
.innerblu2 img{
    width: 129px;
    height: 24px;
    padding-top: 20px;
}
.innerblu2 .p2{
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    padding-top: 20px;
}
.innerblu2 .p3{
     font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
}
.qora{
    width: 1240px;
    height: 974px;
    background-color: rgba(24, 24, 24, 1);
    margin: 0 auto;
    margin-top: 40px;
}
.new{
    width: 666px;
    height: 409px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.new1{
    width: 63px;
    height: 33px;
    border-radius: 20px;
  background-color: rgba(246, 71, 117, 1);
    border-radius: none;
    font-family: Roboto;
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    
}
.h3new{
    font-family: Roboto;
    font-weight: 700;
    font-size: 56px;
    letter-spacing: 1.5;
    color: rgba(255, 255, 255, 1);
     text-align: center;
}
.pnew2{
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    color: rgba(244, 243, 243, 1);
    text-align: center;
    margin-top: 30px;
     
}
.button-new{
    width: 212px;
    height: 51px;
    background-color: rgba(0, 153, 255, 1);
    margin-top: 40px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    color: rgba(255, 255, 255, 1);
}
.rasm{
    width: 1240px;
    height: 465px;
    padding-top: 20px;
}
.rasm img{
    width: 1240px;
    height: 465px;
}
.intercom{
    width: 1240px;
    height: 504px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intercom1{
    width: 620px;
    height: 401px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.intercom2{
    width: 620px;
    height: 404px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.intercom img{
    width: 157px;
    height: 40px;
    padding-top: 40px;
}
.intercom2 img{
    width: 160px;
    height: 44px;
}
.intercom span{
    font-family: Roboto;
    font-weight: 700;
    font-size: 82px;
}
.intercom2 p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 50px;
}
.intercom .intercomp{
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    width: 220px;
    height: 28px;
}
.dog{
    width: 1240px;
    height: 601px;
    background-color: rgba(60, 169, 255, 1);
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 45px;
}
.dog img{
    width: 200px;
    height: 200px;
}
.dog h3{
  font-family: Roboto;
  font-weight: 700;
  font-size: 57px;
  letter-spacing: 1,5;
  color: rgba(255, 255, 255, 1);
}
.dog button{
    width: 153px;
    height: 51px;
    border-radius: 8px;
    background-color: rgba(14, 16, 22, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    border: none;
}
.dog p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
}
.intercomppp{
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    width: 254px;
}
footer{
    width: 1240px;
    height: 640px;
    background-color: #000000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    
}
.footer1{
    width: 223px;
    height: 480px;
}
.li1{
    font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}
.li2{
      font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color: rgba(12, 159, 100, 1);
}
.li3{
      font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color: rgba(254, 193, 4, 1);
}
li{
        font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color:rgba(119, 130, 145, 1);
}
.footer2{
    width: 334px;
    height: 480px;
}
.learn{
      font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}
.guides{
     font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}
.about{
     font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}
.remote{
    width: 42px;
    height: 23px;
    border-radius: 10px;
    border: none;
    color: #f8f4f4;
    background-color: darkviolet;
}
.were{
      width: 21px;
    height: 21px;
    border-radius: 15px;
    border: none;
    color: #f8f4f4;
    background-color: darkviolet;
}
.legal{
      font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}
.footer4{
    width: 334px;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: start;

}
.art{
     font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}
.rese{
       font-family: roboto;
    font-weight: 700;
    font-size: 18px;
    color:rgba(119, 130, 145, 1);
    width: 307px;
    height: 84px;
}
.sign{
     font-family: roboto;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}
input{
       width: 200px;
    height: 40px;
    background-color: rgba(119, 130, 145, 0.3);
}
.but2{
    width: 56px;
    height: 40px;
    background-color: rgba(89, 93, 104, 1);
}
.footer3{
    width: 222px;
    height: 480px;
}
.footer4{
    width: 334px;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer1 ul {
     display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 30px;
    list-style: none;
}
.footer2 ul{
      display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 30px;
    list-style: none;

}
.footer3 ul{
      display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 30px;
     list-style: none;
}
.footer4 ul{
      display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    list-style: none;
    gap: 30px;

}
.insta{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    background-color: rgba(205, 72, 107, 1);
    color: rgba(255, 255, 255, 1);
}
.twitter{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    background-color: rgba(64, 153, 255, 1);
       color: rgba(255, 255, 255, 1);
}





