:root {
--head-font: "Chakra Petch", sans-serif;
--para-font: "Roboto", sans-serif;
--body-color: #fff;
--dark-body-color: #010530;
--primary-color: #ff7a1f;
--secondary-color: #201048;
--dander-color: #f90a1e;
--dark-secondary-color: #fff;
}
.trophy .collapsing {
transition: 0.3s;
}
.trophy h1,
.trophy h2,
.trophy h3,
.trophy h4,
.trophy h5,
.trophy h6 {
padding: 0;
margin: 0;
}
.trophy h1,
.trophy h1 > a,
.trophy h2,
.trophy h2 > a,
.trophy h3,
.trophy h3 > a,
.trophy h4,
.trophy h4 > a,
.trophy h5,
.trophy h5 > a,
.trophy h6,
.trophy h6 > a {
font-family: var(--head-font);
color: var(--secondary-color);
font-weight: 700;
text-transform: capitalize;
transition: all 0.3s;
}
.trophy h1 span,
.trophy h1 > a span,
.trophy h2 span,
.trophy h2 > a span,
.trophy h3 span,
.trophy h3 > a span,
.trophy h4 span,
.trophy h4 > a span,
.trophy h5 span,
.trophy h5 > a span,
.trophy h6 span,
.trophy h6 > a span {
font-size: inherit;
color: inherit;
line-height: inherit;
font-weight: inherit;
}
.trophy h1 > a:hover,
.trophy h2 > a:hover,
.trophy h3 > a:hover,
.trophy h4 > a:hover,
.trophy h5 > a:hover,
.trophy h6 > a:hover {
color: var(--secondary-color);
}
.trophy a,
.trophy a:focus,
.trophy a:hover {
text-decoration: none;
outline: none;
color: var(--secondary-color);
}
.trophy .text-danger{
color: var(--dander-color) !important;
}
.trophy .text-animation{
text-shadow: 0 0 8px yellow;
animation: blinker 6s;
animation-iteration-count: 1;
}
.animate-charcter{
text-transform: uppercase;
background-image: linear-gradient(
-225deg,
#f85109 0%,
#de0ee6 29%,
#ff1361 67%,
#fff800 100%
);
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: #fff;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 2s linear infinite;
display: inline-block;
font-size: 190px;
}
@keyframes textclip {
to {
background-position: 200% center;
}
}
.trophy img {
max-width: 100%;
height: auto;
}
.trophy .giveaway-logo {
max-width: 300px;
width: 100%;
margin: auto;
padding-bottom: 0.5em !important;
}
.trophy .sec-img img {
max-width: 100%;
height: auto;
border-radius: 10px;
border: 1px solid #0a0a0933;
padding: 4px;
}
.trophy .max-un {
max-width: unset;
}
.trophy .d-rtl {
direction: rtl;
}
.trophy ul,
.trophy ol {
padding: 0;
margin: 0;
list-style: none;
}
.trophy button {
border: none;
cursor: pointer;
}
.trophy .single-input {
margin-bottom: 25px;
}
.trophy input,
.trophy textarea {
padding: 13px 20px;
color: var(--secondary-color);
width: 100%;
font-family: var(--para-font);
border-radius: 20px;
background-color: #ff7a1f1a;
border: 1px solid #ff7a1f33;
outline-color: transparent;
}
.trophy input::placeholder,
.trophy textarea::placeholder {
color: #b4acc8;
opacity: 1;
}
.text-orange{
color: var(--primary-color) !important;
}
.text-black{
color: #212529 !important;
}
.trophy input:focus,
.trophy textarea:focus {
outline: none;
box-shadow: none;
border: 1px solid var(--primary-color);
}
.trophy input::-webkit-outer-spin-button,
.trophy input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.trophy [type="number"] {
-moz-appearance: textfield;
}
.trophy input[type="checkbox"] {
width: initial;
height: initial;
}
.trophy select {
padding: 10px 20px;
border: none;
cursor: pointer;
outline: none;
}
.trophy textarea {
min-height: 150px;
resize: none;
}
.trophy span {
display: inline-block;
}
.trophy .table thead th,
.trophy .table td,
.trophy .table th {
border: none;
}
.trophy .b-none {
border: none !important;
}
.trophy .ovf-unset {
overflow-x: unset !important;
}
.trophy iframe {
border: 0;
width: 100%;
}
.trophy .shadow-none {
box-shadow: none;
}
.trophy h1,
.trophy h1 > a {
font-size: 30px;
line-height: 98.8px;
margin-top: -20px;
}
.trophy .winner-section h1,
.trophy .winner-section h1 > a {
font-size: 72px;
font-weight: bold;
line-height: 80px;
}
.trophy h2,
.trophy h2 > a {
font-size: 57px;
line-height: 74.1px;
margin-top: -16px;
}
.trophy h3,
.trophy h3 > a {
font-size: 43px;
line-height: 55.9px;
margin-top: -10px;
}
.trophy h4,
.trophy h4 > a {
font-size: 32px;
line-height: 41.6px;
margin-top: -8px;
}
.trophy h5,
.trophy h5 > a {
font-size: 24px;
line-height: 31.2px;
margin-top: -6px;
}
.trophy h6,
.trophy h6 > a {
font-size: 18px;
line-height: 23.4px;
margin-top: -4px;
}
.trophy table thead tr th {
font-size: 18px;
line-height: 30px;
}
.trophy a {
display: inline-block;
font-weight: 400;
font-size: 18px;
line-height: 30px;
}
.trophy p,
.trophy ,
.trophy li,
.trophy label {
margin: 0;
font-family: var(--para-font);
font-size: 18px;
font-weight: 400;
line-height: 30px;
}
.trophy .section-text {
margin-bottom: 35px;
}
.trophy .section-header {
margin-bottom: 55px;
}
.trophy .dark-sec .title, .trophy .dark-sec p {
color: var(--bs-white);
}
.trophy .cus-mar {
margin-bottom: -30px;
}
.trophy .single-box {
margin-bottom: 15px;
padding: 15px 15px;
}
.trophy .sub-title {
color: var(--primary-color);
font-weight: 700;
margin-bottom: 27px;
}
.trophy .title {
font-weight: 700;
margin-bottom: 10px;
}
.trophy .xxxlr {
font-size: 32px;
line-height: 41.6px;
margin-top: -8px;
}
.trophy .xxlr {
font-size: 26px;
line-height: 36px;
margin-top: -7px;
}
.trophy .xlr {
font-size: 24px;
line-height: 36px;
margin-top: -7px;
}
.trophy .mdr {
font-size: 16px;
line-height: 22px;
}
.trophy .z-1 {
z-index: 1;
}
.trophy .mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mt-30 {
margin-top: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mt-40 {
margin-top: 40px;
}
.mb-60 {
margin-bottom: 60px;
}
.mt-60 {
margin-top: 60px;
}
.mb-80 {
margin-bottom: 80px;
}
.mt-80 {
margin-top: 80px;
}
.pt-30 {
padding-top: 30px;
}
.pt-60 {
padding-top: 60px;
}
.pt-120 {
padding-top: 120px;
}
@media (min-width: 1400px){
.trophy .banner-section .container{
max-width: 1320px !important;
}
.search-winner-block {
height: 458px;
}
}
@media (max-width: 991px) {
.trophy .next-time .winner_name {
line-height: 1 !important;
font-size: 1em !important;
}
.pt-120 {
padding-top: 60px;
}
.pt-60 {
padding-top: 20px;
}
.pt-30 {
padding-top: 15px;
}
.mb-60 {
margin-bottom: 40px;
}
.mt-60 {
margin-top: 40px;
}
.mb-80 {
margin-bottom: 60px;
}
.mt-80 {
margin-top: 60px;
}
.header-section {
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
}
@media (max-width: 575px) {
.pt-120 {
padding-top: 50px;
}
.pt-60 {
padding-top: 15px;
}
.pt-30 {
padding-top: 10px;
}
}
.pb-120 {
padding-bottom: 120px;
}
@media (max-width: 991px) {
.pb-120 {
padding-bottom: 60px;
}
.pt-60 {
padding-top: 20px;
}
.pt-30 {
padding-top: 15px;
}
}
@media (max-width: 575px) {
.pb-120 {
padding-bottom: 50px;
}
.pt-60 {
padding-top: 15px;
}
.pt-30 {
padding-top: 10px;
}
}
*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
background-color: var(--primary-color);
}
.trophy .scrollToTop {
position: fixed;
bottom: 0;
right: 30px;
width: 45px;
height: 45px;
background-color: var(--primary-color);
border-radius: 5px;
color: var(--bs-white);
line-height: 45px;
font-size: 20px;
text-align: center;
z-index: 9;
cursor: pointer;
transition: all 1s;
transform: translateY(100%);
}
.trophy .scrollToTop.active {
bottom: 30px;
transform: translateY(0%);
}
.trophy .preloader {
position: fixed;
width: 100%;
height: 100vh;
z-index: 99999999;
overflow: visible;
background: url(//prizepool.xtirs.in/wp-content/themes/prizepool/assets/images/preloader-light.gif) no-repeat center center;
background-size: 30%;
background-color: #fbfbfb;
}
.trophy .dark .preloader {
background: url(//prizepool.xtirs.in/wp-content/themes/prizepool/assets/images/preloader-dark.gif) no-repeat center center;
background-color: #010530;
background-size: 30%;
}
.trophy .icon-svg {
position: relative;
}
.trophy .icon-svg img {
opacity: 1;
position: absolute;
}
.trophy .icon-svg svg {
position: absolute;
stroke-dashoffset: 1500;
stroke-dasharray: 1500;
transform: scale(1);
transition: transform 0.3s, fill 0.5s;
opacity: 0;
visibility: hidden;
}
.trophy .icon-svg:hover svg {
visibility: visible;
opacity: 1;
stroke-dashoffset: 0;
fill: transparent;
transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}
.trophy .icon-svg:hover img {
opacity: 0;
visibility: hidden;
}
.trophy .accordion-button:focus {
box-shadow: none;
}
.trophy .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes item {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.trophy .fadeInDown {
animation-name: fadeInDown;
} .trophy .cmn-btn {
position: relative;
text-transform: uppercase;
font-weight: 600;
transition: all 0.5s;
display: flex;
align-items: center;
color: var(--secondary-color);
}
.trophy .cmn-btn img, .cmn-btn i {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border-radius: 30px;
color: var(--bs-white);
background-color: var(--primary-color);
margin-right: 18px;
}
.trophy .cmn-btn:hover {
color: var(--primary-color);
}
.trophy .cmn-btn:focus {
color: var(--bs-white);
}
.trophy .cmn-btn.alt {
background: transparent;
border: 1px solid var(--secondary-color);
color: var(--secondary-color);
}
.trophy .cmn-btn.alt i {
color: var(--secondary-color);
}
.trophy .cmn-btn.alt:hover {
background: var(--secondary-color);
border: 1px solid transparent;
color: var(--para-color);
}
.trophy .cmn-btn.alt:hover i {
color: var(--para-white);
}
.trophy .slick-arrow {
position: absolute;
outline: none;
bottom: 40px;
width: 40px;
height: 40px;
border-radius: 20px;
background-color: #e2d9fd;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.slick-arrow::before {
position: absolute;
content: '';
width: 60px;
height: 60px;
border-radius: 30px;
border: 1px solid rgba(58, 34, 116, 0.5);
}
.trophy .slick-arrow i {
color: var(--bs-white);
font-size: 14px;
}
.trophy .slick-arrow:hover {
background-color: var(--primary-color);
transition: all 0.5s;
}
.trophy .slick-arrow:hover::before {
border-color: var(--primary-color);
}
.trophy .slick-arrow.slick-prev {
left: calc(50% - 110px);
z-index: 2;
}
.trophy .slick-arrow.slick-next {
right: calc(50% - 110px);
}
.trophy .section-dots {
text-align: center;
position: absolute;
bottom: 55px;
display: inline-flex;
align-items: center;
justify-content: center;
width: calc(100% - 20px);
}
.trophy .section-dots li {
margin: 0 5px;
display: inline-block;
list-style: none;
}
.trophy .section-dots li .dot {
display: block;
width: 8px;
height: 8px;
border-radius: 10px;
background-color: #e2d9fd;
text-decoration: none;
cursor: pointer;
transition: all ease 0.3s;
}
.trophy .section-dots li .dot .string {
position: absolute;
line-height: 0;
opacity: 0;
}
.trophy .section-dots li.slick-active .dot {
background-color: var(--primary-color);
}
.trophy .input-area {
border-radius: 5px;
background-color: var(--secondary-color);
padding: 0 5px;
margin: 30px 0 20px;
}
.trophy .input-area:focus-within {
outline: 1px solid var(--primary-color);
border: none;
}
.trophy .input-area input {
padding: 10px;
border: none;
background: transparent;
}
.trophy .input-area button {
padding: 4px 10px;
background-color: transparent;
}
.trophy .banner-section .row,
.trophy .banner-section .container{
height: auto;
}
.trophy .banner-section .overlay {
background-color: rgb(251 173 4 / 5%) !important;
}
.trophy .banner-section .overlay .banner-content {
padding: 140px 0 40px;
}
.trophy .winner_name {
text-shadow: 3px 3px 2px #fb8d06;
}
.trophy .next-time .winner_name {
line-height: 1;
font-size: 2.5em;
}
.trophy .shawow-charcter {
text-shadow: 0px 1px 9px #9d9489;
}
.trophy .footer-section {
background-color: transparent;
background-image: url(//prizepool.xtirs.in/wp-content/themes/prizepool/assets/images/footer-bg.png) !important;
background-repeat: no-repeat;
background-position: bottom;
}
.trophy .footer-section .footer-form {
border-radius: 10px;
box-shadow: 0px 5px 19px rgba(109, 100, 139, 0.31);
background-color: var(--bs-white) !important;
padding: 80px 220px 60px !important;
}
.trophy .footer-section .footer-form form {
margin: 0 auto;
}
.trophy .footer-section .footer-form form .form-group {
border-radius: 28px;
background-color: #ff7a1f1a;
border: 1px solid #ff7a1f33;
}
.trophy .footer-section .footer-form form .form-group input {
margin: 4px;
}
.trophy .footer-section .footer-form form button {
border-radius: 50%;
background-color: var(--primary-color);
width: 50px;
height: 50px;
}
.trophy .footer-section .footer-box a {
color: var(--bs-white);
font-family: var(--head-font);
font-weight: 700;
}
.trophy .footer-section .footer-bottom {
border-top: 1px solid #344154;
padding: 40px 0;
margin-top: 30px;
}
.trophy .footer-section .footer-bottom p {
color: var(--bs-white);
}
.trophy .footer-section .footer-bottom p a {
color: var(--primary-color);
}
.trophy .footer-section .footer-bottom .social a {
width: 40px;
height: 40px;
border-radius: 20px;
border: 1px solid rgba(210, 196, 255, 0.5);
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s all;
margin-left: 15px;
}
.trophy .footer-section .footer-bottom .social a i {
color: #9c94b4;
}
.trophy .footer-section .footer-bottom .social a:hover {
background-color: #ff7a1f;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.trophy .footer-section .footer-bottom .social a:hover i {
color: var(--bs-white);
}
.trophy .game-slider .slick-current .single-box {
border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.trophy .game-slider .single .single-box {
border-radius: 20px;
background-color: var(--bs-white);
border: 1px solid #f2eaff;
margin: 0 15px;
text-align: center;
padding: 20px;
transition: 0.3s all;
}
.trophy .game-slider .single .single-box:hover {
border: 1px solid #f6c253;
}
.trophy .game-slider .single .single-box .app-links {
margin-top: 15px;
display: grid;
}
.trophy .game-slider .single .single-box .app-links a {
margin-top: 15px;
}
.game-slider .single .single-box img {
margin: auto;
}
.game-slider .slick-arrow {
top: calc(50% - 30px);
}
.trophy .game-slider .slick-arrow.slick-prev {
left: 8px;
}
.game-slider .slick-arrow.slick-next {
right: 8px;
}
.trophy .about-us {
background-image: url(//prizepool.xtirs.in/wp-content/themes/prizepool/assets/images/_bg.png);
background-repeat: no-repeat;
background-position: top;
}
.trophy .about-us .section-header p {
width: 75%;
margin: auto;
}
.trophy .about-us .magnific-area .bg-area {
position: relative;
border-radius: 30px;
}
.trophy .about-us .magnific-area .bg-area::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 30px;
background-color: rgb(248 246 244 / 59%)
}
.trophy .about-us .magnific-area .bg-area img.bg-item{
border-radius: 30px;
}
.trophy .about-us .magnific-area .mfp-iframe {
opacity: 1;
}
.trophy .about-us .magnific-area .mfp-iframe::after {
position: absolute;
content: "";
border-radius: 50%;
width: 99px;
height: 99px;
background-color: var(--primary-color);
}
.trophy .about-us .magnific-area .mfp-iframe::before {
position: absolute;
content: "";
width: 140px;
height: 140px;
border-radius: 50%;
border: 3px solid var(--primary-color);
animation: stretch 4s linear infinite;
}
.trophy .about-us .magnific-area .mfp-iframe img {
z-index: 2;
}
.trophy .about-us .content-area {
margin-top: 45px;
}
.trophy .about-us .content-area h2 {
margin-top: 60px;
}
.trophy .about-us .content-area h2, .trophy .about-us .content-area p {
color: var(--primary-color);
text-align: center;
}
.text-shawod-none{
text-shadow: none !important;
}
.trophy{
background-color: rgba(251, 173, 4, 0.148) !important;
}
.trophy .winner-section,
.trophy .next-time {
background-image: none !important;
height: 100vh;
}
.trophy .counter-section .single-box {
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;
background-color: #2a41a4;
text-align: center;
padding: 68px 0 65px;
}
.trophy .counter-section .single-box p, 
.trophy .counter-section .single-box h1 {
color: var(--body-color);
}
.trophy .counter-section .single-box.second {
background-color: #1d5f2c;
}
.trophy .counter-section .single-box.third {
background-color: var(--primary-color);
}
.trophy .counter-section .single-box.fourth {
background-color: #7e4c04;
}
.trophy .gallery-slider .slick-current {
transform: scale(1.7);
}
.trophy .gallery-slider .slick-slide {
transition: 0.3s;
}
.trophy .gallery-slider .slick-track {
margin: 145px 0 278px;
}
.trophy .we-are-hiring .single-area {
border-radius: 20px;
background-color: #f6f3ff;
padding: 40px 40px 30px;
margin: 0 15px;
}
.trophy .we-are-hiring .single-area button {
background-color: transparent;
display: flex;
align-items: center;
padding: 0;
color: #201048;
margin-top: 15px;
}
.trophy .we-are-hiring .single-area button i {
margin-left: 10px;
}
.trophy .we-are-hiring .info-area {
margin: 17px 0 14px;
}
.trophy .we-are-hiring .info-area .single-info {
display: flex;
align-items: center;
margin-right: 25px;
}
.trophy .we-are-hiring .info-area .single-info i {
margin-right: 5px;
}
.trophy .we-are-hiring a {
display: flex;
align-items: center;
margin-top: 20px;
}
.trophy .we-are-hiring a i {
margin-left: 10px;
}
.trophy .we-are-hiring .slick-list {
margin-bottom: 148px;
}
.trophy .job-details .modal-dialog {
max-width: 860px;
}
.trophy .job-details .modal-content {
border-radius: 30px;
background-color: var(--bs-white);
padding: 60px 45px;
position: relative;
}
.trophy .job-details .modal-content .modal-header {
position: absolute;
right: 25px;
top: 25px;
padding: 0;
border: none;
}
.trophy .job-details .modal-content .modal-header .btn-close {
background-color: var(--primary-color);
}
.trophy .job-details .modal-content .modal-header .btn-close:focus {
box-shadow: none;
}
.trophy .job-details .modal-content p, .trophy .job-details .modal-content span, .trophy .job-details .modal-content i, .trophy .job-details .modal-content li {
color: #212529;
}
.trophy .job-details .modal-content h2, .trophy .job-details .modal-content h3, .trophy .job-details .modal-content h4 {
color: var(--secondary-color);
}
.trophy .job-details .modal-content p, .trophy .job-details .modal-content li {
margin: 5px 0;
}
.trophy .job-details .modal-content h2, .trophy .job-details .modal-content h3, .trophy .job-details .modal-content h4 {
margin: 10px 0;
}
.trophy .job-details .modal-content ul {
margin: 20px 0;
}
.trophy .job-details .modal-content ul li {
position: relative;
display: flex;
align-items: center;
margin-left: 30px;
}
.trophy .job-details .modal-content ul li::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
border-radius: 5px;
background-color: #3a2274;
left: -20px;
}
.trophy .job-details .modal-content .btn-area a {
border-radius: 25px;
box-shadow: 0px 5px 0px #0b85cf, 0px 16px 4px rgba(56, 174, 246, 0.27);
background-image: linear-gradient(0deg, #357eff 0%, #357eff 1%, #1be9ff 100%);
border: 2px solid #37b0f7;
font-weight: 700;
padding: 6px 40px;
text-transform: uppercase;
}
.trophy .job-details .top-bar {
border-bottom: 1px solid #3c4071;
margin-bottom: 15px;
padding-bottom: 15px;
}
.trophy .job-details .single-info {
display: flex;
align-items: center;
margin-right: 30px;
}
.trophy .job-details .single-info i {
margin-right: 5px;
}
.trophy .contact-us {
background-image: url(//prizepool.xtirs.in/wp-content/themes/prizepool/assets/images/contact-circle.png);
background-repeat: no-repeat;
background-position: right top;
}
.trophy .contact-us .single-box {
border-radius: 20px;
border: 1px solid #e2dafb;
padding: 25px 30px;
display: flex;
align-items: center;
}
.trophy .contact-us .single-box .icon-area {
margin-right: 20px;
width: 96px;
height: 96px;
border-radius: 48px;
background-color: #ff7a1f1a;
display: flex;
align-items: center;
justify-content: center;
}
.trophy .contact-us .social {
border-top: 1px solid #e2dafb;
padding-top: 40px;
margin-top: 40px;
}
.trophy .contact-us .social a {
width: 40px;
height: 40px;
border-radius: 20px;
border: 1px solid rgba(210, 196, 255, 0.5);
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s all;
margin-right: 15px;
}
.trophy .contact-us .social a i {
color: #989898;
}
.trophy .contact-us .social a:hover {
background-color: #ff7a1f;
border: 1px solid rgba(255, 255, 255, 0.5);
}
.trophy .contact-us .social a:hover i {
color: var(--bs-white);
}
.trophy .contact-us form {
border-radius: 60px;
background-color: #f9f9f9;
padding: 60px;
}
.trophy .contact-us form button,
.trophy .contact-us form input[type="submit"],
.search-winner-btn {
border-radius: 25px;
box-shadow: 0px 5px 0px #ff7a1f, 0px 16px 4px rgb(243 129 10 / 27%);
background-image: linear-gradient(0deg, #ff7a1f 0%, #ff7a1f 1%, #ff9f1b 100%);
border: 2px solid #ff7a1f;
font-weight: 700;
padding: 6px 60px;
text-transform: uppercase;
max-width: 300px;
}
.trophy .contact-us form .single-input span.wpcf7-form-control-wrap{
width: 100% !important;
}
.trophy .contact-us form .wpcf7-not-valid-tip{
font-size: 14px;
}
.trophy .contact-us form .wpcf7-response-output{
width: 100%;
margin: 20px auto;
border-radius: 5px;
background: #ffb90057;
color: #f30909;
}
.trophy .contact-us form label {
font-weight: 700;
}
.trophy .better-buck-img {
max-width: 280px;
opacity: 0.8;
}
.search-winner-block{
background-color: #ef700314; 
border-radius:11px; 
padding:35px;
box-shadow: 0px 2px 9px 0px #898989a6;
}
.search-winner-block .button {
font-weight: 500;
border: none;
}
.trophy img.winner-banner{
max-width: 500px;
max-height: 500px;
width: 100%;
margin-right: 0px;
margin-left: auto;
border-radius: 38px !important;
}
.trophy .sec-img{
margin-right: 15px;
margin-left: auto;
}
.trophy .single .single-area .image-area{
position: relative;
z-index: -1;
}
.trophy .single .single-area .image-area img,
.trophy .slick-active .perwinner-title{
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.trophy .perwinner-name{
margin-left: 1em;
}
.trophy .perwinner-title{
background: #231f20a1;
padding-bottom: 0px;
padding-top: 0px;
margin-bottom: 0;
bottom: 0px;
}
.trophy .perwinner-title .title,
.trophy .perwinner-title .datesection{
position: relative;
color: #fff;
text-transform: uppercase !important;
z-index: 0 !important;
}
.trophy .perwinner-title .title{
font-size: 20px;
margin-bottom: 0;
padding-bottom: 0;
}
.trophy .perwinner-title .datesection{
font-size: 15px;
}
.trophy .slick-active .perwinner-title{
margin-bottom: 0px;
}
.trophy .slick-active .perwinner-title .title{
margin-top: 15px;
line-height: 1;
}
@media (min-width: 1400px){
.search-winner-block .button {
width: 30%;
height: 45px;
font-size: 22px;
}
.trophy .container{
max-width: 1320px !important;
}
}
@media (max-width: 1799px) {
.trophy .contact-us {
background-size: 30%;
}
.trophy .gallery-slider .slick-track {
margin: 130px 0 255px;
}
}
@media (max-width: 1599px) {
.trophy .gallery-slider .slick-track {
margin: 115px 0 255px;
}
}
@media (max-width: 1499px) {
.trophy .gallery-slider .slick-track {
margin: 105px 0 255px;
}
}
@media (max-width: 1399px) {
.trophy .slick-arrow {
width: 30px;
height: 30px;
}
.trophy .slick-arrow::before {
width: 40px;
height: 40px;
}
.trophy .section-dots {
bottom: 53px;
}
.trophy .slick-arrow.slick-next {
right: calc(50% - 95px);
}
.trophy .slick-arrow.slick-prev {
left: calc(50% - 95px);
}
.trophy .we-are-hiring .slick-list {
margin-bottom: 120px;
}
.trophy .gallery-slider .slick-track {
margin: 100px 0 210px;
}
}
@media (max-width: 1199px) {
.trophy h1, .trophy h1 > a {
font-size: 57px;
line-height: 74.1px;
margin-top: -16px;
}
.trophy h2, .trophy h2 > a {
font-size: 43px;
line-height: 55.9px;
margin-top: -10px;
}
.trophy .preloader {
background-size: 30%;
}
.trophy .team-member .slick-list {
margin-bottom: 90px;
}
.trophy .we-are-hiring .slick-list {
margin-bottom: 110px;
}
.trophy .we-are-hiring .single-area {
padding: 30px 30px 25px;
}
.trophy .gallery-slider .slick-current {
transform: scale(1);
}
.trophy .gallery-slider .single-area {
margin: 0 15px;
}
.gallery-slider .slick-track {
margin: 0;
margin-bottom: 100px;
}
.trophy .contact-us {
background-image: none;
}
.trophy .footer-section .footer-form {
padding: 50px 165px 35px;
}
}
@media (max-width: 991px) {
.trophy h1, .trophy h1 > a {
font-size: 57px;
line-height: 68.4px;
margin-top: -16px;
}
.trophy h2, .trophy h2 > a {
font-size: 43px;
line-height: 51.6px;
margin-top: -10px;
}
.trophy h3, .trophy h3 > a {
font-size: 32px;
line-height: 38.4px;
margin-top: -8px;
}
.trophy h4, .trophy h4 > a {
font-size: 24px;
line-height: 28px;
margin-top: -6px;
}
.trophy h5, .trophy h5 > a {
font-size: 18px;
line-height: 22px;
margin-top: -4px;
}
.trophy h6, .trophy h6 > a, .trophy table thead tr th, .trophy button, .trophy a, .trophy p, .trophy span, .trophy li {
font-size: 16px;
line-height: 22px;
}
.trophy .section-header {
margin-bottom: 40px;
}
.trophy .title {
margin-bottom: 20px;
}
.trophy .xxxlr {
font-size: 24px;
line-height: 28px;
margin-top: -6px;
}
.trophy .xxlr {
font-size: 20px;
line-height: 28px;
}
.trophy .xlr {
font-size: 18px;
line-height: 25.5px;
}
.trophy .cmn-btn [class*='icon-']:before {
line-height: 1;
}
.trophy .banner-section .overlay .sec-img {
display: none;
}
.trophy .banner-section .overlay .banner-content {
padding: 160px 0 40px;
}
.trophy .game-slider .slick-current .single-box {
border: 1px solid #f2eaff !important;
}
.trophy .about-us {
background-position: right top -100px;
background-size: cover;
}
.trophy .team-member .single-box p {
width: 100%;
}
.trophy .we-are-hiring .slick-list {
margin-bottom: 80px;
}
.trophy .we-are-hiring .single-area {
padding: 25px 20px 15px;
}
.trophy .contact-us form {
padding: 40px;
margin-top: 40px;
}
.trophy .counter-section .section-area {
margin-bottom: 35px;
}
.trophy .footer-section .copyright {
text-align: center;
}
.trophy .footer-section .social {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.trophy .about-us .magnific-area .mfp-iframe::before {
width: 100px;
height: 100px;
}
.trophy .about-us .magnific-area .mfp-iframe::after {
width: 60px;
height: 60px;
}
.trophy .about-us .magnific-area .mfp-iframe img {
width: 20px;
}
.trophy .about-us .magnific-area .bg-area img {
height: 265px;
}
.trophy .about-us .section-header p {
width: 100%;
}
.trophy .we-are-hiring .slick-list {
margin-bottom: 105px;
}
.trophy .footer-section .footer-form {
padding: 50px 45px 35px;
}
.trophy .footer-section .footer-top {
display: grid !important;
text-align: center;
justify-content: center !important;
}
.trophy .footer-section .footer-top .logo {
margin-bottom: 30px;
}
.trophy .footer-section .footer-top .footer-link {
flex-wrap: wrap;
justify-content: center;
}
}
@media (max-width: 575px) {
.trophy h1, .trophy h1 > a {
font-size: 40px;
line-height: 46px;
margin-top: -9px;
}
.trophy h2, .trophy h2 > a {
font-size: 30px;
line-height: 36px;
margin-top: -7px;
}
.trophy h3, .trophy h3 > a {
font-size: 24px;
line-height: 28px;
margin-top: -6px;
}
.trophy h4, .trophy h4 > a {
font-size: 20px;
line-height: 24px;
margin-top: -4px;
}
.trophy a, .trophy p, .trophy span, .trophy li,.trophy .cmn-btn, .trophy thead tr th, .trophy tbody tr th, .trophy tbody tr td, .trophy input, .trophy label, .trophy textarea, .trophy h6, .trophy h6 > a {
font-size: 15px;
line-height: 19px;
}
.trophy .section-header {
margin-bottom: 35px;
}
.trophy .title {
margin-bottom: 15px;
}
.trophy .sub-title {
margin-bottom: 14px;
}
.trophy .xxxlr {
font-size: 20px;
line-height: 24px;
}
.trophy .xxlr {
font-size: 18px;
line-height: 25.5px;
}
.trophy .xlr {
font-size: 16px;
line-height: 22.4px;
}
.trophy .header-section .navbar {
padding: 20px 15px;
}
.trophy .counter-section .mt-60 {
margin: 0 !important;
}
.trophy .counter-section .single-box {
padding: 40px 0 35px;
}
.trophy .contact-us form {
padding: 20px;
border-radius: 20px;
padding-bottom: 30px;
}
.trophy .footer-section .footer-form form button {
min-width: 40px;
min-height: 40px;
width: 40px;
height: 40px;
}
.trophy .job-details .modal-content {
padding: 30px 15px;
border-radius: 15px;
}
.trophy .job-details .btn-close {
padding: 5px;
}
.trophy .job-details .modal-content ul li {
align-items: self-start;
}
.trophy .job-details .modal-content ul li::before {
top: 6px;
}
.trophy .job-details .modal-content .btn-area a {
padding: 6px 15px;
}
}
@media (max-width: 480px) {
.trophy .footer-section .menu-item {
display: grid;
justify-content: center;
text-align: center;
}
.trophy .contact-us .single-box {
padding: 20px;
}
.trophy .contact-us .single-box .icon-area {
margin-right: 10px;
width: 70px;
height: 70px;
}
.trophy .contact-us .single-box .icon-area img {
width: 30px;
}
.trophy .job-details .info-area {
display: grid !important;
gap: 15px;
}
}
@media (max-width: 375px) {
.trophy .about .col-6 {
width: 100% !important;
}
.trophy .we-are-hiring .single-area {
margin: 0;
}
.trophy .we-are-hiring .info-area {
display: grid !important;
gap: 15px;
}
.trophy .footer-section .footer-form {
padding: 40px 20px 25px;
}
}
.trophy .title-word {
animation: tcolor-animation 4s linear infinite;
}
.trophy .title-word-1 {
--color-1: #DF8453;
--color-2: #3D8DAE;
--color-3: #E4A9A8;
}
.trophy .title-word-2 {
--color-1: #DBAD4A;
--color-2: #ACCFCB;
--color-3: #17494D;
}
.trophy .title-word-3 {
--color-1: #ACCFCB;
--color-2: #E4A9A8;
--color-3: #ACCFCB;
}
.trophy .title-word-4 {
--color-1: #3D8DAE;
--color-2: #DF8453;
--color-3: #E4A9A8;
}
@keyframes tcolor-animation {
0%    {color: var(--color-1)}
32%   {color: var(--color-1)}
33%   {color: var(--color-2)}
65%   {color: var(--color-2)}
66%   {color: var(--color-3)}
99%   {color: var(--color-3)}
100%  {color: var(--color-1)}
}