@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  font-family: Arial, Helvetica, sans-serif;
}

.a-remove-underline {
  text-decoration: none;
}

.a-remove-underline:active {
  text-decoration: none;
}

.a-remove-underline:hover {
  text-decoration: none;
}

#tagline {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nav {
  background-color: #00ffff;
}

.nav-ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
}

.nav-li {
  margin: 2vh 2vw 2vh 2vw;
}

.nav-a {
  color: black;
  margin: 1vh 1vw;
  padding: 1vh 2vw 1vh 2vw;
  text-align: center;
  text-decoration: none;
}

.all-social_media {
  position: absolute;
  display: none;
  background-color: #00ffff;
  list-style: none;
  flex-direction: column;
  padding: 2em;
}

li#socialmedia-opener:hover ul.all-social_media {
  display: block !important;
}

#socialmedia-opener {
  position: relative;
  cursor: pointer;
}

.socialmedia {
  display: flex;
}

.nav-a:hover {
  color: black;
  background-color: aquamarine;
  text-decoration: solid;
}

.tag-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.center {
  text-align: center;
  margin: auto 0px 4px 0px;
  color: #ffffff;
  height: auto;
}

.p-center {
  margin: 0px 3px auto 0px;
  text-align: center;
  color: #ffffff;
}

.some-trips-summary {
  display: flex;
  justify-content: space-evenly;
  background-color: #00eeff;
}

.card {
  margin: 20px 20px;
  padding: 20px 20px;
  background-color: #44ebf7;
  border-radius: 20px;
  text-align: center;
  width: 20vw;
}

.card:hover {
  box-shadow: 2px 2px 2px #464242;
}

.card h4 {
  text-align: center;
  padding-bottom: 10px;
}

.card p {
  text-align: center;
}

.card a {
  color: #ff0061;
  text-decoration: none;
  text-decoration: solid;
}

#kedharnath {
  background-image: url('https://images.unsplash.com/photo-1612438214708-f428a707dd4e?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=667&q=80');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: bolder;
  opacity: 0.8;
}
#howrah {
  background-image: url('https://images.unsplash.com/photo-1543773495-2cd9248a5bda?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: bolder;
  opacity: 0.9;
}
#tajmahal {
  background-image: url('https://images.unsplash.com/photo-1564507592333-c60657eea523?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=751&q=80');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: bolder;
  opacity: 0.9;
}

.aboutinshort {
  display: flex;
  justify-content: space-around;
  align-content: center;
  background-color: #f5f5f5;
}

.about {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 100vw;
}
.about-desc {
  margin: auto;
  margin-left: 5vw;
  margin-right: 5vw;
}
.aboutinshort h3 {
  border-bottom: 3px solid #000000;
  margin-bottom: 10px;
}

#about-pic-mountain {
  max-height: 63vh;
  max-width: 25vw;
  margin: 5vh;
  border: 5px solid #442e2e;
  border-radius: 30px;
}

/* Contact Us Designing */
.formcontactus {
  display: flex;
  flex-direction: column;
  width: 80vw;
  margin: auto;
}

.contactus-headline {
  text-align: center;
}

.form-input-margin {
  margin-top: 10px;
}

.contact-mail {
  height: 5vh;
}

.contact-mail::placeholder {
  text-align: center;
}

.form-button-submit {
  width: 20vw;
  height: 5vh;
  margin-top: 5px;
}

.contactus-btn {
  background-color: #adff2f;
  border: 2px solid #adff2f;
  border-radius: 5px;
  cursor: pointer;
}

/* Footer Designing */
.footer-address {
  display: flex;
  flex-direction: column;
}

.footer-pages {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  /* Ham Nav Designing */
  .nav-ul{
    flex-direction: column;
    display: none;
  }
  
  .branding{
    display: flex;

  }
  .ham-burger_with_branding-div{
    display: flex;
    justify-content: space-around;
    padding: 1em;
  }

  button.ham_burger{
    background-color: transparent;
    border: 0px solid transparent;
    padding: 6px;
    cursor: pointer;
  }

  button.animate-ham #middle-line{
    transform: translateX(40px);
    transition: all 0.5s ease-out;
  }
  button.animate-ham #top-line{
    /* transform-origin: center; */
    transform: skewY(55deg)  translateY(-50%);
    transition: all 0.4s ease-in-out;
  }
  button.animate-ham #last-line{
    /* transform-origin: center; */
    transform: skewY(-55deg) translateY(50%);
    transition: all 0.4s ease-in-out;
  }

  .open {
    display: flex;
    flex-direction: column;
  }

  /* Trip Summary Deigning */
  .some-trips-summary {
    flex-direction: column;
  }

  .card {
    width: auto;
    margin: 20px;
    box-shadow: none !important;
  }

  #about-pic {
    display: none;
  }

  .aboutinshort {
    margin-top: 0px;
    width: 100%;
  }

  .about {
    width: 100%;
  }

  .about-desc {
    margin-top: 5vh;
    margin-bottom: 5vh;
    width: 100%;
    border-bottom: #e0e0e0;
    text-align: center;
  }

  .aboutinshort h3 {
    border-bottom: 2px solid #000000;
    border-radius: 5px;
  }

  .form-button-submit {
    justify-content: center;
    align-self: center;
  }

  /* Mobile Footer Designing */
  footer {
    text-align: center;
    background-color: #2e2e2e;
    color: #c4bcbc;
  }

  .footer-address {
    margin: 5px;
  }

  .footer-address p {
    margin-top: 2px;
  }

  .footer-pages {
    margin: 5px;
    padding: 5px;
  }

  .footer-pages a {
    color: #aca6a6;
    padding: 5px;
    margin: 2px;
  }

  .footer-pages a:hover {
    background-color: #4e4c4c;
  }

  .footer-socialmedia {
    display: flex;
    flex-direction: column;
  }

  .footer-socialmedia a {
    color: #aca6a6;
    margin-top: 5px;
    padding: 5px;
  }

  .footer-socialmedia a:hover {
    background-color: #4e4c4c;
  }

  .footer-copyrights {
    margin-top: 10px;
  }

  .footer-company-map {
    margin-top: 20px;
  }

  #company-map-footer {
    margin: 20px;
    width: 20rem;
    height: 15rem;
    border: 5px solid #442e2e;
    border-radius: 100%;
  }
}
@media only screen and (min-width: 992px) {

  .ham_burger {
    display: none;
  }
  .nav-wraper{
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
  }

  footer {
    background-color: #2e2e2e;
    color: wheat;
    margin-top: 1em;
  }

  .footer-main {
    display: flex;
    flex-direction: row;
  }

  #company-map-footer {
    height: 10vh;
    margin: 20px;
    width: 15vw;
    border: 2px solid #4e4c4c;
    border-radius: 100%;
  }

  .footer-socialmedia {
    display: flex;
    flex-direction: column;
  }

  .footer-address {
    width: 35vw;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 2em;
  }

  .footer-address p {
    font-family: "Roboto", sans-serif;
  }

  .footer-pages {
    width: 20vw;
    text-align: center;
    margin: 2em;
  }

  .footer-pages a {
    color: #f3f3f3;
  }

  .footer-socialmedia {
    width: 20vw;
    text-align: center;
    margin: 2em;
  }

  .footer-socialmedia a {
    color: #f3f3f3;
  }

  .footer-company-map {
    width: 20vw;
    text-align: center;
    margin: 1em;
  }

  .footer-copyrights {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 1025px) {

  .ham_burger {
    display: none;
  }
  .nav-wraper{
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
  }

  footer {
    background-color: #2e2e2e;
    color: wheat;
    margin-top: 1em;
  }

  .footer-main {
    display: flex;
    flex-direction: row;
  }

  #company-map-footer {
    height: 20vh;
    margin: 20px;
    width: 15vw;
    border: 2px solid #4e4c4c;
    border-radius: 100%;
  }

  .footer-socialmedia {
    display: flex;
    flex-direction: column;
  }

  .footer-address {
    width: 35vw;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 2em;
  }

  .footer-address p {
    font-family: "Roboto", sans-serif;
  }

  .footer-pages {
    width: 20vw;
    text-align: center;
    margin: 2em;
  }

  .footer-pages a {
    color: #f3f3f3;
  }

  .footer-socialmedia {
    width: 20vw;
    text-align: center;
    margin: 2em;
  }

  .footer-socialmedia a {
    color: #f3f3f3;
  }

  .footer-company-map {
    width: 20vw;
    text-align: center;
    margin: 1em;
  }

  .footer-copyrights {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 282px) {
  #company-map-footer {
    width: 15rem;
    height: 13rem;
  }
}

@media only screen and (max-width: 480px) {
  #company-map-footer {
    width: 12rem;
    height: 9rem;
  }
  h2.branding{
    font-size: large;
    align-items: center;
  }
}
@media only screen and (max-width: 250px) {
  #company-map-footer {
    width: 78vw;
    height: 9rem;
  }
  h2.branding{
    font-size: medium;
    align-items: center;
  }
}