/* -----------------------modal css -------------*/
#openCloseNav {
  position: fixed;
  top: 0;
  z-index: 1;
  padding: 1rem 20px 2rem 10px;
  font-size: x-large;
  width: 70vw;
  background-color: #eafff5;
  border-radius: 0px 75px 0px 0px;
  height: 100vh;
  display: none;
  box-shadow: rgba(117, 115, 115, 0.24) 0px 3px 8px;
  text-decoration: none;
  /* transition: all 5s ease-out; */
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  /* padding-top: 100px;  */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */

  overflow: auto;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  font-size: large;
}

#myModal {
}

/* Modal Content */
.modal-content {
  overflow: auto;
  position: fixed;
  padding-bottom: 2rem;

  background-color: white;
  /* padding: 20px; */
  border: 1px solid #888;
  height: 100vh;
  margin-bottom: 0%;
  /* padding: 0rem 1.5rem 2.5rem 1rem; */
  padding-right: 2rem;
  width: 20rem;
  /* color: #82D9AF; */
  box-sizing: border-box;
  padding-top: 50px;
}

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

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.menu-ele:hover {
  color: #1967d2;
}
.menu-ele {
  display: flex;
  text-align: right;
  padding: 0.3em 1em 0.3em 20px;
  margin: 0.4em 0em;
  margin-right: 1rem;
  cursor: pointer;
  box-sizing: unset;
  font-size: 1.6rem;
  border-bottom: 1px solid lightgray;
}

/* .active-menu-ele {
  border-radius: 0px 20px 20px 0px;
  background-color: #e8f0fe;
  color: #1967d2;
} */

.menu-ele span {
  font-size: 1.4em;
  font-weight: 500;
  padding-left: 0.5em;
}

.menu-ele p {
  padding-left: 1em;
  letter-spacing: 0.5px;
  font-weight: 500;
}

#myModal h3 {
  text-align: center;
  padding: 1.5rem 0;
  padding-top: 4rem;
  font-size: 2rem;
}

#navbar-desktop-left h3 {
  text-align: left;
  padding: 0.3rem 0 1rem 1.8rem;

  font-size: x-large;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
.navbarDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  /* background-color: #fcfcfd; */
}

.leftNav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.leftNav img {
  /* width: 50%; */
  transform: scale(0.8);
  padding-top: 5px;
  width: 50px;
}
.navOptions{
    display: flex;
    gap: 1.7rem;
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 5px;
}
.navOptions a{
  text-decoration: none;
  color: black;
}
.navLogoDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.NavContainer {
  display: flex;
  justify-content: flex-end;
  margin-top: 7rem;
}
.NavContainer > div {
  /* width: 50%; */
}
.navContennt {
    width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navContennt>div>*{
    margin-bottom: 2rem;
}
.navContennt h1{
    font-size: 3.3rem;
    font-weight: bold;
    font-family: bold;
    padding-top: 3rem;
}
.navContennt >div >p{
    color: #6c6b6b;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 30px;

}

.navImage {
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navImage img {
  width: 100%;
  transform: scale(1.5);
}
#navimagepro{
  width: 100%;
  transform: scale(1);
}
.navmainDiv{
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  right: 0;
  padding: 0 !important;
  background-color: #fcfcfd;
}


.starForFreeBtn{
    height: 64px;
    border-radius: 6px;
    box-shadow: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    background-color: #000;
    color: white;
    width: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
}
.starForFreeBtn span {
  padding-top: 3px;
}

.MainContentBtn{
    display: flex;
    gap: 2rem;
    align-items: center;
    /* justify-content: center; */
    font-weight: 500;
    
}
.talkToSale p{
    font-weight: 700;
    /* font-size: ; */
}

.signupdiv{
    display: flex;
    gap: .4rem;
    align-items: center;
    font-weight: 600;
}
.signupdiv > a >div{
background-color: #efefef;
border-radius: 25px;
padding: 0.8rem 1rem;
}
.menu{
    display: none;
    width: 50px;
/* display: flex; */
justify-content: center;
align-items: center;
}
.menu img{
    width: 70%;

}
.rightNav{
  display: flex;
  /* gap: 10px; */
}
#ann-div{
  border-radius: 40px;
  padding-left: 50px;
}
@media screen and (max-width: 786px) {
  
#ann-div{
  border-radius: 0px;
  padding-left: 0px;
}

.navContennt >div >p{
  font-size: 1.2rem;

}
    .navContennt{
        width: 100%;
    }
    .navImage{
        display: none;
    }
    .navContennt{
        /* padding-top: 2rem; */
    }
    .navContennt h1{
        font-size: 2.6rem;
    }
    .navContennt h1 span{
      font-size: 3rem;
  }
    .navOptions{
        display: none;
    }
    .navContennt h1{
      padding-top: 0rem;
    }
    /* .signupdiv{
        display: none;
    } */
    .signupdiv >p{
      display: none;
    }
    .navLogoDiv{
        margin-left: -10px;
    }
    .menu{
      display: none;
    //    display: flex;
    }
    .starForFreeBtn{
      display: inline-flex;
      max-width: 35rem;
      margin: auto;
    }
    .MainContentBtn{
      justify-content: center;
    }
}