/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
}
.navbar {
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.bg-light {
  background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  color: #171718 !important;
}
.navbar-collapse.collapsing {
  background-color: #fff !important;
}
.navbar-collapse.show {
  background-color: #fff !important;
}
.btn_poo {
  background: #ffb500;
  border-radius: 13px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  color: #171718 !important;
}
.btn_poo:hover {
  background: #ffc34a;
}
.btn_poo2:hover {
  background: #ffc34a;
}
.navbar-brand {
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-brand h4 {
  margin-top: 5px;
  margin-left: 15px;
}
.top-header {
  background: #8fd2ef;
  height: 750px;
  overflow: hidden;
}
.hero-content {
  width: 50%;
  margin-top: 15px;
}
.txtrow {
  position: absolute;
  left: 23%;
  top: 18.1rem;
}
.pooimg {
  position: absolute;
  left: 50%;
  bottom: -5rem;
}

.main-container {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.disclaimer {
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  padding-bottom: 20px;
  margin-top: 5px;
}
@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateCloud 45s linear infinite;
  -moz-animation: animateCloud 45s linear infinite;
  animation: animateCloud 45s linear infinite;

  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  transform: scale(0.65);
}

.x2 {
  -webkit-animation: animateCloud 30s linear infinite;
  -moz-animation: animateCloud 30s linear infinite;
  animation: animateCloud 30s linear infinite;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x3 {
  -webkit-animation: animateCloud 40s linear infinite;
  -moz-animation: animateCloud 40s linear infinite;
  animation: animateCloud 40s linear infinite;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x4 {
  -webkit-animation: animateCloud 28s linear infinite;
  -moz-animation: animateCloud 28s linear infinite;
  animation: animateCloud 28s linear infinite;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x5 {
  -webkit-animation: animateCloud 35s linear infinite;
  -moz-animation: animateCloud 35s linear infinite;
  animation: animateCloud 35s linear infinite;

  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  transform: scale(0.55);
}

/* OBJECTS */

.cloud {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(5%, #fff),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

  height: 120px;
  position: relative;
  width: 350px;
}
.cloud1 {
  background-image: url("../img/clouds/c1.png");
  background-repeat: no-repeat;
  height: 146px;
  position: relative;
  width: 259px;
}
.cloud2 {
  background-image: url("../img/clouds/c2.png");
  background-repeat: no-repeat;
  height: 115px;
  position: relative;
  width: 325px;
}
.cloud3 {
  background-image: url("../img/clouds/c3.png");
  background-repeat: no-repeat;
  height: 67px;
  position: relative;
  width: 192px;
}
.cloud4 {
  background-image: url("../img/clouds/c4.png");
  background-repeat: no-repeat;
  height: 133px;
  position: relative;
  width: 389px;
}

.cloud:after,
.cloud:before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
}

.cloud:after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  height: 100px;
  left: 50px;
  top: -50px;
  width: 100px;
}

.cloud:before {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;

  width: 180px;
  height: 180px;
  right: 50px;
  top: -90px;
}

.head1 {
  color: #171718;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.head-main {
  color: #171718;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 48px;
}

.para1 {
  color: #171718;
  font-family: "Open Sans", sans-serif;
}

.hero-content {
  font-size: 18px;
}

.btn_poo2 {
  background: #ffb500;
  border-radius: 13px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: #171718;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 0px;
  display: inline-block;
}

.btn_poo2:hover {
  text-decoration: none;
  color: #171718;
}
.sec-div {
  background: url("../img/2nd-banner.png");
  background-size: cover;
  height: 250px;
  text-align: center;
  padding-top: 10rem;
}
.sec-div-child {
  background: white;
  border-radius: 23px;
  height: 160px;
}

.rowcard {
  color: #ffb500;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.cardpara {
  color: #171718;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.thrdrow {
  width: 70%;
}
.left-icos i {
  color: #171718;
}
.right-icos i {
  color: #171718;
}
.fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.contract-addy {
  font-family: "Open Sans", sans-serif;
}
.contract-addy span {
  display: block;
}
.contract-addy .title {
  font-size: 17px;
  font-weight: 600;
  color: #171718;
}
.contract-addy .address {
  font-size: 14px;
  background-color: #f1f1f1;
  display: inline-block;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}
@media (max-width: 1500px) {
  .hero-content {
    width: 65%;
    margin-top: 15px;
  }
  .txtrow {
    position: absolute;
    left: 16%;
    top: 18.1rem;
    width: 55%;
  }
  .pooimg {
    position: absolute;
    left: 55%;
    bottom: -5rem;
  }
  .head-main {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .hero-content {
    width: 100%;
  }
  .main-container {
    margin-top: 2.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .left-icos {
    text-align: center !important;
    padding-top: 7rem !important;
  }
  .right-icos {
    text-align: center !important;
    margin-bottom: 2rem !important;
  }
  .mid-img {
    top: -262px !important;
  }
  .navbar-collapse {
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
  }
  .top-header {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .head-main {
    font-size: 36px;
  }
  .txtrow {
    position: absolute;
    left: 10%;
    top: 18.1rem;
    width: 55%;
  }
  .hero-content {
    width: 75%;
  }
  .disclaimer {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-content {
    width: 100%;
  }
  .txtrow {
    left: 0;
    top: 12.5rem;
  }
  .btn_poo2 {
    margin: 0 auto !important;
    display: block;
    text-align: center;
  }
  .pooimg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -5rem;
    width: 155px;
  }
  .navbar-logo {
    width: 60px;
  }
  .navbar-brand h4 {
    font-size: 18px;
  }
  .txtrow {
    width: 100%;
  }
  .disclaimer {
    width: 100%;
  }
}
.rowcard0 {
  color: #171718;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.cardbg {
  background: #f1f1f1;
  padding: 2rem;
}
.footer {
  background: url("../img/footer-bg.png");
  background-size: cover;
  height: 70px;
}
.footer i {
  color: #171718;
}
.sec-last-row {
  margin-bottom: 7rem;
}
