@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Gabarito&family=Inter:wght@300;400&family=Lato:ital@1&family=Limelight&family=Montserrat:wght@300&family=Outfit&family=Quicksand&family=Roboto:wght@300&family=Rubik:wght@300&family=Squada+One&display=swap");
.pricing {
  padding-top: 10px;
  padding-bottom: 50px;
  border-color: rgb(217, 217, 217);
  color: rgb(94, 94, 94);
  border: 0.2px solid rgb(94, 94, 94);
  width: 300px;
}

.pricing:hover {
  border: 0.2px solid #ed4f2e;
  height: 600px;
}

.pricing:hover .pricing__price {
  background-color: #ed4f2e;
  color: white;
}

.filters:hover {
  color: white;
  background-color: #e8664c;
  border-radius: 5px;
}

.banner {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 400px;
}

.header__text {
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  width: 600px;
  margin: 30px auto;
  display: block;
}

.header__button {
  display: inline-block;
  text-align: center;
  color: white;
  width: 130px;
  border: #fff solid 1px;
  padding: 13px;
  font-size: 15px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  border-radius: 7px;
  margin: 0 42%;
}

.section-our-services {
  position: relative;
  overflow: hidden;
  height: auto;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 85%;
  width: 85%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 50px;
  margin-bottom: 65px;
}

.section-our-services__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  margin: 20px 377px;
}

.our-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 72px;
}

.services {
  width: 450px;
}

.services__title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #3d3d3d;
}

.services_test {
  color: #5e5e5e;
  width: 96%;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.video__logo {
  margin: 169px;
}

.video {
  background: url(../images/video.jpg) no-repeat center center;
  display: block;
  min-height: 430px;
  width: 100%;
  background-size: cover;
  text-align: center;
}

.section-simple-pricing {
  position: relative;
  overflow: hidden;
  height: auto;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 85%;
  width: 85%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  background-color: #fff;
  padding-bottom: 50px;
  margin-bottom: 65px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.simple-pricing {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 42px;
}

.pricing__title {
  font-family: "Roboto", sans-serif;
  font-size: x-large;
}

.pricing__price {
  font-family: "Roboto", sans-serif;
  background-color: rgba(235, 235, 235, 0.6);
  color: rgb(0, 0, 0);
  color: #1f2c33;
  font-size: 2em;
  padding: 30px;
  padding-left: 100px;
  padding-right: 113px;
  background-color: rgba(235, 235, 235, 0.6);
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.pricing__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
}

.pricing__link {
  font-family: "Roboto", sans-serif;
  margin: 97px auto 15px;
  background: #ed4f2e;
  width: 121px;
  height: 33px;
  line-height: 33px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
  text-decoration: none;
  padding: 10px;
}

.get-started {
  background-image: url(../images/started.jpg);
  display: block;
  min-height: 430px;
  width: 100%;
  background-size: cover;
  text-align: center;
}

.get-started__container {
  display: inline-block;
  margin: 169px;
}

.get-started__title {
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  color: white;
}

.get-started__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  color: white;
}

.get-started__link {
  font-family: "Roboto", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 12px;
  width: fit-content;
  display: block;
  margin: auto;
}

.latest-projects__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
}

.latest-projects {
  position: relative;
  overflow: hidden;
  height: auto;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 85%;
  width: 85%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 75px;
  margin-bottom: 65px;
}

.latest-projets__filters {
  margin: 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

.filters {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 12px;
}

.slach {
  padding: 12px;
  font-weight: bold;
}

.latest-projets__portfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.get_intouch {
  display: flex;
  width: 100%;
}

.get_intouch__leftpart {
  background-image: url(../images/leftpart.jpg);
  background-size: cover;
  display: inline-block;
  width: 50%;
  float: left;
  min-height: 520px;
  text-align: center;
}

.bxslider {
  margin: 17%;
}

.bxslider__title {
  color: white;
}

.bxslider__text {
  color: white;
}

.subscribe {
  margin: 21%;
}

.subscribe__botton {
  display: block;
  width: 120px;
  background: #ed4f2e;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin: -6px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.subscribe__link {
  color: white;
  margin-bottom: 10px;
}

.get_intouch__rightpart {
  background-image: url(../images/sbscribe.jpg);
  background-size: cover;
  display: inline-block;
  width: 50%;
  float: right;
  min-height: 520px;
  text-align: center;
}

.contact-us {
  position: relative;
  overflow: hidden;
  height: auto;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 85%;
  width: 85%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  background-color: #fff;
  padding-bottom: 50px;
  margin-bottom: 65px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

form {
  margin-top: 40px;
}

.contact-us__input-name {
  display: inline-block;
  float: left;
  width: 43%;
  margin-left: 67px;
}

.contact-us__input-Lname {
  display: inline-block;
  float: right;
  width: 43%;
  margin-right: 67px;
}

.contact-us__input-Sub {
  display: inline-block;
  float: left;
  width: 43%;
  margin-left: 67px;
}

.contact-us__input-mail {
  display: inline-block;
  float: right;
  width: 43%;
  margin-right: 67px;
}

.contact-us__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
}

.contact-us__submit {
  font-family: "Roboto", sans-serif;
  margin: 15px;
  background: #ed4f2e;
  width: 121px;
  height: 33px;
  line-height: 33px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
  text-decoration: none;
  padding: 12px 45px;
}

body {
  margin: 0;
  background-color: #ebebeb;
}

h1 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 2.8em;
  text-align: center;
  width: 761px;
  display: block;
  margin: auto;
}

nav {
  padding: 22px;
  background-color: #ffffff;
}

.header__nav__img {
  margin-left: 50px;
}

.header__nav__li {
  width: 100%;
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 25px;
  list-style: none;
  padding: 10px;
  color: #5e5e5e;
}
.header__nav__li:hover {
  background-color: #e8664c;
  border-radius: 13px;
  color: #fff;
}

ul {
  float: right;
  display: flex;
  gap: 20px;
  margin: 0;
}

h2 {
  margin: 0;
  margin-top: 50px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #ed5434;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: bold;
}

input {
  width: 100%;
  padding: 25px 10px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: 0 0;
  border: 1px solid #ccc;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #000000;
}

textarea {
  width: 90%;
  padding: 25px 10px;
  border-radius: 8px;
  height: 290px;
  margin-bottom: 30px;
  background: 0 0;
  border: 1px solid #ccc;
  outline: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #000000;
  margin: 28px 67px;
}

.footer-1 {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 50px;
  background-color: #1f2c34;
}

.footer-1__container {
  position: relative;
  overflow: hidden;
  width: 85%;
  padding-bottom: 50px;
  margin: auto;
  height: auto;
  font-family: "Roboto", sans-serif;
  top: 50px;
}

.footer-1__about-us {
  width: 24%;
  margin-left: 11px;
  color: #ebebeb;
  display: inline-block;
  float: left;
}

.footer-1__get_in_touch {
  width: 24%;
  margin-left: 11px;
  color: #ebebeb;
  display: inline-block;
  float: left;
}

.footer-2__latest-works {
  width: 24%;
  margin-left: 11px;
  color: #ebebeb;
  display: inline-block;
  float: left;
}

.footer-2__subscribe {
  width: 24%;
  margin-left: 11px;
  color: #ebebeb;
  display: inline-block;
  float: left;
}

.footer-1__get_in_touch__adress {
  font-family: "Roboto", sans-serif;
  color: #ebebeb;
  text-decoration: none;
  display: contents;
}

.footer-1__get_in_touch_phone {
  font-family: "Roboto", sans-serif;
  color: #ebebeb;
  text-decoration: none;
}

.footer-1__get_in_touch_link {
  font-family: "Roboto", sans-serif;
  color: #ebebeb;
  text-decoration: none;
}

.footer-2__title {
  color: white;
  text-transform: uppercase;
}

.footer-2__subscribe__link {
  background: #404b51;
  color: #a2a9a9;
  padding: 15px 5px;
  border: 0;
  border-radius: 3px;
  margin-bottom: auto;
  width: 75%;
}

.footer-2__subscribe__botton {
  padding: 14px 25px;
  position: relative;
  overflow: hidden;
  background: #ed4f2e;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  margin-left: -5px;
  text-decoration: none;
  left: 175px;
  top: -33px;
}

.picto__Rs2 {
  border-radius: 10px;
  border: 1px solid white;
  padding: 14px 15px;
}

.picto__Rs {
  border-radius: 10px;
  border: 1px solid white;
  padding: 15px;
}

.picto__Rs1 {
  border-radius: 10px;
  border: 1px solid white;
  padding: 13px 17px;
}

.footer-2__rights {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #293646;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 23px;
  margin: 0;
  font-size: smaller;
}

/*# sourceMappingURL=style.css.map */
