
::selection {
    background-color: #0000004e;
}

nav {
    background-color: #fff;
}

ul li a {
    text-decoration: none;
    color: #000;

}

.nav {
    margin-left: 20%;
}

.nav li {
    margin-left: 20px;
}

.btn-primary {
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}

.navbar-toggler {
    outline: none;

}

main {
    margin-top: 5%;
}

video {
    width: 100%;
}

.content {

    color: #fff;



    position: absolute;
    top: 20%;
}

.content h1 {
    font-size: 5em;
    font-weight: 200;
}

.content p {
    font-size: 30px;
}

.content .btn-primary {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    cursor: zoom-in;
}


video {
    border-radius: 10px;
}


.post {
    text-align: center;
}

.post p {
    font-size: 2em;
    font-weight: 300;


}

.card {
    background: linear-gradient(to right, white, white, rgba(255, 217, 0, 0.071), rgba(255, 217, 0, 0.203));


    outline: none;
}

.red {
    background: linear-gradient(to top, white, rgba(255, 0, 0, 0.237));
}

.blue {
    background: linear-gradient(to top, white, rgba(173, 216, 230, 0.464));
}

.purple {
    background: linear-gradient(to bottom, white, rgba(128, 0, 128, 0.173));
}

.card-body {
    text-align: left;

}

.card h2 {
    font-weight: 350;
}

.accordion {
    width: 50%;
    outline: 0 !important;
}

.tab-col img {
    width: 200%;
}

.tab-after {
    width: 390px;
}

.tab-after:last-child {
    margin-top: 10%;
}

.card-head h1 {
    background: linear-gradient(gold, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-row .blue h1 {
    background: linear-gradient(#fff, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-row .purple h1 {
    background: linear-gradient(to top, purple, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-row .red h1 {
    background: linear-gradient(to top, #fff, #fff, rgba(255, 0, 0, 0.363), rgba(255, 0, 0, 0.275));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-row .card {
    width: 100%;
    /* height: 10vh; */
    border-radius: 10px;
}

.card-row .purple {
    background: linear-gradient(to bottom, rgba(128, 0, 128, 0.263), rgba(255, 255, 255, 0.258));
}

.card-img img {
    width: 30%;

}

#border-1,
#border-2 {
    border-left: 1px solid #ccc;
}

#cart {
    display: none;
}

.box.active {
    background-color: #fff;
}

.box {
      width: 100%;
  background-color: #000; 
    height: 100vh;
    color: #fff;
   
}
.img {
    width: 70%;
}

#toggle {
    border-radius: 20px;
    background-color: #222;
    width: 10%;
    display: inline;
    box-shadow: inset 0 8px 60px rgba(0, 0, 0, 0.1), inset 10px 20px rgba(0, 0, 0, 0.1);
    ;

    position: relative;
    top: 10px;
}
.image {
    position: relative;
}
.image::after {
    content: "";
width: 100%;
height:100%;
background: rgba(0, 0, 0, 0.342);

position: absolute;
top: 0;
left: 0;
}

.text {

    font-weight: 200;
    font-size: 3em;
}

.main span {
    background: linear-gradient(gold, gold, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:920px) {
    #toggle {
        width: 30%;
    }

    #border-1,
    #border-2 {
        border-left: none;
    }

    .nav li {
        margin-left: 0;
        margin-top: 2%;
    }

    .nav {
        margin-left: 0;
    }

    .btn-primary {
        display: none;
    }

    .content .btn-primary {
        background-color: #000;
        color: #fff;
        border-radius: 10px;
        border: 0;
        /* display: block;
        padding: 5px 20px;
        position: absolute;
        top: 5%; */
        /* display: inline-block; */

    }

    main {
        margin-top: 70%;
    }

    video {
        width: 100%;

    }

    .source {
        height: 100vh;
    }

    .content {
        position: absolute;
        top: 10%;
        color: #000;
    }

    .content h1 {
        font-size: 20px;

    }

    .content p {
        font-size: 20px;
    }

    .logo-section {
        margin-left: 40%;
    }

    .logo-section img {
        width: 30%;
    }

    .post {
        text-align: center;

    }

    .post h1 {
        font-size: 25px;
    }

    .post p {
        font-size: 20px;
    }

    .tab-col {
        display: none;
    }

    .tab-after {
        width: 200px;
    }

    .cart-box {
        margin-left: -50%;
    }

    .main h1 {
        font-size: 1em;
    }
}


@media screen and (max-width:920px) {

    .content h1 {
        font-size: 30px;
    }

    .content p {
        font-size: 20px;
    }

    .logo-section {
        margin-left: 10%;
    }

    .logo-section img {
        width: 100%;
    }

    .content .btn-primary {
        top: 80%;
    }

    #border-1,
    #border-2 {
        border-left: none;
    }
}



@media screen and (max-width:500px) {
    video {
        margin-top: 50%;
    }

    .content h1 {

        font-size: 15px;
    }

    .content p {
        font-size: 10px;
    }

    .logo-section {
        margin-top: 50%;
    }

    .logo-section img {
        width: 50%;
    }

    .tab-col {
        display: none;
    }

    #border-1,
    #border-2 {
        border-left: none;
    }
}

@media screen and (max-width:1280px) {
    .content h1 {
        font-size: 50px;
    }

    .logo-section img {
        width: 40%;
    }

    .content .btn-primary {
        position: absolute;
        top: 95%;
    }

    .tab-col {
        display: none;
    }
}

@media screen and (width:1024px) {

    #border-1,
    #border-2 {
        border-left: none;
    }

    .content .btn-primary {
        top: 90%;
    }
}

@media screen and (width<=415px) {

    #border-1,
    #border-2 {
        border-left: none;
    }

    .content h1 {
        font-size: 2em;
    }

    .content p {
        display: none;
    }

    .content .btn-primary {
        position: absolute;
        top: 100%;
    }

    .card {
        width: 120%;
    }

    .tab-col {
        display: none;
    }
}

@media print {

    #border-1,
    #border-2 {
        border-left: none;
    }

    .content p {
        display: none;
    }

    .content {
        top: 10%;
    }

    .content h1 {
        font-size: 30px;
    }

    .tab-col {
        display: none;
    }
}