:root {
  --bg-clr: rgb(210, 255, 255);
  --bgr-btn-clr: rgba(0, 62, 120, 0.863);
  --bgr-btn-clr-hover: rgb(80, 136, 189);
  --txt-clr: rgb(33, 33, 33);
  --clr-nav-link: rgb(178, 178, 178);
  --clr-nav-link-hover: rgb(0, 182, 168);
  --font-family-primary: "Trispace", sans-serif;
  --ff-body: var(--font-family-primary);
  --ff-heading: var(--font-family-primary);
  --fw-regular: 400;
  --fw-bold: 700;
  --footer-bg-clr: azure;
  --nav-color-bgr: white;
  --lineargradient: linear-gradient(rgba(255, 255, 255, 0.7), rgb(255, 255, 255));
  --slide-txt-clr: var(--txt-clr);
  --secondary-txt-clr: #25b8db;
  --secondary-txt-clr-cookies: #c5e510;
  --secondary-txt-clr-hover: #bbff11;
  --picker-vertical-gap: 4px;
  --darkmodemaps: grayscale(0%) invert(0%) contrast(100%);
}
.logo-png {
  width: 100px;
  height: 100px;
}
.dark-mode {
  --bg-clr: #252526;
  --txt-clr: #007acc;
  --bgr-btn-clr:#1177bb;
  --bgr-btn-clr-hover: #17a2ff;
  --clr-nav-link: #3e3e42;
  --clr-nav-link-hover: #9cdcfe;
  --footer-bg-clr: #2d2d30;
  --nav-color-bgr: #1e1e1e;
  --lineargradient: linear-gradient(rgba(0, 0, 0, 0.7), rgb(0 0 0 /1));
  --slide-txt-clr: var(--txt-clr) ;
  --secondary-txt-clr: #ff9738;
  --darkmodemaps: grayscale(100%) invert(92%) contrast(83%);
}
.svg-dark {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

#email {
  width: 275px;
}

@media (max-width: 498px) {
  #email {
    width: 100%;
  }
  .even-columns {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .gobutton {
    margin-inline: auto;
  }
}

.mapgoogle {
  display: flex;
  border: 0;
  width: 60%;
  height: 30rem;
  border-radius: 5%;
  margin: 0 auto;
  justify-self: center;
  filter: var(--darkmodemaps);
  margin-bottom: 50px;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

nav .not1button {
  margin-top: -50px;
}
nav .button {
  margin-top: -8px;
}
/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--bg-clr);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.button{
  position: relative;
  width: 80px;
  height: 50px;
  overflow: hidden;
}
.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 103;
}

.knobs {
  z-index: 102;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 101;
}

/* Button 16 */
#button-16 .knobs:before {
  content: "ENG";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 35px;
  height: 30px;
  color: var(--clr-nav-link);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: var(--bgr-btn-clr-hover);
  border-radius: 2px;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-16 .checkbox:active + .knobs:before {
  width: 50px;
}

#button-16 .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

#button-16 .checkbox:checked + .knobs:before {
  content: "ITA";
  left: 42px;
  background-color: var(--bgr-btn-clr-hover);
}

#button-16 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

/*styling*/
body {
  background-color: var(--bg-clr);
  color: var(--txt-clr);
  font-family: var(--font-family-primary);
  font-weight: var(--fw-regular);
  font-size: 16px;
  line-height: 1.5;
}
.container {
  --max-width: 1100px;
  --padding: 1rem;
  width: min(var(--max-width), 100% - var(--padding) * 2);
  margin-inline: auto;
}
.even-columns {
  display: grid;
  grid-gap: 1rem;
}
@media (min-width: 50em) {
  .even-columns {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
footer {
  padding-top: 60px;

  background-color: var(--footer-bg-clr);
  padding-bottom: 60px;
  margin-bottom: 0px;
  height: 50%;
}
section {
  padding: 10px;
}

.not1button,.btn-primary {
  border: 0px;
  border-radius: 100vmax;
  padding: 0.5em 1em;
  font-weight: var(--fw-bold);
  font-size: 1.2em;
  background-color: var(--bgr-btn-clr);
  box-shadow: 0 1.25em 1em -1em var(--bgr-btn-clr);
}
.btn-primary{
  
  background-color: var(--secondary-txt-clr-cookies);
  box-shadow: 0 1.25em 1em -1em var(--secondary-txt-clr-cookies);
}
.btn-primary:hover {
  background-color: var(--secondary-txt-clr-hover);
  box-shadow: 0 1.25em 1em -1em var(--secondary-txt-clr-hover);
}
.not1button:hover {
  background-color: var(--bgr-btn-clr-hover);
  box-shadow: 0 1.25em 1em -1em var(--bgr-btn-clr-hover);
}

/*nav styling*/

.visually-hidden {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.primary-header {
  padding-top: 70px;
}

.nav-list {
  display: flex;
  gap: 70px;
}
.nav-list a {
  text-decoration: none;
  color: var(--txt-clr);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav-toggle {
  display: none;
}

@media (max-width: 1200px) {
  #button-16 {
    margin: auto;
  }
  .nav-wrapper {
    align-items: center;
  }
  .primary-nav {
    display: none;
    position: fixed;
    inset: 7rem 100px auto;
    max-width: 600px;
    margin: auto;
    background-color: var(--nav-color-bgr);
    border-radius: 10px;
    box-shadow: 0 0 0.75em rgba(0 0 0 0.05);
    z-index: 10;
  }
  .primary-header[data-overlay]::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: var(--lineargradient);
    z-index: 9;
  }
  .nav-list {
    padding: 30px;
    display: grid;
    gap: 20px;
    text-align: center;
  }
  .nav-list a:hover,
  .nav-list a:focus {
    text-decoration: none;
    color: var(--clr-nav-link-hover);
  }
  .primary-nav[data-visible] {
    display: block;
  }
  .mobile-nav-toggle {
    display: block;
    top: 50px;
    right: 40px;
    z-index: 100;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0.5em;
  }
  .mobile-nav-toggle .icon-close {
    display: none;
    z-index: 100;
  }
  .footer-centering{
    display: grid;
    text-align: center;
  }
  .logo-png{
    margin-inline: auto;
  }
  .social-list{
    display: flex;
    gap: 30px;
    padding: 0px;
    padding-top: 20px;
    justify-content: center;
    }
    .social-icon{
      min-width: 30px;
    }
}

.disableoverflow{
  height: 100%;
  overflow-y: hidden;
}

.primary-nav {
  vertical-align: middle;
}

.flow > * + * {
  margin-top: 1.5em;
}

/*footer styling*/
.footer-semi-nav a {
  text-decoration: none;
  color: var(--txt-clr);
  display: flex;
  justify-content: center;
  vertical-align: middle;
  line-height: 35px;
}
.footer-semi-nav a:hover,
.footer-semi-nav a:focus {
  text-decoration: none;
  color: var(--bgr-btn-clr-hover);
}
/* form input , form button{
  display: block;
  text-align: center;
  vertical-align: middle;
} */
#cookienotice, .title-wrap, .content-wrap{
  z-index: 1000;
  text-align: center;
  scroll-behavior: smooth;
  color: var(--secondary-txt-clr-cookies);

}

.title-wrap{
  font-size: 30px;
  font-weight: var(--fw-bold);
}
.content-wrap{
  font-size: 15px;
  font-weight: var(--fw-regular);
}

#about,#myworks {
  background-color: var(--bg-clr);
  color: var(--txt-clr);
  font-family: var(--font-family-primary);
  font-weight: var(--fw-bold);
  font-size: 28px;
  line-height: 1.5;
  padding: 30px;
}
#about > * + * {
  font-weight: var(--fw-regular);
  color:var(--secondary-txt-clr);
}

#myworks{
  text-align: center;
}

footer input[type="email"] {
  width: 251px;
  height: 33px;
  padding-left: 15px;
  border: 2px solid #3e3e42;
  outline: 0px;
  color: #3e3e42;
  margin-bottom: 15px;
  background: transparent;
  transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
}



/* slideshow from w3schools */
* {
  box-sizing: border-box
}

.mySlides {
  display: flex;
  justify-content: center;
}
img {
  vertical-align: middle;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: var(--slide-txt-clr);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
  background-color: var(--bg-clr);
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through
.prev:hover,
.next:hover {
  background-color: var(--bg-clr);;
}
 */

/* Caption text */
.text {
  color:var(--slide-txt-clr);
  font-weight: var(--fw-bold);
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: var(--bg-clr);
}
/* Number text (1/3 etc) */
.numbertext {
  color: var(--slide-txt-clr);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: var(--bg-clr)
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #999999;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #111111;
}
/* /* Fading animation 
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .1
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .1
  }
  to {
    opacity: 1
  }
} */
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px
  }
}









.social-list{
  display: flex;
  gap: 30px;
  padding: 30px;
  padding-top: 55px;
  
}
.social-icon{
  width:40px;
  height:40px;
  fill:var(--secondary-txt-clr);
}

@media (min-width:50em) {
  .social-list{
    display: flex;
    gap: 30px;
    padding: 0px;
    padding-top: 20px;
    }
  .social-icon{
    width:30px;
    height:30px;
  }
  .footer-semi-nav{
    vertical-align:middle;
  }
}
/*language selector*/
