* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

body {
    margin: 0;
    background-color: black;
    font-family: 'Montserrat';
    color: white;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
*::-webkit-scrollbar {
    display: none;
}

.title {
    position: relative;
    width: 100%;
    padding: 120px 0 0;
    margin: 0 auto;
    background-color: #0f0f0f;
}

.title .detail {
    width: 100%;
    font-size: 13vw;
    font-family: Oswald;
    color: #272727;
    position: relative;
    line-height: 1.2;
}

.title .top {
    position: relative;
    width: 85%;
    margin-left: 7.5%;
}

.title .car {
    position: absolute;
    top: 13%;
    right: -5%;
    max-width: 65%;
}

.title .bottom {
    display: flex;
    margin-top: 9%;
    margin-left: 7.5%;
    width: 85%;
    justify-content: space-between;
    padding-bottom: 90px;
    gap: 50px;
}

.title .leftside {
    font-size: 60px;
    font-weight: bold;
    width: 720px;
    text-transform: uppercase;
}

.title .bottom .rightside {
    font-size: 17px;
    min-width: 750px;
    max-width: 750px;
    line-height: 30px;
}

.title .rightside .btn {
    margin-top: 50px;
}

.title .rightside .btn {
    color: white;
    background-color: #D40000;
    border: none;
    padding: 13px 40px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 16px;
}

.features {
    padding-top: 80px;
    background-color: white;
}

.features img {
    width: 100%;
    padding: 0 7.5%;
}

.row_s {
    padding: 0 7.5%;
    display: flex;
    justify-content: space-between;
}

.features .name {
    width: 180px;
    font-size: 22px;
    color: #D40000;
    font-weight: bold;
}

.features .descr {
    font-size: 18px;
    width: 180px;
    color: #828282;
    font-weight: bold;
}

.tech {
    display: flex;
    justify-content: space-between;
    background-color: #0F0F0F;
    padding: 100px 7.5% 60px;
}

.tech .leftside {
    width: 35%;
}

.tech .leftside .name {
    font-size: 40px;
    font-weight: bold;
}

.tech .leftside .text {
    margin-top: 50px;
    font-size: 19px;
    line-height: 30px;
}

.tech .rightside {
    width: 55%;
}

.tech .rightside img {
    width: 100%;
}

.tinting {
    background-color: #1e1e1e;
}

.tinting .top {
    padding: 4vw 7.5%;
    font-size: clamp(32px, 5vw, 50px);
    font-weight: bold;
}

.main_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 4.5%;
    width: 100%;
}

.packs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.pack {
  max-width: 21vw;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0000002e;
  border-radius: 8px;
  padding: 1.2vw 1.2vw 2vw 1.2vw;
}

.pack_btn {
    color: white;
    background-color: #D40000;
    border: none;
    padding: 13px 40px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 16px;
    margin: 3vw 0 3vw;
}

.glass_img {
    text-align: center;
}

.glass_img img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: block;
}

.pack .name {
    font-size: clamp(1.2rem, 2.5vw, 32px);
    font-weight: 700;
    margin: 1.8vw 0 0.7vw;
    text-align: center;
}

.bronze {
    color: #cd7f32;
}

.silver {
    color: #c0c0c0;
}

.gold {
    color: #FFD700;
}

.platinum {
    color: #4682b4;
}

.pack .terms {
    font-size: clamp(1rem, 1.5vw, 20px);
    text-align: center;
    line-height: 2;
}

 .pack .terms h3{
    height: 80px;
    margin-bottom: 0px;
    }

.pack .cost {
    font-size: 1.45vw;
    font-weight: 700;
    background-color: #1e1e1e;
    border: 1px solid #ffffff;
    padding: 1vw 2vw;
    border-radius: 1vw;
    text-align: center;
}

.material {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 30px 7.5%;
}

.material .leftside {
    color: black;
}

.material .rightside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    gap: 4vw;
}

.material .name {
    font-size: 35px;
    font-weight: bold;
}

.material .text {
    width: 320px;
    margin-top: 15px;
    font-weight: bold;
}

.material .rightside img {
    width: 9vw;
    min-width: 170px;
}

.stages {
    display: flex;
    justify-content: space-between;
    background-color: #0F0F0F;
    padding: 100px 7.5%;
}

.stages .leftside {
    width: 30%;
}
.stages .leftside .text {
    font-size: 35px;
    font-weight: bold;
}

.stages .rightside {
    width: 60%;
}

.stages .stage {
    border-top: 1px solid #D40000;
    padding-top: 30px;
    margin-bottom: 70px;
    text-align: center;
}

.stages .num {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-right: 55px;
    vertical-align: top;
}

.stages .rightside .text {
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 18px;
}

.video {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding-block: 80px;
    padding-left: 7.5%;
    padding-right: 9%;
}

.video .leftside {
    color: black;
}

.video .name {
    font-size: 35px;
    font-weight: bold;
}

.video .text {
    width: 320px;
    margin-top: 20px;
    font-weight: bold;
}

.video .rightside {
    position: relative;
}

.video .rightside iframe {
    position: relative;
    z-index: 40;
}

.video .rightside iframe, .video .rightside .background {
    width: 650px;
    height: 400px;
}

.video .rightside .background {
    background-color: #D40000;
    position: absolute;
    top: 0;
    transform: rotate(3deg);
}

@media screen and (max-width: 1700px) {
    .features .name {
        width: 180px;
        font-size: 17px;
    }

    .features .descr {
        font-size: 14px;
        width: 180px;
    }
}

@media screen and (max-width: 1400px) {
    .pack {
        max-width: 40vw;
        min-width: 280px;
    }
}

@media screen and (max-width: 1200px) {
    .title .bottom {
        gap: 0;
    }

    .title .leftside {
        font-size: 38px;
        width: auto;
    }

    .title .bottom .rightside {
        min-width: 600px;
        max-width: 100%;
    }

    .tech .leftside .text {
        margin-top: 30px;
    }

    .row_s, .tech, .material, .stages, .video, .title .bottom {
        flex-direction: column;
    }

    .cell {
        border-bottom: 1px solid black;
        padding-bottom: 5px;
    }

    .features .name {
        font-size: 16px;
    }

    .features .name, .features .descr {
        display: inline-block;
        vertical-align: middle;
        margin-top: 15px;
        width: 49%;
        max-width: 250px;
    }

    .tech, .stages, .video, .features {
        padding-top: 30px !important;
    }

    .tech .rightside img {
        width: 100%;
    }

    .leftside, .rightside {
        margin-top: 30px;
        width: 100% !important;
    }

    .stages .num {
        margin-right: 10px;
    }

    .stages .stage {
        margin-bottom: 35px;
    }

    .stages .rightside .text {
        width: calc(100% - 115px);
    }

    .pack .cost {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .pack {
        max-width: 40vw;
    }
}

@media screen and (max-width: 768px) {
    .video {
        padding-block: 50px;
    }

    .video .rightside iframe, .video .rightside .background {
        width: 90%;
        height: 250px;
    }
}

@media screen and (max-width: 700px) {
    .title .rightside {
        min-width: 0px !important;
    }

    .material .rightside img {
        min-width: 100px;
    }

    .pack {
        flex: 1 1 100%;
        max-width: 65vw;
    }
}