* {
    margin: 0;
    padding: 0;
}

body {
    background: #0b0a0a;
}

::selection {
    background:#ff02a29c;
    color:#fff;
}


.portfolio--main-wrapper {
    background-color: #0b0a0a;
    background-size:cover;
    min-height: 124vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
   
}

.triple--column--portfolio-wrapper {
    display: flex;
    padding-top:5%;
}

.tv--holder {
    width: 25%;
    margin: 0 auto;
    min-height: 45vh;
    position: relative;
    margin-bottom:2%;
   
}

#tv-isolated {
    position:absolute;
    z-index: 6;
}

.portfolio--movie {
    position: absolute;
    left: 23%;
    top: 31%;
    z-index: 1;
}


.change--chanel {
    width:4rem;
    height:9rem;
    position: absolute;
    right:-2.5%;
    top:44%;
    cursor:pointer;
    z-index: 27;
    background:pink;
}

.first--portfolio--col {
    width: 37%;
    margin: 0 auto;
}



/*Table*/
table {
    border-spacing:0;
    width:100%;
}




h1, th {
    color:#ff26af;
    text-transform: uppercase;
    font-family:"Montserrat",sans-serif;
    font-weight: 800 !important;
    transition: all 0.35s ease-in-out;
}

th:hover {
    cursor: default;
    color:#fff;


}

tr {
    line-height: 2.3rem;
}

#dark--text {
    color:#0b0a0a;
    font-family: "Montserrat";
    font-weight: 800;
}

.portfolio--table {
  
   text-align: left;

}



.pink--row {
    background-color:#b60073;
    color:#0b0a0a !important;
    padding-left:3%;
    padding-block:1%;
    
}

.default--th {
    padding-left:3.4%;
    position: relative;
    
}

table:nth-child(1) > tbody > tr:nth-child(1) > th:nth-child(1) {
    color:#fff;
}

.dotted--style--description {
    border-style: dashed;
    border-color: #b60073;
    border-left: none;
    border-right: none;
    border-width: 5px;
    
}


.bullet--active {
   padding-left:6.4% !important; 
   color:#ff26af;
}

.bullet--inactive {
    padding-left:6.4% !important; 
    color:#ff26af5e;
    transition: .35s;
}


.bullet--active:before {
    
    position: absolute;
    content:'\2022'; 
    font-family:Arial;
    color:#ff26af;
    top:4%;
    left:3.2%;
    font-size:2.5em; 
  
    line-height:.75; 
    transition:.5s;
}

.bullet--active:hover:before {
  color:#fff;
  transition:.5s;

}

.bullet--inactive:before {
    position: absolute;
    content:'\2022'; 
    font-family:Arial;
    color:#ff26af45;
    top:2%;
    left:3.2%;
    font-size:2.5em; 
    text-shadow:0 0 4px;
    line-height:.75; 
    transition:.5s;
}



.bullet--inactive:hover {
    color:#ff26af;
    
}

.bullet--inactive:hover:before {
    color:#ff26af;
    transform: scale(1.15);
    transition: .7s;
    text-shadow: 1px 1px 12px #b60073;
}

.dotted--style--services {
    border-style: dashed;
    border-color: #b60073;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: 5px;
   
}


.block--padding {
    padding-block: 2%;
}

.stripes
    {
        background-image:  repeating-linear-gradient( -140deg, #eb08d833, #d529d917 1rem, rgb(255 4 234 / 0%) 1rem, #000 2.2rem );
        background-size: 200% 200%;
        animation: barberpole 35s linear infinite;
      }
      
      @keyframes barberpole {
        100% {
          background-position: 100% 100%;
        }
      }




/*responsive*/

@media screen and (min-width:1340px) and (max-width:1500px) {
  #tv-isolated {
    left:-40%;
  }
  .portfolio--movie {
    left:-9%;
    top:29%;
  }
  .change--chanel{
    top:27%;
    right:3.5%;

  }
}

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

    .portfolio--main-wrapper {
        min-height: 128vh;
    }

     
    .triple--column--portfolio-wrapper {
        flex-direction: column;
    }

    .first--portfolio--col {
       width: 100%;

    }

#dark--text {
    font-size: 16px;
}

.default--th {
    font-size: 11px;
} 


.bullet--active:before {
    top:22%;
    left:2.2%;
}


.bullet--inactive:before {
    top:19.4%;
    left: 2.3%;
}

.change--chanel {
   background:red;
    width: 3.4rem;
    height: 6.9rem;
}






.tv--holder {
    
    width: 100%;
    margin-top: 18%s;

}



#tv-isolated > img {

    width:100%
}



    div.portfolio--movie > video {
        width: 62%;
    }
    
    #client--title {
        font-size:2.6em;
    }
   
}



@media screen and (max-width:359px) and (min-width:320px){
    .portfolio--movie {
        
        top:11%;
       left: 16%;
       }

       .change--chanel {
        right: 14%;
        top:23%;
       }
}



@media screen and (max-width:424px) and (min-width:360px){

.portfolio--movie {
        
    top:21%;
    left:19%
   
   }

   .change--chanel {
    right: 15.5%;
    top:26%;
   }
}

@media screen and (max-width:470px) and (min-width:425px){

    .portfolio--movie {
        
        top:23%;
        left:20%;
       
       }

       div.portfolio--movie > video {
        width:67%;
       }
    
       .change--chanel {
        right: 16.5%;
        top:31%;
       }

}

@media screen and (max-width:768px) and (min-width:471px) {

    .portfolio--movie {
        
        top:46%;
        left:13%
       
       }
       div.portfolio--movie > video {
        width:100%;
       }
    
       .change--chanel {
        right: 36.5%;
        top:47%;
        height: 8.7rem;
       }
}


@media screen and (max-width:1024px) and (min-width:769px) {

    .portfolio--movie {
        
        top:46%;
        left:11%
       
       }
       div.portfolio--movie > video {
        width:100%;
       }
    
       .change--chanel {
        right: 52.5%;
        top:47%;
        height: 8.7rem;
       }
}

@media screen and (min-width:1921px){
    .portfolio--movie{
        left:18%;
        top:32%;
    }
    .change--chanel{
        right: 23.2%;
        top:30%;
    }
}