@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@600;800&family=Rubik:wght@300;400;600;800&display=swap");


h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
a,
p,
span,
div,
section,
i,
a * {
  font-family: "Cairo", sans-serif !important;
}
button.btn.btn-primary.bng:hover {
    background: #ffffff00;
    color: #0d6efd;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
    font-weight: 700;
}
/* Mobil */
/* Mobil */
@media only screen and (max-width: 768px) {
    .imgnav {
        height: 26px;
    }
    img.imfot {
        width: 100%;
    }
    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: transparent;
        border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
        border: none;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }

    .triangle-down {
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 50px solid #555;
    }
    
    img.imsiz {
        height: 406px;
        width: 142%;
    }
    .carousel-dark .carousel-caption {
        color: #fff;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: #fff;
        width: 17px;
        height: 17px;
        top: 798px;
        left: 700px;
        /* gap: 0px; */
        opacity: 0px;
        border-radius: 15px;

    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 0rem;
        margin-left: 15%;
    }
    
    
    img.dotbgim {
        width: 141px !important;
        margin-top: 29px !important;
        /* margin-left: -10px !important; */
        transform: rotate(90deg);
        margin-right: 82px !important;
        margin-bottom: 8px;
    }
    .dobgim {
        width: 100%;
        margin-top: -1482px;
        margin-right: 22px;
    }
    .w-75.o {
        width: 95% !important;
    }
    .col-md-6.etd {
        margin-top: 336px;
    }
    svg.svg-inline--fa.fa-angle-left.redf {
        background-color: #2091f9;
        padding: 2px 5px;
        border-radius: 58%;
        position: relative;
        top: 6px;
        left: -2px;
        color: white;
    }
    .card.w-100.M {
        margin-right: -1px !important;
        margin-bottom: 20px !important;
    }
    span.bgucree {
        background-color: #F15B07 !important;
        padding: 3px 7px 3px 9px !important;
        border-radius: 7px !important;
        color: white !important;
    }
    img.card-img-top {
        border-radius: 11px 11px 3px 4px;
    }
    .btuinm {
        font-size: 36px;
        position: absolute;
        margin-top: -36px;
        margin-right: 195px;
        /* background: red; */
    }
    .won{
        width: 235px !important;
    }
    .p-5 {
        padding: 3rem !important;
        text-align: center;
    }
    .d-flex.ht {
        display: flex !important;
        margin-right: 13px;
        padding-top: 10px;
        padding-bottom: 31px;
    }
    .abcs{float: left;
    text-decoration: none;
    color: white;
    padding: 5px;}
    .er.fr{
        display: grid;
    }
    .mn{
        text-align: center;
    }
    .gfr{
        height: 96px !important;
        margin-top: 44px;
    }
    .bgr{
        margin-top: 10px !important;
    }
    span.tounbg {
        /* margin-top: 9px; */
        position: relative;
        top: -113px !important;
        right: 137px !important;
    }
    button.btn.btn-primary.bng {
        margin-right: 36px !important;
    }
    h1.imbg {
        margin-top: 82px !important;
    }
    p.tonht {
        margin-top: -59px;
        text-align: center;
    }
}
a.icombg {
    background: white;
    /* padding: 6px; */
    border-radius: 67%;
    font-size: 24px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #2091f9 !important;
    margin-right: 10px;
}
/* end  Mobil */


.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: rgb(0 0 0) !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}










/* PC */
@media (min-width: 992px) {
    .er.fr{
        display: flex;
    }
    img.imfot {
        width: 77%;
        margin-top: -18px;
    }
    .gfr{
        height: 96px !important;
        /* margin-top: 44px; */
    }
    .mn{
        text-align: end;
    }
    .col-md-3.fre {
        flex: 0 0 auto;
        width: 17%;
    }
    .imgnav {
        height: 31px;
    }
    a.icombg {
        background: white;
        /* padding: 6px; */
        border-radius: 67%;
        font-size: 24px;
        padding-left: 11px;
        padding-right: 11px;
        padding-bottom: 0px;
        padding-top: 0px;
        color: #2091f9 !important;
    }
    .won{
        width: 235px !important;
    }
    .btuinm {
        font-size: 36px;
        position: absolute;
        margin-top: -36px;
        margin-right: 195px;
        /* background: red; */
    }
    img.card-img-top {
    border-radius: 11px 11px 3px 4px;
}
    span.bgucree {
        background-color: #F15B07 !important;
        padding: 3px 7px 3px 9px !important;
        border-radius: 7px !important;
        color: white !important;
    }
    .dobgim {
        width: 100%;
        margin-right: 24px;
    }
    svg.svg-inline--fa.fa-angle-left.redf {
        background-color: #2091f9;
        padding: 2px 5px;
        border-radius: 58%;
        position: relative;
        top: 6px;
        left: -2px;
        color: white;
    }
    
    .triangle-down {
        background-image: url('image/Group 1.png');
        width: 100%;
        height: 0;
        border-left: 301px solid;
        border-right: 395px solid;
        /* border-left: 301px solid transparent;
        border-right: 395px solid transparent; */
        border-top: 395px solid #ffffff;
    }
    .fs-5 {
        font-size: 1.25rem !important;
        width: 500px;
        text-align: center;
        margin-right: 209px;
    }
    .carousel-dark .carousel-caption {
        color: #ffffff;
        /* margin-top: 7px !important; */
        position: absolute;
        top: 189px;
        font-weight: 600;
    }

    .h1,
    h1 {
        font-size: 2.5rem;
    }

    .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: #fff;
        width: 17px;
        height: 17px;
        top: 798px;
        left: 700px;
        /* gap: 0px; */
        opacity: 0px;
        border-radius: 15px;

    }

    .imsiz {
        height: 541px !important;
        width: 100% !important;
    }
    .card tr
    {
         box-shadow: rgb(241 0 0 / 0%) 0px 0px 13px,
         rgb(3 56 217 / 10%) -2px 6px 21px, rgb(79 93 169 / 10%) -2px 13px 53px;
    }


    img.dotbgim {
        width: 141px !important;
        margin-top: 64px !important;
        margin-left: -20px !important;
    }
    .col-md-4.km{
        display: flex;
    }
}







/* PC */