* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Alata", sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 400;
  font-size: 16px;
  scroll-behavior: smooth;
}

html {
  text-decoration: none;
  list-style: none;
}

:root {
  --text: #dadada;
  --box-border: #C4F1BE;
  --: #5EB1BF;
  --background-body: #EF7B45;
  --container: #D84727;
  --text-pdn: 5px;
}

body {
  width: 100%;
  /* border: 2px solid sandybrown; */
  background: url(images/photos/stacked-waves-mb.svg);
  background-repeat: no-repeat;
  background-position: center;
  object-fit: fill;
  background-size: cover;
  /* background-color: #8b7878; */
  /* border: solid 2px yellowgreen; */
}

main {
  margin: 0 auto;

}
.header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.logo{
  margin:10px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  height: 20px;
  aspect-ratio: 1/1;
  text-decoration: none;
  color:#000;
  font-size: 18px;
}

.navigation {
    padding: 3em;
    max-width: 12px;
    display: flex;
    gap: clamp(2rem, 8vw, 4rem);
}

button {
    background: transparent;
/*  border: 1px solid var(--button-color, #404040); */
    border-radius: 2px;
}
.button-three{
    --button-color: #000;
}

.button-three .hamburger{
    transition: translate 1s, rotate 1s; 
}
.button-three[aria-expanded="true"] .hamburger{
    translate: 0px 0px;
}
.button-three .line{
    transition: 1s;
    stroke-dasharray: 60 31 60 300;
}
.button-three[aria-expanded="true"] .line{
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
}

.nav-box{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.nav-box a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
.main-menu{
    display: flex;
}

.main-menu-mini{
    display: none;
}
.navlink {
  display: flex;
}

.navlink li{
      display: flex;
      margin: 10px;
    }

.navlink li a {
    color: #000;
    transition: 0.5s;
}
.navbar li a:hover{
      color: azure;
      background-color: #000;
}
section {
  height: auto;
  max-width: 100%;
  margin: 0 12px;
  /* border: 2px solid yellowgreen; */
}
.main-container {
  height: auto;
  margin: 10px;
  /* border: solid 2px tomato; */
}

.hire-me:hover {
  text-decoration: none;
  list-style: none;
}

.main-container .home .hire-me {
  text-decoration: none;
  list-style: none;
  font-family: 'Courier New', Courier, monospace;
}
.auto-type-set,
.auto-type {
  font-size: 4rem;
  color: #519E8A;

}

.auto-type-set {
  font-size: 4rem;
  color: #404040;
}

.btn {
  text-align: center;
  color: #d4d4d4;
  background-color: #404040;
}

.profile-img {
  border-radius: 50%;
  height: 66px;
  width: 66px;
}

.icon {
  color: #404040;
}

.cyrts {
  font-size: 1rem;
  color: var(--text);
}

.btn {
  height: 2.7em;
  padding: 10px;
  width: auto;
  border: none;
}

#generatedPassword {
  height: 2.7em;
  background-color: aliceblue;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  font-size: larger;
}


.pbx {
  border: 2px solid tomato;
  height: auto;
}

.ctr_img {
  height: 12vw;
}

.viewBox_container {
  margin:  0 auto; 
  width: 90%;
  /* max-width: 60%; */
  /* background-color: #ece07591; */
  /* border-radius: 15px; */
  padding: 30px 10px;
  height: auto;
  /* border: solid 2px yellow; */

}
.front-ifo{
  padding-top: 50px;
  display: flex;
}
.bio_box {
  margin: 0 auto;
  width: 100%;
  height: 50vh;
  font-size: 4rem;
  /* border: 2px solid green; */
}
.img_box{
  display: none;
}
.img_box img{
  height: 20rem;
  width: 100%;
}
.viewBox_container .bio_box .img_box{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid goldenrod;
}
.profile_image {
  /* border: solid 1px #EF7B45; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
  height: auto;
}

.info_cards {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 2fr));
  /* grid-template-rows: repeat(auto-fit, minmax(436px, 2fr)); */
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.card {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(194, 214, 103, 0.507);
  border-radius: 15px;
  /* border: 2px solid green; */
}
footer {
  display: flex;
  /* border: 2px solid; */
  color: #fff;
  font-weight: 200;
  background-color: rgba(194, 214, 103, 0.807);
  padding: 10px;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
 }
 
 button.learn-more {
  width: 22rem;
  height: auto;
 }
 
 button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
 }
 
 button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
 button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
 button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
 }
 
 button:hover .circle {
  width: 100%;
 }
 
 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 button:hover .button-text {
  color: #fff;
 }
.services_box {
  margin: 0 auto;
  width: 90%;
  /* border: 2px solid tomato; */
}

.connet-btn {
  margin: 100px 0;
  display: flex;
  /* border: 2px solid; */
}

.connect {
  color: #000;
}

.connect:hover {
  text-decoration: none;
}

.icon2 {
  width: 24px;
  height: 24px;
  fill: var(--main-color);
}

.button-log:active,
.button-confirm:active {
  box-shadow: 0px 0px var(--main-color);
  transform: translate(3px, 3px);
}

.button-confirm {
  margin: 50px auto 0 auto;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid var(--main-color);
  background-color: var(--bg-color);
  box-shadow: 4px 4px var(--main-color);
  font-size: 17px;
  font-weight: 600;
  color: var(--font-color);
  cursor: pointer;
}

textarea {
  height: 50rem;
}
.social-links{
  display: flex;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  color: #404040;
  /* border: 2px solid yellow; */
}
.social-link:hover{
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' -25,
  'opsz' 20;
  font-size: 20px;
  padding: 5px;
  display: flex;
  justify-self: center;
  align-self: center;
}

.contact_box {
  display: flex;
  justify-self: center;
  align-items: flex-start;
  flex-direction: row;
  align-content: stretch;
  justify-content: flex-start;
  /* border: 2px solid rgb(82, 194, 38); */
}

#contact {
  color: #5EB1BF;
  /* border: 2px solid goldenrod; */
  border-radius: 100%;
}

.contact_support {
  /* border: 2px solid tomato; */
  
}
.contact_support li{
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.contact_support b{
  display: flex;
  /* border: 2px solid rgb(14, 112, 44); */
  /* margin: 5px 20px 10px 0px; */
  color: #fff;
}
li a{
  color: #000;
  text-decoration: none;
}
li a:hover{
  text-decoration: none;
  color: #000;
  /* border: 2px solid salmon; */
}
.contact_support .icons-format {
  /* border: 2px solid hotpink; */
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: flex-start;
    color: #042A2B;
}
.contac-circle{
  border: 2px solid#404040;
  color: #404040;
  font-size: 20px;
  border-radius: 50%;
  margin: 2px;
}
@media all and (max-width: 767px) {

  body {
    width: 100%;
    background: url(images/photos/stacked-waves-mb.svg);
    background-repeat: no-repeat;
    background-position: center;
    object-fit: fill;
    background-size: cover;
    /* border: 5px solid rgb(82, 207, 89); */
    margin: 10px;
  }
    .main-menu-mini{
        display: flex;
    }
  
    .navbar .navlink{
        display: block;
    }
  
    .navlink li{
      display: block;
    }
  .navlink li a:hover{
    margin:0;
    padding-right: 10px;
    top: 2px;
    right: 10px;
    transition: margin-right 2px .5s;
    background: #000;
    color: #fff;
  }
    .navbar{
        display: none;
    }
    .navbar.active{
        display: block;
        justify-content: center;
        align-item: center;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        border-radius: 10px;
        border: 2px solid #000;
        background-color: transparent;
        backdrop-filter: blur(4px);
        width: 40%;
    }
  .front-ifo{
    display: flex;
  }
    .contact_box {
    display: flex;
    justify-self: center;
    align-items: flex-start;
    align-content: stretch;
    justify-content: flex-start;
    /* border: 2px solid rgb(82, 194, 38); */
    flex-direction: column;
  }
  .viewBox_container {
    text-align: left;
  }



  .my_sec {
    text-align: left;
    font-size: small;
    width: 99%;
    max-width: 80%;
  }

  .auto-type,
  .auto-type-set {
    font-size: 3rem;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {


  body {
    width: 100%;
    /* background: url(images/photos/stacked-waves-tab.svg); */
    background-repeat: no-repeat;
    background-position: center;
    object-fit: fill;
    background-size: cover;
    /* border: 5px solid rgb(216, 38, 163); */
    margin: 10px;
  }


}

@media screen and (min-width: 1024px) {

  body {
    /* border: 5px solid rgb(128, 105, 0); */
    margin: 10px;
  }

}
