/*--------------------------------------------------------------------------------

    # Template 1.0 - Feb 17, 2024
    # ------------------------------------------------------------------------
    # Designed & Developed by Panesar Web Solutions
    # Websites:  https://panesarwebsolutions.com/ -  Email: info@panesarwebsolutions.com

----------------------------------------------------------------------------------*/

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}




header{
    background: linear-gradient(95deg,rgba(0, 0, 0, 0.441),rgba(9, 0, 0, 0.8)),url(../pic/pern-pics/down-town\(compressed\).jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}


.nav-holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 10px;
}
a{
    color: whitesmoke;
    text-decoration: none;
}
.pern-logo{
    margin-left: 30%;
   width: 5.5rem;
}
.pern-logo-menu{
   display: none;       
}
.nav-options ul{
   display: flex;
   align-items: center;
   list-style-type: none;
   color: whitesmoke;
   margin-right: 30px;
}
.nav-options li{
     margin-left: 50px;
     transition: all 0.6s ease-in-out;
 }
 .nav-options li:hover{
    color: #FC097C;
}
 .nav-headings{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: whitesmoke;
    margin-top: 3%;
 }
 .nav-headings p{
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
 }
 .nav-headings ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
 }
 .nav-headings ul{
    margin-top: 10px;
}
 .nav-headings ul li{
    font-size: 1.5rem;
    margin-top: 10px;
 }
 .timer-container{
    display: flex;
    justify-content: center;
 }
 .time-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 4rem;
    position: absolute;
    color: whitesmoke;
    font-family: "Alumni Sans", sans-serif;
    font-weight: 900;
}
.info-text{
    color: whitesmoke;
    font-size: 16px;
    font-weight: 500;
}
.timer-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 3%;
    margin-top:20px;
    border-radius: 100px;
    width: 140px;
    height: 140px;
    border: 3px solid whitesmoke;
}
.side-circle{
    width: 170px;
    height: 90px;
    border: 12px solid red;
    border-bottom: 0;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    transform: rotate(140deg);
    position: relative;
    top: 31px;
    left: 26px;
}
.register-button-container{
    display: flex;
    justify-content: center;
    padding: 25px;
}
.register-button{
    margin-top: 40px;
    text-align: center;
    color: whitesmoke;
    text-transform: capitalize;
    font-size: 1.2rem;
    background-color: #FC097C;
    /* width: 25%; */
    padding: 15px 130px;
    transition: all 0.6s;
}
.register-button:hover{
    cursor: pointer;
    background-color: #fc097ab3;
}
#color-setup{
    color: #FC097C;
    font-weight: 600;
    transition: all 0.6s ease-in-out;
}
#color-setup:hover{
    color: #ffffff;
}
#timer-one{
    border-color: #edcd15;
}
#timer-two{
    border-color: #1275f6;
}
#timer-three{
    border-color: #FC097C;
}
#timer-four{
    border-color: #0ab410;
}
#menu-icon{
    display: none;
    position: absolute;
    top: 40px;
    right: 30px;
    color: whitesmoke;
    font-size: 1.8rem;
    cursor:pointer;
}
#register-btn{
    padding: 14px;
    background-color: #FC097C;
    transition: all 0.6s ease-in-out;
}
#register-btn:hover{
    color: whitesmoke;
    background-color: #fc097ac0;
}
/* meeting-detail-container-start */
.meeting-holder{
    display: flex;
    justify-content: center;
    background:  url(../pic/pern-pics/pern-desin.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}
.meeting-container{
    margin-top: 6%;
     width: 60%;
     margin-bottom: 6%;
}
.meeting-heading{
   font-size: 2.4rem;
   font-weight: 600;
}
.heading-color{
    font-weight: 500;
    color: #FC097C;
}
.meeting-sub-heading{
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 500;
}
.meeting-matter{
    line-height: 2rem;
    margin-top: 20px;
    color: #666666;
   font-size: 1.2rem;
   /* text-align: justify; */
}
/* meeting-schedule-starts */
.schedule-container{
    background:  url(../pic/pern-pics/pern-desin-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.meeting-schedule{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.schedule-heading{
    text-align: center;
    margin-top: 10%;
    font-size: 2rem;
    font-weight: 600;
}
.schedule-sub-heading{
    text-align: center;
    margin-top: 2%;
    font-size: 3rem;
    font-weight: 600;
}
.day-container{
 display: flex;
 justify-content: center;
 margin-top: 6%;
}

/* .day-box {
    text-align: center;
    width: 40%;
    padding: 20px;
    color: whitesmoke;
    background-color: #FC097C;
    cursor: pointer;
} */

.day-box {
    background-color: #FC097C;
    width: 40%;
    padding: 15px;
/*adding now*/
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}


/*adding now*/
.arrow{
    background-color: #FC097C;
    position: absolute;
    top: 72px;
    z-index: -1;
   width: 40px;
   height: 40px;
   transform: rotate(45deg);
   display: none;
}





.day-box h1{
   font-weight: 600;
}
.day-box p{
    color: whitesmoke;
    font-size: 14px; 
 }
 .schedule-info-container{
    display: flex;
    justify-content: center;
    margin-top: 5%;
 }
 .schedule-info-matter{
    width: 80%;
    padding: 40px;
    background-color: white;
    box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.227);
 }
 .schedule-date{
    font-size: 1.3rem;
    font-weight: 600;
 }
 .schedule-time{
    color: #FC097C;
    font-size: 0.9rem;
    font-weight: 600;
 }
 .box-style{
    color: whitesmoke;
    background-color: black;
 }
 #schedule-time-second{
    margin-top: 4%;
 }
 /* register-serivce-start */
.register-container{
    display: flex;
    flex-direction: column;
    padding: 80px;
    align-items: center;
    background-color: black;
    margin-top: 8%;
}
.register-content{
  color: whitesmoke;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight:500;
 
}
.register-button-service{
    /* width: 40%; */
    padding: 20px 130px;
    margin-top: 6%;
    font-size: 1.5rem;
    text-align: center;
    background-color: #FC097C;
    text-transform: capitalize;
    transition: all 0.6s;
}
.register-button-service:hover{
    cursor: pointer;
    background-color: #fc097ab3;
}
/*footer-starts */
footer{
    background:  url(../pic/pern-pics/footer-b2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-container{
    display: flex;
    justify-content: center;
    color: whitesmoke;
    padding: 60px;
    align-items: center;
}
.image-logo-footer{
   margin-right:50px;
}
.pern-logo-footer{
   width: 12rem;
}
.adress-footer{
   width: 35%;
}
.main-heading{
    margin-top: 10px;
   font-size: 1.6rem;
   font-weight: 600;
}
.meeting-date-footer{
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 4%;
}
.address-content{
    font-weight: 300;
    line-height: 1.8rem;
    font-size: 1.1rem;
    margin-top: 15px;
}
.copyright-container{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.copyright-lines{
    width: 80%;
    padding: 25px 25px 10px 25px;
    border-top: 1px solid whitesmoke;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
}


.developed-by{
    color: rgb(255, 255, 255);
    padding: 0px 25px 25px 25px;
}

.developed-by>a{
    color:#FC097C;
}

.running_time{
font-family: inherit;
}

/*starting of down arrow*/


.day-box{
    position: relative;
}


    .arrow-show{
        display:block;
    }
/*closing of down arrow code*/


.box-data1{
display: block;
}

.box-data2{
display: none;
}

.fa-close{
    display: none!important;
}



.contact-email-container{
    display: flex;
    justify-content: center;
    padding:20px;
}

.contact-email-lines{
    color:whitesmoke; 
}

.contact-email-lines>a{
    text-decoration: none;
    color:#FC097C;
    font-weight: bold;
}



@media screen and (max-width:1000px) {



    header{
        height: auto;
    }
    .nav-headings p{
        font-size: 2.5rem;
        font-weight: 600;
        text-align: center;
     }
     .nav-headings ul{
        margin-top: 10px;
    }
     .timer-box{
        width: 120px;
        height: 120px;
    }
    .side-circle{
        width: 150px;
        height: 80px;
        position: relative;
        top: 27px;
        left: 23px;
    }
    .meeting-container{
        width: 80%;
   }


}


@media screen and (max-width:800px) {

    .fa-close{
        display: inline-block!important;
        cursor: pointer;
    }


    .nav-options{
        display: none;
    }


    .nav-options-display{
        display: block;
    }

    
    header{
        height: auto;
    }
    #menu-icon{
        display: block;
    }
    #color-setup{
        color: #FC097C;
    }
    #color-setup:hover{
        color: #ffffff;
    }
    #register-btn{
        padding: 0px;
        padding-left: 20px;
        background-color: white;
    }
    #register-btn:hover{
        padding-left: 30px;
        background-color: #FC097C;
    }
    .menu-pern-logo{
        display: flex;
        justify-content: center;
    }
    .pern-logo-menu{
      display: block;
      width: 5.6rem;
      transition: all 0.5s ease-in-out;
    }
    .pern-logo-menu:hover{
        scale: 1.1;
      }
    .nav-options ul{
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1;
        background-color:#ffffff;
        height: 100%;
        width: 70%;
        transition: all 0.6s ease-in-out;
    }
    .nav-options li{
        line-height: 5rem;
        color: black;
        margin-left: 0px;
        padding-left: 20px;
        border-top: 2px solid #FC097C;
        transition: all 0.6s ease-in-out;
    }
    .nav-options li:hover{
        line-height: 5rem;
        color: #ffffff;
        background-color: #FC097C;
        margin-left: 0px;
        padding-left: 30px;
        border-top: 2px solid #000000;
    }
    .nav-headings p{
        font-size: 2.3rem;
    }
    .nav-headings ul{
        margin-top: 10px;
    }
    .nav-headings ul li{
        font-size: 1.4rem;
    }
    .timer-box{
        width: 80px;
        height: 80px;
    }
    .side-circle{
        width: 110px;
        height: 60px;
        top: 19px;
        left: 16px;
    }
    .time-text{
        font-size: 3rem;
        font-weight: 900;
    }
    .info-text{
        margin-top: -10px;
    }
    .register-button{
        /* width: 60%; */
    }
    .register-button-service{
        /* width: 80%; */
    }
    .adress-footer{
        width: 60%;
     }
}
@media screen and (max-width:600px) {
    .footer-container{
        display: flex;
        flex-wrap: wrap;
    }
    .image-logo-footer{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-right: 0px;
     }
    .adress-footer{
        text-align: center;
        width: 100%;
     }
     .main-heading{
        font-size: 1.5rem;
     }
     .meeting-date-footer{
       font-weight: 500;
     }
     .address-content{
        font-size: 1rem;
     }
}
@media screen and (max-width:500px) {
    .timer-box{
        width: 60px;
        height: 60px;
    }
    .side-circle{
        width: 84px;
        height: 45px;
        border: 10px solid red;
        border-bottom: 0;
        top: 14px;
        left: 12px;
    }
    .time-text{
        font-size: 2.2rem;
        font-weight: 900;
    }
    .info-text{
        font-size: 13px;
        margin-top: -10x;
    }
    .register-button{
        /* width: 70%; */
        padding: 15px 100px;
    }
    .meeting-container{
        width: 90%;
   }
   .meeting-heading{
    font-size: 2rem;
   }
 .meeting-sub-heading{
     font-size: 1.5rem;
  }
  .meeting-matter{
    line-height: 1rem;
    line-height: 1.4rem;
}
.schedule-heading{
    font-size: 1.5rem;
}
.schedule-sub-heading{
    font-size: 2.2rem;
}

.arrow{
    top: 50px;
   width: 40px;
   height: 40px;
   display: none;
}


.arrow-show{
    display:block;
}


.day-box h1{
    font-size: 1.6rem;
    font-weight: 600;
 }
 .day-box p{
    font-size: 0.7rem;
    font-weight: 600;
 }

 .register-content{
    text-align: center;
    width: 150%;
    font-size: 0.9rem;
  }
 .register-button-service{
    padding: 15px 70px;
    font-size: 1rem;
    /* width: 140%; */
 }
}

@media screen and (max-width:400px) {
    .nav-headings p{
        font-size: 1.8rem;
    }
    .nav-headings ul{
        margin-top: 10px;
    }
    .nav-headings ul li{
        font-size: 1rem;
    }
    .timer-box{
        width: 40px;
        height: 40px;
    }
    .side-circle{
        width: 53px;
        height: 30px;
        border:6px solid red;
        border-bottom: 0;
        top: 9px;
        left: 7px;
    }
    .time-text{
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 2px;
    }
    .info-text{
        font-size: 0.5rem;
    }
    .register-button{
        /* width: 70%; */
        padding: 15px 60px;
    }
    /* .day-box {
        width: 40%;
        padding: 15px;
    } */


    /*adding now*/
.arrow{
    top: 32px;
   width: 40px;
   height: 40px;
   display: none;
}

.arrow-show{
    display:block;
}


     .day-box h1{
        font-size: 1rem;
        font-weight: 600;
     } 
     .day-box p{
        font-size: 0.6rem;
        font-weight: 600;
     } 
     .schedule-info-matter{
        width: 90%;
     }
     .schedule-date{
        font-size: 1.1rem;
     }
     .schedule-time{
        font-size: 0.8rem;
     }
     .schedule-content{
       font-size: 0.9rem;
     }
}

