/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* Default Css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
}

body {
  font-size: 16px;
  font-weight: 400;
  background: #000000;
  font-family: "Inter", sans-serif;
}

ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
}

.reboot-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.text_bold {
  font-weight: 700;
}

.text {
  font-size: 18px;
  line-height: 28px;
}

.text_18 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
}

.text_22 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.text_48 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 4%;
}

.header h2 {
  text-align: center;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 80px;
}

.aboutBtn {
  width: 100%;
  max-width: 384px;
  margin: 50px auto 0;
}

.btn1 {
  width: 100%;
  cursor: pointer;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  border-radius: 12px;
  border: 1px solid #ffffff;
  box-shadow: #d1d0d0 4px 4px 5.6px;
  transition: all 360ms ease;
}

.btn1:hover {
  color: #000000;
  background: #d1d0d0;
  box-shadow: #d1d0d0 0px 5px 15px;
}

.btn2 {
  margin: 24px 0 50px 0;
  padding: 16px;
  color: #ffffff;
  background: #e20000;
  border: 1px solid #e20000;
  box-shadow: #242424 4px 4px 5.6px;
}

.btn2:hover {
  color: #ffffff;
  background: #ff0000;
  box-shadow: #242424 0px 5px 15px;
}

.margin_top {
  margin-top: 130px;
}

.margin_bottom {
  margin-bottom: 200px;
}

/*  start : main header area start
***************************************/
.main-header-area {
  padding: 30px;
}

.header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerLogo img {
  width: 100px;
}

.menu nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 43px;
}

.menu nav ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.menu nav ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: -2px;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}

.menu nav ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  right: 50%;
  bottom: -2px;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}

.menu nav ul li a:hover::after {
  width: 50%;
  left: 0;
}

.menu nav ul li a:hover::before {
  width: 50%;
  right: 0;
}

.menu nav ul li a .active,
.menu nav ul li a:hover {
  color: #ffffff !important;
}

.menu-bar {
  display: none;
}

/*  start : about us area css
**********************************/
.aboutUs {
  color: #ffffff;
  padding: 10px 30px 100px;
}

.mainUberD,
.mainAboutUs {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.aboutUsContent {
  width: 40%;
}

.aboutUsImg {
  width: 50%;
}

.text_list li {
  margin-left: 18px;
  list-style: disc;
}

/*  start : about sys area css
**********************************/
.aboutUs {
  color: #ffffff;
  padding: 10px 30px 100px;
}

.mainUberSys {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.aboutSysContent {
  width: 100%;
}

.aboutSysImg {
  width: 0%;
}

.text_list li {
  margin-left: 18px;
  list-style: disc;
}

/* start : picture area 
***********************************/
.pictureArea {
  padding: 90px 0;
  color: #ffffff;
  background: #000000;
}

.heading {
  text-align: center;
  margin: auto;
  max-width: 900px;
}

.heading h2 {
  font-family: "Open Sans", sans-serif;
}

.heading p {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.picture {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  margin: 80px 0;
}

.singlePicture {
  width: 398px;
}

.singlePicture img {
  width: 100%;
  height: 862px;
  max-width: 602px;
}

.singlePicture h2 {
  font-size: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ffffff;
}

/* start : project area 
***********************************/
.projectArea {
  padding: 90px 0;
  background: #ffffff;
}

.heading {
  text-align: center;
  margin: auto;
  max-width: 900px;
}

.heading h2 {
  font-family: "Open Sans", sans-serif;
}

.heading p {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.project {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  margin: 80px 0;
}

.singleProject {
  width: 398px;
}

.singleProject img {
  width: 100%;
  height: 224px;
  max-width: 398px;
}

.singleProject h2 {
  font-size: 20px;
  padding-top: 16px;
  color: red;
}

.deinBuch {
  text-align: center;
  margin: auto;
  max-width: 900px;
}

/*  start : uberSys area
**********************************/
.uberSys {
  padding: 100px 0;
  color: #000000;
  background: #ffffff;
}

.uberSysImg {
  max-width: 395px;
}

/*  start : uberD area
**********************************/
.uberD {
  padding: 100px 0;
  color: #ffffff;
  background: #000000;
}

.uberImg {
  max-width: 395px;
}

/*  start : contact area
**********************************/
.contactArea {
  padding: 66px 66px 0 66px;
  background: #ffffff;
}

.contact {
  padding: 60px 60px;
  color: #ffffff;
  background: #000000;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.contactWraper {
  width: 50%;
}

.contactWraper h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: 700;
}

.contactProfile {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contactProfile img {
  width: 72px;
}

.contactProfile p {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}

.contactForm {
  width: 50%;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 20px;
}

.contactForm h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  font-family: 700;
  color: #000000;
}

.contactForm label {
  color: #000;
  font-size: 16px;
}

.contactForm labelagb {
  color: #000;
  font-size: 10px;
}

.contactForm input[type="text"],
select {
  width: 100%;
  padding: 12px 16px;
  margin: 6px 0;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

.contactForm input::placeholder,
.contactForm textarea::placeholder {
  font-size: 16px;
  color: #ccc;
}

.contactForm textarea {
  width: 100%;
  height: 100px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 10px;
}

.mTop {
  margin-top: 10px;
}

.checkbox_1 {
  display: flex;
  gap: 6px;
}

/*  start : footer area
**********************************/
.mainFooterArea {
  padding: 60px 0;
  text-align: center;
  background: #ffffff;
}