/* --- Top nav --- */

header {
 position: sticky;
 top: 0;
 height: auto;
 width: 100%;
 z-index: 9;
}

header > .Top {
 display: flex;
 justify-content: space-between;
 align-items: center;
 height: auto;
 width: 100%;
 padding: 12px 4px;
 background: var(--main-ct);
}

header > .Top * {
  background: transparent;
}

header > .Top > figure {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 8px;
 height: auto;
 width: auto;
 margin-block: 0 0;
 margin-inline: 0 0; 
}

header > .Top > figure > img {
  height: auto;
  width: 52px;
  font-size: small;
}

header > .Top > figure > figcaption {
  font-family: "Audiowide", sans-serif;
  display: inline-block;
  height: auto;
  width: auto;
  font-weight: 500;
}

header > .Top > .Wrap-1 {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 22px;
}

header > .Top > .Wrap-1 > button {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 8px;
 border-radius: 6px;
 border: 1px solid rgba(30,136,229,15%);
 background: var(--tempral-bc);
}

header > .Top > .Wrap-1 > button:nth-child(1) {
 position: relative; 
}

header > .Top > .Wrap-1 > button:nth-child(2) {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 8px;
}

header > .Top > .Wrap-1 > button:nth-child(1) > div {
 position: absolute;
 top: -18%;
 left: 71%;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 18px;
 width: 18px;
 padding: 5px;
 border-radius: 100rem;
 background: rgb(30,136,229);
}

header > .Top > .Wrap-1 > button:nth-child(1) > div > span {
  display: block;
  font-size: 8px;
  font-weight: 600;
  line-height: 0;
  color: white;
}

header > .Top > .Wrap-1 > button:nth-child(2) > span {
 display: inline-block;
 font-size: small;
 color: gray;
}

@media (max-width:560px) {

header > .Top > .Wrap-1 > button:nth-child(2) > span {
 display: none;
 font-size: small;
 color: gray;
}
  
}

header > .Top > .Wrap-1 > .Social {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 18px;
}

 header > .Top > .Wrap-1 > .Social > svg {
  display: block;
  height: 38px;
  width: 38px;
 }
 
 header > .Top > .Wrap-1 > .Social > svg:nth-child(3) {
  display: block;
 }

@media (max-width:520px) {

 header > .Top > .Wrap-1 > .Social > svg {
  display: block;
  height: 38px;
  width: 38px;
 }
 
 header > .Top > .Wrap-1 > .Social > svg:nth-child(3) {
  display: none;
 }
 
}

@media (max-width:460px) {

 header > .Top > .Wrap-1 > .Social > svg {
   display: none;
 }
  
  header > .Top > .Wrap-1 > .Social {
    display: none; 
  }
  
}

header > .Buttom {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 14px;
 height: auto;
 width: 100%;
 padding-left: 8px;
 padding-right: 4px;
 background: rgb(30,136,229);
}

header > .Buttom > button {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 3px 6px;
 border: none;
 border-radius: 2px;
}

header > .Buttom > .Item-categories {
 display: flex;
 align-items: center;
 justify-content: left;
 gap: 26px;
 height: auto;
 width: 100%;
 padding: 14px 12px;
 padding-left: 0;
 overflow-x: auto;
 background: transparent;
}

header > .Buttom > .Item-categories > a {
 display: inline-block;
 font-size: small;
 color: white;
 white-space: nowrap;
}


/* --- Side nav --- */

.Side-nav {
  position: fixed;
  top: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: transparent;
}

.Side-nav>.Close {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: transparent;
}

.Side-nav>nav {
  position: fixed;
  top: 160px;
  left: 0;
  display: none;
  height: 420px;
  width: auto;
  border-left: 2px solid var(--main-c);
  border-radius: 0 12px 12px 0px;
  margin: 18px;
  overflow: auto;
  box-shadow: 2px 0 24px rgb(165, 165, 165);
  animation-name: slideSideNav;
  animation-duration: 1s;
  animation-direction: nomal;
}

@keyframes slideSideNav {
  
  0% {
    left: -100%;
  }
  
  100% {
    left: 0;
  }
  
}

.Side-nav>nav>ul {
  list-style-type: none;
  margin-block: 0;
  padding-inline: 0;
  padding: 16px;
  background: var(--main-ct);
}

.Side-nav>nav>ul>li {
  display: block;
}

.Side-nav>nav>ul>li>a {
  display: block;
  padding: 10px 22px;
  padding-left: 0;
  font-size: small;
  background: ;
}

.Side-nav>nav>ul>li>input {
  display: block;
  padding: 10px 0;
  font-size: small;
  border: none;
  border-bottom: 2px solid var(--main-c);
  background: ;
}

.Side-nav>.Close2 {
  position: fixed;
  top: 540px;
  height: 60px;
  width: 60px;
  background: ;
}

/* --- Slide Show --- */

.Slide-show {
  height: auto;
  width: 100%;
  padding: 12px 8vw;
  background: rgba(30, 136, 229, 10%);
  background-repeat: no-repeat, no-repeat;
  background-position: 90% min(160px, 42%), 0% 100%, 0% 0%;
  background-size: min(250px, 43%), min(250px, 40%), auto 100%;
  background-image: url("https://lh3.googleusercontent.com/d/13tMYNcC4G2-v3TusYBSu-oSaLCxbURdC=w350"), url("https://lh3.googleusercontent.com/d/141OYYdwrB8fPlStw_5tHpqgWMhdMlKRD=w350"), url("https://lh3.googleusercontent.com/d/109SZoFG4li5KDCcXwf3HY3an1e18buZG=w350");
}

.Slide-show>section>h2 {
  animation-name: slidScale;
  animation-duration: 600ms;
  animation-iteration-count: 1;
}

@keyframes slidScale {
  
  0% {
    transform: scale(0);
  }
  
  100% {
    transform: scale(1);
  }
  
}

.Slide-show>section>p {
  width: 50%;
  max-width: 530px;
  margin-bottom: 46px;
  animation-name: slidScale;
  animation-duration: 600ms;
  animation-iteration-count: 1;
}

@keyframes slidScale {
  
  0% {
    transform: scale(0);
  }
  
  100% {
    transform: scale(1);
  }
  
}

@media (max-width:560px) {
  
  .Slide-show {
    height: auto;
    width: 100%;
    padding: 12px 3vw;
    background: rgba(30, 136, 229, 10%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 94% min(160px, 70%), 0% 100%, 0% 0%;
    background-size: min(215px, 46%), min(250px, 40%), auto 100%;
    background-image: url("https://lh3.googleusercontent.com/d/13tMYNcC4G2-v3TusYBSu-oSaLCxbURdC=w350"), url("https://lh3.googleusercontent.com/d/141OYYdwrB8fPlStw_5tHpqgWMhdMlKRD=w350"), url("https://lh3.googleusercontent.com/d/109SZoFG4li5KDCcXwf3HY3an1e18buZG=w350");
  }
  
  .Slide-show>section>h2 {
    animation-name: slidScale;
    animation-duration: 600ms;
    animation-iteration-count: 1;
  }
  
  @keyframes slidScale {
    
    0% {
      transform: scale(0);
    }
    
    100% {
      transform: scale(1);
    }
    
  }
  
  .Slide-show>section>p {
    width: 100%;
    max-width: auto;
    margin-bottom: 46px;
    animation-name: slidScale;
    animation-duration: 600ms;
    animation-iteration-count: 1;
  }
  
  @keyframes slidScale {
    
    0% {
      transform: scale(0);
    }
    
    100% {
      transform: scale(1);
    }
    
  }
  
}

.Slide-show>section {
  height: auto;
  width: 100%;
  padding: 4vw 0;
}

.Slide-show>section>a {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 12px 22px;
  color: white;
  font-size: small;
  font-weight: bolder;
  border-radius: 100rem;
  margin-left: min(100px, 4vw);
  background: rgb(30, 136, 229);
  animation-name: slidScale;
  animation-duration: 600ms;
  animation-iteration-count: 1;
}

@keyframes slidScale {
  
  0% {
    transform: scale(0);
  }
  
  100% {
    transform: scale(1);
  }
  
}

.Slide-show>.Nav-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: auto;
  width: auto;
  margin: auto;
  margin: 25px 0;
}

.Slide-show>.Nav-dots {
  margin-top: min(140PX, 10%);
}

@media (max-width:560px) {
  
  .Slide-show>.Nav-dots {
    margin-top: min(140PX, 38%);
  }
  
}

.Slide-show>.Nav-dots>div:nth-child(-n+3) {
  height: 8px;
  width: 8px;
  border: 1px solid rgb(30, 136, 229);
  border-radius: 100rem;
}

.Slide-show>.Nav-dots>.Nav-arrow {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: auto;
  width: auto;
}

.Slide-show>.Nav-dots>.Nav-arrow>button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  border: none;
  border-radius: 4px;
}


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

footer {
  height: auto;
  width: 100%;
  padding-inline: min(44px, 4vw);
  background: var(--main-ct);
}

 footer > .Wrap-1 > section {
  display: block;
  height: auto;
  width: auto;
}

footer > .Wrap-1 {
  display: grid;
  grid: auto / auto auto auto;
  justify-content: center;
  gap: min(80px, 6%);
  height: auto;
  width: 100%;
  padding-block: min(120px, 16%);
}

footer > .Wrap-1 > section:nth-child(2) {
  padding-left: 60px;
}

footer > .Wrap-1 > section:nth-child(3) {
  padding-left: 0px;
}

@media (max-width:680px) {

footer {
  height: auto;
  width: 100%;
  padding-inline: min(44px, 4vw);
  background: rgba(30,136,229,10%);
}

footer > .Wrap-1 > section {
  display: block;
  height: auto;
  width: auto;
}

footer > .Wrap-1 {
  display: grid;
  grid: auto / auto auto;
  justify-content: center;
  gap: 38px;
  height: auto;
  width: 100%;s
  padding-block: min(120px, 16%);
}

footer > .Wrap-1 > section:nth-child(2) {
  padding-left: 0;
}

footer > .Wrap-1 > section:nth-child(3) {
  padding-left: 42px;
}

}

@media (max-width:580px) {

  footer > .Wrap-1 {
    display: grid;
    grid: auto / auto;
    justify-content: left;
    gap: 48px;
    height: auto;
    width: 100%;
    padding-block: min(120px, 16%);
  }
  
  footer > .Wrap-1 > section:nth-child(2) {
    padding-left: 42px;
  }
  
  footer > .Wrap-1 > section:nth-child(3) {
    padding-left: 84px;
  }

}

footer > .Wrap-1 > section:nth-child(1) {
  
}

footer > .Wrap-1 > section:nth-child(1) > h3 {
  margin: 0 12px;
}

footer > .Wrap-1 > section:nth-child(1) > p {
  width: 96%;
  max-width: 400px;
}

footer > .Wrap-1 > section:nth-child(1) > .Socials {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 14px;
  padding-block: 13px;
  padding-inline: 6px;
}

footer > .Wrap-1 > section:nth-child(1) > .Socials > svg {
  height: 32px;
  width: 32px;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid rgba(30,136,229,15%);
  fill: rgb(30,136,229);
  background: rgba(30,136,229,10%);
}

footer > .Wrap-1 > section:nth-child(1) > .Socials .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: white;
}

footer > .Wrap-1 > section:nth-child(1) > button {
  height: auto;
  width: auto;
  padding: 9px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--main-ct);
  border-radius: 4px;
  margin-top: 22px;
  margin-let: min(42px, 12vw);
  background: var(--main-ct);
}

footer > .Wrap-1 > section:nth-child(1) > button > svg {
  height: 18px;
  width: 18px;
  fill: var(--main-c);
}

footer > .Wrap-1 > section:nth-child(1) > button > span {
  color: var(--main-c);
  font-size: small;
}

footer > .Wrap-1 > section:nth-child(2) > h3 {
  margin-top: 0;
}

footer > .Wrap-1 > section:nth-child(2) > .Quick-links {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 20px;
  height: auto;
  width: 100%;
}

footer > .Wrap-1 > section:nth-child(2) > .Quick-links > a {
  font-size: small;
  color: var(--main-c);
}

footer > .Wrap-2 {
  padding-top: 16px;
  padding-bottom: 28px;
  font-size: small;
}

footer > .Wrap-1 > section:nth-child(3) > h3 {
  margin-top: 0;
}

footer > .Wrap-1 > section:nth-child(3) > .Info-links {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 20px;
  height: auto;
  width: 100%;
}

footer > .Wrap-1 > section:nth-child(3) > .Info-links > a {
  font-size: small;
  color: var(--main-c);
}