@media (min-width:260px) {
    .start {
        min-height: 80vh;
        width: 100%;
        padding: 10px;
        padding-top: 85px;
        background-color: var(--yl);
        gap: 30px;
    }
    .start img {
        background-color: #000;
        border-radius: 20px;
        height: auto;
        width: 100%;
    }
    .details img {
        width: 100%;
    }
    .svg {
        width: 100%;
        height: 70px;
        margin-bottom: -12px;
    }
    .title {
        width: 460px;
        /* background: url(../images/img3.jpg); */
        background-size: cover;
        border-radius: 20px;
        height: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: var(--w);
        text-shadow: 0 0 8px #000000;
    }
    .title h1 {
        font-size: 40px;
    }
    .title p {
        font-size: 20px;
    }
    .title p .fa {
        font-size: 32px;
    }
    .details {
        width: 100%;
        padding: 30px 20px;
    }
    .details li {
        list-style: none;
        font-size: 20px;
        line-height: 40px;
    }
    .details li .fa {
        color: rgb(0, 194, 0);
    }
    .detailspara {
        font-size: 20px;
        font-weight: 600;
        width: 500px;
    }
    .vid {
        padding: 10px;
    }
    .vid video {
        border-radius: 5px;
        width: 100%;
    }
}

@media (min-width:600px) {
    .start {
        min-height: 80vh;
        width: 100%;
        padding: 30px;
        padding-top: 85px;
        background-color: var(--yl);
        gap: 30px;
    }
    .start img {
        background-color: #000;
        border-radius: 20px;
        height: 300px;
        width: 460px;
    }
    .details img {
        width: 400px;
    }
    .svg {
        width: 100%;
        height: 100px;
        margin-bottom: -12px;
    }
    .title {
        width: 460px;
        /* background: url(../images/img3.jpg); */
        background-size: cover;
        border-radius: 20px;
        height: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: var(--w);
        text-shadow: 0 0 8px #000000;
    }
    .title h1 {
        font-size: 48px;
    }
    .title p {
        font-size: 26px;
    }
    .title p .fa {
        font-size: 36px;
    }
    .details {
        width: 100%;
        padding: 30px 20px;
    }
    .details li {
        list-style: none;
        font-size: 20px;
        line-height: 40px;
    }
    .details li .fa {
        color: rgb(0, 194, 0);
    }
    .detailspara {
        font-size: 20px;
        font-weight: 600;
        width: 500px;
    }
    .vid {
        padding: 50px;
    }
    .vid video {
        border-radius: 10px;
        width: 80%;
    }
}

.fa-cog {
    animation: rot 5s linear infinite;
}

@keyframes rot {
    0% {
        transform: rotate(120deg);
    }
    33% {
        transform: rotate(240deg);
    }
    66% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(480deg);
    }
}

section {
    width: 100%;
    background-color: var(--yl);
    padding: 30px 20px;
    gap: 30px;
}

section img {
    border-radius: 8px;
    width: 360px;
}

section h1 {
    font-size: 36px;
}

section h3 {
    font-size: 22px;
    margin: 12px 0;
}

section button {
    padding: 10px;
    font-size: 20px;
    color: var(--w);
    background-color: var(--b);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
}

div button {
    padding: 10px;
    font-size: 20px;
    color: var(--w);
    background-color: var(--b);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
}

/* 
section{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: var(--yl);
    overflow: hidden;
} */