


 .navbar__ul .cbtn .dropdown-content {
  display: none;  padding:2px;  margin-top:3px;
  position: relative;
  background: #f1f1f1;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


 .navbar__ul .cbtn .dropdown-content button {
  color: #000; cursor:pointer;
  padding: 12px 16px; background:#fff;
  text-decoration: none; overflow:auto;
  display: block; text-align:center;
  width:100%; border:0px;
}

.navbar__ul .cbtn .dropdown-content button:hover {color:#000;  background: #ddd;   font-weight:bold;  }

.navbar__ul .cbtn .show, .navbar__ul .show, .cbtn .show, .show {display: block;}


.darkmode .navbar__ul .cbtn .dropdown-content button { color: #fff; background:#111;  }
.darkmode .navbar__ul .cbtn .dropdown-content button:hover {color:#fff;  background: #333;}


.nostr {   pointer-events:none;   }

.privacy-wall .btnBlau.adsrow, .adsrow  {    display: flex;    align-items: center;    flex-direction: row;    flex-wrap: wrap;    align-content: center;    justify-content: center;   }    .privacy-wall .btnBlau.adsrow svg, .adsrow svg {   margin-right:6px;   }
  

  
  .pace {	-webkit-pointer-events: none;	pointer-events: none;	-webkit-user-select: none;	-moz-user-select: none;	user-select: none;   }   .pace-inactive {	display: none;  }    .pace .pace-progress {	background: #29d;	position: fixed;	z-index: 2000;	top: 0;	right: 100%;	width: 100%;	height: 2px;  }
  


.mode_fd .skills {  width:85%;  }
.mode_fd .skills .skills-container{ grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) ) ;  };

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}




.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;  text-decoration:none;  border-radius: 10px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}



:root {
  --clr-background: rgb(247, 244, 244);
  --clr-gray: rgb(119, 114, 114);
  --font-main: "Montserrat", sans-serif;
  --clr-dark-gray: #262626;
  --clr-dark-black: #333;
  --clr-dark2-black: #111;
  --clr-dark-text: rgb(226, 225, 225);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;user-select:none;
  scroll-behavior: smooth; 
 
 transition: all .1s linear;
}

body {
  font-family: "Hind Madurai", sans-serif;
  margin: 0 auto;
  overflow-x: hidden; transition: all .1s linear;
}

.wrapper {
  background-color: var(--clr-background);
}

/* -------------------------Header/Navbar */
header {
  font-family: var(--font-main);
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
}

.navbar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.container #home .navbar .name{   margin-bottom:6px;  }

.navbar__ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  width: 100%;
  max-width: 500px;
}

.navbar__ul .name {
  font-size: 23px; 
  font-weight: 600;
}

.navbar__ul a {
  text-decoration: none;
  color: black;
}

.navbar__ul li {
  background: rgba(235, 230, 230, 0.3);
  width: 50%;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.darkmode .navbar .navbar__ul li {
  
}


.link,
.portfolio__header,
footer h2 {
  text-transform: uppercase;
}


.navbar__ul .cbtn, .navbar__ul .link, .footer__nav-links li, .to-top a{ border-bottom: 0px; }
 .wrapper .navbar__ul .cbtn button {    }
.navbar__ul .cbtn:hover, .navbar__ul .link:hover, .footer__nav-links li:hover, .to-top a:hover{ font-weight:bold;  border-bottom: 2px solid #000; }
.darkmode .wrapper .navbar__ul .cbtn:hover, .darkmode .wrapper .navbar__ul .link:hover, .darkmode .wrapper .footer__nav-links li:hover, .darkmode .wrapper .to-top a:hover{  font-weight:bold;   border-bottom: 2px solid #fff; }
.darkmode .wrapper .navbar__ul .cbtn:hover button, .wrapper .navbar__ul .cbtn:hover button {    }


.header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 2rem;
  margin: 0 auto;
  max-width: 80%;
}

.header__container img {
  width: 70%;
}

.header__text {
  width: 100%;margin-right: 8px;
  margin-top: 20px;
  line-height: 1.5rem;
  text-align: center;
}
/* End of Header/Navbar--------------------- */

/* Portfolio section ----------------------- */
.portfolio,
.portfolio__container {
  display: flex;
}

.portfolio {
  background-color: rgb(238, 237, 237);
  margin-top: 2.5rem;
  padding-top: 3rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.portfolio__header {
  font-family: var(--font-main);
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.portfolio__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  place-items: center;
  grid-gap: 0.5rem;
  text-align: center;
  align-items: stretch;
  width: 100%;
  padding: 0.5rem;
}

.card {
  margin: 1rem 0;
  border: 1.5px solid #888;
  padding: 0.5rem;
  gap: 1rem;
  width: 350px;
  max-width: 100%;
  height: 100%;
}

.card img {
  width: 25%;
  margin-bottom: 1rem;
}

.card h2 {
  font-family: var(--font-main);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 20px;
}

.text-container {
  width: 70%;
  margin: 0 auto;
}

/* End of services------------------------ */

/* Skills --------------------------------- */
.skills {
  text-align: center;
  margin-top: 2rem;
}

.skills h2 {
  font-family: var(--font-main);
  text-transform: uppercase;
  font-size: 2rem;
}


.skillsih3 {
 border-left: 4px solid #000;
    padding-left: 8px;
}
.skillsih2 {
 border-bottom: 4px solid #000;
    padding-bottom: 8px;
}

.darkmode .wrapper .skillsih3 {
 border-left: 4px solid #fff;
    padding-left: 8px;
}
.darkmode .wrapper .mode_fd .skillsih2 {
 border-bottom: 4px solid #fff;
    padding-bottom: 8px;
}


.skills-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-top: 2rem;
  text-align: center;
}

.skills-container.dnot{
 opacity:0.7;
}

.dnot img, .dnot p{  opacity:0.7;  }


.skills__item {
  margin-bottom: 1rem;
}

.skills__item.dnot{
 opacity:0.7;
}


.skills__item img:hover {
  transform: scale(1.1); 
  transition: ease-out 0.3s;
}

.skills img {
  max-width: 80px;
  margin-bottom: 2px;  
}

/* Footer --------------------------------- */

footer {
  font-family: var(--font-main);
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  background-color: var(--clr-background);
}

.footer__nav {
  width: 100%;
  display: flex;
  min-height: 30px;
  padding: 10px;
  bottom: 0;
  text-align: center;
  justify-content: space-between;
}

footer h2 {
  font-size: 2rem;
  margin-top: 2rem;
}

.footer__nav-links {
  display: none;
}

.footer__nav-links li a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

.footer__nav-hr {
  width: 100%;
}

footer p {
  max-width: 400px;
  padding-bottom: 1rem;
  margin: 0 auto;
}

.to-top {
  list-style-type: none;
  margin-right: 10px;
  justify-self: flex-end;
}

.to-top a {
  text-decoration: none;
  color: black;
}

@media screen and (min-width: 768px) {
  .header__container {
    min-width: 600px;
  }

  header {
    padding-bottom: 4rem;
  }

  .navbar {
    width: 100%;
    display: flex;
    bottom: 0;
    justify-content: space-between;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .navbar ul {
    display: flex;
    flex-direction: row;
  }

  .navbar__ul li {
    padding: 5px 15px 15px 10px;
    background-color: transparent;
  }

  .header__container {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
  }

  .header__container img {
    max-width: 300px;
  }

  .header__container p {
    max-width: 350px;
    text-align: left;
  }

  /* Portfolio section at 768----------- */
  .portfolio__container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1165px;
  }

  /* Skills at 768 ------------------- */

  .skills-container {
    flex-direction: row;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
  }

  .skills h2 {
    margin-bottom: -10px;
    text-transform: uppercase;
    font-size: 2rem;
  }

  .skills__item {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* Footer at 768px ---------------- */
  footer {
    display: flex;
    align-items: center;
  }

  .phone,
  .email {
    margin-right: 8px;
  }

  .footer__nav {
    width: 95%;
  }

  .footer__nav h2 {
    text-transform: none;
  }

  .footer__nav-links {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-left: auto;
  }

  .footer__nav-links li {
    padding: 5px 10px 10px 10px;
    text-decoration: none;
  }

  .footer__nav-hr {
    width: 95%;
    border-color: rgb(255, 255, 255);
  }

  .to-top {
    display: none;
  }
}

/* min width 1024 ---------------------------------- */
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar__ul,
  .header__container {
    display: flex;
  }

  .navbar {
    flex-direction: row;
    justify-content: space-between;
  }

  .navbar__ul {
    flex-direction: row;
  }

  .navbar__ul li {
    background-color: transparent;
  }

  .navbar__ul .link {
    margin: 0;
  }

  .header__container {
    flex-direction: row-reverse;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
  }

  .header__container img {
    max-width: 330px;
  }

  .header__text {
    max-width: 400px;
    text-align: center;
  }

  /* Portfolio section------------------------- */
  .portfolio__container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  /* End Portfolo------------------------------ */
}

/* Dark mode------------------------------- */
button[class="darkmode"], .btnen,.btnbr {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #111;
  border: 1px solid rgb(43, 43, 43);
  border-radius: 50%;
} 

.darkmode .portfolio {
  background-color: var(--clr-dark2-black);
  color: var(--clr-dark-text);
}

.darkmode footer {
  background-color: var(--clr-dark-black);
  color: var(--clr-dark-text);
}

.darkmode .wrapper {
  background-color: var(--clr-dark-black);
  color: var(--clr-dark-text);
}

.darkmode .navbar__ul li {
  color: var(--clr-dark-text);
   background-color: transparent;
}

.darkmode a[href] {
  color: var(--clr-dark-text);
}

@media screen and (min-width: 1500px) {
  body {
    max-width: 1500px;
  }
}

@media screen and (max-width: 1024px) {
  .portfolio__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}






* img{  pointer-events:none;  }


.cbtn button.darkmode, .cbtn button[class="darkmode"]{  pointer-events:none;   }

.footer__text-container1 .btn_phone a, .footer__text-container1 .btn_email a{  text-decoration:none;  }





