@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a,
a:hover {
  text-decoration: none;
}


ul,
ol {
  margin: 0;
  padding: 0;
}


/*===== Variable Define =====*/
:root {
  --primary-color: #006fa5;
  --secondry-color: #f5f5f5;
  --third-color: #f98169;
  --white-color: #fff;
  --text-color: #555;
  --text-gray: #999;
  --black-color: #000;
  --primary-font: 'Poppins', sans-serif;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: var(--primary-font);
  background-color: var(--white-color);
  font-size: 100%;
  font-weight: 300 !important;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 80px;

}
.aboutweon{
  margin-top: 40px;
}

.contactweon{
  margin-top: 40px;
}


.navbar-brand img{
  width: 150px;
  }

.navbar {
  background: var(--white-color);
  box-shadow: var(--shadow);

}

.navbar-toggler {
  border: 0;
  color: var(--primary-color);
  line-height: 2;
}

.navbar-toggler i {
  font-size: 25px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-item {
  margin: 0 .625rem;
}

.nav-item .nav-link {
  font-size: 0.926rem;
  font-weight: 500;
  color: var(--black-color);
  display: inline-block;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
  color: var(--primary-color);
}

.menu-navbar {
  text-align: center;
}



.digi-btn:hover {
  background-color: var(--primary-color);

}

.service {
  padding: 32px;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.service h5 {
  margin-top: 24px;
  margin-bottom: 14px;
  color: var(--primary-color);
}

.service i {
  font-size: 60px;
  color: var(--text-color);
}

.service img {
  height: 90px;
}

.mg-bg {
  background-color: #f5f5f5;
}


.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  max-width: 500px;
}

.intro h6 {

  font-weight: 400;
  text-transform: uppercase;
}

.intro h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}




.infos {
  background-color: var(--primary-color);
}

.infos img {
  width: 573px;
  max-height: 396px;

}

/* .infos-header{
  color: var(--white-color);
  font-size: 45px;
  padding-top: 50px;
  font-weight: 700;
} */

.testimonials .heading {
  position: relative;
}

.testimonials {
  background: url("/images/899.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 130px 0 15px;
  color: #ffffff;
  position: relative;
  margin-top: 20px;
}

.testimonials:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

.testimonials .heading h2 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

.testimonials .heading h2 span {
  color: var(--primary-color);
}

.testimonials p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--white-color);
  margin: 20px 0;
  padding: 0;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
  width: 100px;
  height: 100px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  padding: 5px;
  margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
}

.testimonials .carousel-inner .carousel-item h4 {
  font-size: 14px;
  font-weight: 300;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.testimonials .carousel-indicators {
  bottom: -30px;
}

.testimonials .carousel-indicators li {
  background-color: var(--primary-color);
  border-radius: 30px;
  height: 4px;
  width: 40px;
}

.testimonials .carousel-indicators .active {
  background-color: var(--primary-color);
}

.testimonials .control span {
  cursor: pointer;
}

.testimonials .icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;
  font-size: 30px;
  background-image: none;
  color: var(--primary-color);
}


.social-icons i {
  font-size: 27px;

}


.social .nav-item .bi{
  font-size: 27px;
  color: var(--white-color);
}

.inp {
  padding: 5px;
  border: solid 1px black;
  border-radius: 7px;
}

.title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}


input,
select {
  width: 100%;

  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  margin-top: 10px;
}

.submit {
  padding: 10px;
  border: none;
  background-color: var(--primary-color);
  border-radius: 7px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  cursor: pointer;
}

.calculator {
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
}

label {
  font-weight: 400;
}

.item {
  width: 100%;
  border-radius: 8px;
  background-color: var(--primary-color);

  overflow: hidden;
}

.item img {
  width: 100%;
  height: 300px;
  border-radius: 4px;
}


.calcresult,
.resulttitle {
  color: whitesmoke;
  margin: 20px 10px 0 0;
  font-size: 1.8rem;
  font-weight: 400;
}

.item-data {
  color: whitesmoke;
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 2rem;
  text-align: center;
}

.calcresult {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-gap: 25px;
  grid-template: auto / repeat(auto-fit, minmax(300px, 1fr));
}

.hidden {
  display: none;
}


.form-control:disabled, .form-control{
background-color: #ffffff;
opacity: 1;
}

.input-group-text{
  background-color: #fff;
}

.fl-fl {
  background: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 210px;
  position: fixed;
  right: -162px;
  z-index: 1000;

  font: normal normal 10px Arial;
  -webkit-transition: all .250ms ease;
  -moz-transition: all .250ms ease;
  -ms-transition: all .250ms ease;
  -o-transition: all .250ms ease;
  transition: all .250ms ease;
}

.fl-fl .bi {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 10px;
  line-height: 40px;
  opacity: 100%;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
  margin-left: 6px;
}

.float-ph {
  top: 160px;
}

.float-wa {
  top: 215px;
}

.float-ml {
  top: 270px;
}

.float-ig {
  top: 325px;
}

/* .float-cal {
  top: 380px;
} */


.float-fb {
  top: 380px;
}