* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.position1 {
  margin-bottom: 176px;
}
.header1 {
  display: flex;
  align-items: center;
  background-color: #22231e;
}

.logo1 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-bottom: 17px;
}

li {
  list-style: none;
}

.nav {
  background-color: #22231e;
  padding-bottom: 5px;
  height: 39px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d8cbcb;
}

.li-1 {
  margin-right: 61px;
  /* background-color: aqua; */
  height: 37px;
}

.nav-bar li {
  list-style: none;
}

.nav .nav-bar li a {
  color: white;
  text-align: center;
  text-decoration: none;
}

.nav > .nav-bar li {
  display: inline-block;
  margin: 0 10px;
  padding-left: 15px;
  padding-right: 17px;
  position: relative;
}

.nav > .nav-bar li::after {
  content: "";
  height: 2px;
  width: 0;
  background: white;
  position: absolute;
  left: 15px;
  bottom: 0;
  top: 36px;
  transition: 0.5s;
}

.nav > .nav-bar li:hover::after {
  width: 70%;
}

.a1 {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
}

.dropdown {
  display: inline-block;
  tab-size: 40px;
}

.dropdown-content {
  display: none;
  margin-top: 16px;
  position: absolute;
  background-color: #22231e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #d8cbcb;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

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

.dropdown:hover .dropdown-content {
  display: block;
}

.menu-toggle {
  display: none;
  cursor: pointer;
  margin-left: 10px;
  z-index: 999;
}

.bar {
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}

.navigation {
  display: none;
  margin-top: 95px;
  background-color: white;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 650px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #d8cbcb;
}

.navigation2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-right: 38px;
}

.navigation2 a {
  display: flex;
  text-decoration: none;
  color: white;
  padding: 20px;
}

.navigation.open {
  display: block;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .image {
    width: 100%;
  }

  .header1 {
    margin-bottom: -38px;
    background-color: #22231e;
  }

  .logo1 {
    display: flex;
    width: 100%;
    height: 80px;
    margin-right: 38px;
  }

  .position1 {
    margin-bottom: 98px;
  }

  .nav-bar {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #333;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .nav-bar.active {
    display: flex;
  }

  .nav-bar li {
    margin: 0;
    padding: 10px 0;
  }

  .menu-toggle.active {
    background-color: #0b0000;
  }

  .paragraph1 {
    /* padding-left: 200px;
        padding-right: 200px; */
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
  }

  .navigation.open {
    background-color: #22231e;
  }

  .pc-view {
    display: none;
  }

  .mobile-view {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 500px;
    height: 1300px;
    background-image: url(../images/ContactUsphotomobile.png);
    background-repeat: no-repeat;
    background-size: calc(768px);
    align-items: center;
    border-bottom: 1px solid #d8cbcb;
  }

  .image-container {
    display: flex;
    justify-content: center;
    /* width: inherit; */
  }

  .container {
    width: 100%;
    /* display: none; */
  }
  .p1 {
    padding-top: 10px;
  }
  .footer-section1 {
    margin-right: 50px;
}
  .footer-section2 {
    width: 100%;
}
}

.mobile-view {
  display: none;
}

.logo-1 {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 1300px;
  background-image: url(../images/Pic\ 8.png);
  background-repeat: no-repeat;
  background-size: calc(1500px);
  align-items: center;
  border-bottom: 1px solid #d8cbcb; */
  width: 100%;
  background-image: url(../images/Pic\ 8.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.fill-color {
  background-color: #0b0a0a;
}
.color1 {
  background-color: #ffdd9e;
}

.footer-section1 {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 13px;
}

.footer-section1 a {
  text-decoration: none;
  padding: 5px;
  color: white;
  cursor: pointer;
  font-size: 12px;
}

.footer-section1 a:hover {
  color: gray;
}

.filled-color2 {
  background-color: #22231e;
}

.main-footer {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  background-color: #22231e;
}

.footer-section2 {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.footer-section2 a {
  font-size: 12px;
  text-decoration: none;
  padding: 5px;
  color: white;
  cursor: pointer;
}

.footer-section2 a:hover {
  color: gray;
}

.photo {
  width: 100%;
}

.para {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 50px 0px 50px;
  background-color: #22231e;
  border-bottom: 1px solid #d8cbcb;
}

.p1 {
  max-width: 900px;
  background-color: inherit;
  color: #fff;
  text-align: center;
  /* margin-top: -10px; */
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
