body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* row */

.rw-pad {
    padding-left: 15px;
    padding-right: 15px;
}

.rs-pad {
    padding-left: 6px;
    padding-right: 15px;
}

.frist-hr {
    width: 80%;
    margin-left: 15px;
}

.pad {
    margin-left: 50px;
    padding-left: 55px;
}

/* hr colors */

.hr-color {
    color: #CDD1D5;
}

/* end row */

.s-boder {
    position: relative;
}

.s-boder::after {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    height: 92%;
    border: 1px solid #CDD1D5;
}

/* border-end */

/* remove input shadow */

.remov:focus {
    border: none;
    outline: 0;
    box-shadow: unset !important;
}

/* end remove inputs shadow */

.side-bar {
    background: #404040;
}

.side-bar .side-nav {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    z-index: 1;
}

.side-bar ul li a {
    color: #F5F5F5;
    font-size: 16px;
    margin-bottom: 10px;
}

.side-bar ul li.active {
    border-left: 4px solid #5BB2CC !important;
    height: 40px;
    margin-bottom: 10px;
}

.side-bar ul li a.active-link {
    color: #5BB2CC;
}


.side-bar ul li a:hover {
    color: #5BB2CC;
}

/* menu search bar */

.back {
    background-color: #fff;
    border: none;
}

.searches {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-right: 2px;
}

.searches input {
    width: 100%;
    padding: 10px 15px 10px 40px;
    border-radius: 20px;
    font-size: 16px;
    height: 44px;
    box-sizing: border-box;
    width: 330px;
    background-color: #F2F2F2;
}

.searches input[type="search"] {
    font-size: 12px;
    color: #909090;
}

.searches input:focus {
    border: none;
    outline: 0;
    box-shadow: unset !important;
    background-color: #F2F2F2;
}

.searches img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.bell {
    padding: 10px;
    background: #F2F2F2;
    cursor: pointer;
}

/* cards */

.cad-title {
    font-size: 24px;
    font-weight: 600;
}

.card {
    /* box-shadow: 0 4px 8px #f5f5f5; */
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    padding: 5px;
    padding-top: 15px !important;
    border-radius: 0px;
    border: none;
    width: 360px;
}

.player-img {
    width: 160px;
    height: 160px;
    border-radius: 0px;
    margin-top: 10px;
}

.icons-text {
    font-size: 14px;
    font-weight: 400;
}

.lorem {
    display: flex;
    text-align: start;
    font-size: 14px;
    font-weight: 600;
}

.social-icons {
    display: flex !important;
    justify-content: space-between !important;
    padding-right: 25px;
    padding-left: 25px;
}

.social-icons p {
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
}

.social-icons span {
    font-size: 16px;
    font-weight: 400;
    color: #909090;
}

.edit {
    margin-top: 10px;
    color: #5BB2CC !important;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #5BB2CC;
    margin-bottom: 10px;
    padding-left: 26px !important;
    padding-right: 27px !important;
    height: 20px;
    padding-bottom: 24px !important;
    padding-top: 4px;
}

.edit:hover {
    border: 1px solid #5BB2CC;
}

.share {
    color: #fff !important;
    background-color: #5BB2CC;
    font-size: 14px;
    font-weight: 500;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.share:hover {
    background-color: #5BB2CC;
}

.edit-icon {
    margin-top: -10px;
}

.info-box {
    text-align: center;
    padding: 50px 0px 40px 0px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.last-box {
    height: 170px;
    padding-top: 35px !important;
}

.last-box h3 {
    font-size: 24px !important;
    line-height: 31px;
}

.info-box h3 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    color: #5BB2CC;
    /* Adjust the color to match your design */
}

.info-box .last-heading {
    font-size: 24px;
}

.info-box span {
    font-weight: bold;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
}

.about {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 7px;
    border-radius: 0px;
}

.basic-info p {
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    color: #262626;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 24px;
}

.ful-name {
    padding-left: 8px;
}

.ful-name span {
    font-size: 16px;
    font-weight: 500;
    color: #909090;
    padding-left: 15px;
}

.ful-name p {
    font-size: 16px;
    font-weight: 500;
}

.ful-name .lorems {
    padding-left: 15px;
    padding-top: 10px;
    line-height: 23px;
    max-width: 680px;
}


/* history style */

.history-header {
    background-color: #F5F5F5;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history-header p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.add-history-btn {
    background-color: #5BB2CC;
    color: white;
    border: none;
    padding: 4.5px 14.5px;
    font-size: 14px;
    font-weight: 500;
}

.history-box {
    padding-right: 10px;
    padding-left: 24px;
    padding-bottom: 11px;
    padding-top: 24px !important;
    background-color: #fff;
    justify-content: space-between;
    align-items: flex-start;
}

.history-box .label-column {
    font-size: 16px;
    font-weight: 400;
    color: #909090;
}

.history-box .value-column {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 14px;
    margin-left: -25px;
}

.history-box .new-cos {
    margin-left: -15px;
}

.history-box .col {
    border-right: 1px solid #ddd;
}

.history-box .col:last-child {
    border-right: none;
}

.history-box h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: -3px;
}

.history-box span {
    font-size: 16px;
    font-weight: 400;
    color: #909090;
}

.history-box .value {
    font-weight: 600;
    color: #000;
}



.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table td {
    padding: 8px 0px;
    vertical-align: top;
}

.label {
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    white-space: nowrap;
    color: #909090;
    width: 50%;
}

.dr {
    padding-left: 3px !important;
}

.value {
    text-align: left;
    padding-left: 20px;
    /* Adjust this for proper alignment */
}


/* Home page design */

.main {
    background-image: url('./img/background.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 100vh;
    position: relative;
}

.main .background-img {
    position: absolute;
    right: 97px !important;
    top: 0;
    height: 100%;
    width: 434px;
}

.main .icescout {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.bg-remover {
    border: none;
    background: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.main .login {
    background: #262626;
    padding: 8px 33px;
    color: #fff;
    border-radius: 0;
    border: none;
    transition: 0.3s ease;
}

.main .login:hover {
    background: #333;
}

.main .content {
    margin-top: 47px;
}

.main .content p {
    color: #5BB2CC;
    font-size: 20px;
    font-weight: 600;
}

.main .content h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    margin-top: -15px;
}

.more {
    padding: 6px 3px;
    background: #5BB2CC;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 41px;
    transition: 0.3s ease;
}

.more:hover {
    background: #4A9CB8;
}

.main .darks {
    padding: 10px 16px 9px;
    background: #262626;
    width: 799px !important;
    display: flex;
    align-items: center;
}

.main .darks span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}

.main .darks img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.main .darks img:hover {
    filter: grayscale(0%);
}

.main .player-img-container {
    position: relative;
    z-index: 2;
}

.main .player-img {
    width: 420px !important;
    position: absolute;
    bottom: 0;
    right: -100px;
    top: 0;
    height: inherit;
}

/* exp */

.exp {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.exp h1 {
    font-size: 36px;
    color: #262626;
    font-weight: 600;
}

.exp p {
    font-size: 18px;
    font-weight: 400;
    max-width: 571px;
}

/* cards */

.cads {
    border: none;
    background-color: #F5F5F5;
    width: initial;
    box-shadow: none;
}

.cads h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #262626;
}

.cads p {
    color: #303030;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* image / text */

.player-sec h2 {
    font-size: 36px;
    font-weight: 600;
}

.player-sec p {
    font-size: 17px;
}

.leader {
    margin-left: -48px;
}

.player-sec img {
    float: inline-end;
}

.player-sec .img-s {
    float: inline-start;
}

.player-sec .join {
    padding: 7px 17px;
    margin-top: 4px;
}

/* testimonials */

.bg-left {
    width: 470px;
    height: 320px;
    background: #ADD8E5;
    position: absolute;
    right: 0;
    z-index: -1;
}

.bg-right {
    width: 325px;
    height: 245px;
    background-color: #ADD8E5;
    position: absolute;
    left: 0;
    z-index: -1;
    margin-top: -15.5%;
}

.testimonial-section h2 {
    font-size: 36px;
    font-weight: 600;
    padding-top: 93px;
}

.testimonial-card {
    background-color: #262626;
    color: white;
    padding: 20px;
    padding-left: 36px;
    padding-bottom: 35px;
    /* border-radius: 8px; */
    position: relative;
}

.testimonial-card p {
    font-size: 18px;
    max-width: 423px;
}

.testimonial-card .author-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-card .author-photo {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    margin-right: 15px;
}

.testimonial-card .author-name {
    font-weight: 500;
    font-size: 16px;
}

.testimonial-card .author-role {
    font-size: 16px;
    font-weight: 400;
    color: #909090;
}

.carousel-indicators {
    top: auto;
    left: 0;
    bottom: -50px;
}

.haly-row {
    padding-left: 50px;
    padding-right: 50px;
}

.carousel-indicators button {
    background: #909090 !important;
    width: 15px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.carousel-indicators button.active {
    background: #5BB2CC !important;
}

/* double cards */
.double-cad h2 {
    font-size: 36px;
    font-weight: 600;
}

.main-cad {
    background-color: #F5F5F5;
    padding: 24px;
    padding-right: 7px;
}

.main-cad .cad-content {
    padding-left: 22px;
}

.main-cad .cad-content span {
    color: #909090;
    font-size: 16px;
    font-weight: 400;
}

.main-cad .cad-content h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 7px;
}

.main-cad .cad-content p {
    color: #303030;
    font-size: 18px;
}

.bg-img {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./img/players.png');
    background-size: cover;
    min-height: 97.3vh !important;
    margin-top: 30px;
}

.bg-img button {
    border: 1px solid #5BB2CC;
    border-radius: 0px;
    color: #5BB2CC;
    padding: 2px 27px;
}

.bg-img button:hover {
    border: 1px solid;
    color: #5BB2CC;
}

.bg-img .cad-content {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.bg-img .cad-content span {
    color: #909090;
    font-size: 16px;
    font-weight: 400;
}

.bg-img .cad-content h3 {
    font-size: 24px;
    font-weight: 600;
}

.main-cad .cad-content p {
    color: #303030;
    font-size: 18px;
}

.carousels {
    width: 390px;
    margin-left: -35px;
}

/* footer section */

.subscription-section {
    background-color: #F5F5F5;
    height: 350px;
}

.subscription-section img {
    margin-top: -92px;
}

.subscription-section .start {
    padding: 10px 40px;
    margin-top: 0px;
}

.subscribe-text {
    font-size: 35px;
    font-weight: 600;
}

.subscription-section .froms {
    margin-top: 36px;
}

.subscription-section input {
    border-radius: 0px;
    height: 47px;
    padding-left: 24px;
    padding-top: 4px;
}

.subscription-section input::placeholder {
    color: #909090;
    font-size: 13px;
}

.subscription-section input:focus {
    border: 1px solid #DEE2E6;
    outline: 0;
    box-shadow: unset !important;
}

.footer {
    background-color: #262626;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.footer p {
    padding-top: 15px;
}

/* responsive design */

@media screen and (min-width: 1440px) {
    .main .background-img {
        right: 143px !important;
    }

    .cads-mains {
        padding-top: 0px !important;
    }

    .player-sec p {
        font-size: 18px;
    }

    .testimonial-section .bg-left {
        width: 470px !important;
    }
}

@media screen and (min-width: 1280px) {
    .main .background-img {
        width: initial;
        right: 75px;
    }

    .player-img {
        width: 460px !important;
        right: -45px !important;
    }

    .main .darks {
        width: 765px;
    }

    .cads-mains {
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 70px !important;
    }

    .bg-left {
        width: 385px !important;
    }

    .testimonial-card {
        padding-bottom: 20px;
    }

    .testimonial-section {
        padding-bottom: 50px;
    }

    .main-cad {
        padding: 20px;
        width: 760px;
    }

    .main-cad .cad-content h3 {
        font-size: 23px;
    }

    .main-cad .cad-content p {
        font-size: 16px;
        max-width: 450px;
    }

    .carousels {
        width: 425px;
        margin-left: -60px;
    }

    .bg-img {
        height: 592px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1040px) {
    .social {
        display: contents !important;
    }

    .logos {
        width: 10vw !important;
        margin-left: -25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .main h1 {
        font-size: 50px !important;
    }

    .main .background-img {
        right: 57px;
    }

    .main .player-img {
        width: 430px;
        right: -60px;
    }

    .main .darks {
        width: 630px;
    }

    .cads-mains {
        padding-top: 0px !important;
    }

    .cads p {
        font-size: 14px;
    }

    .player-sec p {
        font-size: 16px;
        max-width: 400px;
    }

    .player-sec .leader {
        margin-left: 0px;
        padding-top: 0px !important;
    }

    .player-sec img {
        width: 100%;
    }

    .testimonial-section {
        padding-bottom: 50px;
    }

    .testimonial-section .bg-left {
        width: 355px;
    }

    .cad-content span {
        font-size: 14px !important;
    }

    .cad-content h3 {
        font-size: 18px !important;
    }

    .cad-content p {
        font-size: 15px !important;
        max-width: 360px !important;
    }

    .main-cad {
        width: 660px;
    }

    .bg-img {
        margin-top: 24px !important;
        height: 603px !important;
    }

    .subscription-section {
        height: initial;
    }
}

@media screen and (max-width: 991px) {
    .side-bar {
        width: 16%;
    }

    .frist-hr {
        margin-left: 5px;
    }

    .logos {
        width: 10vw !important;
        margin-left: -20px;
    }

    .ms-wrod {
        margin-right: 0px !important;
    }

    .responsive-table td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 0;
    }

    .label {
        font-weight: normal;
        color: gray;
        font-size: 15px;
    }

    .value {
        font-weight: bold;
        padding-left: 0;
        font-size: 15px;
    }

    .s-boder::after {
        content: none;
        position: initial;
        height: initial;
        border: none;
    }

    .s-pad {
        padding-left: 15px !important;
        margin-top: 10px;
    }

    .last-box {
        padding-top: 57px !important;
    }

    .lorem {
        display: contents;
    }

    .social-icons {
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
    }

    /* home page */
    .background-img {
        display: none;
    }

    .main .darks {
        width: initial !important;
        margin-top: 10px !important;
    }

    .player-img {
        display: none;
    }

    .exp {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .cads-mains {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .new-cad {
        margin-top: 20px;
    }

    .leader {
        margin-left: 0px;
        margin-top: 0px !important;
    }

    .player-sec img {
        float: inline-start;
    }

    .testimonial-section h2 {
        padding-top: 0px;
    }

    .bg-left {
        display: none;
    }

    .bg-right {
        display: none;
    }

    .haly-row {
        padding-left: 0px;
        padding-right: 0px;
    }

    .testimonial-card {
        width: initial;
    }

    .testimonial-card p {
        max-width: none;
    }

    .carousels {
        margin-left: 0px;
        width: initial;
    }

    .subscription-section {
        height: inherit;
    }

    .subscription-section .subscribe-text {
        font-size: 24px;
    }

    .img-s {
        width: 100%;
    }

    .cent-img {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 720px !important;
    }
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }
}

@media screen and (min-width: 991px) {
    .container {
        max-width: 960px !important;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 767px) {
    .side-nav {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }

    .cent-img {
        padding-top: 45px !important;
    }

    .frist-hr {
        margin-left: 10px;
        width: 96%;
    }

    .lorem {
        display: flex;
    }

    .card {
        width: 100%;
    }

    .md-cad {
        margin-bottom: 1rem !important;
    }

    .side-bar {
        width: 100%;
    }

    .logos {
        display: flex;
        margin: auto;
        width: 25vw !important;
    }

    .responsive-table td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 0;
    }

    .label {
        font-weight: normal;
        color: gray;
    }

    .value {
        font-weight: bold;
        padding-left: 0;
    }

    .s-pad {
        padding-left: 15px !important;
        margin-top: 10px;
    }

    .social-icons {
        padding-left: 25px;
        padding-right: 25px;
        flex-direction: row;
    }

    .ms-wrod {
        margin-right: 1.5rem !important;
    }

    .subscription-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .subscription-section img {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .side-bar {
        width: 100%;
    }

    .logos {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20vw !important;
        margin: auto;
    }

    .searches input {
        width: initial;
    }

    .frist-hr {
        /* margin-left: 5px; */
        width: 99%;
        margin-left: 0px;
    }

    .main .darks {
        flex-direction: column;
    }

    .main .darks img {
        padding-bottom: 15px;
    }

    .main-cad {
        display: inherit !important;
        padding-right: 24px;
    }

    .main-cad .cad-content {
        padding-left: 0px;
        padding-top: 20px;
    }

    .main-cad .cad-content h3 {
        font-size: 20px;
    }

    .main-cad .cad-content p {
        font-size: 16px;
    }

    .cent-img {
        margin-top: 50px;
    }

    .subscription-section {
        padding-bottom: 50px;
    }

    .content h1 {
        font-size: 40px !important;
    }

    .common {
        font-size: 30px !important;
    }
}