@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Berkshire+Swash&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Berkshire+Swash&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
html {
  height: 100%;
  margin: 0;
  overflow: hidden;
  scroll-behavior: smooth;
  font-family: arial;
}

/* slide styling */

.slide {
  height: 100%;
  position: relative;
}

.slide span {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#slide0 {
  background-color: #a2ccb6;
}
#slide1 {
  background-color: #ebdda4;
}
#slide2 {
  background-color: #ee786e;
}
#slide3 {
  background-color: #ffffff;
}

/* navdot styling */

#navdot {
  position: fixed;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 9;
}

#navdot li {
  height: 10px;
  width: 10px;
  border: solid 2px black;
  border-radius: 50%;
  margin-bottom: 10px;
  cursor: pointer;
}

#navdot li.active {
  background: #ffffff;
}

#slide0 header {
  background-image: url("../img/bg/headbg.png");
  background-size: cover;
  height: 90px;
}
.logo img {
  width: 58%;
}
header .row {
  height: 90px;
}
.btn.btn-orange {
  background-color: #ff661a;
  border: none;
  color: white;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  padding: 9px 52px;
  font-size: 18px;
  letter-spacing: -0.3px;
}
.banner-div {
  height: calc(100vh - 90px) !important;
}
.right-sec {
  position: absolute;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44%;
  z-index: 2;
}

#slide1 {
  background-image: url("../img/bg/chat.jpg");
  background-size: cover;
}
#slide3 {
  background-image: url("../img/bg/about.png");
  background-size: cover;
  display: flex;
  /* flex-direction: column; */
  /* justify-content: center; */
  align-items: center;
}
#slide2 {
  background-image: url("../img/bg/map.png");
  background-size: cover;
  display: flex;
  align-items: center;
}
.left-slide-sec {
  width: 80%;
}
footer.main-footer {
  background-color: #006582;
  padding: 48px 0px;
  color: white;
}
footer.footer {
  background-color: black;
  padding: 15px 0px;
  color: white;
}
p.dd {
  margin-bottom: 0px;
}
p.copyr {
  margin-bottom: 0px;
}

.slider-sec {
  padding: 0px 0px;
}
.vector-sec {
  background-image: url("../img/bg/foot.png");
  height: 225px;
  background-size: cover;
}
.minister {
  position: absolute;
  top: 196px;
  right: 100px;
}
.minister img {
  width: 300px;
}
.text {
  position: absolute;
  top: 16px;
  left: 6%;
  width: 100%;
}
.text h6 {
  font-family: Alex Brush;
  color: #ff661a;
  font-size: 40px;
  margin-bottom: 0px;
}
.text h4 {
  font-family: Poppins;
  color: #ffffff;
  margin-top: 4px;
}
.map-sec {
  width: 60%;
}
.feature-sec {
  width: 40%;
}
.map-sec .card {
  border-radius: 12px 0px 0px 12px;
  border: none;
}
.feature-sec .card {
  border-radius: 0px 12px 12px 0px;
  border: none;
  background-color: #00000059;
}
.card-header h5 {
  margin: 0;
}
.feature-sec .card-header {
  border-bottom: 1px solid rgb(255 255 255 / 60%);
}
.search .form-control {
  padding: 4px 32px;
  line-height: 2;
  height: 45px;
  border-radius: 24px;
}
.search img {
  position: absolute;
  top: 10px;
  width: 24px;
  left: 8px;
  opacity: 0.6;
}
.module .card {
  border-radius: 8px !important;
}
.widgets-icons-2 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  font-size: 27px;
  border-radius: 10px;
  flex-shrink: 0;
}
.bg-orange {
    background-color: #fce1c7;
}
.module-text p {
    margin-bottom: 0px;
    font-weight: 500;
}
.widgets-icons-2 img {
    width: 30px;
}
.gap-4 {
    gap: 10px;
}
.module .card-one .card-body {
    padding: 10px;
}
.module .card-one.active {
    background: linear-gradient(90deg, rgba(255, 117, 0, 1) 27%, rgba(255, 202, 158, 1) 100%);
}
.module .card-one:hover {
    background: linear-gradient(90deg, rgba(255, 117, 0, 1) 27%, rgba(255, 202, 158, 1) 100%);
    cursor: pointer;
}
.module .card-one.active .bg-orange {
    background-color: #ffffff;
}
.module .card-one:hover .bg-orange {
    background-color: #ffffff;
}
.module .card-one.active p {
    color: #ffffff;
}
.module .card-one:hover p {
    color: #ffffff;
}
.map-sec .card {
    height: 584px;
}
.quick.card{
    border-radius: 12px;
}
.card-img img {
    width: 50px;
}
.card.small-card h6 {
    font-size: 14px;
    font-weight: 600;
    color: black;
}
.card.small-card {
    background-color: #fffddb;
    border: 2px solid #FFD6C2;
    border-radius: 12px;
}
.small-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF661A;
    font-size: 27px;
    border-radius: 50px;
    margin: auto;
}
.card.small-card .card-body {
    padding: 12px;
    text-align: center;
}
.value .card {
    height: auto;
    border-radius: 8px;
}
.value .card .card-body {
    padding: 12px;
}
.value .card .card-body h3 {
    font-size: 18px;
    text-align: center;
    margin: 0px;
}
.value .card .card-body p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
