*{
    margin:0;
    padding:0;

}
body{
    /*background-image: url(./backgroungimg1.jpeg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height:100vh;
    background-color: rgb(22, 11, 32);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav{
    background-color: white;
    color:black;
    width:100%;
    
}
nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 15vh;
}
nav li{
    height :50px;
    font-size: 25px;

}
nav a{
    height:100%;
    text-decoration: none;
    padding:0 30px;
    color: rgb(0, 0, 0);
    display:flex;
    align-items: center;
}
nav a:hover{
    background-color: #dfdfdf;
}

nav li:first-child{
    margin-right: auto;
    padding-left: 10px;
    display:flex;
    

}
nav li:last-child{
    padding-right: 70px;
}

.sidebar{
    color:black;
    position:fixed;
    padding-left: 10vh;
    padding-top: 50px;
    height:100vh;
    width: 500px;
    z-index:999;
    left:150px;
    /*
    background-color: rgba(255, 255, 255, 0.127);
    backdrop-filter:blur(10px);
    box-shadow:-10px 0 10px rgba(0,0,0,0.1);*/
    display:none;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;

   
    
}   
.sidebar img{
  align-items: center;
  display:inline
  
}

.sidebar li{
    width:100%;
    
    
    /*border-bottom:1px solid rgba(0,0,0,0.1);*/
}

.sidebar h4{
  align-items: center;
  justify-content: center;
  display:inline;
  
}
.sidebar a{
    width: 100%;
    align-items: center;
}
.sidebar.active {
    
    display: block; /* Show sidebar when active */
}
.menu-button{
    display:none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 25px;  
  border: none;
  outline: none;
  color: #050505;
  align-items: center;
  padding-top: 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fa6900;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;

}







@media(max-width : 1100px){
    .hideOnMobile{
        display:none;
    }
    .menu-button{
        display:block;

    }
}
/*
@media(min-width : 800px){
    .sidebar{
        width: 100%;
    }
        
    
}*/





*, *:before, *:after 
{ box-sizing: border-box; }

html { font-size: 18px; }

body {
  color: #fffdfd;
  font-size: 1.2em;
  line-height: 1.6;
  background: #fa6900;
  overflow-x: hidden;
}

label .menu {
  padding-right: 50px;
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: #FFF;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
  cursor: pointer;
  
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #69D2e7;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #69d2e7;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #ffffff, 0 0 0 100vh #fffcfc;
  border-radius: 0;
  
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}

label input:checked + .menu + ul { opacity: 1; }

label ul {
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
}

label a {
  margin-bottom: 1em;
  display: block;
  color: #f38630;
  text-decoration: none;
  
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}



/* TABS CONTAINER */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');

:root {
  
  --primary: hsl(0, 0%, 100%);
  --white: hsl(0, 0%, 0%);
 
}
.container {
  max-width: var(--container);
  padding: 0 1rem;
  margin: 0 auto;
  
}


.section-heading {
  margin: 3rem 0;
  font-size: 4rem;
  padding-bottom: 0.7rem;
  position: relative;
  display: inline-block;
}

.section-heading::before,
.section-heading::after {
  content: '';
  position: absolute;
}
.section-heading::before {
  width: 100%;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  background: var(--primary);
  border-radius: 0.2rem;
}

.section-heading::after {
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid var(--primary);
  background: var(--box-shadow);
}
.tab-container {
  margin-top: 10px;
  width: 80%;
  margin: 0 auto 3rem auto;
  box-shadow: 0 0.8rem 1rem var(--box-shadow);
}
@media (max-width: 767px) {
  .tab-container {
    width: 90%;
  }
}
.tab-filter-container {
  margin-top: 25px;
  border-radius: 10px;
  align-items: center;
  text-align: center;
  padding:2.5%;

  text-align: center;
  /*
  background: #04071f;*/
}
.filter-btn {
  display:inline-flex;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  border-radius: 2rem;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.filter-btn.active {
  background: var(--primary);
  color: var(--white);
}


.tab-filter-item-container {
  border-radius: 5px;
  height:500px;
  color:#fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  align-items: center;
} 
.tab-item {
  text-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0rem 3rem;
  padding-bottom: 50px;
  transform: translateY(100%);
  background: var(--white-light);
  transition: transform 0.5s ease-in-out;
  display:inline-grid;
  align-content: center;
  justify-content: center;
  
 /* grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr)); */
  place-items: center start;
}
.tab-img {
  width: 50px;
}
.tab-heading {
  padding: 2rem 0;
  font-size: 3rem;
}
.tab-item.select_tab {
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  background: var(--white-light);
  animation: feadIn 0.6s ease-in-out;
}
.btn-primary {
  margin-top: 1.5rem;
  display: inline-block;
  background: var(--primary);
  padding: 0.6rem 2rem;
  border-radius: 2rem;
  color: var(--white);
}
@keyframes feadIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/*digital clock */


.clock-container {
  display: inline;
  justify-content: center;
  align-items: center;
  height: 50vh;
}
 


#time {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  
}

#date {
  font-size: 1.5em;
  font-weight: 2;
  justify-content: center;
} 
.fullscreen {
  text-align: center;
  color: white;
  padding: 20px;
  background: #fa6900;
  align-items: center;
  justify-content: center;
  display:inline-grid;
  align-content: center;
  
} 

#fullscreenbtn{
  top:0;
  right:0;
  margin-right: 0;
  position: absolute;
}







/*analouge clock */



.clock {
  border-radius: 50%;
  background: #ffffff;
  font-family: "Montserrat";
  border: 5px solid white;
  box-shadow: inset 2px 3px 8px 0 rgba(0, 0, 0, 0.1);
  width:50vh;
  max-width: 400px;
  justify-content: center;
}

.wrap {
  overflow: hidden;
  position: relative;
  width: 350px;
  height: 350px;
  border-radius: 100%;
}

.minute,
.hour {
  position: absolute;
  height: 100px;
  width: 6px;
  margin: auto;
  top: -27%;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  transform-origin: bottom center;
  transform: rotate(0deg);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.minute {
  position: absolute;
  height: 130px;
  width: 4px;
  top: -38%;
  left: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  transform: rotate(90deg);
}

.second {
  position: absolute;
  height: 90px;
  width: 2px;
  margin: auto;
  top: -26%;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  background: #FF4B3E;
  transform-origin: bottom center;
  transform: rotate(180deg);
  z-index: 1;
}

.dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: white;
  border: 2px solid #1b1b1b;
  border-radius: 100px;
  margin: auto;
  z-index: 1;
}

/*footer*/
footer {
  text-align: center;
  
  padding: 10px 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

footer p {
  font-size: 12px;
}



.footer {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}


