/* common part */
body {
  margin: 0;
}

a {
  text-decoration: none !important;
}
/* common part */

/* Navbar start */
#navbar {
  width: 100%;
  height: 134px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#navbar-logo-lg {
  width: 134px;
  height: 134px;
  cursor: pointer;
}

#navbar-logo-sm {
  width: 74px;
  height: 74px;
  margin: 0px 0 0 18px;
  cursor: pointer;
  display: none;
}

#navbar-line-left {
  height: 1px;
  width: 14.5%;
  background-color: #383838;
}

#navbar-line-right {
  height: 1px;
  width: 14.5%;
  background-color: white;
}

.navbar-link {
  color: #383838 !important;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.navbar-link-right {
  color: white !important;
}

.navbar-link-container {
  transition: all 0.2s linear;
  border-bottom: 3px solid rgba(238, 73, 73, 0);
  cursor: pointer;
}

.navbar-link-container:hover {
  border-bottom: 3px solid rgba(238, 73, 73, 1);
}

@media (max-width: 1070px) {
  #navbar-line-left {
    width: 60px;
  }

  #navbar-line-right {
    width: 60px;
  }
}

@media (max-width: 883px) {
  #navbar-line-left {
    width: 20px;
  }

  #navbar-line-right {
    width: 20px;
  }
}

@media (max-width: 768px) {
  #navbar-line-left {
    display: none;
  }
  #navbar-line-right {
    visibility: hidden;
  }
  #navbar-logo-sm {
    display: block;
  }

  #navbar-logo-lg {
    display: none;
  }
  #navbar {
    height: 92px;
    margin-top: 18px;
  }
  .navbar-link {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .navbar-link {
    display: none;
  }
  .navbar-link-container {
    display: none;
  }
}
/* Navbar end */

/* home background image start */
#home-background-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 65%;
}

@media (max-width: 768px) {
  #home-background-img {
    width: 56%;
  }
}

@media (max-width: 440px) {
  #home-background-img {
    width: 78%;
  }
}

/* home background image end */

/* intro container start */
#intro-container {
  width: 75%;
  margin-top: 100px;
  padding-left: 60px;
  box-sizing: border-box;
}

#intro-one {
  margin: 0;
  color: #383838;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

#intro-two {
  margin: 0;
  margin-left: 160px;
  color: #ee4949;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

#two-hangers {
  width: 50%;
  position: absolute;
  right: 0;
  top: 192px;
}

#intro-text {
  width: 461px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #383838;
  font-family: "PT Sans", sans-serif;
}

#intro-button-container {
  width: 461px;
  margin-top: 63px;
  display: flex;
}

#intro-button-left {
  width: 185px;
  height: 43px;
  text-align: center;
  background: #ee4949 0% 0% no-repeat padding-box;
  border-radius: 3px;
  line-height: 43px;
  color: white;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s linear;
}

#intro-button-right {
  margin-left: 25px;
  width: 185px;
  height: 43px;
  text-align: center;
  border: 2px solid #ee4949;
  border-radius: 3px;
  line-height: 43px;
  color: #ee4949;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

#intro-button-left:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

#intro-button-right:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1100px) {
  #intro-one {
    font-size: 35px;
  }
  #intro-two {
    font-size: 35px;
  }
  #intro-container {
    padding: 20px;
    margin-top: 50px;
  }
  #intro-text {
    width: 350px;
  }
  #intro-button-container {
    width: 350px;
  }
}

@media (max-width: 768px) {
  #intro-one {
    font-size: 30px;
  }
  #intro-two {
    font-size: 30px;
  }
  #two-hangers {
    top: 100px;
  }
  #intro-text {
    width: 320px;
  }
  #intro-button-container {
    width: 320px;
  }
  #intro-container {
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  #intro-one {
    font-size: 42px;
  }
  #intro-two {
    font-size: 42px;
  }
  #intro-container {
    margin: auto;
    margin-top: 258px;
  }
  #intro-text {
    width: 400px;
  }
  #intro-button-container {
    width: 400px;
  }
}

@media (max-width: 440px) {
  #intro-one {
    font-size: 35px;
  }
  #intro-two {
    font-size: 35px;
  }
  #two-hangers {
    width: 70%;
    top: 90px;
  }
  #intro-container {
    padding: 20px;
    width: 100%;
  }
  #intro-text {
    width: 320px;
  }
  #intro-button-container {
    width: 320px;
  }
}
/* intro container end */

/* main content start */
#main-container-web {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#why-title {
  margin-top: 362px;
  margin-left: 60px;
}

#why-text {
  font-size: 35px;
  color: #383838;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.red-bar {
  width: 36px;
  height: 6px;
  background-color: #ee4949;
}

#features-container {
  width: 75%;
  margin-top: 60px;
}

.feature-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-container-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-title {
  font-size: 28px;
  color: #383838;
  font-family: "Montserrat", sans-serif;
}

.feature-title-mobile {
  font-size: 22px;
  color: #383838;
  font-family: "Montserrat", sans-serif;
  margin-top: -10px;
  margin-bottom: 0px;
}

.feature-paragraph {
  font-size: 16px;
  color: #383838;
  font-family: "PT Sans", sans-serif;
  max-width: 481px;
}

.feature-paragraph-mobile {
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  font-family: "PT Sans", sans-serif;
  text-align: center;
}

.feature-img {
  width: 326px;
  height: 326px;
}

#main-container-mobile {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: none;
  box-sizing: border-box;
}

#feature-container-mobile {
  width: 100%;
  display: flex;
  align-items: center;
}

.feature-paragraph-mobile {
  width: 73%;
}

#double-arrow {
  width: 37px;
  height: 27px;
}

@media (max-width: 1100px) {
  #main-container-web {
    padding-left: 20px;
    padding-right: 20px;
  }
  #why-title {
    margin-top: 150px;
  }
  #features-container {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .feature-img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 600px) {
  #main-container-web {
    display: none !important;
  }
  #main-container-mobile {
    display: block !important;
  }

  #why-title {
    margin-left: 20px;
  }

  #why-text {
    font-size: 25px;
  }

  #double-arrow {
    width: 23px;
    height: 17px;
  }
}
/* main content end */

/* footer start */

#footer {
  width: 100%;
  background-color: #112b36;
  height: 413px;
  padding: 55px 60px 55px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}

#footer-container {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  justify-content: space-between;
}

#footer-description {
  width: 300px;
}

#footer-description-text {
  font-size: 16px;
  color: white;
  font-family: "PT Sans", sans-serif;
  line-height: 24px;
  letter-spacing: 0px;
}

#footer-title {
  font-family: "Audiowide", cursive;
  font-size: 24px;
  color: #ee4949;
  white-space: nowrap;
}

#footer-nav {
}

.footer-nav-item {
  font-size: 13px;
  color: white;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 25px;
}

#footer-contact-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: white;
}

#footer-contact-container {
  width: 241px;
  margin-top: 30px;
}

#footer-contact-container-right {
  width: 241px;
  margin-top: 30px;
}

#footer-contact-container-title {
  width: 100%;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: white;
  border-bottom: 1px solid white;
}

#footer-contact-title-right {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: white;
  visibility: hidden;
}

#footer-contact-container-info {
  width: 100%;
}

.footer-icon {
  width: 23px;
  height: 23px;
}

.footer-label {
  font-size: 16px;
  color: white;
  font-family: "PT Sans", sans-serif;
  margin-left: 15px;
}

.footer-contact-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.footer-contact-row-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

#footer-text {
  font-size: 16px;
  color: white;
  font-family: "PT Sans", sans-serif;
}

@media (max-width: 1000px) {
  #footer-description {
    width: 232px;
  }
  #footer-contact-container,
  #footer-contact-container-right {
    width: 200px;
  }
}

@media (max-width: 900px) {
  #footer-container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: space-around;
    row-gap: 55px;
  }

  #footer {
    height: unset;
    align-items: center;
  }

  #footer-text {
    margin-top: 55px;
    white-space: nowrap;
  }
}

@media (max-width: 470px) {
  #footer-container {
    display: none;
  }
  #footer-text {
    margin-top: 0px;
  }
  #footer {
    padding: 26.88px 40px;
  }
}

/* footer end */

a:hover {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

/* hovering navbutton */
.mobile-hover-menu {
  width: 0px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 5;
  transition: all 0.2s linear;
  opacity: 0;
  padding-left: 43px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mobile-hover-menu-show {
  width: 66%;
  opacity: 1;
}

.mobile-hover-button {
  width: 52px;
  height: 52px;
  position: fixed;
  z-index: 10;
  bottom: 18px;
  right: 18px;
  cursor: pointer;
}

.main-page-filter {
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  transition: all 0.2s linear;
}

.main-page-filter-show {
  display: block;
  background-color: grey;
  opacity: 0.4;
}

#mobile-menu-contents {
  width: 130px;
  height: 314px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 600px) {
  .mobile-hover-menu,
  .mobile-hover-button,
  .main-page-filter {
    display: none;
  }
}

.mobile-nav-item {
  color: #383838;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.mobile-nav-item:hover {
  color: #ee4949;
}
/* hovering navbutton */
