:root { --color-title: #333333; --color-lorem: #898989; --color-third: #ebd061; --color-fourth: #d9d9d9; --color-white: #fff; --color-black: #000; --linear-primary: linear-gradient(to right, #bd833b, #f1d08e); --linear-second: linear-gradient(to left, #bd833b, #f1d08e); --linear-primary-image: linear-gradient(to right, #bd833b, #f1d08e) 1; }
* { line-height: normal; font-weight: 400; }
html { font-size: 16px; }
a { text-decoration: none; }
li { list-style: none; }
ul { margin-bottom: 0px; }
p { margin: 0px; }
.boxbox { width: 100%; }
.f-12 { font-size: 0.75rem; }
.f-13 { font-size: 0.75rem; }
.f-14 { font-size: 0.875rem; }
.f-15 { font-size: 0.9375rem; }
.f-16 { font-size: 1rem; }
.f-17 { font-size: 1.0625rem; }
.f-18 { font-size: 1.125rem; }
.f-19 { font-size: 1.1875rem; }
.f-20 { font-size: 1.25rem; }
.f-21 { font-size: 1.3125rem; }
.f-news { font-size: 1.4rem; }
.f-22 { font-size: 1.375rem; }
.f-23 { font-size: 1.4375rem; }
.f-24 { font-size: 1.5rem; }
.f-25 { font-size: 1.5625rem; }
.f-26 { font-size: 1.625rem; }
.f-27 { font-size: 1.6875rem; }
.f-28 { font-size: 1.75rem; }
.f-32 { font-size: 2rem; }
.f-36 { font-size: 2.25rem; }
.f-40 { font-size: 2.5rem; }
.f-48 { font-size: 3rem; }
.f-50 { font-size: 3.125rem; }
.f-96 { font-size: 6rem; }
.pointer { cursor: pointer; }
.trans-dot-1s { transition: 0.1s; }
.trans-dot-2s { transition: 0.2s; }
.trans-dot-3s { transition: 0.3s ease-in-out !important; }
.trans-dot-4s { transition: 0.4s ease-in-out; }
.trans-dot-5s { transition: 0.5s ease-in-out; }
.flex-c-c { display: flex; justify-content: center; align-items: center; }
.flex-ac { display: flex; align-items: center; }
.flex-as { display: flex; align-items: start; }
.flex-b { display: flex; justify-content: space-between; }

.flex-c { display: flex; justify-content: center; }
.flex-sc { display: flex; justify-self: center; }
.flex-r-c-c { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.flex-d-c { display: flex; align-items: center; flex-direction: column; }
.flex-c-c-b { display: flex; justify-content: space-between; align-items: center; flex-direction: column; }
.line-clamp-1 {
  @supports (-webkit-line-clamp: 1) {
  overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}
}
.line-clamp-2 {
  @supports (-webkit-line-clamp: 2) {
  overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
}
.line-clamp-3 {
  @supports (-webkit-line-clamp: 3) {
  overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
}
.line-clamp-4 {
  @supports (-webkit-line-clamp: 4) {
  overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
}
}
.line-clamp-5 {
  @supports (-webkit-line-clamp: 5) {
  overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
}
}
.line-clamp-6 {
  @supports (-webkit-line-clamp: 6) {
  overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;
}
}
.line-clamp-7 {
  @supports (-webkit-line-clamp: 7) {
  overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;
}
}
.line-clamp-8 {
  @supports (-webkit-line-clamp: 8) {
  overflow: hidden; text-overflow: ellipsis; white-space: initial; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical;
}
}
.static1-line { width: 85px; height: 5px; background-color: var(--color-primary); position: relative; border-radius: 3px; overflow: hidden; }
.static1-line::before { position: absolute; width: 5px; height: 7px; content: ""; background-color: rgb(255, 255, 255); right: 100%; top: 50%; transform: translateY(-50%); animation: 2s linear 0s infinite normal none running static1-line; z-index: 2; }
@keyframes static1-line { 
  0% { right: calc(100% + 5px); }
  100% { right: -5px; }
}
.pos-over { position: relative; overflow: hidden; }
.over { overflow: hidden; }
.pers { perspective: 1000px; }
.animate-rotate-3d { animation: 3s linear 0s infinite normal none running rotateAnimation; }
@keyframes rotateAnimation { 
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}
.animation-shake-custom { animation-name: fa-shake-custom; animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, linear); }
@keyframes fa-shake-custom { 
  0% { transform: rotate(-20deg); }
  4% { transform: rotate(20deg); }
  8%, 24% { transform: rotate(-23deg); }
  12%, 28% { transform: rotate(23deg); }
  16% { transform: rotate(-27deg); }
  20% { transform: rotate(27deg); }
  32% { transform: rotate(-17deg); }
  36% { transform: rotate(17deg); }
  40%, 100% { transform: rotate(0deg); }
}
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.grid-4 { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.grid-5 { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.grid-6 { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.t-u { text-transform: uppercase; }
.t-c { text-transform: capitalize; }
.t-un { text-decoration: underline; }
.t-i { font-style: italic; }
.t-u-c { text-decoration-color: var(--color-primary); }
.f-100 { font-weight: 100; }
.f-200 { font-weight: 200; }
.f-300 { font-weight: 300; }
.f-400 { font-weight: 400; }
.f-500 { font-weight: 500; }
.f-600 { font-weight: 600; }
.f-700 { font-weight: 700; }
.f-800 { font-weight: 800; }
.f-900 { font-weight: 900; }
.color-primary { color: var(--color-primary); }
.color-second { color: var(--color-second); }
.color-fourth { color: var(--color-fourth); }
.color-lorem { color: var(--color-lorem); }
.color-title { color: var(--color-title); }
.w-h-100-c { width: 100%; height: 100%; object-fit: cover; }
.t-start { text-align: start; }
.wrap-content { max-width: 1200px; width: calc(100% - 30px); margin: auto; }
.o-co { object-fit: cover; }
.o-ca { object-fit: contain; }
.h-f { height: fit-content; }
.w-h-1-1 { width: 100%; height: 100%; }
.border-1-r { border: 1px solid red; }
.border-1-b { border: 1px solid blue; }
.border-1-primary { border: 1px solid var(--color-primary); }
.border-1-second { border: 1px solid var(--color-second); }
.border-1-w { border: 1px solid rgb(255, 255, 255); }
.border-15-w { border: 1.5px solid rgb(255, 255, 255); }
.pos-r { position: relative; }
.pos-a { position: absolute; }
.t-0-l-0 { top: 0px; left: 0px; }
.t-s-0-4-4-25-b { text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px; }
.b-s-4-4-10-50-b { box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 10px; }
.border-1-w { border: 1px solid rgb(255, 255, 255); }
.setting-image { width: 100%; height: 100%; object-fit: cover; }
.menu-box { width: 45px; height: 45px; border: 1px solid rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; border-radius: 50%; }
.menu-logo-image-active { width: 80px; height: 65px; }
.w-menu.menu-in { position: relative; }
.w-menu { position: fixed; z-index: 100; width: 100%; }
.search-icon { color: rgb(255, 255, 255); }
li.ml-auto { margin-left: 30px; }
.menu-right-space { margin-left: 4px; }
.menu-box-search { width: 50px; position: absolute; top: calc(100% + 20px); right: 0px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 10px; overflow: hidden; }
.search-icon-active { display: none; }
.close-icon-active { display: block !important; }
.close-icon { display: none; }
i#close-icon { font-size: 18px; }
#menu-box-search { opacity: 0; visibility: hidden; transition: 0.3s; }
.menu-box-search-active { width: 250px; opacity: 1 !important; visibility: visible !important; }
input.menu-box-input { width: 100%; padding: 15px 35px 15px 15px; outline: none; border: none; font-size: 1rem; color: var(--color-lorem); }
.menu-box-search .search-icon { position: absolute; color: rgb(0, 0, 0); top: 50%; right: 10px; transform: translateY(-50%); }
.w-menu-active { background-color: var(--color-second); }
.menu-in { background-color: var(--color-second); }
.about { background-image: url("../images/bg-about.png"); background-size: 100% 100%; background-repeat: no-repeat; }
.about-left { width: 440px; height: 710px; transition: 0.3s; border-radius: 5px; overflow: hidden; }
.about-first:hover img { transform: translateY(10px); }
.about-right { width: calc(100% - 489px); height: fit-content; }
.about-text { margin-top: 29px; margin-bottom: 13px; }
.about-button-space { margin-top: 74px; }
.dts-button { padding: 20px 45px; width: fit-content; background: var(--linear-primary); position: relative; display: flex; align-items: center; transition: 0.5s; z-index: 2; }
.dts-button:hover::before { left: 0px; bottom: 0px; }
.dts-button:hover { transform: translateX(10px); }
.dts-button::before { content: ""; position: absolute; width: 100%; height: 100%; bottom: -7px; left: 7px; transition: 0.4s; z-index: -1; border-width: 1px; border-style: solid; border-image: var(--linear-primary-image); }
.np-arrow-right { margin-right: 15px; }
.dts-button-text { position: relative; z-index: 2; }
.dts-button .dts-button-icon svg { transition: 0.3s; }
.dts-button:hover .dts-button-icon path { fill: var(--color-second); }
.dts-button:hover .dts-button-icon svg { transform: rotate(45deg); }
.dts-button-icon { width: 33px; height: 33px; border-radius: 50%; background-color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); right: 5px; z-index: 2; }
.about-right-order { order: -1; }
.about { padding-top: 79px; padding-bottom: 60px; }
.about-lorem-order { margin-top: 67px; margin-bottom: 47px; }
.about-title-box { width: 100%; position: relative; }
p.about-title { width: fit-content; background-color: rgb(255, 255, 255); }
.about-title-padding { padding-right: 24px; }
.about-image { width: 100%; height: 100%; object-fit: cover; }
.about-boxes {position: relative;margin-bottom: 20px;}
.about-boxes:nth-child(2n) {
    flex-direction: row-reverse;
}
.about-boxes:last-child .about-left:hover { transform: translateY(-10px); }
.about-boxes:first-child .about-left:hover { transform: translateY(10px); }
.about-group-icon { width: 23px; height: 23px; margin-right: 11px; }
.about-group { width: 100%; display: flex; flex-wrap: wrap; gap: 21px; }
.about-group-box { width: 313px; padding: 18px 0px; border-radius: 5px; transition: 0.3s; }
.about-group-box:hover { box-shadow: 5px 5px 0 0 var(--color-second),
    7px 7px 7px 1px rgba(0, 0, 0, 0.3); }
.about .about-boxes::before { content: ""; position: absolute; width: 2px; height: 82px; background-color: var(--color-primary); bottom: 100%; left: 0px; z-index: 1; }
.about .about-lorem p { font-weight: 500; font-size: 16px; color: var(--color-lorem); line-height: 27px; }
.services { background-image: url("../images/bg-services.png"); background-repeat: no-repeat; background-size: auto; background-position: left bottom; }
.services .about-left { width: 600px; height: 415px; }
.services { padding-top: 107px; padding-bottom: 54px; }
.news-custom-line::before { content: ""; position: absolute; width: 2px; height: 82px; background-color: var(--color-primary); top: 0px; left: calc(44% - 6px); z-index: 1; }
.box-line::before { content: ""; position: absolute; width: 2px; height: 82px; background-color: var(--color-primary); top: 0px; left: 50%; transform: translateX(-50%); z-index: 1; }
.services .about-right { width: calc(100% - 655px); }
.services .about-boxes:nth-child(2) { margin-bottom: 41px; }
.services-about-title { margin-bottom: 34px; }
.services-button-space { margin-top: 52px; }
.services-title-space { margin-bottom: 25px; }
.services-title-space-1 { margin-bottom: 28px; }
.services-lorem p { color: var(--color-lorem); font-size: 16px; font-weight: 400; line-height: 25px; }
.projects { padding-top: 74px; }
.projects-line::before { content: ""; position: absolute; width: 2px; height: 46px; background-color: var(--color-primary); top: 0px; left: 50%; transform: translateX(-50%); z-index: 1; }
.projects-menu { width: fit-content; display: flex; justify-self: center; }
.projects-menu-box { padding: 5px 47px; position: relative; }
.projects-menu-text { transition: 0.3s; }
.projects-menu-box::before { content: ""; position: absolute; height: 100%; width: 1px; background-color: var(--color-fourth); right: 0px; top: 0px; }
.projects-menu-box:last-child::before { display: none; }
.projects-menu { margin-bottom: 34px; }
.projects-boxes { width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 29px; }
.project-image { width: 380px; border-radius: 5px; height: 305px; }
.projects-title { margin-top: 16px; margin-bottom: 3px; line-height: 25px; }
.projects-title h3 { line-height: 25px; }
.projects-title:hover h3 { color: var(--color-primary); }
.projects-lorem { line-height: 23px; }
.projects-menu-text-active {  background-clip: text; -webkit-text-fill-color: transparent; }
.projects-button { justify-self: center; width: 422px; height: 58px; border-radius: 200px; position: relative; overflow: hidden; border: 1px solid var(--color-title); transition: 1s; }
.projects-button::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 100%; width: calc(100% + 50px); height: calc(100% + 50px); border-radius: 200px; transition: 0.3s; background-color: var(--color-second); }
.projects-menu-box:hover .projects-menu-text {  background-clip: text; -webkit-text-fill-color: transparent; }
.projects-button:hover { border: 1px solid transparent; }
.projects-button:hover::before { right: -10px; }
.projects-button-text { transition: 0.8s; position: relative; z-index: 2; letter-spacing: 1.4px; }
.projects-button:hover .projects-button-text { color: rgb(255, 255, 255); }
.projects-button-space { margin-top: 35px; }
.project-box-image { border-radius: 5px; }
.project-box-image:hover img { scale: 1.1; }
.proc-title { margin-top: 29px; text-align: start; width: 100%; margin-bottom: 9px; }
.proc-icon { position: relative; z-index: 1; }
.proc-box-icon { transition: 0.3s; width: 126px; height: 126px; border-radius: 50%; background-color: var(--color-third); position: relative; z-index: 2; }
.proc-box:last-child .proc-arrow-top { display: none; }
.proc-box:nth-child(2n) .proc-arrow-top { top: unset; bottom: 8px; transform: rotateY(180deg) rotate(180deg); }
.proc-box:nth-child(2n) { position: relative; transform: translateY(64px); }
.proc-icon-i { width: 68px; height: 68px; }
.proc-boxes { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 37px; background-image: url("../images/proc-banner.png"); background-size: 100% 64%; background-repeat: no-repeat; padding-left: 40px; }
.proc-box { position: relative; }
.proc-icon-text { position: absolute; top: 0px; left: -40px; line-height: 73px; z-index: -1; }
.proc-lorem { line-height: 20px; }
.proc { padding-top: 60px; padding-bottom: 34px; background-size: cover; background-repeat: no-repeat; }
.proc-title-box { width: 100%; position: relative; }
.proc-arrow-top { position: absolute; left: calc(100% + 23px); top: 8px; }
.proc-arrow-bottom { position: absolute; left: calc(100% + 23px); bottom: 8px; }
.proc-box-icon:hover { background-color: var(--color-primary); border-color: var(--color-primary); }
@keyframes rotate-infinite { 
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.proc-button-space { margin-top: 124px; }
.proc-line-top { width: 100%; height: 82px; border-top: 1px solid var(--color-fourth); position: relative; }
.proc-line-top::before { content: ""; position: absolute; height: 100%; width: 1px; background-color: var(--color-fourth); top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; }
.proc-title-space { margin-top: 40px; margin-bottom: 62px; }
.news-custom-image { width: 415px; height: 537px; }
.news-custom-left { border-bottom-left-radius: 2000px; border-bottom-right-radius: 2000px; overflow: hidden; }
.news-custom-left:hover img { scale: 1.1; }
.news-custom-right { width: calc(100% - 479px); }
p.news-custom-right-title { margin-bottom: 33px; }
.news-custom-info { margin-top: 17px; margin-bottom: 12px; }
p.news-custom-box-lorem { margin-top: 12px; margin-bottom: 21px; line-height: 23px; }
.news-custom-box-image:hover img { scale: 1.1; }
p.news-custom-box-title { line-height: 30px; }
.news-custom-img { width: 100%; height: 215px; }
a.news-custom-box-view { margin-right: 11px; }
.news-custom-box { padding-bottom: 14px; position: relative; margin: 0px 10.5px; }
.news-custom-box::before { content: ""; position: absolute; width: 41px; height: 1px; background-color: var(--color-second); bottom: 0px; left: 0px; }
.news-custom { padding-top: 107px; padding-bottom: 46px; }
.news-custom-box-top svg path, .news-custom-box-top a { transition: 0.3s; }
.news-custom-box-top:hover a { color: var(--color-primary); }
.news-custom-box-top:hover svg path { fill: var(--color-primary); }
.news-custom-box-title:hover { color: var(--color-primary); }
.partner-box { width: 179px; height: 89px; }
.partner-custom { padding-top: 33px; padding-bottom: 62px; }
.partner-slide { width: 100%; overflow: hidden; }
.partner-slide-track { width: fit-content; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap: 76px; }
.partner-slide-top .partner-slide-track { animation: 40s linear 0s infinite normal none running infinite-autoplay-carousel; }
.partner-slide-bottom { position: relative; height: 89px; }
.partner-slide-bottom .partner-slide-track { position: absolute; right: 0px; top: 0px; animation: 40s linear 0s infinite normal none running infinite-autoplay-carousel-reverse; }
@keyframes infinite-autoplay-carousel-reverse { 
  0% { }
  100% { transform: translateX(calc(1224px)); }
}
@keyframes infinite-autoplay-carousel { 
  0% { transform: translateX(38px); }
  100% { transform: translateX(calc(-1224px)); }
}
.partner-slide-top { margin-top: 53px; margin-bottom: 30px; }
.blog-wrap-b { position: absolute; top: -13px; right: 20px; }
.blog-block { width: fit-content; height: 82px; display: flex; flex-direction: column; justify-content: center; align-items: center; clip-path: polygon(100% 0px, 100% 100%, 50% 93%, 0px 100%, 0px 0px); background-color: var(--color-primary); padding: 0px 11px 11px; }
.blog-wrap-b::before { content: ""; position: absolute; width: 13px; height: 13px; background-color: var(--color-second); clip-path: polygon(100% 0px, 0% 100%, 100% 100%); right: calc(100% - 1px); top: 0px; z-index: 2; }
.partner-title-left-box { width: 44px; height: 44px; border-radius: 50%; margin-left: -12px; }
.partner-title-left:hover .partner-title-left-box { margin-left: 0px; }
.partner-title-left-box:last-child { background-color: var(--color-second); color: rgb(255, 255, 255); }
p.partner-title-left-c { height: fit-content; margin-left: 16px; }
.partner-container { width: 100%; position: relative; }
.partner-custom .about-title-box::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0px; width: 100%; height: 1px; background-color: var(--color-fourth); z-index: 0; }
.partner-custom .about-title-box::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; width: 7px; height: 7px; background-color: var(--color-third); z-index: 2; }
.partner-title-left { background: rgb(255, 255, 255); padding-right: 43px; position: relative; }
.partner-title-left::before { position: absolute; content: ""; width: 7px; height: 7px; background-color: var(--color-third); top: 50%; transform: translateY(-50%); left: 100%; z-index: 2; }
.partner-title-left-box-s { position: relative; z-index: 5; }
.partner-box img { }
.partner-box:hover img { scale: 1.1; filter: grayscale(0); }
p.np-banner-desc { margin-top: 20px; margin-bottom: 43px; }
.np-banner-boxes { display: flex; align-items: center; }
.np-banner-box { display: flex; align-items: center; border-radius: 5px; transition: 0.3s; width: 320px; height: 60px; justify-content: center; }
p.np-banner-icon-text { margin: 0px 7px; }
.np-banner-box-space { margin-right: 38px; }
.np-banner { padding-top: 106px; padding-bottom: 63px; background-size: cover; background-repeat: no-repeat; position: relative; }
.np-banner::before { position: absolute; content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 2; top: 0px; left: 0px; }
.np-banner-container { position: relative; z-index: 3; }
.np-banner-box:hover { border: 1px solid var(--color-second); background-color: var(--color-second); }
.footer { color: rgb(255, 255, 255); }
.social a { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.2); }
p.footer-news-contact { margin-bottom: 20px; line-height: 23px; }
p.footer-news-contact:last-child { margin-bottom: 0px; }
a.footer-news-map { align-items: center; padding: 18px 34px; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 5px; margin-top: 38px !important; display: flex !important; }
a.footer-news-map svg { margin-right: 10px; }
li.footer-news-li { margin-bottom: 25px; }
.footer-news-wrap { width: 100%; display: flex; gap: 48px; }
ul.footer-u { padding: 0px; }
p.name-company { width: 80%; }
.footer-news-contact-b { padding-left: 17px; position: relative; }
.footer-news-contact-b::before { position: absolute; content: ""; width: 6px; height: 6px; background: var(--linear-primary); left: 0px; top: 7px; }
.footer-news-li-a { transition: 0.3s; }
.footer-news-li-a:hover { color: var(--color-primary) !important; }
.footer-news-map { transition: 0.3s; }
.footer-news-map:hover { border: 1px solid var(--color-second); background-color: var(--color-second); }
img.mmenu-logo-image { width: 70px; }
.menu-res { background: var(--color-second); }
.breadCrumbs { background: rgb(235, 231, 231); padding: 10px 0px; }
.breadcrumb-item span { color: var(--color-title); font-weight: 600; font-size: 16px; }
.breadcrumb-item.active span { color: var(--color-primary); }
.contact-form input[type="submit"] { background: var(--color-second); }
.slideshow::before { position: absolute; content: ""; width: 100%; height: 30%; background: linear-gradient(black 0%, transparent 50%, transparent 100%); z-index: 2; }
