* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-family: "Oswald", sans-serif;
  background-image: url("img/logo-draft-1_lighter_topbtmmargin.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-size: contain;
  resize: both;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

.contentBox {
  position: relative;
  width: 600px;
  height: 400px;
  background: #ebebeb;
  border-radius: 10px;
  display: flex;
  box-shadow: 0, 5px, 15px rgba (0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}

.contentBox .imgBx {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentBox .imgBx img {
  position: relative;
  max-width: 250px;
}

.contentBox .popupcontent {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.popupcontent h2 {
  color: rgb(12, 40, 134);
  line-height: 2em;
  font-size: 2rem;
}

.popupcontent p {
  font-family: "Noto Sans", sans-serif;
  margin-top: 5px;
}

.popupcontent a {
  display: inline-block;
  background: #ff4d54;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
  color: #ffffff;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #f3f3f3 url(./img/close.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 11;
}

/* now, make popup responsive */

@media (max-width: 700px) {
  .contentBox {
    width: 300px;
    height: auto;
    flex-direction: column;
  }
  .contentBox .imgBx {
    transform: translateY(0px);
  }

  .contentBox .popupcontent {
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    margin-right: 0px;
  }

  .contentBox h2 {
    margin-top: -20px;
  }
}

/*.content {
  height: 100vh;

  
}

.content::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.25);
}
*/
header {
  z-index: 3;
  display: flex;
  width: 90%;
  max-width: 950px;
  height: 100px;
  margin: auto;
  align-items: center;
}

.headerlogo {
  height: 90px;
}
.logo-container,
.nav-links {
  display: flex;
}

.logo-container {
  background: rgb(178, 201, 224);
  flex: 0;
}

.name-container {
  flex: 0.2;
}

.logo {
  margin: 5px;
}

nav {
  background: rgb(167, 181, 199);
  flex: 3;
}

.nav-links {
  justify-content: space-around;
  list-style: none;
}

.nav-link {
  color: black;
  font-size: 18px;
  text-decoration: none;
}

h2 {
  font-family: "Noto Sans";
}

.main1 {
  background: white;
  background: linear-gradient(
    to right bottom,
    rgba(243, 96, 96, 0.6),
    rgba(70, 131, 243, 0.4)
  );
  backdrop-filter: blur(0.1rem);
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 15px;
  padding-top: 20px;
  border-radius: 1rem;
}

.introduction h1 {
  font-size: 40px;

  text-align: left;
  text-shadow: 2px 2px #054158;
  line-height: 1.4em;
}

.ltd {
  font-size: 0.9em;
}

.call-btn img {
  width: 80px;
  float: right;
  margin-right: 6px;
  margin-top: 10px;
  filter: drop-shadow(10px 10px 10px rgba(36, 97, 12, 0.76));
}

.call-btn img:hover {
  transform: scale(1.05);
}

/* Code for call us button here      */
.cta-call {
  margin-top: 12px;
  padding: 7px 0px 0px 10px;
  border: 2px solid #3979f0;
  background: white;
  color: #3979f0;
  width: 120px;
  height: 40px;
  display: flex;
  float: right;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.line2 {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  gap: 0px 20px;
  padding: 15px 0px 10px 0px;
}

.services h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1 rem;
}

button {
  font-family: "Noto Sans";
}

.wedo {
  padding-top: 10px;
}

.main1 p {
  font-family: "Noto Sans";
  font-size: 0.9rem;
  font-weight: 500;
}

.we-do {
  font-family: "Noto Sans";
  column-count: 2;
  column-gap: 2rem;
  padding-bottom: 10px;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .we-do {
    column-count: 3;
    column-gap: 5rem;
  }
  .main1 {
    padding: 20px;
  }
}

.we-do li {
  list-style-type: none;
  text-align: center;
}

.doors-text {
  padding-top: 10px;
}

.mancave h1 {
  line-height: 1.6rem;
  padding-bottom: 5px;
}

.mancave {
  margin-top: -2px;
}

.gallery-scroll {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  background-color: rgb(12, 40, 134, 0.5);
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: scroll;
}

.gallery-scroll img {
  height: 200px;
}

.gallery-scroll img:hover {
  filter: drop-shadow(4px 4px 6px rgb(94, 94, 94));
  transform: scale(1.05);
}

.gallery-item figcaption {
  font-size: 1rem;
  font-family: inherit;
}

.gallery-item {
  padding: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  background-color: rgba(128, 131, 143, 0.5);
  color: #d9d9d9;
  scroll-snap-align: center;
}

.address {
  display: flex;
  gap: 0px 10px;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: space-between;
}

.footer {
  font-size: 0.8rem;
  background: rgb(188, 200, 206);
  padding-bottom: 5px;
  background: white;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgb(187, 187, 187)
  );
  backdrop-filter: blur(0.1rem);
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer a {
  text-decoration: none;
  color: rgb(12, 40, 134);
}

.mailmap {
  display: flex;
  gap: 0px 10px;
  justify-content: space-around;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.mailmap img {
  height: 18px;
  width: auto;
  vertical-align: -2px;

  padding-right: 2px;
  padding-left: 2px;
}

.legal {
  padding-left: 5px;
}

/* Cookie container starts */
.cookie-text {
  margin: 24px 0;
  line-height: 2;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgb(68, 89, 114);
  color: rgb(212, 228, 235);
  padding: 0 32px 32px;
  box-shadow: 0 -2px 50px rgba(31, 71, 117, 0.671);
  transition: 1000ms;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: rgb(212, 228, 235);
}

.cookie-button {
  background: rgb(240, 12, 42);
  border: 0;
  color: rgb(212, 228, 235);
  padding: 12px 40px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -20%);
}
.center-button {
  padding-bottom: 30px;
}

/* Cookie container ends */

#legalnotice {
  padding: 50px 5px;
  text-align: center;
  background-color: lightblue;
  display: none;
}
