HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/WPProfessionalCleaning-old/wp-content/themes/professional-cleaning/css/common.css
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
html {
  font-size: 20px;
}

body {
  font-family: "Onest", serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .custom-container {
    max-width: 1406px;
  }
}
@media (max-width: 767px) {
  .custom-container {
    max-width: 100%;
  }
}

.title {
  color: #001681;
  font-size: 72px;
  line-height: 92px;
  font-weight: 700;
  position: relative;
  padding-top: 10px;
  margin: 0;
}
@media (max-width: 1679px) {
  .title {
    font-size: 62px;
    line-height: 72px;
  }
}
@media (max-width: 1481px) {
  .title {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 32px;
  }
}
.title::after {
  content: "";
  background: url(../img/title-star.svg) no-repeat center;
  background-size: contain;
  width: 62px;
  height: 56px;
  display: inline-block;
  position: absolute;
  top: -5px;
}
@media (max-width: 991px) {
  .title::after {
    width: 32px;
  }
}
.title span {
  color: #FFD320;
  font-weight: 300;
}

.para {
  font-size: 20px;
  color: #556667;
  margin-bottom: 22px;
  line-height: 32px;
}
@media (max-width: 1679px) {
  .para {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1441px) {
  .para {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .para {
    font-size: 14px;
    line-height: 24px;
  }
}

.btn-primry {
  height: 63px;
  background-color: #FFDE59;
  font-weight: 700;
  color: #001681;
  padding: 19px 16px 19px 36px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 31px;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .btn-primry {
    font-size: 18px;
    height: 53px;
  }
}
@media (max-width: 1441px) {
  .btn-primry {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .btn-primry {
    font-size: 14px;
    height: 47px;
  }
}
.btn-primry.arrow::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/arrow-right-btn.svg) no-repeat center;
  background-size: contain;
}

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