* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  --grey: #959CB2;
  --black: #181818;
  --red: #8A1538;
  --white: #ffff;
}
body {
  background-image: url('/gray-abstract-wireframe-technology-background_53876-101941.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  z-index: 2;
}
/* navbar-section */
nav .logo {
  margin-left: 20px;
  width: 70%;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  right: 101%;
  top: -5px;
  padding-left: 1rem;

}

.dropdown-menu>li:hover>.submenu {
  display: block;
}

#navbar-container {
  margin-bottom: 28em;
}

#nave {
  width: 100%;
  padding: auto;
  justify-content: space-around;
  margin-top: 3%;
  margin-bottom: 20px;
  display: flex;
}

#nave a {
  text-decoration: none;
  color: var(--black);
  font-family: Poppins;
  font-size: 1em;
  border-bottom: 5px solid transparent;
}

#nave button {
  font-family: Poppins;
  font-size: 1em;
  margin-top: -0.5%;
  color: var(--white);
  background-color: var(--red);
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 160px;
  padding: 5px;
}

#hover:hover {

  border-bottom: 4px solid var(--red);
}



/* contact-form starts */
.title {
  text-align: center;
}

.f1,
.f2,
.f3,
.f4 {
  font-size: 15px;
}

label {
  margin: 10px 0;
  float: left;
}

::placeholder {

  font-size: 13px;
}

.submitbtn {
  border: none;
  border-radius: 5px;
  background-color: var(--red);
  color: white;
  margin: 15px;
  float: right;
}

.submitbtn:hover {
  background-color: rgb(153, 33, 33);
}

.map {
  height: 130vh;
  width: 100%;
  background-image: url('./images/map.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vb {
  text-align: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  font-size: 23px;

}

button {
  border-left: none;
  border: 1px solid black;
  background-color: white;
  height: 40px;
  width: 200px;
}

button:hover {
  background-color: gainsboro;
}

#bng {
  border-left: 1px solid black;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

#cmbt {
  border: 1px solid black;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.demo button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.demo button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.container {
  padding-top: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;

}

.container h3 {
  padding-top: 50px;
}

.container p {
  padding-bottom: 50px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
.img img{
height: 700px; 
width: 700px; 
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 150px;
}

/* Modal Content/Box */
.modal-content {
  margin: 15% auto 15% auto;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

/* venue for four */
.venue-container {
  height: 150px;
  width: 100%;
}

.venue {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
}

.venue h3 {
  font-size: 15px;
}

.fly {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 15px;

}

.outer1 {
  height: 170px;
  width: 250px;
  border: 1px solid var(--red);
  border-radius: 25px;
  text-align: center;
  padding: 30px 10px;

}

.outer2 {
  height: 170px;
  width: 250px;
  border: 1px solid var(--red);
  border-radius: 25px;
  text-align: center;
  padding: 60px 10px;

}

.outer3 {
  height: 170px;
  width: 250px;
  border: 1px solid var(--red);
  border-radius: 25px;
  text-align: center;
  padding: 30px 10px;

}

.outer4 {
  height: 170px;
  width: 250px;
  border: 1px solid var(--red);
  border-radius: 25px;
  text-align: center;
  text-align: center;
  padding: 60px 10px;

}

.outer1:hover,
.outer2:hover,
.outer3:hover,
.outer4:hover {
  background-color: #800606;
  color: white;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

@media only screen and (max-width: 929px) and (min-width: 750px) {
  .vb {
    grid-template-columns: repeat(auto-fit, minmax(80px, 80px));
    font-size: 13px;
  }

  button {
    width: 80px;
  }
}

@media screen and (max-width: 749px) {

  .vb {
    grid-template-columns: repeat(auto-fit, minmax(60px, 60px));
    font-size: 10px;
  }

  button {
    width: 60px;
  }

  .modal-content {
    font-size: 15px;

  }
}

@media screen and (max-width: 569px) {

  .vb {
    grid-template-columns: repeat(auto-fit, minmax(40px, 40px));
    font-size: 8px;
  }

  button {
    width: 40px;
  }

  .modal-content {
    font-size: 13px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 600px) {

  .outer {
    border: 1px solid var(--red);
    padding: 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 10px;
  }

}

@media screen and (max-width: 450px) {

  form {
    margin-top: 0px;
  }

  .f1,
  .f2,
  .f3,
  .f4 {
    font-size: 8px;
  }

  ::placeholder {
    font-size: 10px;
  }

}

@media screen and (max-width: 389px) {

  .vb {
    grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
    font-size: 15px;
  }


  button {
    width: 100px;
  }
  .submitbtn {
   width: 50px;
    background-color: var(--red);
    color: white;
    margin: 15px;
    float: right;
  }

}





/* ------------------------------------------------------------------- */
/* Footer */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mainfooter {
  color: white;
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
}

.footer {
  color: rgba(255, 255, 255, 0.548);
  display: flex;
  padding-top: 270px;
  justify-content: space-around;
  position: relative;
  width: 1200px;
}

.h1-head {
  font-weight: 500;
  font-size: 25px;
}

.foot1 a {
  display: block;
}

.f1-icons {
  display: flex;
  padding-top: 5px;
}

.f1-icons a {
  margin-right: 10px;
}

.mainfooter hr {
  margin-top: 310px;
}

.mainfooter p {
  text-align: center;
  color: white;
  padding-top: 35px;
}

.footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.548);
}

.footer a:hover {
  color: #FFFFFF;
}

.opacity {
  opacity: 50%;
  padding-top: 10px;
}

/* SVG footer */
.custom-shape-divider-top-1669964051 {
  top: 0;
  left: 0;
  height: 630px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: var(--red);
  position: absolute;
}

.custom-shape-divider-top-1669964051 svg {
  width: calc(145% + 1.3px);
  height: 238px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1669964051 .shape-fill {
  fill:#fff;
}

/* SVG footer */

@media(max-width: 1020px) {
  .con-para {
    width: 512px;
  }
}

@media(max-width:800px) {
  .footer {
    width: 900px;
  }

  .con-image {
    width: 100%;
  }

  .con-data-image {
    height: 350px;
    width: 60%;
  }

  .footer {
    width: 700px;
    padding-top: 220px;
  }

  .h1-head {
    font-size: 1.6rem;
    font-weight: 100;
  }

  .opacity a {
    font-size: 1rem;
  }

  .para-copy {
    font-size: 13px;
  }

  .custom-shape-divider-top-1669964051 svg {
    height: 200px;
  }

  .custom-shape-divider-top-1669964051 {
    height: 590px;
  }
}

@media(max-width: 600px) {
  .con-image {
    width: 100%;
  }

  .con-data-image {
    height: 300px;
    width: 55%;
  }

  .con-para {
    width: 300px;
  }

  .footer {
    width: 100%;
    float: right;
    padding-top: 210px;
  }

  .h1-head {
    font-size: 1.2rem;
    font-weight: 100;
  }

  .opacity a {
    font-size: 12px;
  }

  .para-copy {
    font-size: 10px;
  }

  .custom-shape-divider-top-1669964051 svg {
    height: 180px;
  }

  .custom-shape-divider-top-1669964051 {
    height: 550px;
  }

  .custom-shape-divider-top-1669964051 hr {
    margin-top: 280px;
  }
}

@media(max-width: 450px) {
  .con-image {
    width: 100%;
  }

  .con-data-image {
    height: 250px;
    width: 65%;
  }

  .footer {
    display: block;
    padding-top: 20px;
    text-align: center;
  }

  .f1-icons {
    justify-content: center;
  }

  .custom-shape-divider-top-1669964051 svg {
    height: 0;
  }

  .h1-head {
    font-size: 1.4rem;
    font-weight: 100;
    padding-top: 30px;
  }

  .custom-shape-divider-top-1669964051 hr {
    margin-top: 470px;
  }

  .img img{
    width: 440px;
    display: flex;
    justify-content: center;
    height: 440px;
  }
}
@media(max-width: 376px){
  .img img{
    width: 350px;
    display: flex;
    justify-content: center;
    height: 350px;
  }
}