* {
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
.boder {
  border: 2px solid red;
}
nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(25, 26, 29);
  opacity: 1.2;
  position: fixed;
}
.logo {
  height: 90px;
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  height: 100%;
  width: 90px;

  opacity: 2;
}
.menubar {
  font-size: 1.5rem;
  color: white;
  width: 55%;
}
.menubar ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.menubar ul li {
  list-style: none;
  cursor: pointer;
  color: white;
}
.menubar ul li a {
  text-decoration: none;
  color: white;
}
.aboutsec::before {
  position: absolute;
  top: 0px;
  content: "";
  background-color: wheat;
  width: 100%;
  height: 900px;
  z-index: -1;
  opacity: 0.5;
}
.aboutsec {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 730px;
}
.aboutcontent {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent-main {
  /* height:560px;
    width:90%; */
}
.aboutcontent-head {
  padding: 20px;
}
h1 {
  font-size: 4rem;
  font-weight: 1000;
}
p {
  font-size: 1.3rem;
  padding: 20px;
}
.aboutcontent-head {
  width: 50%;
}
.aboutimg-img {
  width: 90%;
  margin-top: 50px;
}
.choosesec {
  height: 500px;
  width: 100%;
}
.choosesec-main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.choosesec-head {
  padding-top: 20px;
  padding-bottom: 40px;
}
.choosesec-fe {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feture {
  height: 200px;
}
.feture-img {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feture-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2.2rem;
  height: 100px;
  width: 100px;
  background-color: #0066ff;
  border-radius: 10px;
}

.feture-name {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicessec {
  height: 870px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicessec-main {
  height: 100%;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.servicessec-main-containt {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.servicessec-details {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.servicessec-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contactsec {
  width: 90%;
  display: block;
  margin: auto;
}
.contactsec-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactsec-contained {
  width: 50%;
}
.contactsec-contained p {
  font-size: 3.5rem;
}
.contactsec-contained button {
  color: white;
  font-size: 16px;
  border-radius: 100px 100px 100px 100px;
  padding: 16px 55px 16px 55px;
  border: 0.5px solid #467ff7;
  background-color: #467ff7;
  font-weight: 400px;
}
.contactsec-img {
  width: 50%;
}
.contactsec-img img {
  width: 100%;
  height: auto;
}
footer {
  width: 100%;
  height: 70px;
  background-color: #467ff7;
}
.footersec {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contactButton {
  margin-left: 20px;
  margin-top: 10px;
  cursor: pointer;
}
