/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  list-style: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
  border-style: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Set up a decent box model on the body element
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * a anchor tag styles overall
 */
a {
  color: #222222;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #222222;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Changa", sans-serif;
}

/* paragraph color general */
p {
  color: #414141;
}

/* heading general styles in each section */
.text-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .text-header {
    width: 100%;
  }
}
.text-header h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}
.text-header p {
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300;
  line-height: 1.8;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1440px;
  /* 1 */
  margin: 0 auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}
@media (max-width: 1024px) {
  .container {
    padding-left: 30px;
    /* 3 */
    padding-right: 30px;
    /* 3 */
    width: 90%;
    /* 1 */
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * This file contains all styles related to the header of the site.
 */
header {
  height: 100px;
  width: 100%;
  background-color: #fff;
  direction: rtl;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1024px) {
  header nav {
    padding: 0;
  }
}
header nav .logo {
  font-size: 2rem;
  font-weight: bold;
  z-index: 99;
  margin-left: 1rem;
}
header nav ul {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  padding: 0;
}
header nav ul li {
  margin-left: 20px;
}
header nav ul li a {
  color: #000;
  font-size: clump(1rem, 10vw, 1.3rem);
  font-weight: 500;
}
header nav ul li a:hover {
  color: #fb4a4d;
}
header nav ul .btns-menu {
  display: none;
}
@media (max-width: 480px) {
  header nav ul .btns-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  header nav ul {
    display: none;
  }
}
header nav .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
header nav .btns .btn {
  color: #fb4a4d;
  background-color: #ffefed;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 480px) {
  header nav .btns {
    display: none;
  }
}

.menu-logo {
  display: none;
}

/* This file contains all styles related to the footer of the site. */
footer {
  padding: 5rem 0 0 0;
  direction: rtl;
}
@media (max-width: 768px) {
  footer {
    padding: 2rem 0 0 0;
  }
}

/* footer items */
.footer-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .footer-items {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .footer-items {
    gap: 2rem;
  }
}
.footer-items .footer-item {
  text-align: start;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .footer-items .footer-item {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer-items .footer-item {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.footer-items .footer-item h4 {
  font-size: clamp(1.2rem, 5vw, 1.8rem);
  margin: 1.5rem 0;
}
@media (max-width: 1024px) {
  .footer-items .footer-item h4 {
    text-align: start;
  }
}
@media (max-width: 480px) {
  .footer-items .footer-item h4 {
    text-align: center;
  }
}
.footer-items .footer-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .footer-items .footer-item ul {
    text-align: start;
  }
}
@media (max-width: 480px) {
  .footer-items .footer-item ul {
    text-align: center;
  }
}
.footer-items .footer-item ul li {
  margin-bottom: 0.8rem;
}
.footer-items .footer-item ul li a {
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 300;
  color: #414141;
}
.footer-items .footer-item ul li a:hover {
  color: #fb4a4d;
}
.footer-items .footer-item h3 {
  font-size: clamp(1.2rem, 5vw, 1.8rem);
  margin: 1.5rem 0;
}
.footer-items .footer-item p {
  font-size: clamp(1rem, 5vw, 1.3rem);
  margin-bottom: 2rem;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .footer-items .footer-item p {
    max-width: 100%;
  }
}
.footer-items .footer-item form {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer-items .footer-item form {
    flex-direction: column;
  }
}

.bottom-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2rem 0;
}
.bottom-footer .socials {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}
.bottom-footer .socials a {
  font-size: clamp(1rem, 5vw, 1.2rem);
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.bottom-footer .copyright {
  font-size: clamp(0.8rem, 5vw, 1.1rem);
  text-align: center;
  margin: 1rem 0;
  color: #999999;
  text-transform: capitalize;
}

/* This file contains all styles related to the button component. */
.btn {
  display: inline-block;
  padding: 20px 28px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 100px;
  color: #fff;
  background-color: #fb4a4d;
  transition: all 0.2s ease-in-out;
  max-height: 63px;
}
.btn:hover {
  color: #fb4a4d;
  background-color: #fff;
  border-color: #fb4a4d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fb4a4d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fb4a4d;
}

/* This file contains all styles related to the input of the site. */
input[type=email] {
  max-height: 63px;
  border-radius: 100px;
  border: 1px solid #ccc;
  padding: 20px 40px;
  font-size: 20px;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=email]:focus {
  border-color: #fb4a4d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fb4a4d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #fb4a4d;
}

/* This file contains all styles related to the dropdown menu of the site. */
.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3a3e42;
}

@media (max-width: 768px) {
  .nav-link {
    font-size: 1.4rem;
    font-weight: 400;
    color: #3a3e42;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .nav-link {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 98;
    position: fixed;
    right: -100%;
    top: -20px;
    flex-direction: column;
    background: #ffffff;
    width: 70%;
    height: 100vh;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 768px) {
  .nav-menu.active {
    right: 0;
  }
}
@media (max-width: 768px) {
  .nav-item {
    margin: 1.6rem 0;
  }
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
}
@media (max-width: 768px) {
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.home {
  margin: 7rem 0 10rem 0;
  direction: rtl;
}
@media (max-width: 768px) {
  .home {
    margin: 3rem 0 6rem 0;
  }
}
@media (max-width: 480px) {
  .home {
    margin: 2rem 0;
  }
}

/* home section  */
.home-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
  /* home section title and subtitle */
}
@media (max-width: 1024px) {
  .home-container {
    flex-direction: column;
  }
}
.home-container .home-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1024px) {
  .home-container .home-info {
    align-items: center;
  }
}
.home-container .home-info h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.home-container .home-info p {
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .home-container .home-info .form-container {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.home-container .home-info .form-container input {
  margin: 0 1rem 1rem 0;
}
.home-container .home-info .form-container div {
  margin: 1rem;
  font-style: 1.5rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .home-container .home-info .form-container div {
    text-align: center;
  }
}
.home-container .home-info .form-container div a {
  font-weight: 500;
  text-decoration: underline;
  margin-right: 1rem;
}
.home-container .home-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-container .home-img .svg {
  position: absolute;
  width: 0;
  height: 0;
}
.home-container .home-img .clipped {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/teamwork.jpg) no-repeat center center;
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  box-shadow: 0 10px 10px #86d3e0;
}
@media (max-width: 1024px) {
  .home-container .home-img .clipped {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .home-container .home-img .clipped {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .home-container .home-img .clipped {
    height: 300px;
  }
}
.home-container .home-img .shapes .shape-1 {
  position: absolute;
  top: 400px;
  left: 0;
  width: 140px;
  height: 140px;
  background: #86d3e0;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  -moz-box-shadow: 0 0 10px #86d3e0;
  -webkit-box-shadow: 0 0 10px #86d3e0;
  box-shadow: 0 0 10px #86d3e0;
}
@media (max-width: 1024px) {
  .home-container .home-img .shapes .shape-1 {
    top: 400px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .home-container .home-img .shapes .shape-1 {
    top: 300px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .home-container .home-img .shapes .shape-1 {
    top: 200px;
    width: 80px;
    height: 80px;
  }
}
.home-container .home-img .shapes .shape-2 {
  position: absolute;
  top: 0;
  left: 200px;
  width: 70px;
  height: 70px;
  background: #ffd43b;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  -moz-box-shadow: 0 0 5px #ffd43b;
  -webkit-box-shadow: 0 0 5px #ffd43b;
  box-shadow: 0 0 5px #ffd43b;
}

.features {
  background-color: #ffefed;
  padding: 7rem 0;
  direction: rtl;
}
@media (max-width: 768px) {
  .features {
    padding: 3rem 0;
  }
}

.features-items {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 2rem;
}
@media (max-width: 768px) {
  .features-items {
    gap: 1rem;
  }
}
.features-items .feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 300px;
  margin: 1rem 0;
}
.features-items .feature-item i {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 1rem 0;
  color: #fb4a4d;
  opacity: 0.85;
}
.features-items .feature-item h3 {
  font-size: clamp(1.5rem, 2vw, 1.2rem);
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}
.features-items .feature-item p {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 300;
  line-height: 1.8;
  color: #414141;
}

.more-features {
  width: 100%;
  text-align: center;
}
.more-features a {
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  font-weight: 400;
  margin-right: 1rem;
  margin-left: 3px;
}
.more-features a:hover {
  color: #fb4a4d;
  margin-left: 15px;
}
.more-features:hover {
  color: #fb4a4d;
}

.work {
  padding: 7rem 0;
  direction: rtl;
}
@media (max-width: 768px) {
  .work {
    padding: 3rem 0;
  }
}

.work-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 4rem 0;
  gap: 6rem;
}
@media (max-width: 768px) {
  .work-item {
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
  }
}
.work-item .work-info {
  margin: 3rem 0;
}
.work-item .work-info h3 {
  font-size: clamp(1.5rem, 2vw, 1.2rem);
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}
.work-item .work-info p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 300;
  line-height: 1.8;
  color: #414141;
}
.work-item .work-info .btn {
  padding: 1rem 3rem;
  color: #fb4a4d;
  background-color: #ffefed;
}
.work-item img {
  width: 35%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .work-item img {
    width: 100%;
  }
}

.contact {
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 79px, #000 79px, #abced4 81px, transparent 81px), linear-gradient(whitesmoke 0.1em, transparent 0.1em);
  background-size: 100% 1.2em;
  padding: 6rem 0;
  direction: rtl;
}
@media (max-width: 768px) {
  .contact {
    padding: 3rem 0;
  }
}
.contact form {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .contact form {
    flex-direction: column;
  }
}
.contact form input {
  width: 30%;
}
@media (max-width: 1024px) {
  .contact form input {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .contact form input {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .contact form input {
    width: 100%;
  }
}
.contact form .btn {
  background-color: #000;
}
.contact form .btn:hover {
  background-color: #fff;
}

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