@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');



*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
}

.publisher_m {
    display: none;
}

.publisher_btn {
    outline: 2px solid white;
    color: white !important;
}

.publisher_btn:hover {
    background-color: white;
    color: rgb(0, 0, 0) !important;
}

.publisher_btn:active {
    outline: 2px solid white;
    color: rgb(255, 255, 255) !important;
}

/* xm  */
@media screen and (max-width: 575.98px) {

  
    .publisher_btn {
        display: none;
    }

    .publisher_m {
        display: block;
    }
    
    #cardAdjust1 {
       margin-left: auto;
       margin-right: auto;
    }

    #cardAdjust2 {
       margin-left: auto;
       margin-right: auto;
    }
}

/* sm  */
@media screen and (min-width: 576px) and (max-width: 767.98px) {


    .publisher_btn {
        display: none;
    }

    .publisher_m {
        display: block;
    }
    
    #cardAdjust1 {
       margin-left: auto;
       margin-right: auto;
    }

    #cardAdjust2 {
       margin-left: auto;
       margin-right: auto;
    }
}




/* //md */
@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .publisher_btn {
        display: none;
    }

    .publisher_m {
        display: block;
    }
}

/* xxl */
@media screen and ((max-width:991.98px)) {
    .i__gaming.show .dropend .dropdown-toggle::after {
        transform: rotate(90deg);
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: unset !important;

    }

    .dropend li {
        padding-left: .7em;
    }

    .dropend .dropdown-menu {
        border: none !important;
    }

    .dropend .dropdown-toggle::after {
        display: inline-block;
        position: relative;
        top: 0px;
        transform: rotate(90deg);
        left: 2px;
    }

}




/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #141414;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2e2e2e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3a3a3a;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

.contact_section {
    padding: 0%;
}

.publisher__btn {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.publisher__btn:hover {
    color: white;
    background-color: rgb(61, 61, 61) !important;
}

.first_form_data h2 {
    font-weight: 900;
}


input[type='text'],
input[type="email"],
select {
    height: 53px;
}

input[type="email"]::placeholder {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #666666;
}

/* Accordian  */
.accordion {
    max-width: 600px !important;
    box-shadow: 0 2px 25px 0 rgba(110, 130, 208, .18) !important;
}

.accordion-button {
    background-color: #ffffff !important;
    color: #000000 !important;
    position: relative;
    box-shadow: none !important;
}

.accordion-button:active,
.accordion-button:focus {
    border: none !important;
}

.accordion-button:hover {
    background: #818383 !important;
}

.accordion-button::after {
    content: "";
    transform: scale(1.2);
    border-radius: 3px;
    transition: .5s !important;
}

#ask_q_title {
    position: relative;
    z-index: 1;
}

.accordion-item {
    margin-bottom: 1em;
}

#ask_q_title::before {
    content: "";
    position: absolute;
    background-color: #DE2461;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(-3deg);
}

.heading_box {
    width: fit-content;
}


/* Footers  */
.footer__btns a {
    background-color: #1E174A;
}

.contact_us__footer h4 {
    width: 297.5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.03em;
    text-align: left;

}

.footer__btns{
    text-align: center;
}

.footer__btns a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.03em;
    max-width: 259px;
    height: 49px;
    padding: 14px 20px 14px 20px;
    gap: 4px;

}

.footer__btns a:active {
    background-color: rgb(255, 255, 255) !important; /* Color when button is pressed */
    color: rgb(0, 0, 0); /* Text color while active */
}


.footer__btns a:hover {
    background-color: #ebeaef;
    color: black !important;
}

.footer__btns p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.03em;
    text-align: left;
    max-width: 297.5px;
    margin-bottom: 5px;
    /* height: 42px; */

}


.footer__btns span {
    background-color: #1E174A;
}

.contact_us_footer__inner h4 {
    margin-bottom: 1em;
}

.email-link {
    display: inline-block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: black;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;
}

.form-control::placeholder {
    color: gray !important;
    opacity: 1; /* Ensures full visibility in some browsers */
}

#cardAdjust1 {
    height: 20vh;
    width: 340px;
}

#cardAdjust2 {
    height: 26vh;
    width: 340px;
}