@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;700&display=swap');
:root{
    --size-normal: 18px;
    --size-menu: 22.5px;
    --size-medium: 28.1px;
    --size-small: 14.4px;
    --size-title: 44px;
    --blue: #0CAED3;
    --bg-footer: #0F819B;
    --pink: #F01F6F;
    --dark: #433E3E;
    --white: #fff;
}
body{
    font-family: Inter, sans-serif;
    font-size: var(--size-normal);
    color: var(--dark);
}

.wh-header{
    padding: 1.5rem 0;
}
.wh-header a{
    color: var(--dark);
    text-decoration: none;
}
.scial-itms a{
    display: inline-block;
    margin-right: 1.5rem;
    font-size: 1.25rem;
}
.logo{
    text-align: center;
}
.logo img{
    width: 250px;
}
.right-lnks{
    text-align: right;
}
.right-lnks a{
    display: inline-block;
    margin-left: 1rem;
    font-size: var(--size-small);
}
.bg-light {
    background-color: var(--blue) !important;
    color: var(--white);
}
.navbar-brand{
    display: none;
}
.navbar-nav{
    width: 100%;
    justify-content: center;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link {
    color: var(--white);
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: var(--size-menu);
    font-weight: 500;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus{
    color: white;
}
.crsl-wrapper{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 100%;
}
.carousel-item::after{
    content: "";
    display: block;
    background-color: var(--white);
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 140px;
    width: 100%;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.crsl-img{
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.crsl-wrpper-fxl{
    display: flex;
    justify-content: flex-end;
}
.crsl-caption{
    background-color: var(--pink);
    color: var(--white);
    max-width: 550px;
    padding: 3rem 1.5rem;
}
.crsl-title{
    font-size: var(--size-medium);
}

.btn-white, .btn-blue{
    display: inline-block;
    padding: 1rem 3rem;
    color: var(--dark);
    text-decoration: none;
    text-align: center;
    font-size: var(--size-menu);
    font-weight: 700;

}
.btn-white, .btn-white:hover, .btn-white:focus{
    background: url('../img/button-brush-white.svg') no-repeat;
    background-size: 100%;
    color: var(--pink);
}
.btn-blue, .btn-blue:hover, .btn-blue:focus{
    background: url('../img/button-brush.svg') no-repeat;
    background-size: 100%;
    color: var(--white);
}

#about-sx, #profil-sx{
    padding: 5rem 0;
}

.sx-title{
    font-size: var(--size-title);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.sx-title.ctr{
    text-align: center !important;
}
.pnk{
    color: var(--pink);
}
.blue{
    color: var(--blue);
}
.wht{
    color: var(--white);
}
.pnk, .blue, .wht{
    text-decoration: none;
}

.dash-row{
    display: flex;
    justify-content: space-between;
}
.dash-row.dr-prmte:nth-child(even){
    margin-bottom: 2rem;
    flex-direction: row-reverse;
}
.img-sd{
    width: 36.4%;
}
.txt-sd{
    width: 61.6%;
    padding: 2rem 1.5rem;
}
#actu-sx{
    padding: 3rem 0;
    padding-top: 0;
    background-color: var(--blue);
}
#actu-sx::before{
    content: "";
    display: block;
    background-color: var(--white);
    height: 140px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: relative;
    top: -1px;
}
#actu-sx .sx-title{
    margin-bottom: 2rem;
}

.actu-card{
    margin-bottom: 1.5rem;
}
.ac-img{
    height: 258px;
    width: 100%;
    object-fit: cover;
}
.ac-caption{
    background-color: var(--white);
    padding: 1rem 1rem;
}
.ac-tag{
    text-decoration: none;
    color: var(--dark);
}
.ac-title{
    font-size: var(--size-menu);
    font-weight: 700;
    margin-top: .5rem;
}
.ac-footer{
    text-align: right;
}
.ac-footer a{
    color: var(--pink);
    font-size: var(--size-normal);
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.ac-flx{
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0;
}
.sx-lnk{
    text-transform: uppercase;
    font-weight: 200;
    color: var(--white);
}
.sx-lnk:hover, .sx-lnk:focus{
    color: var(--white);
}
.blk-title{
    font-size: var(--size-medium);
    text-transform: uppercase;
}

#forum-sx{
    padding: 4rem 0;
    padding-top: 0;
    background-color: var(--pink);
    color: var(--white);
    position: relative;
}
#forum-sx::before{
    content: "";
    display: block;
    background-color: var(--white);
    height: 140px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.ntro{
    max-width: 787px;
    font-size: var(--size-normal);
    margin: 1.5rem 0 3rem;
}
.forum-card{
    background-color: var(--blue);
    position: relative;
    margin-bottom: 2.5rem;
    margin-left: 1rem;
}
.fc-title{
    font-size: var(--size-menu);
    text-transform: uppercase;
}
.fc-in{
    background-color: var(--white);
    color: var(--dark);
    padding: 1.5rem 1.5rem;
    transform: translate(-1rem, -1rem);
}
.fc-footer{
    text-align: right;
}
.fc-footer a{
    color: var(--pink);
    text-decoration: none;
}

#parth-sx{
    padding: 3rem 0;
}
/* logos */
.logos-ctner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 3rem 0;
    margin-top: 2rem;
}
.itm-logo{
    width: 180px;
    height: 120px;
    margin: 0 1rem;
}
.itm-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    transition: all .3s;
}
.itm-logo img:hover, .itm-logo img:focus{
    filter: grayscale(0);
}

#footer{
    background-color: var(--bg-footer);
    color: var(--white);
    padding: 2rem 0;
}
#footer a, #footer a:hover, #footer a:focus{
    color: var(--white);
    text-decoration: none;
}
.logo-ft{
    display: block;
    margin-bottom: 2rem;
}
.logo-ft img{
    max-width: 220px;
}
#footer .row [class*="col-"]:nth-child(4){
    text-align: right;
}
.ft-addr{
    line-height: 1.8;
    margin-bottom: 2.5rem;
}
.hd-ft{
    text-transform: uppercase;
    font-size: var(--size-menu);
    font-weight: 500;
    margin-bottom: 1.75rem;
}

.nl-cntner{
    position: relative;
}
.nl-cntner i{
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.nl-input{
    width: 100%;
    border: 2px solid var(--white);
    padding: .65rem 1rem;
    background-color: transparent;
    text-indent: 1.5rem;
}
.nl-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white);
    opacity: 1; /* Firefox */
}
.nl-input:focus{
    outline: 0;
}
#footer .scial-itms a{
    margin-right: 0;
    margin-left: 1rem;
}
.copy{
    font-weight: 200;
}

.breadcrumb-nav{
    background-color: var(--bs-gray-100);
    color: var(--white);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.breadcrumb{
    margin-bottom: 0;
}
.breadcrumb-item{
    font-size: var(--size-small);
}
.breadcrumb-item a{
    color: var(--pink);
    text-decoration: none;
}

.page-hder-in{
    padding: 2rem 0;
}

#actu-list-sx{
    background-color: var(--bs-gray-500);
    padding: 3rem 0;
}

.page-item{
    margin-left: .125rem;
    margin-right: .125rem;
}
.page-item .page-link{
    color: var(--dark);
}
.page-item.active .page-link{
    background-color: var(--pink);
    color: var(--white);
}

.content-in{
    max-width: 787px;
    margin: 0 auto 2rem;
}
.content-in figure{
    margin: auto;
    padding: 0;
    text-align: center;
}
.content-in img:not(.w-100){
    max-width: 75%;
}
.nfo-article{
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
}
.nfo-it{
    display: inline-block;
    margin-right: 1rem;
    font-size: var(--size-normal);
}
.nfo-it a{
    color: var(--dark);
}

#accordionFlushFAQ .accordion-button{
    font-weight: 700;
}
#accordionFlushFAQ .accordion-button:not(.collapsed) {
    color: var(--bg-footer);
    background-color: var(--bs-gray-100);
}
.tbl-content{
    position: sticky;
    top: .25rem;
    border-top: 2px solid var(--pink);
}
.tbl-lnks a{
    color: var(--dark);
    text-decoration: none;
    display: block;
    padding: .25rem .125rem;
    font-size: calc(var(--size-small) - 2px);
}
.tbl-lnks a:hover, .tbl-lnks a:focus{
    color: #000;
}
#page-sx{
    padding-bottom: 3rem;
}
.obj-log{
    max-width: 400px;
}
.form-control, .form-select, .btn{
    border-radius: 0 !important;
}
.form-label{
    font-size: var(--size-small);
    font-weight: 700;
}


.filter-row{
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filter-row > *{
    display: inline-block;
    margin-right: 1.5rem;
}
.filter-lbl{
    font-size: var(--size-small);
    font-weight: 700;
    text-transform: uppercase;
}
.slct-flt{
    padding: .48rem .95rem;
    font-size: var(--size-normal);
    border-color: var(--bs-gray-500);

}
.mini-card{
    border: 1px solid var(--bs-gray-500);
    padding: .75rem 1rem;
    margin-bottom: 1.5rem;
    min-height: 210px;
}
.mini-card-title{
    font-size: var(--size-normal);
    color: var(--dark);
    margin: 1rem 0 1.5rem;
}

.mini-card .tag-l{
    font-size: var(--size-small);
    font-weight: 400;
    text-decoration: none;
    color: var(--pink);
}
.mini-card .tag-l::after{
    content: ", ";
}
.tag-l:last-child::after{
    content: '';
}
.mini-card-ft{
    display: flex;
    justify-content: space-between;
}
.rel-in{
    position: relative;
    min-height: 90px;
}
.i-dwnld, .i-dwnld:hover, .i-dwnld:focus{
    text-decoration: none;
    color: var(--pink);
}

.partn-card{
    margin-bottom: 2rem;
}
.map{
    height: 350px;
    background-color: var(--bg-gray);
    margin-bottom: 2rem;
}
.ic-row{
    display: flex;
}
.iclnk{
    gap: .25rem;
}
.iclnk > *{
    display: block;
}
.iclnk a, .scial-itms a{
    color: var(--black);
    text-decoration: none;
}
.iclnk a:hover, .iclnk a:focus{
    color: var(--primary);
}
/* Media Queries */
/* Extra Large devices */
@media screen and (max-width: 1399.98px) {
    
}

/* Large devices */
@media screen and (max-width: 1199.98px) {
    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link {
        font-size: var(--size-normal);
    }
}

/* Medium devices */
@media screen and (max-width: 991.98px) {
    .navbar-light .navbar-brand {
        display: inline-block;
        color: var(--white);
        font-weight: 700;
    }
    .dash-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    .img-sd{
        width: unset;
        max-width: 350px;
    }
    .txt-sd{
        width: 100%;
        padding: 2rem 1.5rem;
    }
}

/* small devices */
@media screen and (max-width: 767.98px) {
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .navbar-light .navbar-toggler {
        color: var(--white);
        border-color: transparent;
    }
}
/*Extra small*/
@media screen and (max-width: 575.98px){
    .txt-sd{
        padding: 1.5rem 1rem;
    }
}

@media screen and (max-width: 325px){
    
}
