@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");
* {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 7rem;
  background-color: white;
  position: fixed;
  z-index: 1;
  box-shadow: 0 5px 9px rgba(246, 154, 154, 0.3);
  transition: 0.5s;
}
body header .logo img {
  width: 100px;
  padding: 5px 10px;
  border-bottom: 4px solid black;
  transition: 0.5s;
}
body header ul {
  display: flex;
  align-items: center;
}
body header ul li {
  list-style: none;
  margin: 0 40px;
  cursor: pointer;
}
body header ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 23px;
  color: black;
  font-weight: 600;
  border-bottom: 5px solid black;
  transition: 0.5s;
}
body header ul li a:hover {
  padding: 0 20px;
}
body header ul li button {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 23px;
  color: black;
  font-weight: 600;
  background-color: #FFE4E4;
  border: none;
  padding: 10px 40px;
  border-radius: 21px;
  transition: 0.4s;
}
body header ul li button a {
  border: none;
}
body header ul li button:hover {
  background-color: #eccece;
}
body header ul li button:active {
  transform: scale(0.96);
}
body .top_part {
  display: flex;
  align-items: center;
}
body .top_part img {
  width: 300px;
  transition: 0.5s;
}
body .top_part img:hover {
  transform: translateY(-15px);
}
body .top_part .text h2 {
  font-size: 70px;
  line-height: 55px;
}
body .top_part .text p {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 600;
}
body .project {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body .project h3 {
  font-size: 50px;
  line-height: 40px;
  text-align: center;
}
body .project span {
  font-size: 25px;
  margin-bottom: 9px;
  font-weight: 600;
}
body .project .buttons {
  display: flex;
  flex-direction: column;
}
body .project .buttons a {
  text-align: center;
  text-transform: uppercase;
  margin: 15px;
}
body .project p {
  font-size: 20px;
  font-weight: 500;
}
body .right {
  width: 50%;
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .right .contacts {
  margin-top: 55px;
}
body .right .contacts h3 {
  font-size: 35px;
  text-align: center;
}
body .right .contacts .content p {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 15px;
  font-weight: 500;
}
body .right .contacts .content p .bx {
  font-size: 40px;
  margin-right: 10px;
}
body .bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  align-items: center;
}
body .bottom p {
  font-size: 17px;
}
body .bottom .social a {
  font-size: 45px;
  color: black;
  padding: 0 5px;
}
body .bottom .social a i {
  transition: 0.5s;
}
body .bottom .social a i:hover {
  transform: translateY(-10px);
}
body section {
  padding-top: 9rem;
  transition: 0.5s;
}
body .heading {
  text-align: center;
  margin: 0.5rem 0 20px;
}
body .heading h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 50px;
}
body .heading p {
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
}
body .buttons a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  background-color: rgba(239, 206, 206, 0.6);
  padding: 10px 50px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(131, 65, 65, 0.4);
  transition: 0.5s;
}
body .buttons a:hover {
  background-color: rgba(226, 195, 195, 0.6);
}
body .buttons a:active {
  transform: scale(0.96);
}

.footer {
  text-align: center;
  padding: 50px 30px 20px;
  font-size: 20px;
}

.home {
  display: flex;
  margin-bottom: 50px;
  transition: 0.5s;
}
.home .left {
  width: 50%;
  padding: 30px 30px 0 0;
  background-color: #FFE4E4;
  border-radius: 0 500px 500px 0;
  filter: drop-shadow(0 25px 20px rgba(170, 60, 60, 0.25));
  transition: 0.5s;
}
.home .left .image {
  width: 100%;
}
.home .left .image img {
  width: 100%;
  border-radius: 0 480px 0 0;
  box-shadow: 0 250px 100px rgba(246, 154, 154, 0.3);
  transition: 0.5s;
}
.home .left .discount {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
}
.home .left .discount h2 {
  font-size: 70px;
  line-height: 60px;
}
.home .left .discount span {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}
.home .left .discount p {
  font-size: 34px;
  line-height: 55px;
  font-weight: 600;
}
.home .left .discount .button {
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .left .discount .button button {
  margin: 15px 0;
  background-color: #EACDCD;
  border: none;
  font-size: 25px;
  font-weight: 500;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  filter: drop-shadow(0 0px 7px rgba(131, 65, 65, 0.4));
}
.home .left .discount .button button a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.home .left .discount .button button a i {
  margin-left: 5px;
  font-size: 23px;
}
.home .left .social_media {
  padding-left: 50px;
  padding-bottom: 20px;
}
.home .left .social_media a {
  color: black;
  font-size: 70px;
  margin: 0 6px;
}
.home .right {
  width: 50%;
  transition: 0.5s;
}
.home .right .up {
  width: 100%;
  height: 80vh;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .right .up h1 {
  margin-right: 10rem;
  font-size: 96px;
  line-height: 30px;
  text-transform: uppercase;
}
.home .right .up span {
  font-size: 32px;
  font-weight: 500;
  text-transform: initial;
  margin-right: 12rem;
}
.home .right .up .button {
  margin: 70px 10rem 0 0;
}
.home .right .up .button button {
  background-color: #FFE4E4;
  border: none;
  padding: 10px 50px;
  border-radius: 20px;
  transition: 0.5s;
}
.home .right .up .button button a {
  text-decoration: none;
  color: black;
  font-size: 24px;
}
.home .right .up .button button:hover {
  background-color: #eccece;
}
.home .right .up .button button:active {
  transform: scale(0.96);
}
.home .right .up .button p {
  font-size: 30px;
  margin-top: 10px;
}
.home .right .down {
  width: 100%;
  margin-top: 1rem;
  position: relative;
}
.home .right .down .ellipse {
  width: 840px;
  height: 582px;
  background-color: rgba(246, 154, 154, 0.35);
  position: absolute;
  top: -130px;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
}
.home .right .down .images {
  display: flex;
  justify-content: center;
  padding-right: 6.5rem;
  margin-bottom: 11rem;
}
.home .right .down .images :last-child {
  position: absolute;
  top: 9.5rem;
  right: 14rem;
}
.home .right .down .button {
  /*display: flex;
  justify-content: space-between;
  padding: 0 15%;*/
  text-align: center;
}
.home .right .down .button button {
  background-color: #FFE4E4;
  border: none;
  padding: 15px 40px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 0 20px;
}
.home .right .down .button button a {
  text-decoration: none;
  color: black;
  font-size: 24px;
}
.home .right .down .button button:hover {
  background-color: #eccece;
}
.home .right .down .button button:active {
  transform: scale(0.96);
}

#works {
  position: relative;
}
#works .ellipse2 {
  width: 1500px;
  height: 1000px;
  background-color: rgba(246, 154, 154, 0.4);
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
}
#works .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#works .wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(251, 236, 236, 0.5);
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(131, 65, 65, 0.4);
  margin: 40px;
}
#works .wrap .box .image {
  width: 750px;
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  transition: 0.5s;
}
#works .wrap .box .buttons {
  margin-top: 30px;
}

#services .wrap {
  display: flex;
  justify-content: center;
  padding: 50px;
}
#services .wrap .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
}
#services .wrap .services .box {
  background-color: rgba(251, 236, 236, 0.5);
  margin: 30px;
  padding: 0 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 15px rgba(131, 65, 65, 0.3);
}
#services .wrap .services .box h3 {
  font-size: 30px;
  text-align: center;
  line-height: 50px;
}
#services .wrap .cta {
  background-color: rgba(251, 236, 236, 0.5);
  box-shadow: 0 0 15px rgba(131, 65, 65, 0.3);
  border-radius: 50px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px;
}
#services .wrap .cta p {
  font-size: 25px;
  text-align: center;
}
#services .wrap .cta .buttons {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#services .wrap .cta .buttons a {
  margin: 15px;
  padding: 15px 50px;
  text-align: center;
}

#features {
  position: relative;
}
#features .ellipse3 {
  width: 1400px;
  height: 1000px;
  background-color: rgba(246, 154, 154, 0.3);
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
  border-radius: 0 50% 50% 0;
  filter: blur(70px);
}
#features .ellipse4 {
  width: 800px;
  height: 500px;
  background-color: rgba(245, 215, 255, 0.7);
  position: absolute;
  top: 500px;
  left: 0;
  z-index: -1;
  border-radius: 0 50% 50% 0;
  filter: blur(70px);
}
#features .heading {
  padding-bottom: 30px;
}
#features .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 10rem;
}
#features .wrap .feature {
  padding: 30px;
  width: 550px;
  margin: 5px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
}
#features .wrap .feature img {
  width: 600px;
}
#features .wrap .feature h3 {
  font-size: 30px;
  text-align: center;
}
#features .wrap .feature p {
  text-align: center;
  visibility: hidden;
  font-size: 23px;
}
#features .wrap .feature:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px rgba(246, 154, 154, 0.4);
  transform: translateY(-10px);
  transition: 0.5s;
}
#features .wrap .feature:hover p {
  visibility: visible;
  animation: trans 0.6s;
}
@keyframes trans {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#contacts {
  position: relative;
  width: 100%;
  height: 70vh;
}
#contacts .ellipse5 {
  width: 900px;
  height: 900px;
  background-color: rgba(248, 87, 87, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 50% 50% 0;
  filter: blur(80px);
  margin: 0;
}
#contacts .container {
  background-color: rgba(255, 214, 214, 0.5);
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(153, 62, 62, 0.4);
  margin: 40px;
}
#contacts .container .wrap {
  display: flex;
}
#contacts .container .wrap .left {
  width: 50%;
  padding: 40px;
}
#contacts .container .wrap .left .about {
  text-align: center;
  padding: 60px;
}
#contacts .container .wrap .left .about h3 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 30px;
}
#contacts .container .wrap .left .about p {
  font-size: 20px;
}

.case_study .heading2 h2 {
  font-size: 50px;
  text-align: center;
}
.case_study .heading2 .details {
  padding: 40px;
}
.case_study .heading2 .details p {
  font-size: 20px;
  font-weight: 500;
  color: #927C7C;
}
.case_study .heading2 .details p span {
  color: #6D2323;
}
.case_study .boxes {
  background-color: rgba(251, 236, 236, 0.5);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(131, 65, 65, 0.4);
  margin: 0 40px 60px;
}
.case_study .boxes h3 {
  font-size: 50px;
  margin-bottom: 30px;
}
.case_study .boxes img {
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(131, 65, 65, 0.5);
}
.case_study .boxes .text {
  display: flex;
  justify-content: center;
}
.case_study .boxes .text p, .case_study .boxes .text li {
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}
.case_study .boxes .padd {
  padding: 30px 10rem 0;
}
.case_study .boxes .images {
  width: 70%;
}
.case_study .boxes .wrapper {
  display: flex;
}
.case_study .boxes .wrapper .text {
  display: flex;
  flex-direction: column;
  background-color: rgba(251, 236, 236, 0.5);
  box-shadow: 0 0 15px rgba(131, 65, 65, 0.5);
  border-radius: 50px;
  margin: 0 40px;
  padding: 0 6rem;
}
.case_study .boxes .case3 {
  margin: 0 0 40px;
}
.case_study .options {
  display: flex;
  justify-content: center;
}
.case_study .options .box {
  width: 716px;
  background-color: rgba(251, 236, 236, 0.5);
  box-shadow: 0 0 15px rgba(131, 65, 65, 0.5);
  padding: 20px 30px;
  border-radius: 50px;
  margin: 0 30px;
  transition: 0.5s;
}
.case_study .options .box img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(131, 65, 65, 0.5);
}
.case_study .options .box .buttons {
  margin-top: 20px;
  text-align: center;
}
.case_study .options .box:hover {
  transform: translateY(-20px);
}
.case_study footer {
  background-color: #FFDDDD;
  border-radius: 50px;
  padding: 50px 30px 0;
  margin: 50px 50px 20px;
  box-shadow: 0 0 15px rgba(153, 62, 62, 0.5);
}
.case_study footer .wrapper {
  display: flex;
  justify-content: space-between;
}
.case_study footer .wrapper .flex {
  flex: 1;
}
.case_study footer .wrapper .right {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.case_study footer .wrapper .right .contacts {
  margin: 0;
}
.case_study footer .wrapper .right .contacts h3 {
  font-size: 50px;
  line-height: 40px;
  text-align: start;
}
.case_study footer .wrapper .right .contacts .content p {
  margin: 15px 0;
}
.case_study .summary {
  position: relative;
}
.case_study .summary .ellipse {
  width: 930px;
  height: 930px;
  background-color: rgba(246, 154, 154, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50% 0 50%;
  filter: blur(80px);
}
.case_study .summary img {
  width: 100%;
}
.case_study .process {
  position: relative;
}
.case_study .process .ellipse {
  width: 930px;
  height: 930px;
  background-color: rgba(246, 154, 154, 0.4);
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
  border-radius: 50% 50% 0;
  filter: blur(80px);
}
.case_study .ss {
  position: relative;
}
.case_study .ss .ellipse {
  width: 1000px;
  height: 1000px;
  background-color: rgba(246, 154, 154, 0.4);
  position: absolute;
  bottom: -250px;
  left: 0;
  z-index: -1;
  border-radius: 50% 0 50%;
  filter: blur(80px);
}

@media (max-width: 2200px) {
  .home .left {
    width: 40%;
    margin-left: 40px;
  }
  .home .right {
    width: 60%;
  }
  .home .left {
    border-radius: 500px;
    padding: 30px;
  }
  .home .left .image img {
    border-radius: 480px;
  }
  .home .left .social_media {
    text-align: center;
  }
}
@media (max-width: 2000px) {
  .case_study .boxes .text p, .case_study .boxes .text li {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }
  .case_study .boxes .padd {
    padding: 30px 5rem 0;
  }
  .case_study .boxes .wrapper .text {
    padding: 3rem;
  }
}
@media (max-width: 1830px) {
  .home .left .social_media {
    padding: 0;
  }
  .home .left .social_media a {
    font-size: 60px;
  }
  .right .down .images img {
    width: 70%;
  }
  .right .down .button {
    padding-top: 30px;
  }
  #works .ellipse2 {
    width: 1000px;
    border-radius: 0 50% 50% 0;
  }
  .case_study footer .wrapper .right .contacts h3, body .project h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .case_study .top_part {
    flex-direction: column;
  }
  .case_study .top_part img {
    width: 200px;
  }
  .case_study .top_part .text h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .case_study .top_part .text p {
    line-height: 25px;
    margin-left: 0;
  }
  .case_study .project span {
    font-size: 20px;
  }
  .case_study .bottom {
    padding: 0 10px;
  }
  .case_study footer {
    margin: 25px 25px 20px;
  }
}
@media (max-width: 1560px) {
  .case_study .heading2 h2 {
    font-size: 40px;
    text-align: center;
  }
  .case_study .boxes h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .case_study .boxes .images {
    width: 100%;
  }
  .case_study .process .wrapper, .case_study .ss .wrapper {
    flex-direction: column;
  }
  .case_study .process .wrapper .text, .case_study .ss .wrapper .text {
    margin: 40px 50px;
    padding: 3rem;
  }
}
@media (max-width: 1455px) {
  .home {
    flex-direction: column;
    margin: 0 120px;
  }
  .home .left {
    width: 100%;
    margin: 0;
  }
  .home .left .social_media a {
    font-size: 50px;
  }
  .home .right {
    width: 100%;
  }
  .home .right .up h1 {
    line-height: 80px;
  }
  .home .right .down .images {
    padding: 0;
  }
  #features .ellipse3 {
    width: 900px;
  }
}
@media (max-width: 1250px) {
  body header {
    padding: 10px 2rem;
  }
  body header .logo img {
    width: 60px;
    padding: 2px 4px;
    border-bottom: 3px solid black;
  }
  body header .nav {
    position: fixed;
    top: 83.11px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    display: block;
    z-index: 100000;
    border-top: 2px solid black;
    text-align: center;
    transition: 0.4s;
    padding: 20px 0;
  }
  body header .nav li {
    margin: 0;
  }
  body header .nav li button {
    margin-bottom: 30px;
  }
  body header .nav li button a {
    padding: 10px 20px;
  }
  body header .nav li button a:hover {
    padding: 10px 20px;
  }
  body header .nav a {
    font-size: 20px;
    display: block;
    padding: 30px;
    transition: 0.4s;
    border: none;
  }
  body header .nav a:hover {
    padding: 35px;
  }
  body header .nav .hover:hover {
    background-color: rgb(235, 234, 234);
  }
  body header .nav.active {
    right: 0;
  }
  body header .secnav {
    padding: 0;
  }
  body header .toggle {
    width: 50px;
    height: 50px;
    background: url("image/menu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    cursor: pointer;
    transition: 0.2s;
    filter: invert(1);
  }
  body header .toggle.active {
    background: url("image/close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    filter: invert(1);
  }
  body .home {
    margin: 0 50px;
  }
  body .home .left .social_media {
    padding-bottom: 50px;
  }
  body .home .right .up {
    height: 50vh;
  }
  body .home .right .up h1, body .home .right .up span {
    margin: 0;
  }
  body .home .right .up .button {
    margin: 70px 0;
    text-align: center;
  }
  body .heading p {
    padding: 0 50px;
  }
  body .project p {
    text-align: center;
  }
  body .bottom p {
    text-align: center;
  }
  body .bottom .social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #works .ellipse2 {
    width: 800px;
    border-radius: 0 50% 50% 0;
  }
  #features .ellipse3 {
    width: 800px;
  }
  #features .ellipse4 {
    width: 500px;
  }
  #contacts .container .wrap .left {
    padding: 40px 0 40px 40px;
  }
  #contacts .container .wrap .left .about {
    padding: 60px 0;
  }
  .case_study {
    padding-top: 7rem;
  }
  .case_study .summary .ellipse, .case_study .process .ellipse, .case_study .ss .ellipse {
    width: 900px;
    height: 900px;
  }
  .case_study .options {
    flex-direction: column;
    align-items: center;
  }
  .case_study .options .box {
    margin: 20px 0;
  }
  .case_study footer .wrapper {
    flex-direction: column;
  }
  .case_study footer .wrapper .top_part {
    margin-bottom: 50px;
    flex-direction: row;
    flex: none;
    justify-content: center;
  }
  .case_study footer .wrapper .top_part .text {
    text-align: center;
  }
  .case_study footer .wrapper .right .contacts h3, .case_study footer .wrapper .project h3 {
    font-size: 30px;
    line-height: 25px;
  }
  .case_study footer .wrapper .right {
    width: 100%;
    margin-top: 50px;
  }
  .case_study footer .wrapper .right .contacts h3 {
    text-align: center;
  }
}
@media (max-width: 1050px) {
  body .heading h2 {
    font-size: 40px;
  }
  body .heading p {
    font-size: 23px;
    line-height: 30px;
  }
  #contacts .container .wrap {
    flex-direction: column;
  }
  #contacts .container .wrap .left, #contacts .container .wrap .right {
    width: 100%;
  }
  #contacts .container .wrap .left {
    padding: 40px;
  }
  #contacts .container .wrap .left .about {
    padding: 60px 0;
  }
  #contacts .container .wrap .right {
    padding-top: 0;
  }
  body .bottom {
    display: flex;
    flex-direction: column;
  }
  #services .wrap {
    flex-direction: column;
    padding-top: 10px;
  }
  #services .wrap .services {
    width: 100%;
  }
  #services .wrap .services .box {
    padding: 40px 80px;
    margin: 20px;
  }
  #services .wrap .services .box h3 {
    font-size: 27px;
    line-height: 30px;
  }
  .case_study .boxes {
    margin: 0 25px 50px;
  }
  .case_study .summary .ellipse, .case_study .process .ellipse, .case_study .ss .ellipse {
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 950px) {
  body header {
    padding: 10px 15px;
  }
  body .top_part img {
    width: 150px;
    margin-right: 15px;
  }
  .home .left .discount h2 {
    font-size: 55px;
  }
  .home .left .discount p {
    font-size: 29px;
    line-height: 45px;
  }
  .home .right {
    padding: 0;
  }
  .home .right .up h1 {
    line-height: 20px;
    font-size: 75px;
    text-align: center;
  }
  .home .right .up span {
    line-height: 30px;
    text-align: center;
  }
  .home .right .up .button p {
    font-size: 27px;
  }
  .home .right .down .images {
    width: 100%;
    display: block;
  }
  .home .right .down .images img {
    width: 100%;
  }
  .home .right .down .images img:last-child {
    left: 30px;
  }
  #works .wrap .box {
    padding: 15px 15px 25px 15px;
    border-radius: 40px;
    margin: 25px;
  }
  #works .wrap .box .image {
    width: 500px;
  }
  #works .ellipse2 {
    width: 450px;
    border-radius: 0 50% 50% 0;
  }
  #features .ellipse3 {
    width: 450px;
  }
  #features .ellipse4 {
    width: 200px;
  }
  #contacts .ellipse5 {
    width: 600px;
    height: 1000px;
  }
  .case_study .boxes {
    padding: 20px;
    border-radius: 70px;
    margin: 0 20px 50px;
  }
  .case_study .boxes .padd {
    padding: 30px;
  }
  .case_study .boxes .wrapper .text {
    margin: 40px 0;
    padding: 2rem;
  }
  .case_study .boxes .text p, .case_study .boxes .text li {
    font-size: 18px;
    line-height: 23px;
  }
  .case_study .summary .ellipse, .case_study .process .ellipse, .case_study .ss .ellipse {
    width: 450px;
    height: 700px;
  }
  .case_study .options .box {
    width: 550px;
    padding: 20px 20px 30px;
    border-radius: 40px;
  }
}
@media (max-width: 630px) {
  body section {
    padding-top: 7rem;
  }
  body .home {
    margin: 0 10px;
  }
  body .home .left {
    border-radius: 500px 500px 300px 300px;
  }
  body .home .left .discount {
    padding: 30px 30px 0;
  }
  body .home .left .discount h2 {
    font-size: 45px;
    line-height: 40px;
  }
  body .home .left .discount span {
    font-size: 20px;
  }
  body .home .left .discount p {
    font-size: 25px;
    line-height: 30px;
  }
  body .home .left .discount .button button {
    padding: 10px 15px;
    font-size: 20px;
  }
  body .home .left .social_media {
    padding: 15px 15px 20px;
  }
  body .home .left .social_media a {
    margin: 0;
  }
  body .home .right {
    padding: 10px;
  }
  body .home .right .button a {
    text-decoration: none;
    color: black;
    font-size: 20px;
  }
  body .home .right .up {
    height: 60vh;
  }
  body .home .right .up h1 {
    line-height: 50px;
    font-size: 60px;
  }
  body .home .right .up span {
    font-size: 25px;
    line-height: 25px;
  }
  body .home .right .down {
    margin: 0;
  }
  body .home .right .down .images img:last-child {
    left: 20px;
    top: 5rem;
  }
  .home .right .down .button button, .home .right .up .button button {
    padding: 10px 30px;
  }
  .home .right .down .button button a, .home .right .up .button button a {
    font-size: 20px;
  }
  .home .right .down .button p, .home .right .up .button p {
    font-size: 20px;
    line-height: 25px;
  }
  #works .wrap .box {
    padding: 13px 13px 25px 13px;
    border-radius: 30px;
    margin: 15px;
  }
  #works .wrap .box .image {
    width: 350px;
  }
  #features .wrap .feature img {
    width: 350px;
  }
  #features .wrap .feature h3 {
    font-size: 25px;
  }
  #features .wrap .feature p {
    font-size: 18px;
  }
  body .ellipse2, body .ellipse3, body .ellipse4, body .ellipse5 {
    display: none;
  }
  body .top_part {
    flex-direction: column;
  }
  body .top_part .text h2 {
    font-size: 60px;
    text-align: center;
  }
  body .top_part .text p {
    text-align: center;
  }
  body .project h3 {
    line-height: 50px;
  }
  body .project span {
    text-align: center;
    line-height: 30px;
  }
  body #services .wrap {
    padding: 0;
  }
  body #services .wrap .services .box h3 {
    font-size: 20px;
    line-height: 25px;
  }
  body #services .wrap .cta p {
    font-size: 20px;
    line-height: 25px;
  }
  body #contacts .container {
    margin: 15px;
  }
  body #contacts .container .wrap .left .about {
    padding: 40px 0;
  }
  body #contacts .container .wrap .left .about h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  body #contacts .container .wrap .left .about p {
    font-size: 18px;
  }
  body #contacts .container .wrap .right {
    padding: 0 15px;
  }
  body #contacts .container .wrap .right .project h3 {
    line-height: 30px;
    font-size: 25px;
  }
  body #contacts .container .wrap .right .project span {
    font-size: 20px;
  }
  body #contacts .container .wrap .right .project p {
    font-size: 18px;
  }
  body #contacts .container .wrap .right .contacts h3 {
    font-size: 25px;
  }
  body #contacts .container .bottom {
    padding: 0;
  }
  body .footer {
    text-align: center;
    padding: 20px 30px 20px;
    font-size: 15px;
  }
  body .case_study .heading2 h2 {
    font-size: 35px;
    text-align: center;
  }
  body .case_study .heading2 .details {
    padding: 30px;
  }
  body .case_study .heading2 .details p {
    font-size: 18px;
  }
  body .case_study .boxes h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  body .case_study .options .box {
    width: 450px;
    padding: 20px 20px 30px;
    border-radius: 40px;
  }
  body .case_study footer .wrapper .top_part {
    margin-bottom: 50px;
    flex-direction: column;
    flex: none;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  body .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  body .heading p {
    font-size: 18px;
    line-height: 20px;
  }
  body #works .wrap .box {
    border-radius: 30px;
    margin: 15px 0;
  }
  body #works .wrap .box .image {
    width: 325px;
  }
  body #works .wrap .box .buttons {
    margin-top: 25px;
  }
  body #works .wrap .box .buttons a {
    font-size: 18px;
  }
  body #services .wrap .cta .buttons a {
    margin: 10px 0;
    padding: 15px 20px;
    text-align: center;
  }
  body #features .wrap .feature img {
    width: 250px;
  }
  body .top_part .text h2 {
    font-size: 40px;
    line-height: 40px;
  }
  body .top_part .text p {
    font-size: 18px;
    line-height: 20px;
  }
  body .right .contacts {
    margin-bottom: 20px;
  }
  body .right .contacts .content p {
    font-size: 18px;
  }
  body .right .contacts .content p .bx {
    font-size: 30px;
    margin-right: 10px;
  }
  body .buttons a {
    font-size: 18px;
    padding: 10px 30px;
  }
  body .case_study .boxes {
    padding: 15px;
    border-radius: 40px;
    margin: 0 20px 25px;
  }
  body .case_study .boxes img {
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(131, 65, 65, 0.5);
  }
  body .case_study .boxes .wrapper .text {
    border-radius: 40px;
    margin: 20px 0;
  }
  body .case_study .boxes h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
  }
  body .case_study .options .box {
    width: 350px;
    padding: 15px 15px 20px;
    border-radius: 40px;
  }
  body .case_study .summary .ellipse, body .case_study .process .ellipse, body .case_study .ss .ellipse {
    width: 300px;
    height: 500px;
  }
}

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