*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Prompt', sans-serif;
}

.Prompt {
    font-family: 'Prompt', sans-serif;
}



::placeholder {
    color: peachpuff;
    font-size: 15px;
    text-align: center;
}
 
header{
    height: 90px;
    background: coral;
    
}


.h1 {
  text-align: center;
  font-family: 'Prompt', sans-serif;
  font-style:normal;
  background-color: #f3f02b;
  background-size: cover;
}

.logo{
    float: left;
    padding: 30px 0;
    color: #ddd;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;

  }




.inner-width{
    max-width: 1200px;
    padding: 0 100px;
    margin: auto;
    position: sticky;
}


.navigation-menu{
    float: right;
    display: flex;
    align-items: center;
    min-height: 90px;
}

.navigation-menu a{
    margin-left: 10px;
    color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 4px;
    transition: .3s linear;
}

.navigation-menu a:hover{
    background: rgb(180, 247, 24);
    color: #2600ff;
    transform: scale(1.1);
}
.navigation-menu i{
    margin-right: 8px;
    font-size: 16px;
  }



.home{
    color: #2600ff;
}

.imgmain{
  image-rendering: auto;
  width: 50%;
}

.menu-toggle-btn{
    float: right;
    height: 90px;
    line-height: 90px !important;
    color: #fff;
    font-size: 26px;
    display: none !important;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width:700px) {
    .menu-toggle-btn{
      display: block !important;
    }

    .navigation-menu{
      position: fixed;
      width: 100%;
      max-width: 400px;
      background: #172b4d;
      top: 90px;
      right: 0;
      display: none;
      padding: 20px 40px;
      box-sizing: border-box;
    }

    .navigation-menu::before{
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #172b4d;
      position: absolute;
      top: -10px;
      right: 10px;
    }

    .navigation-menu a{
      display: block;
      margin: 10px 0;
    }

    .navigation-menu.active{
      display: block;
    }
  }

/* footer */

.footer{
    text-align: center;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;
    background-color: coral;
    background-size: 15px;

    
}

 /* ================= MYCLASSS================== */


/* 
  tbody{
    font-style: normal;
    resize: horizontal;
    font-size: 16px;
  } */

.myclass{
  font-family: 'Prompt',sans-serif;
  font-size: medium;
  background-color: aqua;
}


  th, td {
    padding: 15px;
    text-align: left;
    }
    tr:nth-child(even) {background-color:rgb(255, 136, 0);
    
    }


    th, td {
      text-align: center;
      text-shadow: #2600ff;
      font-size: 16px;
      font-style: inherit;
      font-family: 'Prompt', sans-serif;
    }
  
    th {
      text-shadow: #2600ff;
      background-color: rgb(217, 0, 255);
    }
.cp{
  background-color: #f3f02b;
}

.cp112{
  background-color: coral;
}

.swu195{
  background-color: greenyellow;
}

.swu196{
  background-color: rgba(150, 0, 250, 0.514);
}

.zss02{
  background-color: salmon;
}

.swu193{
  background-color: hotpink;
}

.swu194{
  background-color: #f3f02b;
}

.mon{
  background-color: rgb(255, 220, 220);
}

.tu{
  background-color: rgb(255, 220, 220);
}

.wen{
  background-color: rgb(255, 220, 220);
}

.tur{
  background-color: rgb(255, 220, 220);
}

.fri{
  background-color: rgb(255, 220, 220);
}



/* ===========================about me============================ */

/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
  background-color: rgb(0, 0, 0);
}

/* hero background image */

/* text css above hero image*/
.hero_title {
  font-size: 4.5rem;
}
.hero_desc {
  font-size: 2rem;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* spacing on all sections */
/* #about, #services, #portfolio, #contact {
  margin-top: 4rem;
  padding-top: 4rem;
} */
#contact {
  padding-bottom: 4rem;
}
/* about section image css */
.imageAboutPage {
  width: 100%;
}

/* services section css */
.servicesText.card {
  height: 280px;
  cursor: pointer;
}
.servicesIcon {
  font-size: 36px;
  text-align: center;
  width: 100%;
}
.card-title {
  text-align: center;
}
.card:hover .servicesIcon {
  color: #008000;
}
.servicesText:hover {
  border: 1px solid #008000;
}

/* social media icons styling */
.social-icons {
  font-size: 36px;
  cursor: pointer;
}
.fa-facebook:hover,.fa-instagram:hover,.fa-twitter:hover,.fa-linkedin:hover, .fa-twitch:hover {
  color: #008000;
}
.fab {
  color: #000000;
}
/* footer styling */
#footer {
  background-color: #808080;
  text-align: center;
}



/* ================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
.wrapper1{
  background: #ffc400;
  position: fixed;
  width: 100%;
}
.wrapper1 nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  margin-left: 80px;
  display: flex;
}
.content .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: #323c4e;
}
.wrapper1 .search-icon,
.wrapper1 .menu-icon{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.wrapper1 .menu-icon{
  display: none;
}
.wrapper1 #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}

.wrapper1 .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper1 #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #fff;
  background: #171c24;
  padding: 0 100px 0 15px;
}
.search-box input::placeholder{
  color: #f2f2f2;
}
.search-box .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  background: #171c24;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.wrapper1 input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: #171c24;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}

/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper1 nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper1 .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper1 .search-box input{
    padding: 0 100px 0 15px;
  }
}

@media screen and (max-width: 900px){
  .wrapper1 .menu-icon{
    display: block;
  }
  .wrapper1 #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}

@media screen and (max-width: 400px){
  .wrapper1 nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper1 .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper1 .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper1 .search-box input{
    padding-right: 30px;
  }
}




