@font-face {
    font-family: gothamMedium;
    src: url(../fonts/gotham/GothamMedium.ttf);
}
@font-face {
    font-family: gothamLight;
    src: url(../fonts/gotham/Gotham-Light.otf);
}
body {
    position: relative;
    overflow-x: hidden;
}
:root {
    --text-color-blue:#080047;
    --text-color-blue-100: #1b1455;
    --text-color-green: #6e0001;
    --text-color-pink: #e02b20;
}

* {
    /*font-family: gothamMedium, Arial, sans-serif;*/
    font-family: Roboto, Arial, sans-serif;
}
p, .fw-light {
    font-family: gothamLight, Arial, sans-serif;
}

.app-container {
    width: 95%;
    margin: auto;
    max-width: 1440px;
}
/* colors */
.text-blue {
    color: var(--text-color-blue);
}
.color-pink{
    color: var(--text-color-pink);
}
.color-green{
    color: var(--text-color-green);
}
.color-lightdark{
    color: #353b45;
}
.bg-green {
    background-color: var(--text-color-green);
}
.bg-blue {
    background: var(--text-color-blue);
}
.bg-blue-100 {
    background: var(--text-color-blue-100);
}
.section-bg{
    background-color: #ecf3f7;
}

/* buttons */
.button-pnk, .button-green{
    outline: none;
    border: none;
    padding: 13px;
    border: none;
    background-color: #e02b20;
    color: white;
}
.button-green {
    background-color: var(--text-color-green);
}
/* cursor */
.cursor-pointer {
    cursor: pointer;
}

.t-decoration{
    text-decoration: none !important;
}
.list-s-none{
    list-style-type: none;
}
.font-s-13{
    font-size: 13px;
}
.font-s-25{
    font-size: 25px;
}
.font-s-3-25{
    font-size: 3.25rem !important;
}
.font-s-2-75{
    font-size: 2.75rem !important;
}
.font-s-1-525{
    font-size: 1.525rem;
}
.font-s-1{
    font-size: 1rem;
}
.mxh-400{
    max-height: 460px;
}
.max-h-510{
    max-height: 510px;
}
.max-h-550{
    max-height: 550px;
}
.video-style{
    height: 600px !important;
    object-fit: cover !important;
}
.video-styl{
    object-fit: cover !important;
}
/* ======= carousel default designing ====== */
.splide-i-wraper{
    padding: 7px 10px;
}

.splide__slide:hover .splide-i-wraper{
    background-color: #e02b20;
}
.splide__slide:hover .arrow-icon{
    color: white !important;
}
.splide__arrow--prev, .splide__arrow--next {
    top: 120%;
    width: 45px;
    height: 45px;
    border-radius: 0;
    background-color: #e02b20;
}
.splide__arrow--prev {
    left: 45%;
    
}
.splide__arrow--next {
    right: 45%
}
.splide__pagination__page {
    margin: 0;
    width: 70px;
    height: 3px;
    border-radius: 0;
    transform: translateY(32px) !important;
}
.splide__pagination__page.is-active {
    height: 4px !important;
    border-radius: 2px;
    background: var(--text-color-pink);
}
@media (max-width: 890px) {
    .splide__pagination__page {
        width: 10px;
    }
}
@media (max-width: 1010px) {
    .splide__arrow--prev {
        left: 43%;   
    }
    .splide__arrow--next {
        right: 43%
    }
}

@media (max-width: 990px) {
    .dis-block{
        display: flex !important;
    }
}
@media (max-width: 767px) {
    .dis-block{
        display: block !important;
    }
}
@media (max-width: 776px) {
    .splide__arrow--prev {
        left: 40%;
        
    }
    .splide__arrow--next {
        right: 40%
    }
}
@media (max-width: 500px) {
    .splide__arrow--prev {
        left: 35%;
        
    }
    .splide__arrow--next {
        right: 35%
    }
}
@media screen and (max-width: 500px) {
    .font-mbl-2 {
        font-size: 2rem !important;
    }
}
@media (max-width: 426px) {
    h1{
        font-size: 23px !important;
    }
    .button-pnk{
        font-size: 13px;
        padding: 8px !important;
        /* margin-bottom: 7px; */
    }
    a{
        font-size: 12px;
    }
}

@media (max-width: 376px) {
    h3{
        font-size: 17px;
    }
    h1{
        font-size: 20px !important;
    }
    .max-h-550{
        max-height: 600px !important;
    }
}

.link-sty{
    color: #e02b20;
    text-decoration: none;
}
.arow-ic{
    transition-duration: 0.3s;
    font-size: 18px;
    vertical-align: middle;
}
.link-sty:hover{
    color: #b70b6a;
}
.link-sty:hover .arow-ic{
    margin-left: 6px;
}
p, button, .fw-light {
    font-family: Roboto, Arial, sans-serif;
}