*,
*:before,
*:after {
  box-sizing: border-box;
}

.headline {
    font-family: 'Dosis', sans-serif;
    font-size: 4rem;
}

.subheadline {
    font-family: 'Dosis', sans-serif;
    /* font-size: 4rem; */
}

body {
    background-color: #f6f6f6;
}

article p {
    font-family: 'Montserrat', sans-serif;
    color: #111;
}

.nav-list {
    list-style: none;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item a {
    margin-right: 2rem;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.nav-item a:link {
    color: #111;
}

.nav-item a:visited {
    color: #111;
}

.nav-item a:hover {
    color: #0652DD;
    transition: all .4s ease;
}

.nav-item a:active {
    color: #5d5d5d;
}

.listen-cta {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.section-one {
    /* background: #0652DD; */
}

.podcast-cover {
    height: 25%;
    width: 25%;
    float: right;
    height: 230px;
    object-fit: contain;
    border: 3px solid black;
    background: #eee;
    margin: auto;
    padding: 10px 11px;
}

.horizontal-line {
    border-top: 1px solid #c9d3dd;
    border-radius: 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    
}

.first-section-align {
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}

 section.align-middle, .falign-middle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
}

.input-style, .select-style, .textarea-style {
    margin: 15px 0;
    padding: 15px 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #bbb;
    font-family: 'Montserrat', sans-serif;
}


.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-size: 1rem;
    color: white;
    font-family: 'Montserrat', sans-serif;
    background: #0652DD;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
    width: 25%;
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

  span {
    transform: skewX(15deg) 
  }

  span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }

  .contact-form-submit {
    padding: 10px 20px;
    border: solid 3px #0652DD;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;

  }

  .contact-form-submit:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
  }

  footer ul {
      list-style-type: none;
      text-align: center;
      font-family: 'Montserrat', sans-serif;
  }

  .copyright-pod {
    font-family: 'Dosis', sans-serif;
    margin-left: 1px !important;
    font-size: 1.1rem;
  }

  .c-symbol {
      color: #0652DD;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

#container{
    margin : 20px auto;
    background-color: #fefefe;
    height: 300px;
    width : 700px;
    border-radius: 5px;
    /* box-shadow: 0px 5px 15px 0px; */
    position: relative;
    /* border: 3px dashed #70a1fb; */
    border-radius: 2px;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 10%);
    margin: 20px auto;
    background-color: #fefefe;
    height: 300px;
    width: 700px;
    border-radius: 5px;
    /* box-shadow: 0px 5px 15px 0px; */
    position: relative;
    /* border: 3px dashed #70a1fb; */
    border-radius: 2px;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 10%);
    background-image: linear-gradient(180deg, white 3rem, #F0A4A4 calc(3rem), #F0A4A4 calc(3rem + 2px), transparent 1px),
    repeating-linear-gradient(0deg, transparent, transparent 1.5rem, #DDD 1px, #DDD calc(1.5rem + 1px));
    box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    /* height: 14rem; */
    /* width: 400px; */
    margin: auto;
    /* position: relative; */
    top: 50%;
    /* transform: translateY(-50%); */
}
#start{
    font-size: 2.5rem;
    font-family: 'Dosis', sans-serif;
    font-weight: bolder;
    text-align: center;
    cursor: pointer; 
    color : lightgrey;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    color: #000;
    /* background: linear-gradient(153deg, rgba(6,8,221) 0%, rgba(0,232,255,1) 100%); */
    /* box-shadow: 0 3px #fbc638; */
    transition: 0.5s ease;
    padding: 20px 0px;
    /* border: solid #fbc638; */
    text-shadow: 0 0 10px rgb(6 8 221 / 50%);
}
#start:hover{
    color:#000;
    text-shadow: 0 0 10px rgb(251 198 56 / 50%);
    transition: all .4s ease;
}

/* #start:active{
    transform: translateY(4px);
    box-shadow: 0 1px #00f;
  } */
#qImg{
    width : 200px;
    height : 200px;
    position: absolute;
    left : 0px;
    top : 0px;
    display: none;
}
#qImg img{
    width : 200px;
    height : 200px;
    border-top-left-radius: 5px;
}

#question{
    width:100%;
    height : 125px;
    position: absolute;
    right:0;
    top:0;
}
#question p{
    margin : 0;
    padding : 15px;
    font-size: 1.2em;
    font-family: 'Dosis', sans-serif;
}

#choices{
    width : 100%;
    position: absolute;
    right : 0;
    top : 89px;
    padding : 10px
}
.choice{
    display: inline-block;
    width : 50%;
    text-align: center;
    border : 2px solid #111;
    /* border-radius: 5px; */
    cursor: pointer;
    padding : 5px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;

}
.choice:hover{
    /* border : 2px solid grey;
    color: gray;
    font-weight: bold; */
    transform: scale(1.2);
    transition: all 1s;
}

#timer{
    position: absolute;
    height : 100px;
    width : 200px;
    bottom : 0px;
    text-align: center;
}
#counter{
    font-size: 3em;
    font-family: 'Dosis', sans-serif;
}
#btimeGauge{
    width : 150px;
    height : 10px;
    border-radius: 10px;
    background-color: lightgray;
    margin-left : 25px;
}
#timeGauge{
    height : 10px;
    border-radius: 10px;
    background-color: mediumseagreen;
    margin-top : -10px;
    margin-left : 25px;
}
#progress{
    width : 500px;
    position: absolute;
    bottom : 0px;
    right : 0px;
    padding:5px;
    text-align: right;
}
.prog{
    width : 25px;
    height : 25px;
    display: inline-block;
    border-radius: 50%;
    margin-left : 5px;
    margin-right : 5px;
}
#scoreContainer{
    margin : 20px auto;
    background-color: white;
    opacity: 0.8;
    height: 300px;
    width : 700px;
    border-radius: 5px;
    /* box-shadow: 0px 5px 15px 0px; */
    position: relative;
    display: none;
}
#scoreContainer img{
    position: absolute;
    top:100px;
    left:325px;
}
#scoreContainer p{
    position: absolute;
    display: block;
    width : 59px;
    height :59px;
    top:100px;
    left:325px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    color: #0652DD;
}







/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}

@media screen and (min-width:300px), screen and (max-width:644px) {
    .cta {
        width: 100%;
    }
  }

@media screen and (max-width: 380px) {
    .cta svg{
        display: none;
    }
}

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

    .headline {
        font-size: 2rem;
    }
    .headline::after {
      content:" Podcast";
      font-family: 'Dosis', sans-serif;
      
    }
    .podcast-cover {
        width: 100%;
        float: none;
    }

    .cta {
        width: 100% !important;
    }
    
    #container {
        width: 100%;
        height: 450px;
    }
    
    #question p {
        font-size: 1rem;
        padding: 5px;
      }
      
      .choice {
      width: 100%;
    }
    
    #timer {
        height: 150px;
    }
    
    #scoreContainer {
        width: 100%;
    }
    
    #scoreContainer p {
        left: 40%;
    }
    
      
  }

  @media screen and (min-width:645px), screen and (max-width:1000px) {
    .cta {
        width: 75%;
    }
  }

  @media screen and (min-width:1001px), screen and (max-width:1500px) {
    .cta {
        width: 55%;
    }
  }

  @media screen and (min-width:1501px) {
    .cta {
        width: 25%;
    }
  }


