.start {
    background-image: url(../images/home-back.jpg);
    background-position: center;
    background-size: cover;
    min-height: 90vh !important;
    padding: 25px !important;
    display: flex;
    align-items: center;
}

.start .text {
    text-shadow: 3px 2px 6px black;
    padding: 10px;
}

.start .text h1 {
    color: var(--main);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    -webkit-text-stroke: 1px var(--sub);
    font-size: 2.4em;
    margin-bottom: 20px;
}

.start .text h1 b {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.start .text h2 {
    color: var(--w);
    font-size: 2em;
    margin-bottom: 5px;
}

.start .text p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: var(--w);
    font-size: 20px;
    text-shadow: 0 0 5px #000000;
    margin: 30px 0;
    max-width: 720px;
}

.start .text p b {
    font-size: 24px;
}

.start .text .btn {
    width: 200px;
}

.text-back {
    background-image: url(../images/homewatch.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    width: 560px;
    height: 280px;
}

.blue-back {
    border-radius: 30px;
    /* background-color: var(--blueBack); */
    max-width: 560px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* color: var(--w); */
    padding: 15px;
    font-size: 30px;
    font-weight: 400;
}

.text-s2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
    max-width: 560px;
    padding: var(--val);
}

.text-s2 h1 {
    color: var(--sub);
}

.cables-back {
    background-image: url(../images/cables.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

.cables {
    min-height: 100vh;
    background-color: #00000088;
    border-radius: 30px;
}

.cable-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--w);
}

.cable-text h2 {
    margin-bottom: 30px;
}

.cable-text .btn {
    margin-top: 30px;
}

.five-cards {
    gap: 12px;
    max-width: 680px;
}

.cable-card {
    text-align: center;
    width: 300px;
    color: var(--w);
}

.cable-card p {
    margin: 12px 0;
}

.cable-card img {
    width: 70px;
    aspect-ratio: 1 /1;
}

.exp {
    gap: 20px;
    text-align: center;
    flex-direction: column;
}

.exp h2 {
    color: var(--sub);
}

.exp p {
    max-width: 800px;
    font-size: 18px;
}

.nav nav {
    text-align: center;
}

.nav nav a {
    padding: var(--val);
    margin: var(--val);
    display: inline-block;
    font-weight: 500;
    color: var(--sub);
}

.nav nav a:hover,
#nav-active {
    color: var(--main);
}

.images {
    gap: 20px;
    position: relative;
}

.images .more {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 60px);
}

@media (max-width: 699px) {
    .video {
        width: 100%;
    }
    .images video {
        width: 320px;
    }
}

@media (min-width: 700px) {
    .video {
        width: 800px;
    }
    .images video {
        width: 220px;
    }
}

.box {
    max-width: 500px;
    padding: 25px;
}

.box a{
    text-decoration: underline;
    line-height: 34px;
    color: var(--main);
    font-size: 20px;
}

.box p {
    margin: 20px 0;
    font-size: 18px;
}

.companys h1 {
    background: -webkit-linear-gradient(left, var(--sub), var(--main));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.companys h1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--sub), var(--main));
    bottom: -5px;
    left: 0;
    border-radius: 5px;
}

.companys a img {
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 0 3px #00000088;
    aspect-ratio: 8 / 3;
}

.companys a img:hover {
    transform: scale(1.10);
}