:root {
--uicolor: #0756ad;
--uicolor-code: 7 86 173;
--primary-text: #192f4f;
--secondarytext: #4a525f;
--background: #ecf3ff;
--sp-fill: #fff;
--family: "Baloo Bhaijaan 2",Outfit,sans-serif;
--fsize: 14px;
--ffamilyen: Outfit;
--f-number: Outfit;
--lheight: 1.5;
--transition-timing-out: out:cubic-bezier(0,0,1,1);
--transition-timing-in: cubic-bezier(0,0,1,1);
--largeradius: 16px;
--miniradius: 8px;
--padding: 30px;
--container-width: 1440px;
--container-padding: 0 48px;
--diver: #e5eaef;
--negative: #db1133;
--positive: #117d49;
--button-color-bg: #f2f4f7;
--PopoverShadow: 0 12px 20px 0 rgb(0 0 0 / 4%),0 2px 4px 0 rgb(0 0 0 / 2%),inset 0 0 0 1px rgb(255 255 255 / 60%);
--box-shadow-defult: var(--diver) 0px 0px 0px 1px,0px 4px 2px -3px #09234012;
--box-shadow-hover: #dbdce700 0px 0px 0px 1px,0px 15px 32px -14px #09234012,0px 4px 2px -3px #09234012;
--border-defult-hover: #e5eaef52;
--border-defult: 1px solid #fff;
--whatsapp: #115b30;
--disable-button: #e4e6eb;
--container-padding--value: 25px;
--disable-text: #bcc0c4;
--chevron: '\f078';
}
* {
margin: 0;
padding: 0;
outline: 0;
font-family: inherit;
word-break: break-word;
box-sizing: border-box;
list-style: none;
}
.--company-menu-mobile {
display: none;
}
a {
color: var(--primary-text);
text-decoration: none;
transition: all 180ms ease 0s;
}
ul {
list-style: none;
}
img {
max-width: 100%;
}
::placeholder {
color: var(--secondarytext);
font-weight: 200;
}
:focus::placeholder {
opacity: 0.4;
}
body {
font-family: var(--family);
line-height: 1.2;
color: var(--primary-text);
-webkit-font-smoothing: antialiased;
background: var(--bgcolor);
font-size: var(--fsize);
}
.is_open_menu {
overflow: hidden;
}
root {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.mobile-page .search_header {
z-index: 99999999999999;
}
.owl-nav {
display: none;
}
[data-loader-src] {
opacity: 0;
}
[scroll-bars]::-webkit-scrollbar {
width: 5px;
height: 0;
}
[scroll-bars]:hover::-webkit-scrollbar-thumb {
background: #0000001f;
}
[scroll-bars]::-webkit-scrollbar-thumb {
background: #00000000;
}
[scroll-bars]::-webkit-scrollbar-track {
background: transparent;
}
.container {
padding: var(--container-padding);
max-width: var(--container-width);
margin: 0 auto;
}
.facebook {
--sociaColor: #3b5998;
}
.linkedin {
--sociaColor: #007ab5;
}
.youtube {
--sociaColor: #ff0000;
}
.twitter {
--sociaColor: #050e11;
}
a.telegram {
--sociaColor: #00aced;
}
.instagram {
--sociaColor: #b93dbf;
}
header {
display: block;
height: 75px;
position: relative;
}
header.fixedintro .container {
display: flex;
align-content: center;
align-items: center;
}
header.fixedintro {
padding: 6px 0px;
position: fixed;
width: 100%;
z-index: 9999999999;
background: white;
box-shadow: #00000000 0px 10px 10px 0px;
transition: 280ms all ease;
}
header.active {
box-shadow: #00000017 0px 10px 22px -7px;
}
.header_border {
border-bottom: 1px solid #dddddda1;
}
.-site-logo {
display: flex;
align-items: stretch;
gap: 10px;
}
.-site-logo > a {
display: block;
min-width: var(--logo-width);
}
.-main-nav {
flex: 1;
display: flex;
align-items: center;
padding: 0 30px;
justify-content: center;
}
.-main-nav>ul {
display: flex;
align-items: center;
gap: 5px;
}
.-main-nav>ul>li {
align-items: center;
position: relative;
display: flex;
flex-wrap: wrap;
padding: 5px 0;
}
.-main-nav>ul>li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
transform: translate(0);
transition: 250ms opacity cubic-bezier(0,0,1,1),120ms transform cubic-bezier(0,0,1,1);
}
.-main-nav ul.sub-menu>li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
transform: translate(0);
transition: 250ms opacity cubic-bezier(0,0,1,1),120ms transform cubic-bezier(0,0,1,1);
}
.-main-nav>ul>li ul.sub-menu ul.sub-menu {
right: calc(100% + 10px);
top: calc(100% - 45px);
}
.-main-nav>ul>li ul.sub-menu {
opacity: 0;
visibility: hidden;
transform: scale(.85);
transition: 0.3s all ease;
position: absolute;
z-index: 99;
padding: 5px;
box-shadow: 0 2px 3px #0c3b7414,0 17px 30px 10px #0f61c70d;
background: white;
border-radius: 10px;
color: var(--primary-text);
font-size: 16px;
top: calc(100% + 0px);
width: 100%;
display: block;
min-width: 230px;
list-style: none;
border: solid 1px #e4e7ec;
transform-origin: top right;
}
.-main-nav>ul>li>a {
padding: 10px 12px;
min-width: max-content;
position: relative;
font-size: 18px;
font-weight: 500;
color: var(--primary-text);
border-radius: var(--miniradius);
line-height: 1;
}
.-main-nav>ul>li>a:hover {
color: var(--uicolor);
}
.-main-nav>ul>li.current-menu-item>a,.-main-nav>ul>li.current_page_item>a,.-main-nav>ul>li.current_page_parent>a,.-main-nav>ul>li.current-menu-ancestor>a {
color: var(--uicolor);
background: var(--uicolor);
--transbg: #fffffff7;
background-image: linear-gradient(0deg,var(--transbg),var(--transbg));
}
.-main-nav>ul>li.menu-item-has-children>a {
padding-inline-end:27px;}
.-Show-SubMenu-Icon {
position: absolute;
top: 50%;
transform: translate(0,-50%);
left: 9px;
font-size: 10px;
}
.sub-menu .-Show-SubMenu-Icon>i {
top: 11px;
}
.-main-nav>ul>li.current-menu-item>.-Show-SubMenu-Icon,.-main-nav>ul>li.current_page_item>.-Show-SubMenu-Icon,.-main-nav>ul>li.current_page_parent>.-Show-SubMenu-Icon,.-main-nav>ul>li.current-menu-ancestor>.-Show-SubMenu-Icon {
color: var(--uicolor);
}
.-main-nav>ul>li>ul.sub-menu>li {
display: flex;
position: relative;
align-content: center;
align-items: center;
flex-wrap: wrap;
}
.-main-nav>ul>li ul.sub-menu>li>a {
display: flex;
align-items: center;
padding: 8px 12px;
border-radius: var(--miniradius);
flex: 1;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: var(--primary-text);
}
.-main-nav>ul>li ul.sub-menu>li.current-menu-item>a {
color: var(--uicolor);
}
.-main-nav>ul>li>ul.sub-menu>li a:hover,.-main-nav>ul>li>ul.sub-menu>li.current-menu-item > a,.-main-nav>ul>li>ul.sub-menu>li.current-menu-ancestor > a {
color: var(--uicolor);
padding-inline:17px;}
.-main-nav>ul>li>ul.sub-menu>li a:hover+.-Show-SubMenu-Icon,.-main-nav>ul>li>ul.sub-menu>li.current-menu-item > .-Show-SubMenu-Icon,.-main-nav>ul>li>ul.sub-menu>li.current-menu-ancestor > .-Show-SubMenu-Icon {
color: var(--uicolor);
}
.header--Tools {
display: flex;
align-items: center;
gap: 10px;
justify-content: flex-end;
}
.header--Tools .head-btns {
position: relative;
}
.head-btns>a {
display: flex;
position: relative;
align-items: center;
font-size: 16px;
cursor: pointer;
font-weight: 400;
border-radius: var(--miniradius);
color: var(--secondarytext);
background: var(--button-color-bg);
width: 40px;
height: 40px;
justify-content: center;
}
.head-btns>a>count {
background: var(--negative);
--el-w: 21px;
width: var(--el-w);
height: var(--el-w);
position: absolute;
top: -9px;
right: -9px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 13px;
font-weight: 700;
font-family: var(--f-number);
padding-top: 2px;
padding-inline-end:1px;}
.head-btns>a:hover {
color: var(--uicolor);
background: white;
}
.login-hbtn {
display: flex;
border-radius: 8px;
padding: 10px 30px;
position: relative;
color: var(--sp-fill);
z-index: 1;
transition: 180ms;
font-size: 15px;
background: var(--uicolor);
font-weight: 500;
cursor: pointer;
max-height: 40px;
justify-content: center;
align-items: center;
border: 2px solid var(--uicolor);
}
.login-hbtn:hover {
background: white;
color: var(--uicolor);
}
.login-hbtn.is-btn-loader {
padding-inline-end:40px;}
.login-hbtn > strong {
font-weight: inherit;
}
.ul-currency>ul>li {
display: flex;
align-items: center;
gap: 6px;
padding: 8px 8px;
font-weight: 500;
border-radius: var(--miniradius);
justify-content: space-between;
color: var(--primary-text);
margin-bottom: 5px;
}
.ul-currency>ul>li:last-child {
margin-bottom: 0;
}
.ul-currency>ul>li.active {
background: rgb(var(--uicolor-code)/6%);
color: var(--uicolor);
}
.ul-currency>ul>li>strong {
color: var(--uicolor);
font-size: 12px;
}
.ul-currency>ul>li span {
color: var(--uicolor);
font-weight: 700;
font-size: 14px;
}
.ul-currency>ul>li em {
font-style: normal;
font-size: 14px;
transition: 180ms;
font-weight: 500;
}
.ul-currency {
background: white;
border-radius: var(--miniradius);
border: solid 1px #e4e7ec;
overflow: hidden;
padding: 5px;
position: absolute;
z-index: 10;
top: calc(100% + 0px);
visibility: hidden;
opacity: 0;
min-width: 165px;
max-width: 200px;
transform: scale(0.85);
transform-origin: top right;
transition: 0ms all ease;
}
.-change-currency:hover .ul-currency {
visibility: visible;
opacity: 1;
transform: scale(1);
transition: 250ms opacity cubic-bezier(0,0,1,1),120ms transform cubic-bezier(0,0,1,1);
}
.-change-currency {
position: relative;
padding: 8px 0;
}
.YC-mobile-button .-change-currency {
display: none;
}
.encsele {
display: flex;
align-items: baseline;
font-size: 14px;
cursor: pointer;
font-weight: 600;
padding: 7px 10px;
border-radius: var(--largeradius);
color: var(--primary-text);
gap: 5px;
background: var(--button-color-bg);
height: 28px;
}
.encsele:hover {
color: var(--uicolor);
}
.encsele > i {
font-size: 10px;
font-weight: 800;
height: 13px;
}
.change-currency .encsele:hover .ul-currency {
visibility: visible;
opacity: 1;
}
.srch-type-icon {
display: flex;
position: relative;
align-items: center;
font-size: 16px;
cursor: pointer;
font-weight: 400;
color: var(--uicolor);
width: 40px;
height: 40px;
border-radius: var(--miniradius);
gap: 10px;
transition: 180ms;
background: rgb(var(--uicolor-code)/8%);
justify-content: center;
}
.User--MainArea {
position: relative;
}
.UserBoxLinks {
background: white;
display: inline-block;
min-width: 250px;
max-width: 280px;
position: absolute;
left: 0;
transition: .35s;
z-index: 99999;
line-height: initial;
border-radius: 10px;
box-shadow: var(--PopoverShadow);
top: calc(100% + 10px);
overflow: hidden;
visibility: hidden;
opacity: 0;
border: solid 1px #e4e7ec;
font-weight: 500;
transform: scale(.85);
transform-origin: top left;
transition: 0ms all ease;
}
.vs-user {
display: flex;
gap: 7px;
background: #ffffff;
padding: 5px 5px;
padding-inline-end:10px;border-radius: var(--miniradius);
cursor: pointer;
font-weight: 500;
align-items: center;
border: 1px solid var(--diver);
max-width: 160px;
user-select: none;
}
.vs-user .ProfileUse > .avatar-img {
display: flex;
align-items: center;
justify-content: center;
}
.vs-user:hover {
color: var(--uicolor);
border-color: #fbf3f5;
}
.vs-user > .-chevron-down-user {
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color: var(--secondarytext);
}
.vs-user > .-chevron-down-user > i {
font-weight: 600;
}
.vs-user .ProfileUse {
--elw: 28px;
width: var(--elw);
height: var(--elw);
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--miniradius);
background: var(--uicolor);
background-image: linear-gradient(45deg,var(--transparent),var(--transparent));
--transparent: #ffffffed;
font-size: 12px;
color: var(--uicolor);
}
.vs-user>span {
text-transform: capitalize;
font-size: 15px;
line-height: 1;
font-weight: 600;
color: var(--primary-text);
white-space: nowrap;
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}
.vs-user:hover>span {
color: var(--uicolor);
}
footer {
background: var(--uicolor);
padding-top: 100px;
position: relative;
overflow: hidden;
}
footer::before {
content: "";
width: 1400px;
height: 1400px;
position: absolute;
top: -360px;
right: -660px;
z-index: 0;
background-image: radial-gradient(#1b4cff14 -10%,transparent 65%);
}
footer::after {
content: "";
width: 1400px;
height: 1400px;
position: absolute;
bottom: -300px;
left: -800px;
background-image: radial-gradient(#1b4cff14 -10%,transparent 65%);
}
.-ftit-h3 {
font-size: 23px;
font-weight: 700;
line-height: var(--lheight);
color: white;
padding-bottom: 25px;
}
.-fot.-curmenu1 {
max-width: 400px;
flex: 1;
}
.-f-p {
font-size: 17px;
color: var(--f-scolor);
margin-top: 20px;
font-weight: 400;
line-height: var(--lheight);
margin-bottom: 20px;
}
.-fot.logo {
max-width: 330px;
}
.-f-links {
display: flex;
flex-direction: column;
gap: 12px;
}
.-f-links>li>a {
font-size: 16px;
font-weight: 500;
line-height: var(--lheight);
color: var(--f-scolor);
}
.-f-links>li>a:hover {
color: white;
}
footer-body {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
position: relative;
z-index: 1;
--f-scolor: var();
--f-scolor: var(--disable-button);
gap: 50px;
}
.shares-items {
display: flex;
gap: 6px;
align-items: center;
}
.shares-items a {
position: relative;
display: flex;
text-align: center;
font-size: 16px;
justify-content: center;
align-items: center;
color: white;
border-radius: 9999px;
width: 60px;
height: 40px;
background: var(--sociaColor);
}
.shares-items a:hover {
background: #ffffff2e;
color: white;
}
.-f-schi {
display: flex;
flex-direction: column;
gap: 15px;
}
.contact_info1 {
display: flex;
align-items: center;
gap: 10px;
font-size: 15px;
}
.contact_info1 > i {
color: var(--f-scolor);
background: #ffffff0d;
width: var(--w-h);
height: var(--w-h);
border-radius: var(--miniradius);
--w-h: 41px;
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
}
.contact_info {
display: flex;
flex-direction: column;
}
.co-info-h {
font-size: 14px;
font-weight: 400;
color: var(--f-scolor);
margin-bottom: 3px;
}
.contact_info > span:last-child {
font-size: 16px;
font-weight: 400;
color: white;
}
footer-bottom {
padding: 32px 0;
margin: 40px 0 0;
display: flex;
align-items: center;
justify-content: space-between;
border-top: solid 1px #ffffff0d;
position: relative;
z-index: 1;
}
.copyrights {
font-size: 16px;
font-weight: 500;
color: var(--disable-button);
}
.ycf-logo {
display: flex;
align-items: center;
gap: 5px;
}
.ycf-logo>img {
max-width: 80px;
cursor: pointer;
}
.ycf-des {
font-size: 16px;
font-weight: 600;
color: white;
}
.-card-pay {
display: flex;
align-items: center;
gap: 5px;
}
.pay-item {
position: relative;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--diver);
border-radius: 50%;
width: 24px;
height: 24px;
}
.pay-item > img {
width: 100%;
height: 100%;
object-fit: contain;
}
.fixed-btns {
z-index: 999999;
position: fixed;
bottom: 33px;
right: 20px;
display: flex;
transform: translate(0,300%);
opacity: 0;
transition: 80ms all ease;
flex-direction: column;
gap: 13px;
}
.fixed-btns > div.-share-item {
width: 50px;
height: 50px;
cursor: pointer;
transform-origin: right;
transition: 150ms cubic-bezier(.21,.12,.02,.99);
border-radius: 50%;
display: flex;
align-items: center;
transform: translate(0,300%);
font-size: 24px;
justify-content: center;
transition-delay: 80ms;
}
.mobile-page .fixed-btns {
transform: translate(0,0);
opacity: 1;
}
.whatsapp-fix {
background: var(--whatsapp);
--bx-item: -4px -2px 16px 0px #00000000,4px 2px 16px 0px rgb(0 0 0 / 3%);
box-shadow: var(--bx-item);
border: 2px solid var(--whatsapp);
}
.fixed-btns.visible > div {
transform: translate(0,0);
}
.whatsapp-fix>a {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
color: #fff;
font-size: 30px;
}
.whatsapp-fix>a:after,.whatsapp-fix>a:before {
content: '';
display: block;
position: absolute;
border: 2px solid var(--whatsapp);
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: 1.5s linear infinite animate;
opacity: 0;
}
.GoToTop {
visibility: hidden;
opacity: 0;
background: #230954;
font-weight: 500;
color: #fff;
display: flex;
align-items: center;
position: fixed;
z-index: 3;
--elwh: 50px;
width: var(--elwh);
height: var(--elwh);
bottom: 40px;
left: 40px;
border-radius: 50%;
justify-content: center;
font-size: 22px;
cursor: pointer;
transition: 180ms;
border: 2px solid #230954;
transform: translatex(-70px);
}
.GoToTop:hover {
background: #fff;
color: var(--uicolor);
}
.GoToTop.visible {
transform: translatex(0px);
visibility: visible;
opacity: 1;
}
.GoToTop>i {
font-weight: inherit;
}
.GoToTop:hover:before {
animation: 13s linear infinite spin;
}
.p-content {
font-size: 15px;
color: var(--secondarytext);
font-weight: 400;
line-height: var(--lheight);
text-align: center; }
.itile_flexcon .p-content {
text-align: right;
margin-bottom: 0;
}
.-button-loader {
position: absolute;
margin: 0px auto;
width: 26px;
background: inherit;
left: 7px;
}
.-button-loader .circular {
animation: 2s linear 0s infinite normal none running rotate;
height: 100%;
transform-origin: center center;
width: 100%;
position: absolute;
inset: 0px;
margin: auto;
}
.path {
stroke-dasharray: 40,80;
stroke-dashoffset: 0;
animation: 1.5s ease-in-out 0s infinite normal none running dash,6s ease-in-out 0s infinite normal none running color;
stroke-linecap: round;
stroke: var(--uicolor);
}
.-button-loader::before {
content: "";
display: block;
padding-top: 100%;
}
.fixed-btns .-share-item {
background: var(--uicolor);
color: white;
line-height: 0;
box-shadow: 0 3px 30px -4px #0f43a12b;
transition: 150ms cubic-bezier(.21,.12,.02,.99);
transition-delay: 200ms;
}
.-share-item .-button-loader {
width: 40px;
left: 9px;
}
.-share-item.visible {
transform: translate(0,0);
}
.-mobile-menu-button {
display: none;
}
.fsurl-btn,.securl-btn {
display: flex;
padding: 15px 20px;
border-radius: var(--largeradius);
font-size: 17px;
font-weight: 600;
align-content: center;
align-items: flex-end;
background: var(--uicolor);
color: var(--sp-fill);
flex-wrap: wrap;
box-shadow: 0px 1px 2px 0px rgba(16,24,40,0.05);
gap: 8px;
border: 2px solid var(--uicolor);
transition: all 0.3s ease;
}
.header--Tools .fsurl-btn {
padding: 9px 13px;
}
.fsurl-btn:hover .icn-btn span.svg-btn.fst {
transform: translate(-30px,0px);
}
.btn2-row {
display: flex;
align-items: center;
margin-top: 40px;
gap: 0;
gap: 12px;
}
.fsurl-btn > i,.securl-btn>i {
font-size: 14px;
}
.securl-btn {
background: white;
color: var(--primary-text);
border-color: var(--diver);
}
.securl-btn:hover {
border-color: var(--uicolor);
color: var(--uicolor);
}
.fsurl-btn:hover {
color: var(--uicolor);
background: white;
border-color: var(--uicolor);
}
.fsurl-btn:hover .icn-btn .svg-btn svg {
fill: var(--uicolor);
}
.icn-btn {
position: relative;
width: 24px;
display: flex;
align-items: center;
height: 24px;
justify-content: center;
overflow: hidden;
margin-top: -3px;
}
span.svg-btn.fst {
transform: translate(0px,0px);
}
.securl-btn:hover span.svg-btn.fst {
transform: translate(-30px,0px);
}
.icn-btn .svg-btn {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
transform: translate(30px,0px);
transition: all 0.3s ease;
fill: white;
transition-duration: .3s;
width: 24px;
height: 24px;
}
.securl-btn:hover .secd {
transform: translate(0px,0px);
}
.fsurl-btn:hover span.svg-btn.secd {
transform: translate(0px,0px);
}
.securl-btn .svg-btn svg {
fill: #000 !important;
}
.securl-btn:hover .svg-btn svg {
fill: white !important;
}
.fsurl-btn .icn-btn .svg-btn svg {
fill: white;
position: relative;
width: 100%;
height: 100%;
}
c--color {
color: var(--uicolor);
}
.securl-btn:hover {
background: var(--uicolor);
border-color: var(--uicolor);
color: white;
}
.--you-ph>a {
justify-content: center;
width: 100%;
height: 100%;
color: white;
font-size: 24px;
position: relative;
display: flex;
align-items: center;
}
.-YourC-but {
background: var(--whatsapp) !important;
box-shadow: 0 0 9px #00000063;
}
.--you-ph {
--el--w: 50px;
width: var(--el--w);
height: var(--el--w);
background: #230954;
z-index: 55;
box-shadow: 0 0 9px #0d07383d;
justify-content: center;
color: #fff;
align-items: center;
display: flex;
border-radius: 50%;
cursor: pointer;
}
.--you-ph.-YourC-but i {
color: #fff;
}
.fixed-btns.visible {
transform: translate(0,0);
opacity: 1;
}
.--you-ph.-phone-but>a: :after {
animation-delay:.5s;
}
.--you-ph.-phone-but>a: after,.--you-ph.-phone-but>a:before {
content:"";
display: block;
position: absolute;
border: 2px solid #230954;
inset: -20px;
border-radius: 50%;
animation: 1.5s linear infinite animate;
opacity: 0;
}
html,body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body {
-webkit-touch-callout: none;
}
@keyframes animate {
0% {
transform: scale(.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-webkit-keyframes rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes rotate {
100% {
transform: rotate(360deg);
}
}
@media only screen and (max-width: 1439px) {
* {
}
.-main-nav>ul>li ul.sub-menu.active {
display: block !important;
}
.-main-nav>ul>li.hover>ul.sub-menu.active {
display: block;
opacity: 1;
}
.-main-nav>ul>li {
justify-content: space-between;
}
.menu__icon span {
width: 100%;
height: 3px;
border-radius: .125rem;
background-color: var(--primary-text);
transition: transform .4s,background-color .4s,opacity .4s;
}
.menu__icon.trans_menu span:nth-child(2) {
transform: translate(-50%);
opacity: 0;
}
.menu__icon.trans_menu span:nth-child(3) {
background-color: var(--uicolor);
transform: translateY(-7px) rotate(45deg);
}
.menu__icon {
display: flex;
justify-content: space-between;
align-items: center;
border: 0 !important;
background: 0 0;
width: 28px;
height: 28px;
padding: 6px 4px;
flex-direction: column;
}
.menu__icon.trans_menu span:first-child {
background-color: var(--uicolor);
transform: translateY(6px) rotate(-45deg);
}
}
@media only screen and (max-width: 1359px) {
* {
}
.login-hbtn {
padding-inline:13px;}
.-site-logo {
align-items: center;
}
.-main-nav {
padding-inline:12px;}
.-site-logo a {
--logo-width: 120px;
min-width: var(--logo-width);
max-width: 170px;
}
.-site-logo a img {
height: auto;
}
}
@media only screen and (max-width: 1184px) {
* {
}
header.fixedintro {
padding-inline:0;}
}
@media only screen and (max-width: 1150px) {
* {
}
.search_header {
z-index: 999999999999 !important;
}
.-main-nav .--company-menu-mobile {
display: block;
width: 100%;
margin-top: 10px;
}
.-company-contact-minibox {
display: block;
list-style: none;
width: 100%;
}
.-company-contact-minibox>div span {
text-align: right;
line-height: 1.5;
}
.-company-contact-minibox>div i {
margin-inline-end:10px;display: flex;
align-items: center;
justify-content: center;
font-weight: 300;
z-index: 1;
font-size: 23px;
min-width: 26px;
}
.--company-menu-mobile .-company-contact-minibox>div {
justify-content: right;
}
.-company-contact-minibox>div {
padding: 10px 0;
position: relative;
display: flex;
align-content: flex-start;
align-items: center;
flex-wrap: wrap;
font-weight: 400;
font-size: 14px;
justify-content: flex-start;
color: var(--primary-text);
}
.-company-contact-minibox>div>a {
display: flex;
width: 100%;
font-size: 18px;
}
.--company-menu-mobile>span {
font-size: 25px;
font-weight: 600;
margin-bottom: 9px;
display: block;
text-align: right;
color: var(--primary-text);
}
footer {
padding-top: 45px;
}
.-ycw-section {
padding-block:26px !important;}
.container {
padding-inline:20px;}
.posts-scroll {
font-size: 16px !important;
padding: 12px 14px !important;
}
.YC-mobile-button {
display: flex;
align-items: center;
}
header {
z-index: 9999999999;
justify-content: space-between;
}
.-main-nav>ul>li>ul.sub-menu {
position: relative;
opacity: 1;
visibility: visible !important;
border: none;
display: none;
min-width: 100%;
transform: scale(1);
top: inherit;
}
.-main-nav>ul>li>ul.sub-menu>li {
justify-content: space-between;
}
.-main-nav>ul>li ul.sub-menu>li>a {
width: 100%;
min-width: 100%;
}
.-main-nav>ul>li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
}
.-main-nav>ul>li ul.sub-menu ul.sub-menu {
position: relative;
opacity: 1;
visibility: visible !important;
border: none;
display: none;
min-width: 100%;
transform: scale(1);
top: inherit;
right: initial;
min-width: 100%;
max-width: 100%;
left: auto;
background: var(--background);
margin-top: 16px;
margin-bottom: 10px;
}
.-Show-SubMenu-Icon {
top: 24px;
}
.-main-nav>ul>li>a {
width: 100%;
position: relative;
border-radius: var(--largeradius);
align-items: center;
margin-bottom: 9px;
background: rgb(248,249,250);
padding: 12px 17px;
display: flex;
font-size: 18px;
}
input#checkbox {
display: none;
}
.-main-nav {
top: 75px;
right: -100%;
min-width: 360px;
border-radius: 0;
color: var(--uicolor);
z-index: 19;
position: fixed;
bottom: 0;
max-width: 360px;
flex-direction: column;
background: #fff;
transition: .3s all ease;
box-shadow: var(--box-shadow-defult);
height: 93vh;
overflow: scroll;
}
.-main-nav {
visibility: hidden;
opacity: 0;
}
.-Show-SubMenu-Icon i {
position: relative;
z-index: 22;
background: #ffffff;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--largeradius);
color: var(--uicolor);
font-size: 12px;
border: 1px solid var(--diver);
}
.sub-menu .-Show-SubMenu-Icon>i {
top: 0;
}
.-main-nav.open_menu {
right: 0;
opacity: 1;
visibility: visible;
}
.-mobile-menu-button {
display: block;
}
.-main-nav {
padding: 14px;
justify-content: start;
}
.-main-nav > ul {
display: block;
height: auto;
flex: initial;
width: 100%;
}
.-fot.-curmenu1 {
min-width: 150px;
}
.-mobile-menu-button.background {
border-radius: var(--miniradius);
background: var(--button-color-bg);
backdrop-filter: blur(15px);
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
order: -1;
margin-inline-end:10px;}
.-mobile-menu-button {
display: none;
}
header .container {
justify-content: space-between;
padding-inline:20px;}
.GoToTop {
left: 12px;
--elwh: 40px;
font-size: 16px;
z-index: 99999999;
}
}
@media only screen and (max-width: 992px) {
.-site-logo > a {
min-width:100px;
display: flex;
align-items: center;
justify-content: center;
}
.-site-logo > a {
max-width: 148px;
}
.-site-logo > a > img {
height: auto;
width: auto;
}
.-site-logo {
gap: 7px;
justify-content: space-evenly;
}
}
@media (max-width: 768px) {
* {
}
.-YC-FM-inputs-area {
margin-bottom: 11px;
}
.-fot.logo {
max-width: 100%;
text-align: center;
}
.shares-items {
justify-content: center;
}
.-fot.logo .-site-logo {
justify-content: center;
}
footer-body {
gap: 14px;
}
}
@media (max-width: 700px) {
* {
}
.search_body>form>button {
padding: 10px !important;
}
.search_closse {
padding: 10px !important;
}
.container {
padding-inline:20px;}
}
@media (max-width: 700px) {
* {
}
.-main-nav {
top: 68px;
}
.-ftit-h3 {
font-size: 19px;
padding-bottom: 11px;
}
footer-bottom {
flex-wrap: wrap;
text-align: center;
align-items: center;
justify-content: center;
gap: 8px;
}
header {
justify-content: space-between;
}
header.fixedintro {
height: auto;
}
.login-hbtn {
padding: 4px 8px;
font-size: 14px;
}
.-sin-lis ul {
display: flex;
flex-wrap: wrap;
gap: 19px;
}
.-sin-usr-area {
min-width: 120px;
flex: 1;
}
.--review-title {
font-size: 16px;
}
.timg-image {
height: 170px;
}
.container {
padding-inline:20px;}
.vs-user>span {
display: none;
}
.-dw-h1 {
margin-bottom: 4px;
}
.-prduc-info {
padding: 0;
max-width: 100%;
min-width: 100%;
}
.form-details {
width: 100%;
padding: 25px;
}
.-user-sidebar {
position: relative;
top: 0;
margin: 0 0 40px 0;
padding: 20px;
}
.features2-item {
min-width: 223px;
max-width: 225px;
}
.fetur-item {
min-width: 220px;
max-width: 220px;
}
.fetur-info > .p-content {
font-size: 14px;
}
}
@media only screen and (max-width: 550px) {
* {
}
.shares-items a {
font-size: 15px;
}
.-f-p {
font-size: 15px;
}
.header--Tools .fsurl-btn {
display: none;
}
.fixed-btns {
gap: 8px;
}
.fixed-btns > div {
width: 40px !important;
height: 40px !important;
}
.fixed-btns > div i {
font-size: 16px;
}
.whatsapp-fix>a {
font-size: 30px;
}
.whatsapp-fix>a:after,.whatsapp-fix>a:before {
inset: -8px;
}
.-main-nav {
min-width: 100%;
}
.encsele {
font-size: 11px;
padding: 7px 8px;
}
.-mobile-menu-button.background {
width: 35px;
height: 35px;
}
.srch-type-icon {
width: 35px;
height: 35px;
}
.head-btns>a {
width: 30px;
height: 30px;
}
}
@media only screen and (max-width: 520px) {
.head-btns.cart-icon {
position:fixed;
bottom: 20px;
left: 13px;
}
.head-btns.cart-icon a {
background: #a10f31;
color: white;
width: 40px;
height: 40px;
font-size: 18px;
}
}
@media only screen and (max-width: 410px) {
.encsele {
display:none;
}
}
@media only screen and (max-width: 581px) {
.-main-nav {
top:64px;
}
.header--Tools .fsurl-btn {
display: none;
}
.-main-nav>ul>li>a {
font-size: 14px;
font-weight: 600;
}
}
@media only screen and (max-width: 550px) {
.-main-nav {
top:62px;
}
}
@media only screen and (max-width: 880px) {
.-fot.logo {
max-width:100%;
min-width: 100%;
text-align: center;
align-items: center;
}
.shares-items {
justify-content: center;
}
}
@keyframes animate {
0% {
transform: scale(.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}