@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');


body {
    font-family: 'Work Sans', sans-serif;
    padding: 0%;
    margin: 0%;
    background-color: #fb5607;
}


li , a , button {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
}
header {
    position: fixed;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    width: 100%;
    z-index: +2;
}
header nav {
    width: 100%;
    display: inline-flex;
    height: 100%;
    padding: 20px;

}
h1 {
    font-size: 60px;
    font-weight: bold;
}
h2 {
    font-weight: normal;

}

.logo-li{
    margin-right: auto;
}
.logo {
    height: 40px;
    vertical-align: middle;
}

.menu-links{
    list-style: none;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    
}
.menu-links a {    
    font-size: 18px;
    text-decoration: none;
    color: black;
    
}
.menu-links a:hover{
    color: #fb5607;
    font-weight: bold;
   
}
.menu-links a active {
    font-weight: bold;
    color: #fb5607;
    font-size: 20px;
}
.menu-links li {
display: inline-block;
margin: auto 5px;
vertical-align: middle;
padding: 0px 20px;
}
.cta button {
    color:black;
    font-size: 16px;
    vertical-align: middle;
    background-color: inherit;
    padding: 10px 20px;
    margin-right: -20px;
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    border-radius: 10px;
    transition: 0.2s ease-in;
    cursor: pointer;
    overflow: none;
}
.cta button:hover {

    color: #fb5607;
    font-weight: bold;
    border-color: #fb5607;
}
.menu-icon{
    display: none;
    margin-left: auto;
    height: 40px;
    width: 40px;
    z-index:1000;
   
}
.middle {
    position: fixed;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.container {
    margin-top: 35vh;
    width: 100%;
    text-align: center;
    text-align: left;
    margin-left: 7vw;
    z-index: 100;



}
.container h1 {
    color: white;
    font-size: 75px;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 70px;
 

   
        -webkit-animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes focus-in-contract-bck {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(300px);
              transform: translateZ(300px);
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(12px);
              transform: translateZ(12px);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes focus-in-contract-bck {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(300px);
              transform: translateZ(300px);
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(12px);
              transform: translateZ(12px);
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }

  


.container h2 {
    color:#ffbe0b;
    
    font-weight: 300;
    font-size: 20px;
    -webkit-animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.deco1 {
    vertical-align: middle;
    position: fixed;
    height: 60vh;
    width: 60vh;
    background-color: #ffbe0b;
    z-index: 2;
    border-radius: 100%;
    left: 70%;
    top: 70%;
    transform: translate(-50%,-50%);
    animation: wiggle 5s ease-in-out infinite;
    animation-direction: alternate;
    mix-blend-mode: hard-light;
 


}
#deco2 {
    position: absolute;
    height: 30vh;
    width: 30vh;
    background-color: #3a86ff;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    mix-blend-mode: screen;
    z-index: -3;
    animation: curwiggle 2s ease-in-out infinite;
    animation-direction: alternate;
    backdrop-filter: blur(3px);

}
@keyframes curwiggle {
    0%{height: 30vh; width: 30vh;}
    25%{height: 27vh; width: 27vh;}
    50%{height: 34vh; width: 34vh;}
    75%{height: 32vh; width: 32vh;}
    100%{height: 36vh; width: 36vh;}
}
.rj-image {
    box-sizing: border-box;
    position: fixed;
    left: 70%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    mix-blend-mode: color-burn;
    
    


    
}
#rj-image-slide{
   height: 85vh;
   
}



#back-clouds {
    position: absolute;
    width: 100%;
    bottom: 5%;
    z-index: -1;
    opacity: 0.2;
    mix-blend-mode: overlay;

}

@keyframes wiggle {
    0%{height: +70vh; width: +70vh;}
    25%{height: +100vh; width: +100vh;}
    50%{height: +80vh; width: +80vh; }
    80%{height: +90vh; width: +90vh;}
    100%{height: +75vh; width: +75vh;}
   

}
    .player {
    color: white;
    position: fixed;
    display: flex;
    align-items: center;
    padding: 30px 20px 30px 20px;
    background-color: rgb(15, 15, 15,1);
    bottom: 0%;
    height: 40px;
    width: 100%;
    backdrop-filter: blur(6px);
    
}

.onair {
    vertical-align: middle;
    text-align: center;
    background-color: inherit;
    border-radius: 10px;  
    padding: 5px 7px;
    border-width: 1px;
    border-style: solid;
    border-color:rgb(221, 16, 16);



}

.onair span{
    font-weight: bold;
    color: rgb(221, 16, 16);
    animation: blink 1s linear infinite;
}
@keyframes blink {
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}
.kabul-time {
    height: 100%;
    margin-left: 20px;
    margin-right: auto;
    display: inline;
}
#displaytime{
    font-size: 35px;
    padding-left: 5px;
    
    
}

.radio-player {
    position: fixed;
    bottom: 0;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 25px;
    width: 50%;
    max-width: 300px;
    transition: 0.5s ease-in;
}
.social-media {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 40px;    
}
.social-media li {
    list-style: none;
    display: inline;
    cursor: pointer;
}
.social-media li img {
    height: 40px;
    width: 40px;
    transition: 0.1s ease-in;
    vertical-align: middle;
}
.social-media li img:hover {
    height: 45px;
    width: 45px;
    opacity: 0.3;
}

.cta-prime button {
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    background: black;
    padding: 1em 2em;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    cursor: pointer;
}
.cta-prime button:hover {
    color: white;
    background-color: #ffbe0b;
    transform: translateY(-5px);
    box-shadow: 0px 5px rgb(15, 15, 15);
    font-weight: 600;
}


@media only screen and (max-width: 850px) {
    .menu-links{
        display: none;
    }     

    .menu-icon{
        display: inline-block;
    
    }
    .kabul-time {
        display: none;
        
    }
    .player {
        padding-left: 20px;
        
    }
    .radio-player {
        left: 20px;
        transform: translateX(0);
        transition: 0.5s ease-in;
    }
    .social-media {
        margin-right: 35px;
    }
    .onair {
        display: none;
    
    }
    .container {
        margin-top: 130px;
        margin-left: 20px;
    }
    .container  h1 {
        font-size: 35px;
        transition: 0.5s ease-in;
        margin-bottom: 20px;
        line-height: 38px;
    }
    .cta-prime button {
        position: absolute;
        bottom: 17vh;
        left: 50%;
        transform: translateX(-50%);

        
   }
   .cta-prime button:hover {
    color: white;
    background-color: #ffbe0b;
    transform: translateY(-5px);
    box-shadow: 0px 5px rgb(15, 15, 15);
    font-weight: 600;
    position: fixed;
    margin-top: 400px;
    left: 50%;
    transform: translateX(-50%);
   }
   .deco1 {
       left: 50%;
       align-self: center;
   }
    h2 {
        font-size: 15px;
        transition: 0.5s ease-in;
    }
 
    .rj-image {
        left: 50%;
   
    }
    #rj-image-slide{
        height: 60vh;
     
     }


  }