@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); html {
    scroll-behavior: smooth;
}

body {
    font-family: Montserrat, sans-serif;
}

.home {
    background-image: url("images/banner.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.play_btn {
    background-color: rgb(8, 193, 52);
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    width: 100%;
}

.user_form input {
    background: rgb(186, 186, 186);
    padding: 11px;
    text-align: center;
    border-radius: 6px;
    border: navajowhite;
    color: black !important;
}

.user_form input::placeholder {
    color: black;
    font-weight: 600;
}

.user_form {
    border: 10px solid rgb(54, 47, 37);
    padding: 26px;
    background: rgba(0, 0, 0, 0.31);
}

img.logo_img {
    width: 42%;
}

button.private {
    background: rgb(255, 124, 0);
    color: white;
    font-weight: bold;
    padding: 7px;
    margin-top: 16px;
    border-radius: 6px;
}

button.private a {
    text-decoration: none;
    color: white;
}

.about p {
    font-size: 14px;
    color: rgb(210, 209, 209);
}

.about {
    border: 10px solid rgb(54, 47, 37);
    padding: 20px;
    background: rgba(0, 0, 0, 0.31);
    height: 100%;
}

h3 {
    color: rgb(243, 194, 0);
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    text-shadow: rgb(236, 231, 231) 2px 1px;
}

.howtoplay {
    border: 10px solid rgb(54, 47, 37);
    padding: 20px;
    background: rgba(0, 0, 0, 0.31);
}

.howtoplay .slick-dots li button::before {
    font-size: 13px;
    color: rgb(184, 149, 5) !important;
}

.howtoplay ul.slick-dots {
    position: relative;
    top: 82px;
}

.howtoplay p {
    position: relative;
    top: -34px;
}

.news {
    border: 10px solid rgb(54, 47, 37);
    padding: 20px;
    background: rgba(0, 0, 0, 0.31);
}

.news_cont {
    padding: unset !important;
}

.news_cont li {
    border-bottom: 1px solid;
}

.news_points ul li {
    font-size: 13px;
    line-height: 25px;
}

.news_points {
    overflow-y: auto;
    max-height: 241px;
}

.news_points ul li::marker {
    color: rgb(243, 194, 0);
    font-size: 19px;
}

ul.foot_links li {
    display: inline-block;
    align-items: center;
    text-align: center;
    margin: 0px 10px;
    text-decoration: underline;
}

ul.foot_links a {
    color: white;
    text-decoration: none;
}

ul.foot_links {
    text-align: center;
    margin-top: 26px;
}

.home i.bi.bi-person-fill.text-white {
    background: rgb(225, 232, 238);
    padding: 0px 4px;
    font-size: 30px;
    border: 4px solid rgb(12, 0, 255);
    border-radius: 4px;
    margin-right: 7px;
    color: black !important;
}

.avatar button {
    padding: 3px 68px;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    background-color: rgb(12, 0, 255) !important;
}

.modal-dialog.modal-dialog-scrollable.modal-dialog-centered.modal-sm {
    max-width: 900px;
}

.modal_avatar .modal-body {
    background: rgb(46, 46, 46);
    padding: 59px;
    border: 10px solid rgb(120, 120, 120);
    border-radius: 0px !important;
}

.modal_avatar h2 {
    margin-bottom: 49px;
    font-size: 38px;
    color: rgb(175, 142, 5);
    font-family: Montserrat;
    text-shadow: white 1px 2px;
    font-weight: bold;
}

.modal_avatar img {
    width: 100%;
    height: 143px;
    object-fit: contain;
}

.cho_av button {
    padding: 10px 59px;
    margin-top: 18px;
    font-family: Montserrat;
    font-weight: bold;
    background: rgb(12, 0, 255) !important;
    color: white !important;
}

.selected-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

img#selectedImage {
    width: 41px;
    height: 100%;
    object-fit: contain;
}

.rounds p {
    padding-left: 11px;
    font-weight: bold;
    font-size: 18px;
}

.Waiting {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 12px;
    font-size: 18px;
}

.fisrt_col {
    background: white;
    padding: 0px 17px;
    align-items: center;
}

.fisrt_col p {
    text-align: end;
    margin-top: -9px;
    padding-bottom: 8px;
}

.main_cont {
    background: rgb(53, 57, 74);
    padding: 25px 10px 16px 16px;
}

.main_cont span {
    padding-left: 6px;
    font-weight: 200;
    font-size: 17px;
}

.main_cont i {
    font-size: 19px;
}

.main_cont .form-select {
    padding: 11px 14px !important;
}

button.start_btn {
    background: rgb(8, 193, 52);
    width: 100%;
    color: white;
    font-size: 23px;
    margin-top: 19px;
    border-radius: 2px;
    padding: 8px;
    font-weight: bold;
}

.sub_form input {
    padding: 12px 29px;
    border-radius: 2px;
    width: 87%;
    border: navajowhite;
    outline: none !important;
}

.sub_form input::placeholder {
    font-size: 19px;
    color: black;
    font-weight: bold;
}

.sub_form button {
    background: rgb(255, 124, 0);
    color: white;
    padding: 11px 19px;
    margin-left: -6px;
    border-radius: 0px 7px 7px 0px;
    margin-top: -4px;
}

.sub_form button:hover {
    color: white;
    background: rgb(255, 124, 0) !important;
}

.third_col {
    background: white;
    padding: 17px 22px;
    height: 100%;
}

.round3 {
    padding: 15px 40px 1px 40px;
}

.details {
    padding: 9px;
}

.details th {
    font-size: 14px;
}

.details tr td {
    font-size: 12px;
}

.guess h5 {
    font-weight: bold;
    font-size: 19px;
}

.guess h5 span {
    font-weight: 400;
    padding-left: 3px;
}

.guess h4 {
    color: rgb(8, 193, 51);
    font-size: 16px;
    font-style: italic;
    margin-top: 28px;
    font-weight: 600;
}

.details tr {
    border: 0px solid transparent;
}

.foot_links .modal-dialog {
    max-width: 64% !important;
    height: 500px !important;
}

.form-label {
    margin-bottom: 0.5rem;
    color: black !important;
    text-align: left;
    float: left !important;
}

button.btn.btn-warning.form_btn  {
    padding: 8px 94px;
    color: white;
    font-size: 18px;
    /*margin-top: -64px !important;*/
}

.contact_form label {
    color: white !important;
}

.contact_form input {
    background: none;
    color: white;
}

.contact_form input:focus {
    background: none;
    color: white;
}

.contact_form textarea {
    background: no-repeat;
    color: white !important;
}

.contact_form textarea:focus {
    background: none !important;
}
.avatar.mt-3.d-flex {
    margin-bottom: 0.7rem;
}
h6.my-0.fw-bold {
    padding-bottom: 14px;
    padding-top: 9px;
}
@media only screen and (max-width: 1024px) and (min-width: 200px)  {
    .offset-2 {
         margin-left: 0%; 
    }
}
