* {
    margin: 0;
    font-family: Arial;
}

header {
    background-color: rgba(103, 58, 68, 1);
    color: white;
    padding: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.voit {
    display: flex;
    align-items: center;
    gap: 10px;
}

.underheader {
    height: 40px;
    padding: 40px;
    background-color: rgba(242, 242, 242, 1);
}

.herosection {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 80px;
}

.left {
    width: 34%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
}

.left p {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.left button {
    width: 420px;
    height: 72px;
    border-radius: 6px;
    padding: 10px;
    font-size: 21px;
    font-weight: 600;
    color: white;
    background-color: rgba(132, 53, 70, 1);
}

.sect1 {
    display: flex;
    margin-top: 60px;
    justify-content: space-evenly;
}

.card1 {
    width: 457px;
    height: 123px;
    border-radius: 25px;
    box-shadow: 0px 0px 20px rgba(242, 242, 242, 1);
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.txt {
    width: 90%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.txt h2 {
    font-size: 32px;
    font-weight: 700;
}

.txt p {
    font-size: 21px;
    font-weight: 400;
    color: rgba(87, 87, 87, 1);
}

.zag {
    font-size: 26px;
    font-weight: 700;
    color: rgba(37, 9, 15, 1);
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.sect2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.card2 {
    width: 310px;
    height: 370px;
    border-radius: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgba(242, 242, 242, 1);

}

.incard {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    width: 90%;
}

.card2 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}

.card2 p {
    font-size: 24px;
    line-height: 36px;
    color: rgba(87, 87, 87, 1);
}

.plat {
    width: 95%;
    margin: auto;
    margin-top: 90px;
    margin-left: 30px;
}

.plat2 {
    display: none;
}

.sect3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92.84%;
    margin-top: 80px;
    background-color: rgba(242, 242, 242, 1);
    padding-left: 90px;
    height: 600px;

}

.left3 {
    width: 54%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left3 h1 {
    font-size: 53px;
    font-weight: 400;
    line-height: 70px;
}

.left3 p {
    color: rgba(87, 87, 87, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
}

.imghero2 {
    width: 100%;
}

.sect4 {
    display: flex;
    margin-top: 0px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: rgba(242, 242, 242, 1);
}

.card4 {
    width: 517px;
    height: 123px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.txt4 {
    width: 85%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.txt4 h2 {
    font-size: 26px;
    font-weight: 700;
}

.txt4 p {
    font-size: 21px;
    font-weight: 400;
    color: rgba(87, 87, 87, 1);
}

.sect5 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 80px;
    height: 600px;

}

.left5 {
    width: 44%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left5 h1 {
    font-size: 53px;
    font-weight: 400;
    line-height: 70px;
}

.left5 p {
    color: rgba(87, 87, 87, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
}

.imghero5 {
    width: 100%;
}

.zag2 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(37, 9, 15, 1);
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.sect6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.card6 {
    width: 200px;
    height: 170px;
    border-radius: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0px 0px 20px rgba(242, 242, 242, 1);
    flex-direction: column;
    text-align: center;

}

.card6 h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
}

.card6 p {
    font-size: 24px;
    line-height: 36px;
    color: rgba(87, 87, 87, 1);
}

.sect7 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 80px;
    height: 600px;

}

.left7 {
    width: 44%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left7 h1 {
    font-size: 43px;
    font-weight: 400;
    line-height: 50px;
    font-weight: 700;
    margin-top: 20px;
}

.left7 p {
    color: rgba(87, 87, 87, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
}

.imghero7 {
    width: 100%;
}

.sect44 {
    display: flex;
    margin-top: 0px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: rgba(242, 242, 242, 1);
}

.sect33 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92.84%;
    margin-top: 80px;
    background-color: rgba(242, 242, 242, 1);
    padding-left: 90px;
    height: 600px;

}

.left33 {
    width: 54%;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left33 h1 {
    font-size: 53px;
    font-weight: 400;
    line-height: 70px;
}

.left33 p {
    color: rgba(87, 87, 87, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
}

.incard2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    width: 90%;
    align-items: center;
}

.incard2 p {
    font-size: 22px;
    text-align: justify;
    margin-top: 20px;
}

.sect333 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94.84%;
    margin-top: 80px;
    background-color: rgba(242, 242, 242, 1);
    padding-left: 60px;
    height: 600px;

}

.left333 {
    width: 54%;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left333 h1 {
    font-size: 53px;
    font-weight: 400;
    line-height: 70px;
}

.left333 p {
    color: rgba(87, 87, 87, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
}

.sect11 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    height: 600px;

}

.left11 {
    width: 44%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left11 h1 {
    font-size: 53px;
    font-weight: 400;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.left11 p {
    color: rgba(87, 87, 87, 1);
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
    margin-top: 10px;
}

.imghero11 {
    width: 90%;
}

.zag3 {
    font-size: 65px;
    font-weight: 400;
    text-align: center;
    line-height: 80px;
    margin-top: 130px;
}

.forbut {
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 90px;
}

.but2 {
    width: 420px;
    height: 72px;
    border-radius: 6px;
    padding: 10px;
    font-size: 21px;
    font-weight: 600;
    color: white;
    background-color: rgba(132, 53, 70, 1);

}

footer {
    background-color: rgba(29, 29, 29, 1);
    width: 100%;
    height: 461px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.leftft {
    display: flex;
    gap: 30px;
}

.minidiv {
    color: white;
}

.minidiv h3 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #eeeeee;
    font-size: 18px;
}

.minidiv p {
    text-decoration: none;
    color: #8c8c8c;
    margin-bottom: 12px;
}

.rifgt {
    width: 25%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}

.top {
    text-align: center;
    padding-top: 20px;
}

.phone {
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 10px;
}

.email {
    display: block;
    text-decoration: none;
    color: #8c8c8c;
    margin-bottom: 20px;
}

.middle {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #8c8c8c;
}

.link {
    margin-top: 10px;
}

.bottom {
    display: flex;
    gap: 10px;
}

.imgft {
    width: 40px;
    border: 1px solid gray;
    border-radius: 10px;
    margin-top: 20px;
}

.youtube1 {
    width: 50px;
    padding-bottom: 15px;
}

.line {
    width: 1px;
    background-color: white;
    height: 400px;
}

.underft {
    padding: 20px;
    background-color: rgba(29, 29, 29, 1);
    color: #8c8c8c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft{
    width: 30px;
    margin-top: 20px;
    background-color: white;
    border-radius: 100%;

}
.menu{
    display: none;
}