@font-face {
  font-family: "TT Norms Pro Light";
  src: url("fonts/TT Norms Pro Light.ttf") format("truetype");
  font-weight: 100
}

@font-face {
  font-family: "TT Norms Pro Regular";
  src: url("fonts/TT Norms Pro Regular.ttf") format("truetype");
  font-weight: normal
}

@font-face {
  font-family: "TT Norms Pro Bold";
  src: url("fonts/TT Norms Pro Bold.ttf") format("truetype");
  font-weight: 700
}

@font-face {
  font-family: "TT Norms Pro Medium";
  src: url("fonts/TT Norms Pro Medium.ttf") format("truetype");
  font-weight: 500
}

.bg-navy-blue-light{
    background-color: #040C35;  
}

.bg-navy-blue-dark{
    background-color: #0C0F1E;  
}

.bg-black{
    background-color: black;
}

.bg-white{
    background-color: white;;
}

.bg-offwhite{
    background-color: #f2eeeb;
}

.text-black{
    color: black;
}

.text-orange{
   color:  #D9763D;
}

.text-cobalt-blue-light{
    color: #0281FE;
}

.text-silver-light{
    color: #CBCBCB;
} 

.main-body-font-style{
    font-family: "TT Norms Pro Regular", sans-serif; 
}

.header-div-section{
    
    width: 100vw;
    height: 140px;
}

.header-banner-image{  
    
  @media only screen and (max-width: 767px)  {
        max-width: 375px;
        width: 40vw;
        min-width: 90px;
        margin-left:auto;
        margin-right:auto;
    }    
  
    @media only screen and (min-width: 768px)  {
        max-width: 375px;
        width: 7vw;
        min-width: 170px;
    } 
}

.header-link-style{
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-top:7px;
    font-size: 14px;
} 

.video-player-section{
    margin-left:auto;
    margin-right: auto;
    
    height: auto;
    max-height: 830px;
    
    width: 80vw;
    aspect-ratio: 16 / 9;      
} 

.video-player-ctrl{
    width: 100%;
    max-width: 1400px;
    height: auto;
    aspect-ratio: 16 / 9;
   
}

.series-premiere-text{
  
    @media only screen and (max-width: 600px){
        font-size: 5vw;    
    }

    @media only screen and (min-width:601px) and (max-width: 767px){
        font-size: 5vw;
        
    }

    @media only screen and (min-width:768px) and (max-width: 1178px){
        font-size: clamp(12px,4vw,40px);     
    }
     
    @media only screen and (min-width: 1179px){
        font-size: clamp(20px,4vw,40px);     
    }
}

.series-premiere-icons{
    text-decoration: none;
}

.series-premiere-icon-instagram{
    font-size: 35px;
}

.series-premiere-icon-tiktok{
    font-size: 35px;
}

.series-premiere-banner{
    @media only screen and (max-width: 600px){
        width: 75vw;        
    }

    @media only screen and (min-width:601px) and (max-width: 767px){
        width: 50vw;
        
    }

    @media only screen and (min-width:768px) and (max-width: 1178px){
        width: 40vw;        
    }
     
    @media only screen and (min-width: 1179px){
        width: 35vw;  
        max-width: 390px;     
    }
}

.join-the-fandom-button{
    color: white;
    background-color: #D9763D;
    font-weight: bold;
    font-size: 26px;
    

    @media only screen and (max-width: 600px){
        width: 80vw;  
        max-width: 330px;      
    }

    @media only screen and (min-width:601px) and (max-width: 767px){
        width: 330px;          
    }

    @media only screen and (min-width:768px) and (max-width: 1178px){
        width: 330px;           
    }
     
    @media only screen and (min-width: 1179px){
        width: 330px;       
    }
 
}

.join-the-fandom-button:hover{
    color: white;
    background-color: #FF6732;
 
}

.talent-div-container{   
    
    width: 24.5vw;
    aspect-ratio: 3/3;

    @media only screen and (max-width: 600px){
        width: 92.5vw;
        aspect-ratio: 3/3;
        margin-top: 30px;
    }

    @media only screen and (min-width:601px) and (max-width: 767px){
        width: 44.5vw;
        aspect-ratio: 2/3;
    }

    @media only screen and (min-width:768px) and (max-width: 1178px){
        width: 30.5vw;
        aspect-ratio: 2/3;
    }
     
    @media only screen and (min-width: 1179px){
        width: 24.5vw;
        aspect-ratio: 2/3;
        max-width: 400px;
    }
}

.talent-inner-section{    
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    height: 98%;
    text-align: center;
}

.talent-image{
    margin-left:auto;
    margin-right:auto;
    width:70%;
    height: auto;

    @media only screen and (max-width: 600px){
        margin-left:auto;
        margin-right:auto;
        width:65%;
        height: auto;
    }

    @media only screen and (min-width:601px) and (max-width: 767px){
        margin-left:auto;
        margin-right:auto;
        width:90%;
        height: auto;
    }

    @media only screen and (min-width:768px) and (max-width: 1178px){
        margin-left:auto;
        margin-right:auto;
        width:84%;
        height: auto;
    }

    @media only screen and (min-width: 1179px){
        margin-left:auto;
        margin-right:auto;
        width:90%;
        height: auto;
    }
}

.talent-text{  
    
     

    @media only screen and (max-width: 600px){
        font-size: 18px;
    }

    @media only screen and (min-width:601px) and (max-width: 767px){
        font-size: 12px;
    }


    @media only screen and (min-width:768px) and (max-width: 1178px){
        font-size: 13px;
    }


    @media only screen and (min-width: 1179px){         
        font-size: clamp(14px, 1vw, 30px);
    }
}

.footer-link-items{
    cursor: pointer;
    text-decoration: none;
    color: white;
     
}

.footer-link-items a{
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.footer-link-items:hover{
    text-decoration: underline;
}
