@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body{
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    text-align: center;
    font-size: 90px;
}

nav{
    background: #222;
    padding: 5px 20px;
}
ul{
    list-style-type: none;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.menu li{
    font-size:16px;
    padding: 15px 5px;
}
.menu li a{
    display:block;
}

.logo a{
    font-size: 40px;
}

.button.secondary{
    border-bottom: 1px #444 solid;
}

.full{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.div1{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.div2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.div3{
    display: block;
    margin-left: none;
    margin-right: auto;
}

#design-cast {
    position: relative;
    overflow: hidden;
}


#design-cast2 {
    position:relative;
    overflow: hidden;
}

.member {
    float: left;
    width: 31%;
    margin: 1% 1% 45px 1%;
}

.memberVid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
.wrapper{
    max-width: 960px;
    width: 100%;
    margin: 20px auto;
}
.columns{
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    margin: 5px 0;
}
.video {
    flex: 2;
    margin: 5px;
}
/* chtGPT code */
.playlist-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
  }
  
  .video-thumbnail {
    cursor: pointer;
    text-align: center;
  }
  
  .video-thumbnail img {
    max-width: 100%;
    height: auto;
  }
  
  .video-player {
    margin-top: 20px;
    text-align: center;
  }
.test {
    display: flex;
}  

.bottom {
 text-align: center;
}

/* End of ChatGPT */  

.name {
    position: absolute;
    bottom: 0px;
    text-align: right;
}

.member img {
    width: 80%;
    display: block;
}

/* Mobile Menu */
.menu{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
}

.toggle{
    order:1;
}

.item.button{
    order:2;
}

.item{
    width:100%;
    text-align:center;
    order:3;
    display:none;
}
.item.active{
    display:block;
}



.toggle{
cursor:pointer;
}

.bars{
    background: #999;
    display:inline-block;
    height: 2px;
    position:relative ;
    width:18px;
}

.bars::before,.bars::after{
    background: #999;
    content:"";
    display:inline-block;
    height: 2px;
    position:absolute; 
    width:18px;
}
.bars::before{
    top:5px;
}

.bars::after{
    top:-5px;
}

/* Tablet Menu */

@media all and (min-width:468px){
    .menu{
        justify-content:center;
    }
    .logo{
        flex:1;
    } 
    .item.button{
        width: auto;
        order:1;
        display:block;
    }

    .toggle{
        order:2;
    }
    .button.secondary{
        border: 0;
    }
    .button a{
        text-decoration:none;
        padding: 7px 15px;
        background: teal;
        border: 1px solid #006d6d;
        border-radius: 50em;
    }
    .button.secondary a{
        background:transparent;
    }
    .button a:hover{
        transition: .25s;
    }
    .button:not(.secondary) a:hover{
        background:#006d6d;
        border-color: #005959;
    }
    .button.secondary a:hover{
        color:#ddd;
    }
}    

@media all and (min-width: 768px){
    .item{
        display:block;
        width:auto;
    }
    .toggle{
        display:none;
    }
    .logo{
        order:0;
    }
    .item{
        order:1;
    }
    .button{
        order:2;
    }

    .menu li{
        padding:15px 10px;
    }
    .menu li.button{
        padding-right:0;
    }
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 406px){
    .playlist-container {
        width: 60%; 
    }
}

.container1{
    width: 400px;
    height: 825px;
}

.container{
    max-width: 1170px;
    margin: auto;
    
}

.row{
    display: flex;
    flex-wrap: wrap;
}

ul{
    list-style: none;
}

.footer{
    background-color: #24262b;
    padding: 70px 0;
    
}

.footer-col{
 width: 25%;
 padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 34px;
    font-weight: 500;
    position: relative;
    background-color: red;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color:#e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;

}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;

}

.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #c72727;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;

}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
}

/*responsive*/

@media(max-width: 406px){
    .footer-col {
        width: 100%; 
    }
}
 