File: //var/www/html/raya-health/wp-content/themes/raya-health/css/header.css
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Spartan:wght@100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..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 ***/
.header-wrap {
padding: 15px 0 15px 0;
position: absolute;
inset: 0 0 auto 0;
transition: 0.3s;
z-index: 9;
}
.header-wrap .content-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
}
.header-wrap .content-wrap .logo-wrap .logo-name {
font-family: "League Spartan", sans-serif;
color: #f655ff;
font-weight: 700 !important;
font-size: 32px;
line-height: 1;
}
@media (max-width: 1679px) {
.header-wrap .content-wrap .logo-wrap .logo-name {
font-size: 30px;
}
}
@media (max-width: 1199px) {
.header-wrap .content-wrap .logo-wrap .logo-name {
font-size: 28px;
}
}
@media (max-width: 991px) {
.header-wrap .content-wrap .logo-wrap .logo-name {
font-size: 26px;
}
}
@media (max-width: 991px) {
.header-wrap .content-wrap .menu-wrap {
display: none;
}
}
.header-wrap .content-wrap .menu-wrap .list {
margin: 0;
padding: 0;
display: flex;
gap: 30px;
}
@media (max-width: 1679px) {
.header-wrap .content-wrap .menu-wrap .list {
gap: 20px;
}
}
@media (max-width: 991px) {
.header-wrap .content-wrap .menu-wrap .list {
flex-direction: column;
padding: 20px 15px 40px 15px;
gap: 25px;
}
}
.header-wrap .content-wrap .menu-wrap .list li {
list-style: none;
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 500 !important;
font-family: "Inter", sans-serif !important;
}
@media (max-width: 1679px) {
.header-wrap .content-wrap .menu-wrap .list li {
font-size: 14px;
}
}
@media (max-width: 991px) {
.header-wrap .content-wrap .menu-wrap .list li {
text-align: center;
}
}
@media (max-width: 767px) {
.header-wrap .content-wrap .menu-wrap .list li {
font-size: 16px;
}
}
.header-wrap .content-wrap .menu-wrap .list li a {
color: #171717;
font-family: "Inter", sans-serif !important;
font-weight: 500 !important;
}
.header-wrap .content-wrap .menu-wrap .list li a:hover {
color: #f655ff;
}
@media (max-width: 991px) {
.header-wrap .content-wrap .btn-wrap {
display: none;
}
}
.header-wrap .content-wrap .btn-wrap .login-txt {
color: #171717;
font-size: 16px;
font-weight: 500 !important;
margin: 0;
padding: 0 10px 0 0;
font-family: "Inter", sans-serif !important;
}
@media (max-width: 1679px) {
.header-wrap .content-wrap .btn-wrap .login-txt {
font-size: 14px;
}
}
@media (max-width: 767px) {
.header-wrap .content-wrap .btn-wrap .login-txt {
font-size: 12px;
}
}
.header-wrap .content-wrap .btn-wrap .btn {
height: 40px;
font-size: 14px;
padding: 5px 15px;
}
@media (max-width: 1679px) {
.header-wrap .content-wrap .btn-wrap .btn {
height: 38px;
}
}
.header-wrap.shrink {
background: #feeeff;
position: fixed;
}
.btn-hand {
display: none;
width: 36px;
height: 36px;
border-radius: 6px;
cursor: pointer;
}
@media (max-width: 991px) {
.btn-hand {
display: block;
}
}
.site-menu-wrap {
width: 300px;
position: fixed;
inset: 0 auto 0 -300px;
z-index: 99;
background: #fff;
overflow: hidden;
transition: all 0.5s ease;
}
@media (min-width: 992px) {
.site-menu-wrap {
display: none;
}
}
.site-menu-wrap .menu-content {
width: 300px;
overflow: auto;
}
.site-menu-wrap .menu-head {
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.site-menu-wrap .menu-head .logo-name {
font-family: "League Spartan", sans-serif;
color: #f655ff;
font-weight: 700 !important;
font-size: 28px;
line-height: 1;
}
.site-menu-wrap .menu-head .btn-close {
width: 36px;
height: auto;
margin: 0;
padding: 0;
cursor: pointer;
}
.site-menu-wrap .list {
margin: 0;
display: flex;
gap: 25px;
flex-direction: column;
padding: 20px 15px 40px 15px;
}
.site-menu-wrap .list li {
list-style: none;
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 500 !important;
text-align: center;
font-family: "Inter", sans-serif !important;
}
.site-menu-wrap .list li a {
color: #171717;
font-family: "Inter", sans-serif !important;
font-weight: 500 !important;
}
.site-menu-wrap .btn-wrap {
display: flex;
flex-direction: column;
border-top: 1px solid #d9d9d9;
padding: 15px;
}
.site-menu-wrap .btn-wrap .btn {
width: 100%;
height: 40px;
font-size: 14px;
}
.site-menu-wrap .btn-wrap .login-txt {
padding: 0 0 10px 0 !important;
font-size: 16px;
font-weight: 500 !important;
}
.mob-bg-wrap {
inset: 0;
position: fixed;
z-index: 99;
visibility: hidden;
pointer-events: none;
}
@media (max-width: 991px) {
.add-menu-body {
position: relative;
overflow: hidden;
}
}
@media (max-width: 991px) {
.add-menu-body .mob-bg-wrap {
visibility: visible;
pointer-events: all;
}
}
@media (max-width: 991px) {
.add-menu-body .mob-bg-wrap:after {
position: absolute;
inset: 0;
background: rgba(8, 8, 8, 0.5);
content: "";
z-index: 91;
}
}
.add-menu-body .site-menu-wrap {
left: 0;
}
/*# sourceMappingURL=header.css.map */