a {
  color: rgb(167, 87, 12);
}
.btn ::after {
  background-color: rgb(196, 110, 12);
}
button:focus {
  outline: none;
  outline: 0px;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ftr-small {
  /* background-size: contain; */
  background-color: rgba(0, 0, 0, 0.276);
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  /* padding-left: 3rem; */
  width: "100%";
  height: "100%";
}

.ftr-big {
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.276);
  border-top-right-radius: 24%;
  border-bottom-left-radius: 24%;
  padding: 3rem;
  position: absolute;
  /* width: auto; */
  /* height: 30rem; */
  /* left: 1rem; */
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  top: 5rem;
}
.iframe-containerss {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  top: 5rem;
}

.iframe-body {
  border: 0;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  /* padding: 3rem;
    align-items: center;
    background-size: contain;
    justify-content: center;
    margin-left: -4rem; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.iframe-body-1 {
  border: 0;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  /* padding: 3rem;
    align-items: center;
    background-size: contain;
    justify-content: center;
    margin-left: -4rem; */
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slider-carousel {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  /* margin-top: 10rem; */
  /* background-size: cover; */
  width: "100%";
  height: "100%";
}

.search-form-style {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border: 0;
}

.gallery-image-style {
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.pricing-table {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.border-rad {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-left: 1rem;
  color: black;
  background-color: rgba(208, 99, 27, 0.657) !important;
}

a.border-rad:hover,
a.border-rad:focus,
button.border-rad:hover,
button.border-rad:focus {
  background-color: rgba(208, 99, 27, 0.657) !important;
}
.border-rads {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-left: 1rem;
  color: black;
  background-color: rgba(249, 183, 139, 0.657) !important;
}

a.border-rads:hover,
a.border-rads:focus,
button.border-rads:hover,
button.border-rads:focus {
  background-color: rgba(208, 99, 27, 0.657) !important;
}

.parallax {
  /* The image used */
  background-image: url("../images/security-padlock.jpg");

  /* Set a specific height */
  min-height: 500px;
  /* margin-bottom: 24rem; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-pricing {
  /* The image used */
  background-image: url("../images/security.webp");

  /* Set a specific height */
  min-height: 500px;
  /* margin-bottom: 24rem; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.border-mantra {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 2rem;
  color: black;
  backdrop-filter: blur(12px);
  background-color: rgba(238, 233, 226, 0.34) !important;
}

a.border-mantra:hover,
a.border-mantra:focus,
button.border-mantra:hover,
button.border-mantra:focus {
  background-color: rgba(237, 221, 201, 0.912) !important;
}

.border-mantras {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 2rem;
  color: black;
  backdrop-filter: blur(24px);
  background-color: rgba(236, 198, 145, 0.34) !important;
}

.logo-brand-1 {
  width: auto;
  height: 8rem;
  position: relative;
  bottom: 30px;
  /* top: -12px; */
  /* left: -20px; */
}
