/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/

/*================================================
[  Table of contents  ]
================================================== 
:: general css Style
   :: google font
   :: basic style     
   :: headings
   :: button style
   :: helper classes 
   :: section title
   :: box border
   :: custome class 
:: scrollbar CSS
:: back to top CSS
:: loader CSS
:: animations 
==================================================
[ End table content ]
================================================*/

@charset "UTF-8";
/*================================================
    :: general css Style
==================================================*/

/* :: google font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --primary-color: #a5119b;
    --secondary-color: #01a6ff;

    --bg-gradient-1: linear-gradient(33deg,rgba(27,1,2,1),var(--primary-color));
    --bg-gradient-text: linear-gradient(90deg, rgba(241, 241, 243, 1) 30%, rgba(140, 140, 141, 1) 50%, rgba(241, 241, 243, 1) 70%);
    --border-color: linear-gradient(90deg,rgba(214,203,172,1),rgba(162,139,57,1) 50%,rgba(214,203,172,1));
} 


/* :: basic style  */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
 

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #ffffff;
    color: #000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Chieezy Burger';
}

p {
    font-size: 14px; 
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
    color: inherit;
}


ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none;
    outline: 0;
}

iframe {
    width: 100%;
    border: 0px;
}

/* :: Form */
textarea {
    resize: none;
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: none;
}

::-moz-selection {
    background: var(--primary-color);
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: #ffffff;
    text-shadow: none;
} 
/* :: headings */

/* :: Font h1 */
h1 {
    font-size: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1,
    .banner-content h1 {
        font-size: 52px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .banner-content h1 {
        font-size: 42px !important;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .banner-content h1 {
        font-size: 42px !important;
    }
}

@media only screen and (max-width: 576px) {
    h1,
    .banner-content h1 {
        font-size: 25px !important;
    }
}

/* :: Font h2 */
h2 {
    font-size: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2,
    .banner-content h2 {
        font-size: 42px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2,
    .banner-content h2  {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    h2,
    .banner-content h2  {
        font-size: 32px !important; 
    }
}
@media only screen and (max-width: 576px) { 
    .banner-content h2  {
        font-size: 22px !important; 
    }
}

/* :: Font h3 */
h3 {
    font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3,
    .banner-content h3  {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3,
    .banner-content h3 {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
    h3,
    .banner-content h3 {
        font-size: 24px !important;
    }
}
@media only screen and (max-width: 576px) { 
    .banner-content h3  {
        font-size: 18px !important; 
    }
}

/* :: Font h4 */
h4 {
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

/* :: Font h5 */
h5 {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 22px;
    }
}

/* :: Font h6 */
h6 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 18px;
    }
}

.owl-dots {
    text-align: center;
}
.owl-dots button {
    height: 12px;
    width: 12px;
    background: #dcdcdc !important;
    display: inline-block;
    margin: 0 4px;
    border-radius: 15px;
}
.owl-dots button.active{
    background: var(--primary-color) !important;
}


/* :: button style */
.button-style {
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    overflow: hidden; 
} 

.button-style:hover {
    background: var(--secondary-color);
    color: #ffffff;
    border-color: transparent;
}

.button-style:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

/* :: helper */
.text-gray {
    color: #000 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.primary-color {
    color: var(--primary-color) !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-color {
    background-color: var(--primary-color) !important;
}

.bg-01 {
    background-color: #000 !important;
}

.bg-02 {
    background-color: #f1f1f1 !important;
}

.bg-gradient-1{
    background-image: var(--bg-gradient-1);
} 
.bg-gradient-text {
    background-image: var(--bg-gradient-text);
    background-clip: text; 
    color: transparent;
}

.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem;
}

/* :: form */
.form-control {
    height: 46px;
}

.form-control:focus {
    background-color: transparent;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: #000;
    height: 185px;
    background: transparent;
    color: #ffffff;
    resize: none;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

label.error {
    display: block;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}

input.error,
select.error,
textarea.error {
    border-color: #ff0000 !important;
}

/*radio button stype*/ 
[type="radio"]:checked,
[type="radio"]:not(:checked) {position: absolute; left: -9999px; }
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {position: relative; padding-left: 24px; cursor: pointer; display: inline-block;}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 1px; top: 4px; width: 18px; height: 18px; border: 1px solid #c1c1c1; border-radius: 100%; background: #fff; }
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {content: ''; width: 12px; height: 12px; background: var(--primary-color); position: absolute; top: 7px; left: 4px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
[type="radio"]:not(:checked) + label:after {opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
[type="radio"]:checked + label:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1); }


/*-------------------------------------------------
:: button 
-------------------------------------------------*/
.btn-wapper{
    background-image: linear-gradient(90deg, rgba(241, 241, 243, 1) 20%, rgba(140, 140, 141, 1) 50%, rgba(241, 241, 243, 1) 80%);
    padding: 1.5px 1.5px 1.2px 2px;
    transition: .5s;
    background-size: 200% auto;
    background-position: 50%;
}
.btns {
    background-color: var(--primary-color);
    padding: 10px 20px;
    display: block; 
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-wapper:hover{
    animation: gradientShift 1s linear infinite; 
}
.btn-wapper .btns:hover{
    color: #fff;
}
@keyframes gradientShift {
    0% {
        background-position: 50%
    }

    25% {
        background-position: 100%
    }

    50% {
        background-position: 50%
    }

    75% {
        background-position: 0
    }

    to {
        background-position: 50%
    }
}

  
.page-title h2{ 
    text-transform: uppercase;
    font-size: 58px; 
}
.page-title p{ 
    text-transform: uppercase;
    font-size: 16px; 
}

/*-------------------------------------------------
:: main-area
-------------------------------------------------*/
.main-area{
    position: relative;
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------------
:: banner-area
-------------------------------------------------*/
.banner-area {
    position: relative;
    z-index: 1;  
}

.m-banner{
    display: none !important;
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}


/*-------------------------------------------------
:: sections-area
-------------------------------------------------*/
.sections-area {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/*-------------------------------------------------
:: prizes-area
-------------------------------------------------*/
.prizes-wapper {
    padding: 0 0 80px 0;
}
.prizes-content h3 {
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    background-color: var(--primary-color);
    color: rgb(255 255 255);
    display: inline-block;
    padding: 10px 45px;
    /* background-image: linear-gradient(195deg, rgba(194, 152, 46, 1), rgba(246, 237, 137, 1) 39%, rgba(194, 152, 46, 1));
    filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)); */
    font-size: 42px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}
.prizes-content p { 
    color: #fff;
    font-size: 22px;  
    font-weight: 600; 
}

.flex-lg-row-reverse .prizes-content {
    margin-left: 0;
}
.prizes-content {
    margin-left: 100px;
}

.prizes-image{
    position: relative;
    z-index: 1;
    text-align: center;
}
.prizes-row .shape{
    clip-path: polygon(155px 0, calc(100% - 155px) 0, 100% 100%, 0 100%);
    border: 2px solid var(--secondary-color);
    height: 250px;
    width: 1091px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: rgb(1 166 255 / 40%);
    z-index: -1;
}
.flex-lg-row-reverse .prizes-shape-right .shape{
    right: -370px;
}
.prizes-shape-left .shape{
    left: -370px;
}


.lizard-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.lizard-area:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 37%);
    top: 0;
    left: 0;
    z-index: -1;
}
.accordion-item {
    background-color: transparent;
    border: none;
}
.accordion-button {
    text-transform: uppercase;
    color: #fff !important;
    background: transparent !important; 
    font-size: 20px;
    padding: 25px 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-header { 
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.accordion-body {
    padding: 10px 1.25rem 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  .accordion-button::after {
    transition: all 0.5s;
    filter: brightness(0) invert(1);
  }
  
.accordion-body p {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #e5e7eb; 
}

.product-item {
    margin: 20px 0;
    transition: all 0.5s;
}
.product-item:hover {
    transform: scale(1.2);
}
.product-item:hover img{
    filter: drop-shadow(10px -5px 30px rgba(112, 112, 124, 0.5));
}
.product-image img { 
    margin: 0 auto 20px auto;
}
.product-content h3 {
    text-align: center;
    text-transform: uppercase; 
    font-size: 28px;
}


.testimonial-item {
    display: flex;
    align-items: center;
}
.testimonial-item .testimonial-image {
    flex: 1;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item .testimonial-image img {
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
}
.testimonial-item .testimonial-content{
    flex: 1;
    width: 50%;
}

.testimonial-content h6 {
    font-size: 30px;
    text-transform: uppercase; 
    color: var(--primary-color);
    margin-bottom: 15px;
}
.testimonial-content p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}
.testimonial-area .owl-dots {
    margin-top: 40px;
}
.testimonial-area .owl-dots button {
    height: 8px;
    width: 8px;
    opacity: 0.2;
}
.testimonial-area .owl-dots button.active {
    opacity: 1;
} 


 
.modal-content {
    width: 634px;    
    border-radius: 0;
    background-image: linear-gradient(90deg, rgba(241, 241, 243, 1) 20%, rgba(140, 140, 141, 1) 50%, rgba(241, 241, 243, 1) 80%);
    padding: 2px;
    border: none;
}
.modal-box{
    background-color: #000;
    padding: 30px;
}

.footer-line {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-line a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
} 
.footer-line a:hover{
    text-decoration: underline;
}
.copyright-text p {
    color: #fff;
}


/* input effect */
.input-container {
    position: relative;
    border: 1px solid #ddd; 
}

.input-error {
    border: 1px solid red;
}

.input {
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    height: 50px !important;
    outline: 0;
    padding: 12px 17px 12px 17px;
    width: 100%;
    border: none !important; 
    background: #000000;
}

textarea.input {
    height: 100px !important;
}

.input-error-text {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.placeholder {
    color: #fff;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 18px;
    margin: 0;
    background-color: #000000;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
}

.input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
    transform: translateY(-26px) translateX(-20px) scale(0.75);
    padding: 0 10px;
    left: 30px;
    background: #000000;
    font-size: 16px;
}

.input[type="date"] {
    color-scheme: dark;
}
.form-check-input[type=checkbox] { 
    background: transparent;
    border: 2px solid #fff !important;
    box-shadow: none;
}
.form-check-input:checked[type=checkbox] {
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color);
    color: #fff;
}

.participate-now-area{
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.50);
}
.participate-wapper {
    max-width: 590px;
    margin: 0 auto;
    border-radius: 0;
    background-image: linear-gradient(90deg, rgba(241, 241, 243, 1) 20%, rgba(140, 140, 141, 1) 50%, rgba(241, 241, 243, 1) 80%);
    padding: 2px;
    border: none;    
}
.participate-box {
    background-color: #000;
    padding: 30px;
}
.participate-now-area .page-title h2{
    font-size: 32px;
}
.input-container i {
    position: absolute;
    right: 0;
    bottom: -18px;
    font-size: 12px;
    color: #fff;
}
.participate-wapper label a {
    display: inline-block;
    color: var(--primary-color) !important;
}

/*
.box-otp-fild{
    display: none;
}
*/
.innerbanner-area{
    padding: 180px 0 80px 0;
    background-color: rgba(0, 0, 0, 0.50);
}

.table-box thead tr {
    background: var(--primary-color);
    color: #fff;
}
tbody, td, tfoot, th, thead, tr {
    border-color: var(--primary-color); 
    color: #fff;
    background: rgba(0, 0, 0, 0.40);
}

.winners-search input.input {
    background: rgb(0 0 0 / 50%);
    border: 2px solid #fff !important;
    height: 56px !important;
    width: 230px;
    font-size: 14px;
}
.winners-search .btn-wapper {
    padding: 2.5px 1.5px 1.2px 0; 
}
.go-btns .btns {
    height: 52px;
}
.claim-wapper{
    background-image: linear-gradient(90deg, rgba(241, 241, 243, 1) 20%, rgba(140, 140, 141, 1) 50%, rgba(241, 241, 243, 1) 80%);
    padding: 2px;
    border: none;
}
.claim-form{
    background-color: #000;
    padding: 30px;
}
 

/* cookies start */
.cookies-open.hide {
    display: none;
}
.cookies-wapper {
    bottom: 20px;
    left: 20px;
    position: fixed;
    padding: 15px 20px 15px 20px;
    width: 300px;
    text-align: left;
    max-height: 85%;
    overflow-y: auto;
    max-width: calc(100% - 40px);
    background-color: #1C1C1C;
    color: #FFFFFF;
    border-radius: 20px;
    z-index: 2;
}
.cookies-close-icon {
    font-size: 29px;
    cursor: pointer;
    color: #FFFFFF;
    padding: 0;
    overflow: hidden;
    letter-spacing: 0;
    opacity: 0.85;
    position: relative;
    top: 0;
    right: 10px;
    line-height: 13px;
    margin-left: 100%;
    margin-bottom: -20px;
}
.cookies-buttons-wapper a.rejectall {
    color: #FFFFFF;
    background: #1C1C1C;
    border: 1px solid #FFFFFF;
}
.cookies-buttons-wapper a.rejectall:hover{
    background-color: #2f2f2f;
}
.cookies-content h5 {
    padding: 10px 0 10px;
    text-align: left;
    margin-right: 13px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.4px;
    opacity: 1;
    margin-top: -18px;
}
.cookies-content p {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.65;
    font-weight: 400;
    margin-bottom: 10px;
}
.cookies-content p a {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
}
.cookies-checkbox {
    margin-bottom: 15px;
}
.cookies-checkbox label {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.cookies-buttons-wapper{
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: space-between;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
.cookies-buttons-wapper a{
    font-weight: 700;
    cursor: pointer;
    min-width: 103px;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.4px;
    border: 0;
    background-color: var(--primary-color);
    color: #FFFFFF;
    line-height: 3.2;
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 13px 5px;
    border-radius: 20px;
}

.cookies-main{
    bottom: 20px;
    left: 20px;
    position: fixed;
    line-height: 0;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
    color: #999; 
    display: flex;
    flex-direction: row;
    opacity: 1;
    border-radius: 25px;
    padding: 3px;
    transition-duration: 500ms;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #1C1C1C;
    
}
.cookies-main .cookies-icon{
    width: 40px;
    height: 40px;
    color: #f44336;
}

.cookies-text {
    overflow: hidden;
    transition-duration: 500ms;
    white-space: nowrap;
    max-width: 0;
}
.cookies-text p {
    font-size: 16px;
    line-height: 2.5;
    padding-right: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
}
.cookies-main:hover .cookies-text{
    max-width: 300px;
    padding-right: 15px;
    padding-left: 12px;
}
 
.nav-tabs {
    display: inline-block;
    border: none;
}
.nav-link {
    font-weight: 700;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border: 0 !important;    
    background-color: #1C1C1C !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    line-height: 3.2;
    padding: 0 25px;
    margin: 15px 5px 15px 5px;
    border-radius: 100px !important;
    display: inline-block;
}
.nav-link.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #FFFFFF !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 50px;
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 50px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color); 
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}



/* coming-soon-area */
.coming-soon-area {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.coming-soon-logo {
    position: relative;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 30px auto 50px;
}

.coming-soon-content { 
    position: relative;   
}

.coming-soon-content .title{
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.coming-soon-content .title h1 {
    font-size: 32px !important;
    font-weight: bold; 
    line-height: 32px;
    margin-bottom: 20px;
}
.coming-soon-content .title p {
    font-size: 58px;
    font-weight: bold; 
    text-transform: uppercase;
    line-height: 62px;
    max-width: 890px;
    margin-top: -60px;
    
}

.coming-soon-content .text {
    background-color: rgb(16 16 16 / 77%);
    border-top: 1px solid rgb(214 203 172);
    border: 1px solid rgb(214 203 172);
    padding: 25px;
    max-width: 617px;
    z-index: 3;
    position: relative;
    margin-bottom: 50px;
}
.coming-subtext p{
    font-size: 42px;
    font-weight: bold;
    line-height: normal;
    max-width: 720px;
}

.coming-soon-content .text h6 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px; 
}
.coming-soon-content .text p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.comming-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.coming-subtext {
    z-index: 3;
    position: relative;
}
.coming-soon-bg-text {
    font-size: 192px;
    line-height: normal;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    z-index: -1;
    text-transform: uppercase;
    opacity: 0.5;
}


.countdown { 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    text-align: center;
    z-index: 3;
    position: relative;
    max-width: 760px;
}

.countdown .countdown-section {
    padding: 20px 0;
    display: inline-block;
    position: relative;
    z-index: 1;  
    
}

.countdown .countdown-section {
    border: 1px solid;
} 

.countdown .countdown-section > div {
    position: relative;
    z-index: 1;
}
.countdown .countdown-section .countdown-number {
    font-size: 80px;
    line-height: 1;
    width: auto;
    color: #fff;
}
.countdown .countdown-section .countdown-unit {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding-top: 5px;
}

.testimonial-area .page-title {
    position: relative;
    z-index: 1;
}
 

.big-text{
    font-size: 262px;
    line-height: normal;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    z-index: -1;
    text-transform: uppercase;
    opacity: 0.5;
    margin-left: 60px;
}


.teams-text {
    color: #fff;
}
.teams-text p{
    color: #fff;
}
.teams-text ol {
    padding-left: 40px;
    list-style: armenian !important;
    margin-bottom: 20px;
}
.teams-text ol li {
    list-style: circle;
}