File: /var/www/html/CW-techs/wp-content/themes/cw-techs/css/common.css
@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..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 ***/
body {
font-family: "Schibsted Grotesk", sans-serif;
font-weight: 400;
font-size: 18px;
background-color: #111113;
overflow-x: hidden;
}
img {
max-width: 100%;
}
.custom-container {
max-width: 1764px;
}
@media (max-width: 1441px) {
.custom-container {
max-width: 1300px;
}
}
@media (max-width: 767px) {
.custom-container {
max-width: 100%;
}
}
.title {
color: #fff;
font-weight: 400;
font-size: 42px;
text-transform: uppercase;
text-align: center;
}
@media (max-width: 1679px) {
.title {
font-size: 38px;
}
}
@media (max-width: 1481px) {
.title {
font-size: 35px;
}
}
@media (max-width: 1199px) {
.title {
font-size: 28px;
}
}
@media (max-width: 991px) {
.title {
font-size: 24px;
}
}
@media (max-width: 767px) {
.title {
font-size: 22px;
}
}
@media (max-width: 579px) {
.title {
font-size: 20px;
}
}
.title .color {
color: #CD6429;
font-weight: 700;
}
.px-common {
padding-left: 75px;
padding-right: 75px;
}
@media (max-width: 1679px) {
.px-common {
padding-left: 60px;
padding-right: 60px;
}
}
@media (max-width: 1199px) {
.px-common {
padding-left: 40px;
padding-right: 40px;
}
}
@media (max-width: 991px) {
.px-common {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 579px) {
.px-common {
padding-left: 20px;
padding-right: 20px;
}
}
.sec-btn {
width: 225px;
height: 60px;
border: 0.75px solid #1C1C1F;
display: flex;
align-items: center;
justify-content: center;
background-color: #151516;
color: #fff;
font-weight: 400;
font-size: 16px;
border-radius: 60px;
text-decoration: none;
justify-content: space-between;
padding: 21px 30px;
overflow: hidden;
position: relative;
}
@media (max-width: 1679px) {
.sec-btn {
height: 50px;
font-size: 15px;
padding: 15px 25px;
}
}
@media (max-width: 1441px) {
.sec-btn {
height: 46px;
font-size: 14px;
}
}
@media (max-width: 1199px) {
.sec-btn {
font-size: 13px;
height: 42px;
width: 190px;
padding: 10px 20px;
}
}
.sec-btn:hover {
background-color: #CD6429;
border: 1px solid #CD6429;
color: #fff;
}
@media (max-width: 767px) {
.sec-btn .img img {
width: 22px;
}
}
@media (max-width: 579px) {
.sec-btn:not(.primary-bg) .icon {
width: 7px;
}
}
@media (max-width: 1199px) {
.sec-btn.primary-bg .icon {
width: 25px;
}
}
@media (max-width: 579px) {
.sec-btn.primary-bg .icon {
width: 20px;
}
}
.sec-btn.primary-bg:hover {
background-color: transparent;
color: #CD6429;
}
.sec-btn span {
position: relative;
z-index: 1;
}
.sec-btn:hover::after {
transform: translateX(0);
width: 100%;
border-radius: 30px;
}
.sec-btn:hover .img, .sec-btn:hover .icon {
filter: brightness(0) saturate(100%) invert(41%) sepia(61%) saturate(750%) hue-rotate(340deg) brightness(98%) contrast(88%);
}
.sec-btn.primary-bg {
background-color: #CD6429;
border: 0.75px solid #CD6429;
}
@media (max-width: 579px) {
.sec-btn.primary-bg .icon {
width: 20px;
}
}
.error-msg {
color: #ff0000;
font-size: 14px;
padding-top: 5px;
position: absolute;
}
.submit-primary {
width: 100%;
height: 60px;
border: 0.75px solid #1C1C1F;
display: flex;
align-items: center;
justify-content: center;
background-color: #CD6429;
color: #fff;
font-weight: 400;
font-size: 18px;
border-radius: 60px;
text-decoration: none;
justify-content: center;
padding: 21px 22px;
overflow: hidden;
position: relative;
}
@media (max-width: 1679px) {
.submit-primary {
height: 50px;
font-size: 16px;
padding: 15px 20px;
}
}
@media (max-width: 1441px) {
.submit-primary {
height: 48px;
font-size: 15px;
}
}
@media (max-width: 1199px) {
.submit-primary {
height: 46px;
font-size: 14px;
padding: 10px 15px;
}
}
@media (max-width: 991px) {
.submit-primary {
height: 44px;
font-size: 13px;
}
}
.submit-primary span {
position: relative;
z-index: 1;
}
.submit-primary::after {
width: 0%;
height: 100%;
background-color: #151516;
transform: translateX(-100%);
transition: width 0.2s linear;
position: absolute;
left: 0px;
}
.submit-primary:hover {
background-color: transparent;
border: 1px solid #CD6429;
color: #CD6429;
}
.submit-primary:hover::after {
transform: translateX(0);
width: 100%;
border-radius: 30px;
}
@media (max-width: 991px) {
.common-outer {
padding-top: 80px;
}
}
.parsley-custom-error-message, .parsley-required, .parsley-length, .parsley-equalto, .parsley-type, .parsley-minlength, .parsley-pattern {
position: absolute;
font-size: 13px;
font-weight: 500;
font-family: "Schibsted Grotesk", sans-serif;
bottom: -18px;
padding-left: 25px;
left: 0;
}
@media (max-width: 579px) {
.parsley-custom-error-message, .parsley-required, .parsley-length, .parsley-equalto, .parsley-type, .parsley-minlength, .parsley-pattern {
font-size: 11px;
}
}
@media (max-width: 379px) {
.parsley-custom-error-message, .parsley-required, .parsley-length, .parsley-equalto, .parsley-type, .parsley-minlength, .parsley-pattern {
font-size: 10px;
}
}
a {
text-decoration: none;
}
.star {
color: red;
}
.no-data {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 100px;
width: 100%;
}
.no-data .no-msg {
color: #fff;
font-weight: 400;
font-size: 18px;
margin-top: 10px;
text-align: center;
}
@media (max-width: 1679px) {
.no-data .no-msg {
font-size: 16px;
}
}
@media (max-width: 1441px) {
.no-data .no-msg {
font-size: 14px;
}
}
.no-data .no-data-img {
width: 221px;
height: 260px;
}
@media (max-width: 1679px) {
.no-data .no-data-img {
width: 200px;
height: 240px;
}
}
@media (max-width: 1441px) {
.no-data .no-data-img {
width: 180px;
height: 220px;
}
}
@media (max-width: 1199px) {
.no-data .no-data-img {
width: 160px;
height: 200px;
}
}
@media (max-width: 991px) {
.no-data .no-data-img {
width: 140px;
height: 180px;
}
}
@media (max-width: 767px) {
.no-data .no-data-img {
width: 120px;
height: 160px;
}
}
.no-data .no-data-img img {
width: 100%;
height: 100%;
object-fit: contain;
}
.suggestions-box {
color: #fff;
font-weight: 400;
font-size: 14px;
width: 100%;
line-height: 26px;
position: absolute;
border-radius: 7px;
padding: 20px;
z-index: 9;
background-color: #181819;
}
@media (max-width: 1679px) {
.suggestions-box {
font-size: 13px;
}
}
@media (max-width: 1441px) {
.suggestions-box {
font-size: 12px;
}
}
.suggestions-box .suggestion-item {
cursor: pointer;
padding: 5px 18px;
border-radius: 10px;
}
.suggestions-box .suggestion-item:hover {
background-color: rgba(0, 0, 0, 0.5882352941);
}
.rating {
display: flex;
align-items: center;
}
.rating .rating-btn {
padding: 0px;
background-color: transparent;
box-shadow: none;
border: none;
width: 16px;
height: 16px;
display: flex;
align-items: center;
}
.rating .rating-btn img {
width: 100%;
height: 100%;
object-fit: contain;
}
.rating .rating-btn img:hover {
filter: brightness(0) saturate(100%) invert(41%) sepia(71%) saturate(521%) hue-rotate(338deg) brightness(99%) contrast(98%);
}
.rating .rating-btn img:active {
filter: brightness(0) saturate(100%) invert(41%) sepia(71%) saturate(521%) hue-rotate(338deg) brightness(99%) contrast(98%);
}
.rating .rating-btn.active img {
filter: brightness(0) saturate(100%) invert(41%) sepia(71%) saturate(521%) hue-rotate(338deg) brightness(99%) contrast(98%);
}
.custom-review-form {
position: relative;
}
.custom-review-form h4 {
color: #fff;
font-weight: 400;
font-size: 18px;
margin-top: 10px;
/* text-align: center; */
/* color: #CD6429; */
font-weight: 700;
}
@media (max-width: 1679px) {
.custom-review-form h4 {
font-size: 16px;
}
}
@media (max-width: 1441px) {
.custom-review-form h4 {
font-size: 14px;
}
}
.custom-review-form textarea, .custom-review-form select {
border: 1px solid #2E2E34;
height: 62px;
display: flex;
align-items: center;
padding-left: 40px;
font-family: "Schibsted Grotesk", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
border-radius: 50px;
width: 100%;
background-color: #181819;
}
.custom-review-form textarea:focus, .custom-review-form select:focus {
border: 1px solid #2E2E34 !important;
box-shadow: none;
outline: none;
}
.custom-review-form textarea {
min-height: 150px;
border-radius: 20px;
padding-top: 20px;
}
.custom-review-form .custom-review-form input.parsley-error, .custom-review-form .custom-review-form select.parsley-error, .custom-review-form .custom-review-form textarea.parsley-error, .custom-review-form .custom-review-form input.parsley-success, .custom-review-form .custom-review-form select.parsley-success, .custom-review-form .custom-review-form textarea.parsley-success {
color: #fff !important;
background-color: #181819 !important;
border: 1px solid #2E2E34 !important;
}
.custom-review-form label {
font-family: "Schibsted Grotesk", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
padding-bottom: 15px;
}
@media (max-width: 1679px) {
.custom-review-form label {
font-size: 14px;
}
}
@media (max-width: 1441px) {
.custom-review-form label {
font-size: 14px;
}
}
.custom-review-form button {
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background-color: #CD6429;
color: #fff;
font-weight: 400;
font-size: 18px;
border-radius: 60px;
text-decoration: none;
justify-content: center;
padding: 21px 22px;
overflow: hidden;
position: relative;
background-color: #CD6429;
box-shadow: none;
border: 1px solid #CD6429;
}
@media (max-width: 1679px) {
.custom-review-form button {
height: 50px;
font-size: 16px;
padding: 15px 20px;
}
}
@media (max-width: 1441px) {
.custom-review-form button {
height: 48px;
font-size: 15px;
}
}
@media (max-width: 1199px) {
.custom-review-form button {
height: 46px;
font-size: 14px;
padding: 10px 15px;
}
}
@media (max-width: 991px) {
.custom-review-form button {
height: 44px;
font-size: 13px;
}
}
.custom-review-form .form-grp {
position: relative;
margin-bottom: 35px;
}
.custom-review-form input.parsley-error, .custom-review-form select.parsley-error, .custom-review-form textarea.parsley-error, .custom-review-form input.parsley-success, .custom-review-form select.parsley-success, .custom-review-form textarea.parsley-success {
color: #fff;
background-color: #181819 !important;
border: 1px solid #2E2E34 !important;
}
.noreview p, .noreview a {
color: #fff !important;
}
/* Width of the scrollbar */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
/* Track (background) */
::-webkit-scrollbar-track {
background-color: #000;
border-radius: 5px;
}
/* Handle (thumb) */
::-webkit-scrollbar-thumb {
background-color: #CD6429;
border-radius: 5px;
border: 2px solid #000; /* adds padding around thumb */
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background-color: #b55522;
}
button:focus {
box-shadow: none;
outline: none;
}
@media (max-width: 1679px) {
.long-msg-error .parsley-pattern {
bottom: -28px !important;
}
}
@media (max-width: 767px) {
.long-msg-error .parsley-pattern {
bottom: -18px !important;
}
}
@media (max-width: 417px) {
.long-msg-error .parsley-pattern {
bottom: -28px !important;
}
}
/*# sourceMappingURL=common.css.map */