body,
html {
  margin: 0;
  padding: 0;
   background: #171A1FFF; 
  font-family: "Bricolage Grotesque", sans-serif;
  font-family: "Cabin Sketch", sans-serif;
  font-family: "Epilogue", sans-serif;
  font-family: "Source Sans 3", sans-serif;
  font-family: "Wix Madefor Display", sans-serif;
  scroll-behavior: smooth;
}

.container {
  /* border: 1px solid red; */
  height: fit-content;
  display: flex;
  gap: 220px;
   /* align-items: center; */
  justify-content: center;
   /* border: 1px solid red;  */
}

.logobox {
  /* border: 1px solid red; */
  width: 60px;
  height: 80px;
  display: flex;
  /* margin-top: 90px; */
  /* position: fixed;
  left: 130px; */
}


p {
  margin: 0;
  padding: 0;
}

.header-menu {
  width: fit-content;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  opacity: 1;
   /* border: 1px solid red; */
   margin-right: -150px;
   margin-top: 20px;
}

.header-menu .header-menu-item {
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #565d6dff; /* neutral-600 */ /* transparent */
  border-radius: 4px; /* border-m */
  cursor: pointer;
  white-space: nowrap;
  /* border: 1px solid red; */
}

.header-menu .header-menu-item.selected:hover:active {
  color: #0e252cff; /* primary-500 */
}

a,
.header-menu-item {
  color: #565d6dff;
  text-decoration: none;
}

#down-arrow {
  color: #565d6dff;
}

.downarrow {
    width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-left: 2px;
  transition: 0.2s ease-in-out;
}


.buttonscon {
  display: flex;
  margin-top: 20px;
  float: right;
}

.nameuser {
  color: whitesmoke;
  width: fit-content; height: fit-content; margin-right: -250px; height: fit-content; margin-top: 30px;
  font-size: 16px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-family: "Cabin Sketch", sans-serif;
  font-family: "Epilogue", sans-serif;
  font-family: "Source Sans 3", sans-serif;
  font-family: "Wix Madefor Display", sans-serif;
}

 .button .signup {
   font-size: 14px; 
  font-weight: 400; 
  line-height: 22px; 
  color: #FFFFFFFF; /* white */
  background: #1B4754FF; /* primary-450 */
  opacity: 1; 
  border: none; 
  border-radius: 4px;
}

.button .signup:hover {
  color: #FFFFFFFF; /* white */
  background: #0E252CFF; /* primary-500 */
}
/* Pressed */
.button .signup:hover:active {
  color: #FFFFFFFF; /* white */
  background: #0A1C21FF; /* primary-900 */
}
/* Disabled */
.button .signup:disabled {
  opacity: 0.4; 
}

.buttonscon button {
  width: 68px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #358da8ff; /* primary-350 */
  background: #00000000; /* transparent */
  opacity: 1;
  border: none;
  border-radius: 4px; /* border-m */
}


#featuresmenu{
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
   background: #171A1FFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.featuresarrow {
  display: flex;
}

.respfeatures {
  margin: auto;
  width: 100%;
}

.dropdown-content a {
   color: #565d6dff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}

.dropdown-content a:hover {background: #cae6eeff;}

/* #featuresmenu:hover .dropdown-content {display: block;} */

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.buttonscon button:hover {
  color: #358da8ff; /* primary-350 */
  background: #cae6eeff; /* primary-150 */
  cursor: pointer;
}
/* Pressed */
.buttonscon button:hover:active {
  color: #358da8ff; /* primary-350 */
  background: #a0d2e1ff; /* primary-200 */
}
/* Disabled */
.buttonscon button:disabled {
  opacity: 0.4;
}

.text {
  font-size: 56px;
  font-weight: 700;
  line-height: 78px;
  color: #358da8ff;
  width: fit-content;
  margin: auto;
  margin-top: 86px;
}

.secondtext {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #9095a1ff; /* neutral-500 */
  width: fit-content;
  margin: auto;
}

.secondbuttons {
  width: fit-content;
  height: fit-content;
  margin: auto;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.secondbuttons button {
  left: 510px;
  width: 200px;
  height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffffff; /* white */
  background: #1b4754ff; /* primary-450 */
  opacity: 1;
  border: none;
  border-radius: 4px; /* border-m */
}

.secondbuttons button:hover {
  color: #ffffffff; /* white */
  background: #0e252cff; /* primary-500 */
  cursor: pointer;
}
/* Pressed */
.secondbuttons button:hover:active {
  color: #ffffffff; /* white */
  background: #0a1c21ff; /* primary-900 */
}
/* Disabled */
.secondbuttons button:disabled {
  opacity: 0.4;
}

#second {
  background-color: #00000000;
  border-width: 1px;
  border-color: #358da8ff; /* primary-350 */
  border-style: solid;
}

#second:hover {
  color: #286a7eff; /* primary-400 */
  background: #00000000; /* transparent */
}
/* Pressed */
#second:hover:active {
  color: #1b4754ff; /* primary-450 */
  background: #00000000; /* transparent */
}
/* Disabled */
#second:disabled {
  opacity: 0.4;
}

.laptopcon {
  width: 1176px;
  height: 600px;
  margin: auto;
  margin-top: 44px;
}

#laptopimg {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.loved {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffffff;
  width: fit-content;
  margin: auto;
  margin-top: 192px;
  margin-bottom: 40px;
}

.product-ledteams {
  margin: auto;
  width: fit-content;
  height: fit-content;
  display: flex;
}

.product-ledteamsitems {
  width: 240px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.generationcon {
  width: 153px;
  height: 123px;
}

#generationimg {
  width: 100%;
  height: 100%;
}

.obsoftcon {
  width: 227px;
  height: 76px;
}

#obsoftimg {
  width: 100%;
  height: 100%;
}

.kunaiscon {
  width: 112px;
  height: 113px;
}

#kunaisimg {
  width: 100%;
  height: 100%;
}

.dolorcon {
  width: 220px;
  height: 76px;
}

#dolorimg {
  width: 100%;
  height: 100%;
}

.intercon {
  width: 140px;
  height: 132px;
}

#interimg {
  width: 100%;
  height: 100%;
}

.first-feature {
  width: fit-content;
  display: flex;
  margin: auto;
  gap: 96px;
  margin-top: 194px;
}

.first-featureleft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featurehead {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffffff;
}

.featurepar {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #9095a1ff;
  margin-top: 30px;
  width: 353px;
}

.thirdbuttons {
  display: flex;
  width: fit-content;
  margin-top: 20px;
}

#uibutton{
  width: 112px;
  height: 44px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffffff; /* white */
  background: #1b4754ff; /* primary-450 */
  opacity: 1;
  border: none;
  border-radius: 4px; /* border-m */
}
/* Hover */
#uibutton:hover {
  color: #ffffffff; /* white */
  background: #0e252cff; /* primary-500 */
}
/* Pressed */
#uibutton:hover:active {
  color: #ffffffff; /* white */
  background: #0a1c21ff; /* primary-900 */
}
/* Disabled */
#uibutton:disabled {
  opacity: 0.4;
}

#third {
  width: 118px;
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #358da8ff; /* primary-350 */
  background: #00000000; /* transparent */
  opacity: 1;
  border: none;
  border-radius: 4px;
}

#third:hover {
  color: #358da8ff; /* primary-350 */
  background: #cae6eeff; /* primary-150 */
}
/* Pressed */
#third:hover:active {
  color: #358da8ff; /* primary-350 */
  background: #a0d2e1ff; /* primary-200 */
}
/* Disabled */
#third:disabled {
  opacity: 0.4;
}

#firstphonecon {
  width: 671px;
  height: 368px;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 32px;
}

#firstphoneimg {
  width: 100%;
  height: 100%;
}

.first-featureright {
  width: 727px;
  height: 400px;
  background: #3fdde8ff; /* secondary-400 */
  border-radius: 4px; /* border-m */
  box-shadow: 0px 0px 1px #171a1f, 0px 0px 2px #171a1f; /* shadow-xs */
  padding-top: 32px;
}

.second-featureleft {
  width: 727px;
  height: 400px;
  background: #1791a4ff; /* tertiary2-500 */
  border-radius: 4px; /* border-m */
  box-shadow: 0px 0px 1px #171a1f, 0px 0px 2px #171a1f; /* shadow-xs */
}

.second-feature {
  margin: auto;
  margin-top: 96px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 96px;
}

.second-featureright {
  width: fit-content;
  height: fit-content;
}

.secondfeaturehead {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffffff;
}

.secondfeaturepar {
  width: 353px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #9095a1ff;
  margin-top: 20px;
}

.secondthirdbuttons {
  display: flex;
  width: fit-content;
  margin-top: 20px;
}

.secondthirdbuttons button {
  width: 114px;
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffffff; /* white */
  background: #1b4754ff; /* primary-450 */
  opacity: 1;
  border: none;
  border-radius: 4px;
}

.secondthirdbuttons button:hover {
  color: #ffffffff; /* white */
  background: #0e252cff; /* primary-500 */
}
/* Pressed */
.secondthirdbuttons button:hover:active {
  color: #ffffffff; /* white */
  background: #0a1c21ff; /* primary-900 */
}
/* Disabled */
.secondthirdbuttons button:disabled {
  opacity: 0.4;
}

#secondthird {
  color: #358da8ff; /* primary-350 */
  background: #00000000; /* transparent */
  opacity: 1;
  border: none;
}

#secondthird:hover {
  color: #358da8ff; /* primary-350 */
  background: #cae6eeff; /* primary-150 */
}
/* Pressed */
#secondthird:hover:active {
  color: #358da8ff; /* primary-350 */
  background: #a0d2e1ff; /* primary-200 */
}
/* Disabled */
#secondthird:disabled {
  opacity: 0.4;
}

.third-feature {
  margin: auto;
  margin-top: 96px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 96px;
}

.third-featureleft {
  width: fit-content;
  height: fit-content;
}

.thirdfeaturehead {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffffff;
}

.thirdfeaturepar {
  width: 353px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #9095a1ff; /* neutral-500 */
  margin-top: 20px;
}

.fourthbuttons {
  display: flex;
  width: fit-content;
  margin-top: 20px;
}

.fourthbuttons button {
  width: 114px;
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffffff; /* white */
  background: #1b4754ff; /* primary-450 */
  opacity: 1;
  border: none;
  border-radius: 4px;
}

.fourthbuttons button:hover {
  color: #ffffffff; /* white */
  background: #0e252cff; /* primary-500 */
}
/* Pressed */
.fourthbuttons button:hover:active {
  color: #ffffffff; /* white */
  background: #0a1c21ff; /* primary-900 */
}
/* Disabled */
.fourthbuttons button:disabled {
  opacity: 0.4;
}

#thirdthird {
  color: #358da8ff; /* primary-350 */
  background: #00000000; /* transparent */
  opacity: 1;
  border: none;
  border-radius: 4px;
  width: 121px;
}

#thirdthird:hover {
  color: #358da8ff; /* primary-350 */
  background: #cae6eeff; /* primary-150 */
}
/* Pressed */
#thirdthird:hover:active {
  color: #358da8ff; /* primary-350 */
  background: #a0d2e1ff; /* primary-200 */
}
/* Disabled */
#thirdthird:disabled {
  opacity: 0.4;
}

.third-featureright {
background: #1791a4ff;
border-radius: 4px;
}

#secondlaptopimg {
  width: 100%;
  height: 100%;
}

.getstartedcon {
  width: 1176px; 
  height: 384px; 
  margin: auto;
  margin-top: 198px;
  display: flex;
  background-color: #0E252CFF;
   border-radius: 8px;

}

.getstarted  {
/* padding-top: 64px;
padding-left: 64px;
padding-right: 64px; */
/* width: 588px;
height: 384px; */
width: fit-content;
height: fit-content;
margin: auto;
/* margin-left: 64px; */

}

.getstartedhead {
   font-size: 48px; 
  font-weight: 700; 
  line-height: 68px; 
  color: #FFFFFFFF; /* white */
  width: fit-content;
  margin-bottom: 22px;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.getstartedpar {
  width: 460px; 
  font-size: 18px; 
  font-weight: 400; 
  line-height: 28px; 
  color: #FFFFFFFF; 
}

.getstartedbutton {
  width: fit-content;
  height: fit-content;
  margin-top: 20px;
}

.getstartedbutton button {
  width: 140px; 
  height: 52px; 
  padding: 0 20px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
   font-size: 18px; 
  font-weight: 400; 
  line-height: 28px; 
  color: #323743FF; /* neutral-700 */
  background: #FFFFFFFF; /* white */
  opacity: 1; 
  border: none; 
  border-radius: 4px; 
}

.getstartedbutton button:hover {
  color: #323743FF; /* neutral-700 */
  background: #F3F4F6FF; /* neutral-200 */
  cursor: pointer;
}
/* Pressed */
.getstartedbutton button:hover:active {
  color: #323743FF; /* neutral-700 */
  background: #DEE1E6FF; /* neutral-300 */
}
/* Disabled */
.getstartedbutton button:disabled {
  opacity: 0.4; 
}

.getstartedimgcon {
   width: 588px; 
  height: 384px; 
}

#getstartedimg {
  width: 100%;
  height: 100%;
   border-radius: 0px 8px 8px 0px;
}

footer {
  /* height: 471px; */
  padding-top: 96px;
  padding-bottom: 30px;
}


.footeritems {
  height: fit-content;
  width: fit-content;
    margin: auto;
  display: flex;
  gap: 190px;
}

.productheader {
  color: white;
}


.line {
 border-width: 1px; 
  border-color: #1E2128FF; /* neutral-800 */
  border-style: solid; 
  transform: rotate(0.04deg); 
  margin-top: 96px;
}


.besideproducts {
  margin-top: 5px;
  display: flex;
  gap: 28px;
}

.besideproductfirst {
  gap: 28px;
  display: flex;
}

.productheader {
  width: 132px;
   font-size: 20px; 
  font-weight: 700; 
  line-height: 30px; 
  color: #DEE1E6FF; 
  margin-bottom: 16px;
}

.product-items {
   width: 132px;
    font-size: 14px; 
  font-weight: 400; 
  line-height: 22px; 
  color: #9095A1FF;
  cursor: pointer;
  margin-bottom: 12px;
}

.subscribe {
  width: 384px;
   font-size: 20px; 
  font-weight: 700; 
  line-height: 30px; 
  color: #358DA8FF; 
}

.subpar {

  font-size: 12px; 
  font-weight: 400; 
  line-height: 20px; 
  color: #9095A1FF;
}

input {
   width: 270px; 
  height: 36px; 
  padding-left: 34px; 
  padding-right: 12px; 
 color: #9095A1FF;
  font-size: 14px; 
  font-weight: 400; 
  line-height: 22px; 
  background: #00000000; /* transparent */
  border-radius: 4px 0px 0px 4px; /* border-tl-m border-bl-m */
  border-width: 1px; 
  border-color: #565D6DFF; /* neutral-600 */
  outline: none; 
  position: relative;
}

.inputsub {
  display: flex;
  margin-top: 16px;
}

 .hamburgercon {
display: none;
}


.inputsub button {
  height: 100%;
  padding: 0 12px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 14px; 
  font-weight: 400; 
  line-height: 22px; 
  color: #FFFFFFFF; /* white */
  background: #1B4754FF; /* primary-450 */
  opacity: 1; 
  border: none; 
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}

.inputsub button:hover {
  color: #FFFFFFFF; /* white */
  background: #0E252CFF; /* primary-500 */
}
/* Pressed */
.inputsub button:hover:active {
  color: #FFFFFFFF; /* white */
  background: #0A1C21FF; /* primary-900 */
}
/* Disabled */
.inputsub button:disabled {
  opacity: 0.4; 
}

.emailimgcon {
   width: 16px; 
  height: 16px; 
  fill: #A8ADB7FF; 
  position: absolute;
  margin-top: 12px;
  margin-left: 12px;
}

.copyright {
  font-size: 14px; 
  font-weight: 400; 
  line-height: 22px; 
  color: #9095A1FF;
  width: fit-content;
  /* margin: auto;
  margin-top: 300px; */
}

.last {
  width: fit-content;
  height: fit-content;
  margin: auto;
  margin-top: 100px;
  
}

a .socials {
  color: #9095A1FF;
  letter-spacing: 10px;
}

.socials {
  margin: auto;
  width: fit-content;
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.resp {
  display: none;
  /* overflow: hidden; */
}

footer .logobox {
  margin-top: -10px;
}

#loader {
  position: absolute;
  left: 50.5%;
  top: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -76px 0 0 -76px;
  border: 2px solid cyan;
  border-radius: 50%;
  /* border-top: 14px solid #358da8ff; */
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid black;
  outline: none;
  background-color: #358da8ff;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 150px;
  height: 60px;
  width: 60px;
}

#myBtn:hover {
  background-color: #555;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

.usericon {
  width: 30px;
  height: 30px;
  margin-top: 23px;
}

.nameofuserandicon {
  /* display: flex; */
  width: fit-content;
  display: flex;
  gap: 5px;
}

.nameofuserandicon:hover {
  cursor: pointer;
}

.modal-content p {
  margin-bottom: 10px;
}

.modal-content button {
  width: 200px;
  height: 42px;
  padding: 0 20px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffffff; /* white */
  background: #1b4754ff; /* primary-450 */
  opacity: 1;
  border: none;
  border-radius: 4px; /* border-m */
  margin-top: 5px;
}
.modal-content button:hover {
  color: #ffffffff; /* white */
  background: #0e252cff; /* primary-500 */
  cursor: pointer;
}
/* Pressed */
.modal-content button:hover:active {
  color: #ffffffff; /* white */
  background: #0a1c21ff; /* primary-900 */
}
/* Disabled */
.modal-content button:disabled {
  opacity: 0.4;
}

#second {
  background-color: #00000000;
  border-width: 1px;
  border-color: #358da8ff; /* primary-350 */
  border-style: solid;
}

#second:hover {
  color: #286a7eff; /* primary-400 */
  background: #00000000; /* transparent */
}
/* Pressed */
#second:hover:active {
  color: #1b4754ff; /* primary-450 */
  background: #00000000; /* transparent */
}
/* Disabled */
#second:disabled {
  opacity: 0.4;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  transition: 0.4s ease-in-out;
}


/* Modal Content */
.modal-content {
 background: #171A1FFF; 
  margin: auto;
  padding: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
  border: 1px solid #888;
  width: 60%;
  color: white;
  border-radius: 50px;
  border: 1px solid #358da8ff;
  transition: 0.4s ease-in-out;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #358da8ff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

#myBtns {
  background: none;
  border: none;
  width: fit-content;
  height: fit-content;
}


@media screen and (max-width: 480px) {
  .header-menu {
    display: none;
  }

  #loader {
    left: 61.5%;
    width: 70px;
    height: 70px;
  }

  #featuresbtn {
    color: #358da8ff;
     font-size: 20px;
     width: fit-content;
     margin: auto;
     border: none;
     background: none;
  }

  #myBtn {
    padding: 10px;
    width: 50px;
    height: 50px;
  }

  .nameofuserandicon {
    margin-top: 10px;
  }

  #uparrow {
    width: 20px;
    height: 20px;
  }
  .resp {
    display: flex;
    flex-direction: column;
    background-color: #171A1FFF; 
    overflow: hidden;
    height: 0px;
  }

  .navline {
    border: 0.1px solid gray;
    width: 100%;
    margin-top: 0px;
  }

  .logobox {
    margin-top: 10px;
    width: 60px;
    height: 75px;
  }


  .container {
    /* display: block; */
    /* border: 1px solid red; */
    /* padding-left: 1px;
    padding-right: 18px; */
    /* gap: 190px; */
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    height: fit-content;
    /* border: 1px solid red; */
    display: flex;
    gap: 120px;
  }

  .navbottom {
    color: #358da8ff;
     font-size: 20px;
     width: fit-content;
     margin: auto;
  }

  .buttonscon {
    display: none;
  }

  .hamburgercon {
    display: block;
    float: right;
    /* margin-top: -55px; */
    /* width: 25px;
    height: 27px; */
    height: 27px;
    padding: 10px;
    padding-right: 0px;
    /* border: 1px solid red; */
    margin-top: 30px;
  }

  .hamburger {
    width: 20px;
    height: 2px;
     margin-bottom: 5px;
     background-color: #9095a1ff;
     transition: 0.2s;
  } 

  #hamburgertwo {
    width: 16px;
  }

  #hamburgerthree {
    width: 13px;
  }

.text {
   font-size: 16px; 
   margin-top: 1px;
   width: fit-content;
   display: flex;
   align-content: center;
   justify-content: center;
   text-align: center;
}

.secondtext {
   font-size: 16px; 
   text-align: center;
      margin-left: 16px;
   margin-right: 16px;
}

.secondbuttons {
  gap: 11px;
}

.secondbuttons button {
  font-size: 12px;
  width: fit-content;
  height: fit-content;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
}


.laptopcon {
   width: 100%; 
  height: 200px; 
}

.imgpad {
  padding-left: 16px;
  padding-right: 16px;
}

.loved {
  font-size: 18px;
  margin-top: 45px;
}

.product-ledteams {
  flex-direction: column;
}

#secondthird {
  width: fit-content;
}
.first-feature {
  margin-top: 100px;
  flex-direction: column-reverse;
  gap: 21px;
  width: 100%;
}

.first-featureright  {
   width: 100%; 
  height: 250px; 
  /* margin: auto; */
  /* margin-left: 16px;
  margin-right: 16px; */
  /* border: 1px solid red; */
}

#firstphonecon {
   width: fit-content; 
  height: fit-content;
margin: auto;
}

.first-featureleft {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  /* margin-left: 16px;
  margin-right: 16px; */
}

.featurehead {
  font-size: 18px;
}

.featurepar {
  font-size: 16px;
  width: 100%;
  text-align: center;

}


/* .second-featureright  {
  border: 1px solid red;
} */

.second-feature {
  flex-direction: column;
   gap: 21px;
  display: block;
  margin: 0;
  width: 100%;
  margin-top: 91px;
}

.secondphonecon {
width: 100%;
height: 250px;
 margin: auto;
}

.second-featureleft {
  width: 100%; 
  height: 250px; 
  /* margin: auto; */
}

#secondphoneimg {
  width: 100%;
  height: 100%;
}

.all {
  padding-left: 16px;
  padding-right: 16px;
}

.second-featureright {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 21px;
}

.secondfeaturehead {
  font-size: 18px; 
}

.secondfeaturepar {
  font-size: 16px;
  text-align: center;
  width: fit-content;
}

.third-feature {
  gap: 21px;
  flex-direction: column-reverse;
  width: 100%;
}

.third-featureright {
  width: 100%;
  height: 250px;
}

.thirdfeaturehead {
   font-size: 18px; 
   width: fit-content;
}

.thirdfeaturepar {
  font-size: 16px;
  width: fit-content;
  text-align: center;
}

.third-featureleft {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.getstartedcon {
  width: 100%;
  flex-direction: column-reverse;
  height: fit-content;
  /* margin-top: 115px; */
}

.getstartedhead {
  font-size: 18px;
}

.getstartedpar {
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.getstarted {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.getstartedbutton button {
  font-size: 16px;
  height: 52px;
}

.getstartedimgcon {
  width: 100%;
  height: 250px;
}

.footeritems {
  flex-direction: column;
    gap: 38px;
width: fit-content;
margin: auto;
padding-left: 5px;
padding-right: 5px;
/* width: 100%; */
}

.besideproductfirst {
  flex-direction: column;
}

.besideproducts {
  flex-direction: column;
}

.product-items {
  display: none;
}


.productheader {
  font-size: 14px;
}

.besideproductsecond {
  width: fit-content;
}

.subscribe {
  font-size: 16px;
  width: fit-content;
}

.subpar {
  font-size: 12px;
  width: fit-content;
}

#emailin {
  /* width: 200px; */
  width: 135px;
  
}

.inputsub {
  width: 100%;
}

.inputsub button {
  height: 100%;
}


.change .bar1 {
  transform: translate(0, 8px) rotate(-41deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -10px) rotate(40deg);
  margin-top: 21px;
  margin-left: 1px;
}


}
