@charset "UTF-8";
    :root{
      --rk-primary:#4d3ca6;
      --rk-secondary:#35bfd1;
      --rk-dark:#1e2430;
      --rk-text:#2c3140;
      --rk-muted:#6f7a8d;
      --rk-bg:#f6f8fc;
      --rk-white:#ffffff;
      --rk-soft:#eef5fb;
      --rk-border:rgba(255,255,255,.35);
      --rk-shadow:0 20px 50px rgba(25,39,74,.08);
      --rk-shadow-hover:0 25px 60px rgba(25,39,74,.14);
      --rk-radius:24px;
      --primary:#4f46e5;
      --primary-2:#6d28d9;
      --accent:#19c2d1;
      --dark:#0f172a;
      --soft:#f6f8fc;
      --text:#1f2a44;
      --muted:#6b7280;
      --line:#e9eef7;
      --shadow:0 18px 55px rgba(31,42,68,.10);
      --radius:28px;
    }

    html,body{scroll-behavior:smooth}
    body{
      font-family:"Cairo",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      background:#fff;
      color:var(--text);
    }
    a{text-decoration:none}
    img{max-width:100%}
    .section-pad{padding:90px 0}
    .section-sm{padding:70px 0}
    .text-muted-2{color:var(--muted)}
    .small-title{
      display:inline-flex;align-items:center;gap:.45rem;
      font-size:.84rem;font-weight:700;color:var(--primary);
      background:rgba(79,70,229,.08);padding:.5rem .9rem;border-radius:999px;
    }
    .section-heading{
      font-size:clamp(1.8rem,3vw,3rem);
      font-weight:900;line-height:1.2;margin-bottom:.75rem;
    }
    .section-subtitle{
      color:var(--muted);max-width:760px;line-height:1.9
    }

    /* topbar */
    .topbar{
      background:linear-gradient(90deg,#283593 0%, #3f51b5 45%, #00bcd4 100%);
      color:#fff;font-size:.95rem;
    }
    .topbar .icon-circle{
      width:34px;height:34px;border-radius:50%;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(255,255,255,.13);color:#fff;transition:.25s;
    }
    .topbar .icon-circle:hover{background:rgba(255,255,255,.22);transform:translateY(-2px)}

    

    

    .btn-main{
      background:linear-gradient(135deg,var(--rk-primary),#6e64c7);
      color:#fff;
      border:none;
      border-radius:16px;
      padding:12px 24px;
      font-weight:800;
      box-shadow:0 16px 30px rgba(77,60,166,.22);
    }

    .btn-main:hover{
      color:#fff;
      transform:translateY(-2px);
    }

    .btn-light-modern{
      background:#fff;
      color:var(--rk-primary);
      border:1px solid rgba(77,60,166,.08);
      border-radius:16px;
      padding:12px 24px;
      font-weight:800;
      box-shadow:0 12px 25px rgba(25,39,74,.06);
    }


    .mini-stat{
      background:#fff;
      border-radius:20px;
      padding:1.2rem;
      box-shadow:0 12px 25px rgba(25,39,74,.06);
      text-align:center;
      height:100%;
    }

    .mini-stat h3{
      color:var(--rk-primary);
      font-weight:900;
      margin-bottom:.3rem;
    }

    .section-space{
      padding:90px 0 !important;
    }

    .section-title{
      font-size:clamp(1.8rem,3vw,3rem);
      font-weight:900;
      color:var(--rk-primary);
      margin-bottom:1rem;
    }

    .section-desc{
      color:var(--rk-muted);
      line-height:2;
      max-width:760px;
    }

    .soft-card{
      background:#fff;
      border:none;
      border-radius:28px;
      box-shadow:var(--rk-shadow);
      transition:.3s ease;
      height:100%;
      overflow:hidden;
    }

    .soft-card:hover{
      transform:translateY(-6px);
      box-shadow:var(--rk-shadow-hover);
    }

    .icon-box{
      width:72px;
      height:72px;
      border-radius:22px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:1.8rem;
      background:linear-gradient(135deg,rgba(77,60,166,.13),rgba(53,191,209,.16));
      color:var(--rk-primary);
      margin-bottom:1rem;
    }

    .about-box{
      padding:2rem;
    }

    .timeline-wrap{
      position:relative;
      padding-right:2rem;
    }

    .timeline-wrap::before{
      content:"";
      position:absolute;
      top:0;
      right:10px;
      width:4px;
      height:100%;
      background:linear-gradient(var(--rk-primary),var(--rk-secondary));
      border-radius:10px;
    }

    .timeline-item{
      position:relative;
      padding:0 1.5rem 1.8rem 0;
    }

    .timeline-item::before{
      content:"";
      position:absolute;
      right:2px;
      top:8px;
      width:20px;
      height:20px;
      border-radius:50%;
      background:#fff;
      border:5px solid var(--rk-secondary);
      box-shadow:0 0 0 6px rgba(53,191,209,.10);
    }

    .timeline-card{
      background:#fff;
      border-radius:22px;
      box-shadow:0 12px 28px rgba(25,39,74,.06);
      padding:1.4rem;
    }

    .sport-card,
    .facility-card,
    .category-card{
      padding:1.5rem;
    }

    .sport-pill{
      display:flex;
      align-items:center;
      justify-content:center;
      min-height:95px;
      background:#fff;
      border-radius:22px;
      box-shadow:0 12px 25px rgba(25,39,74,.06);
      font-weight:800;
      color:var(--rk-dark);
      transition:.25s ease;
      text-align:center;
      padding:1rem;
    }

    .sport-pill:hover{
      transform:translateY(-4px);
      background:linear-gradient(135deg,#ffffff,#f1fbfc);
      color:var(--rk-primary);
    }

    .feature-banner{
      background:linear-gradient(135deg,var(--rk-primary),var(--rk-secondary));
      color:#fff;
      border-radius:34px;
      padding:2.3rem;
      box-shadow:var(--rk-shadow);
    }

    .news-card img,
    .gallery-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .news-img{
      height:300px;
    }

    .gallery-main{
      height:420px;
      border-radius:28px;
      overflow:hidden;
    }

    .gallery-sm{
      height:198px;
      border-radius:22px;
      overflow:hidden;
    }

    .stats-section{
      background:linear-gradient(135deg,var(--rk-primary),var(--rk-secondary));
      color:#fff;
      position:relative;
      overflow:hidden;
    }

    .stats-card{
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.18);
      border-radius:24px;
      backdrop-filter:blur(8px);
      text-align:center;
      padding:1.5rem;
      height:100%;
    }

    .stats-card h3{
      font-size:2.2rem;
      font-weight:900;
      margin-bottom:.4rem;
    }

    .contact-box{
      background:#fff;
      border-radius:30px;
      box-shadow:var(--rk-shadow);
      padding:2rem;
    }

    .footer-modern{
      background:#131926;
      color:rgba(255,255,255,.75);
    }

    .footer-modern a{
      color:rgba(255,255,255,.84);
    }

    .footer-logo{
      max-height:76px;
    }

    .rounded-4xl{
      border-radius:30px;
    }

    .bg-soft{
      background:#eef7fb;
    }

    @media (max-width:991.98px){
      .navbar-brand img{
        max-height:58px;
      }

      .hero{
        min-height:auto;
        padding:100px 0 60px;
      }

      .hero-title{
        font-size:2.4rem;
      }


    }

/*========»Sleader*/


.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 50px;
	left: 0;
	width: 100%;
}
.hero-slider-wrap{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(180deg,#f9fbff 0%,#eef4fb 100%);
}

.hero-slider-wrap .swiper-container,
.hero-slider-wrap .swiper-wrapper,
.hero-slider-wrap .swiper-slide{
    height: 100vh;
}

.hero-slide-bg{
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.hero-slide-bg::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(25,30,55,.70) 0%, rgba(54,36,122,.55) 50%, rgba(67,210,223,.35) 100%);
    z-index: 1;
}

.hero-slide-bg::after{
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(67,210,223,.18), transparent 20%),
        radial-gradient(circle at 15% 80%, rgba(255,255,255,.08), transparent 22%);
    z-index: 1;
}

.hero-slide-content{
    position: relative;
    z-index: 3;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-slide-box{
    max-width: 650px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
}

.hero-kicker{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,.18);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}

.hero-slide-title{
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-slide-text{
    color: rgba(255,255,255,.92);
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;
}

.hero-slide-actions .btn{
    margin-left: 10px;
    margin-bottom: 10px;
}

.btn-hero-main{
    background: linear-gradient(135deg,#43d2df,#36247a);
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 12px 24px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.btn-hero-main:hover{
    color:#fff;
}

.btn-hero-light{
    background:#fff;
    color:#36247a;
    border:none;
    border-radius:15px;
    padding:12px 24px;
    font-weight:700;
}

.hero-stats-box{
    position: relative;
    z-index: 3;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
}

.hero-stat-card{
    background: rgba(255,255,255,.96);
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.hero-stat-card h3{
    color: #36247a;
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 30px;
}

.hero-stat-card p{
    margin: 0;
    color: #6c7586;
    font-weight: 600;
    font-size: 14px;
}

.hero-slider-wrap .swiper-button-next,
.hero-slider-wrap .swiper-button-prev{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
    color: #fff;
    transition: .25s ease;
}

.hero-slider-wrap .swiper-button-next:hover,
.hero-slider-wrap .swiper-button-prev:hover{
    background: rgba(255,255,255,.28);
}

.hero-slider-wrap .swiper-button-next:after,
.hero-slider-wrap .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 800;
}

.hero-slider-wrap .swiper-pagination-bullet{
    background: rgba(255,255,255,.55);
    opacity: 1;
}

.hero-slider-wrap .swiper-pagination-bullet-active{
    background: #43d2df;
}

@media (max-width: 991.98px){
    .hero-slider-wrap,
    .hero-slider-wrap .swiper-container,
    .hero-slider-wrap .swiper-wrapper,
    .hero-slider-wrap .swiper-slide{
        height: auto;
        min-height: 100vh;
    }

    .hero-slide-content{
        min-height: auto;
        padding: 120px 0 60px;
    }

    .hero-slide-title{
        font-size: 32px;
    }

    .hero-slide-text{
        font-size: 16px;
    }

    .hero-slide-box{
        padding: 25px;
    }

    .hero-stats-box{
        margin-top: 25px;
    }
}
/*==== Servece */

/* =========================
   Premium Home Sections
========================= */
.youtube-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:1;
}

.youtube-bg iframe{
    position:absolute;
    top:50%;
    left:50%;
    width:120vw;
    height:120vh;
    transform:translate(-50%, -50%);
    pointer-events:none;
}

.youtube-bg iframe{
    filter: brightness(0.85) contrast(1.05);
}
.home-block{
    padding: 110px 0;
    position: relative;
}

.home-block-sm{
    padding: 90px 0;
    position: relative;
}

.section-kicker{
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(77,60,166,.08);
    color: #4d3ca6;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-title-xl{
    font-size: 58px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 20px;
}

.section-title-lg{
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
    color: #36247a;
    margin-bottom: 16px;
}

.section-text{
    font-size: 17px;
    line-height: 2;
    color: #6c7586;
    max-width: 700px;
}

.bg-light-soft{
    background: #f3f8fb;
}

/* Dreams Section */
.dreams-wrap{
    position: relative;
}

.dreams-card{
    background: #fff;
    border-radius: 34px;
    box-shadow: 0 20px 60px rgba(0,0,0,.06);
    padding: 55px 40px;
    height: 100%;
}

.dreams-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.dreams-list li{
    position: relative;
    padding-right: 28px;
    margin-bottom: 16px;
    color: #4b5563;
    font-weight: 600;
}

.dreams-list li:before{
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg,#43d2df,#36247a);
    box-shadow: 0 0 0 6px rgba(67,210,223,.12);
}

/* Events Section */
.events-grid-card{
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    min-height: 420px;
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
    background: #ddd;
}

.events-grid-card.sm-card{
    min-height: 200px;
}

.events-grid-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.events-grid-card:hover img{
    transform: scale(1.08);
}

.events-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.70) 100%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.events-content{
    color: #fff;
    width: 100%;
}

.events-tag{
    display: inline-block;
    padding: 7px 14px;
    border-radius: 50px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.20);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.events-title{
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 10px;
}

.events-title.sm-title{
    font-size: 20px;
}

.events-text{
    color: rgba(255,255,255,.90);
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 14px;
}

/* Memories Video Section */
.memories-video-section{
    position: relative;
    min-height: 720px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #000;
}

.memories-video-bg{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.memories-video-overlay{
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(10,12,28,.72) 0%, rgba(54,36,122,.48) 40%, rgba(67,210,223,.20) 100%);
}

.memories-content{
    position: relative;
    z-index: 3;
    color: #fff;
    max-width: 760px;
}

.memories-title{
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
}

.memories-text{
    font-size: 18px;
    line-height: 2;
    color: rgba(255,255,255,.92);
    margin-bottom: 30px;
}

.memories-badges{
    margin-top: 25px;
}

.memories-badge{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.btn-outline-light-custom{
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 12px 22px;
    font-weight: 700;
}

.btn-outline-light-custom:hover{
    color: #fff;
    background: rgba(255,255,255,.16);
}

@media (max-width: 991.98px){
    .home-block{
        padding: 80px 0;
    }

    .home-block-sm{
        padding: 70px 0;
    }

    .section-title-xl{
        font-size: 40px;
    }

    .section-title-lg{
        font-size: 32px;
    }

    .dreams-card{
        padding: 35px 25px;
    }

    .events-grid-card{
        min-height: 320px;
    }

    .events-grid-card.sm-card{
        min-height: 220px;
    }

    .memories-video-section{
        min-height: 560px;
    }

    .memories-title{
        font-size: 36px;
    }

    .memories-text{
        font-size: 16px;
    }
}

/*=== Sports===*/
.sports-section-modern{
    background: linear-gradient(180deg, #eef7fb 0%, #f8fbfd 100%);
    position: relative;
    overflow: hidden;
}

.sports-section-modern:before{
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(67,210,223,.08);
    filter: blur(20px);
}

.sports-section-modern:after{
    content: "";
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(54,36,122,.06);
    filter: blur(20px);
}

.sports-highlight-box{
    background: #fff;
    border-radius: 28px;
    padding: 28px 30px;
    box-shadow: 0 18px 45px rgba(0,0,0,.06);
    position: relative;
    z-index: 2;
}

.sports-highlight-title{
    font-size: 28px;
    font-weight: 800;
    color: #36247a;
}

.sports-highlight-text{
    color: #6c7586;
    line-height: 1.9;
    font-size: 15px;
}

.sports-highlight-badge{
    display: inline-block;
    padding: 11px 18px;
    border-radius: 50px;
    background: linear-gradient(135deg,#43d2df,#36247a);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(54,36,122,.18);
}

.sport-card-modern{
    background: #fff;
    border-radius: 24px;
    min-height: 150px;
    padding: 24px 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    text-align: center;
    transition: all .28s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}



.sport-card-modern:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.sport-card-modern:hover:before{
    opacity: 1;
}

.sport-icon{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 28px;
    background: linear-gradient(135deg, rgba(54,36,122,.10), rgba(67,210,223,.16));
    color: #36247a;
    box-shadow: inset 0 0 0 1px rgba(54,36,122,.05);
}

.sport-name{
    font-size: 18px;
    font-weight: 800;
    color: #1f2430;
    margin-bottom: 0;
    line-height: 1.6;
}

 /* feature strip */
    .feature-strip{
      margin-top:-72px;position:relative;z-index:2;
    }
    .glass-panel{
      background:rgba(255,255,255,.86);backdrop-filter:blur(8px);
      border:1px solid rgba(255,255,255,.8);
      box-shadow:var(--shadow);border-radius:30px;
      padding:1.2rem;
    }
    .feature-item{
      text-align:center;padding:1.35rem 1rem;border-radius:22px;height:100%;
      transition:.25s;border:1px solid transparent;
    }
    .feature-item:hover{
      transform:translateY(-6px);background:#fff;border-color:#edf2ff;box-shadow:0 15px 35px rgba(79,70,229,.10)
    }
    .feature-item i{
      width:64px;height:64px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(25,194,209,.12));
      color:var(--primary);font-size:1.6rem;margin-bottom:.9rem;
    }
    .feature-item h6{font-weight:800;margin-bottom:.4rem}
    .feature-item p{font-size:.93rem;color:var(--muted);margin:0;line-height:1.8}


@media (max-width: 991.98px){
    .sports-highlight-box{
        padding: 22px 20px;
    }

    .sports-highlight-title{
        font-size: 24px;
    }

    .sport-card-modern{
        min-height: 135px;
        padding: 20px 14px;
    }

    .sport-icon{
        width: 58px;
        height: 58px;
        font-size: 24px;
        border-radius: 18px;
    }

    .sport-name{
        font-size: 16px;
    }
}
/*========*/
/* feature strip */
    .feature-strip{
      margin-top:-72px;position:relative;z-index:2;
    }
    .glass-panel{
      background:rgba(255,255,255,.86);backdrop-filter:blur(8px);
      border:1px solid rgba(255,255,255,.8);
      box-shadow:0 18px 55px rgba(31,42,68,.10);border-radius:30px;
      padding:1.2rem;
    }
    .feature-item{
      text-align:center;padding:1.35rem 1rem;border-radius:22px;height:100%;
      transition:.25s;border:1px solid transparent;
    }
    .feature-item:hover{
      transform:translateY(-6px);background:#fff;border-color:#edf2ff;box-shadow:0 15px 35px rgba(79,70,229,.10)
    }
    .feature-item i{
      width:64px;height:64px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(25,194,209,.12));
      color:#4f46e5;font-size:1.6rem;margin-bottom:.9rem;
    }
    .feature-item h6{font-weight:800;margin-bottom:.4rem}
    .feature-item p{font-size:.93rem;color:#6b7280;margin:0;line-height:1.8}
    
 .section-heading {
	font-size: clamp(1.8rem,3vw,3rem);
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: .75rem;
}   
.small-title {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	font-size: .84rem;
	font-weight: 700;
	color: var(--primary);
	background: rgba(79,70,229,.08);
	padding: .5rem .9rem;
	border-radius: 999px;
}

/* Footer */

    footer{
      background:#0f1c4f;color:#d7def6;position:relative;overflow:hidden;
    }
    footer:before{
      content:"";position:absolute;inset:0;background:
      radial-gradient(circle at 90% 20%, rgba(25,194,209,.12), transparent 18%),
      radial-gradient(circle at 10% 80%, rgba(79,70,229,.16), transparent 20%);
    }
    .footer-title{color:#fff;font-weight:900;margin-bottom:1rem}
    .footer-link{
      color:#d7def6;display:block;padding:.35rem 0;transition:.2s
    }
    .footer-link:hover{color:#fff;transform:translateX(-4px)}
    .footer-social{
      width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
      background:rgba(255,255,255,.08);color:#fff
    }
    .footer-social:hover{background:rgba(255,255,255,.16);color:#fff}
    .copyright{
      border-top:1px solid rgba(255,255,255,.10);color:#b6c0e8
    }


