@import "tailwindcss";
@plugin "daisyui";


/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v51-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v51-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v51-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v51-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v51-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v51-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v51-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/roboto-v51-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.facts {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.955), rgba(0, 0, 0, 0.532)),
    var(--bg-image);
}

.tips{
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.625), rgba(0, 0, 0, 0.432)),
    var(--bg-image);
}

.storm-bg {
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.675), rgba(0, 0, 0, 0.832)),
   var(--bg-image);
}


.icons {
  margin:0; padding:0; display:inline;color:#a754f8;
}

.social {

  font-size: 24px;
}

#icon-bell {

  font-size: 24px; 
  color: #747574; 
  margin: 0 auto;

} 

#icon-circle {

  font-size: 24px; 
  color: #747574; 
  margin: 0 auto;
}

#icon-dots {
  font-size: 24px; 
  color: #747574;
   margin: 0 auto;
}
    nav {
      height:56px;
      position:fixed;width:100%;z-index:1000;top:0;background-image: linear-gradient(to right, rgb(216, 44, 95), rgb(184, 16, 197));
      margin-left: -8px;
    }
  
    .inner {
      max-width: 980px;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      height: 100%;
    }


    h6 img {
      width:90px;
    }
  
    .mobile-icon {
      width: 25px;
      height: 14px;
      position: relative;
      cursor: pointer;
    }
  
    .mobile-icon:after,
    .mobile-icon:before,
    .middle-line {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff;
      transition: all 0.4s;
      transform-origin: center;
    }
  
    .mobile-icon:before,
    .middle-line {
      top: 0;
    }
  
    .mobile-icon:after,
    .middle-line {
      bottom: 0;
    }
  
    .mobile-icon:before {
      width: 66%;
    }
  
    .mobile-icon:after {
      width: 33%;
    }
  
    .middle-line {
      margin: auto;
    }
  
    .mobile-icon:hover:before,
    .mobile-icon:hover:after,
    .mobile-icon.active:before,
    .mobile-icon.active:after,
    .mobile-icon.active .middle-line {
      width: 100%;
    }
  
    .mobile-icon.active:before,
    .mobile-icon.active:after {
      top: 50%;
      transform: rotate(-45deg);
    }
  
    .mobile-icon.active .middle-line {
      transform: rotate(45deg);
    }
  
    .navbar-list {
      display: none;
      width: 200px;
      z-index: 99;
      top:15px;
      justify-content: space-between;
      margin: 0;
      padding: 0 40px;
      position: fixed;

    }
  
    .navbar-list.mobile {
      background-color: white;
      border:none;
      position: fixed;
      display: block;
      height: 0px;
      bottom: 0;
      left: 20px;
    }

    .navbar-list li:hover {
      background-color: #c1c2c1;
    }
  
    .navbar-list li {
      background-color:white;
      border:none;
      padding-top:4px;
      list-style-type: none;
      position: relative;
      list-style:none;
    }
  
    .navbar-list li:before {
      content: "";
      position: absolute;
      text-decoration: none;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      /*background-color: #424245;*/
    }
  
    .navbar-list a {
      color: black;
      text-decoration: none;
      display: flex;
      height: 45px;
      align-items: center;
      padding: 0 10px;
      font-size: 13px;

    }
  
    @media only screen and (min-width: 767px) {

      .navbar-list {

        padding: 0;
        
       
      
      }

      .navbar-list li {

        left:40px;
       
      }
  
      .navbar-list a {
        display: block;
      }
    }

    @keyframes wiggle {
    0% { transform: rotate(0deg); }
    80% { transform: rotate(0deg); }
    85% { transform: rotate(5deg); }
    95% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }

    #region {
      display: inline-block;
      animation-name: wiggle;
      animation: wiggle 2.5s infinite;
      animation-play-state: paused;
  }  

  /* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.modal-wrapper {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 90;
    

}

#modal {
  display:none;

}

#message {
  display:none;
}


    #about-description { 
        font-size: 1.4em;
       /*  color: #242424;
        color: #393939; */
        font-weight:300;
        /* width:400px; */
        font-family: 'Roboto', sans-serif;
        width:75%;     
    }

    @media only screen and (max-width: 600px) {
        #about-description {
            width:100%;   
        }
    }

    .pink { color: #d82c5f, }
    .plum { color: #b810c4, }
 
 @media (prefers-color-scheme: dark) {

  table{
    background-color: white;
    color:white; 

  }


}


html,body {
  background-color: white;
  color: #393939;
  overflow-x: hidden;
  margin: 0 auto;
  /*font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  padding: 4px;

}



.tile-description {

  font-size: 1.4em;
  color: #393939; 
  font-family: 'Roboto', sans-serif;
  font-weight:300;

}


h1 {
    /* @apply mt-10 text-4xl font-medium; */

  }


  input:focus, textarea:focus, select:focus{
    outline: none;
}


  pre {
    @apply mt-5 mb-10;
  }
  
  code {
    @apply text-purple-500;
  }

  p {
      @apply max-w-full;
      /* color: #393939;  */
     font-family: 'Roboto', sans-serif;
     font-weight:300;
  }


 #tile:nth-child(odd) >  [title="test"]{
  
    @apply md:order-last;

 
   
}

  #about-description { 
        font-size: 1.4em;
       /*  color: #242424;
        color: #393939; */
        font-weight:300;
        /* width:400px; */
        font-family: 'Roboto', sans-serif;
        width:75%;     
    }

    @media only screen and (max-width: 600px) {
        #about-description {
            width:100%;   
        }
    }
 
    #topics-description { 
    font-size: 1.4em;
    /*  color: #242424;
    color: #393939; */
    font-weight:300;
    /* width:400px; */
    font-family: 'Roboto', sans-serif;
    
}

#modal p {
    @apply text-xl;
}
