/* ==========================================================
   KWARA STATE MINISTRY OF LIVESTOCK DEVELOPMENT
   Official Website
   Version 2.0
==========================================================*/

/*----------------------------------------------------------
ROOT VARIABLES
----------------------------------------------------------*/

:root{

    --primary:#0B6B3A;
    --secondary:#C8A646;
    --dark:#1F2937;
    --light:#F8F9FA;
    --white:#FFFFFF;
    --text:#555555;
    --border:#E5E7EB;

    --shadow:0 15px 35px rgba(0,0,0,.08);

    --radius:12px;

}

/*----------------------------------------------------------
GLOBAL
----------------------------------------------------------*/

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Inter',sans-serif;
    font-size:16px;
    color:var(--text);
    background:#fff;
    overflow-x:hidden;

}

h1,h2,h3,h4,h5,h6{

    font-family:'Poppins',sans-serif;
    color:var(--dark);
    font-weight:700;

}

a{

    text-decoration:none;
    transition:.3s;

}

img{

    max-width:100%;

}

.section{

    padding:100px 0;

}

/*----------------------------------------------------------
TOP BAR
----------------------------------------------------------*/

.top-bar{

    background:var(--primary);
    color:#fff;
    padding:8px 0;
    font-size:14px;

}

.top-bar a{

    color:#fff;

}

.top-bar a:hover{

    color:#FFD966;

}

/*----------------------------------------------------------
NAVBAR
----------------------------------------------------------*/

.navbar{

    background:#fff !important;
    padding:18px 0;
    transition:.4s;
    box-shadow:0 2px 18px rgba(0,0,0,.05);

}

.navbar-brand{

    display:flex;
    align-items:center;

}

.navbar-brand img{

    width:58px;
    margin-right:15px;

}

.brand-title{

    font-size:30px;
    font-weight:700;
    color:var(--dark);

}

.brand-subtitle{

    font-size:17px;
    color:#555;

}

.navbar-nav .nav-link{

    font-weight:600;
    color:var(--dark)!important;
    margin-left:20px;
    position:relative;

}

.navbar-nav .nav-link:hover{

    color:var(--primary)!important;

}

.navbar-nav .nav-link.active{

    color:var(--primary)!important;

}

.navbar-nav .nav-link::after{

    content:'';
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:3px;
    background:var(--secondary);
    transition:.3s;

}

.navbar-nav .nav-link:hover::after{

    width:100%;

}

/*----------------------------------------------------------
DROPDOWN
----------------------------------------------------------*/

.dropdown-menu{

    border:none;
    border-radius:12px;
    box-shadow:var(--shadow);
    padding:10px;

}

.dropdown-item{

    border-radius:8px;
    padding:10px 15px;

}

.dropdown-item:hover{

    background:var(--primary);
    color:#fff;

}

/*----------------------------------------------------------
BUTTONS
----------------------------------------------------------*/

.btn{

    border-radius:50px;
    padding:14px 30px;
    font-weight:600;
    transition:.3s;

}

.btn-success{

    background:var(--primary);
    border:none;

}

.btn-success:hover{

    background:#084d2a;
    transform:translateY(-2px);

}

.btn-warning{

    background:var(--secondary);
    border:none;
    color:#fff;

}

.btn-warning:hover{

    background:#b48f31;
    color:#fff;
    transform:translateY(-2px);

}

/*----------------------------------------------------------
HERO
----------------------------------------------------------*/

.hero{

    position:relative;
    min-height:100vh;

    display:flex;
    align-items:center;

    background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../img/hero.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

}

.hero .container{

    position:relative;
    z-index:10;

}

.hero .badge{

    padding:10px 18px;
    border-radius:30px;
    font-size:14px;

}

.hero h1{

    color:#fff;
    font-size:70px;
    line-height:1.15;
    margin:25px 0;

}

.hero p{

    color:#f5f5f5;
    font-size:22px;
    line-height:1.8;
    max-width:750px;

}

/*----------------------------------------------------------
WELCOME
----------------------------------------------------------*/

.welcome-image img{

    border-radius:20px;
    box-shadow:var(--shadow);

}

.section-title{

    font-size:42px;
    margin-bottom:25px;

}

.section-subtitle{

    color:var(--primary);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;

}

/*----------------------------------------------------------
CARDS
----------------------------------------------------------*/

.card{

    border:none;
    border-radius:18px;
    box-shadow:var(--shadow);
    transition:.35s;

}

.card:hover{

    transform:translateY(-8px);

}

/*----------------------------------------------------------
FOOTER
----------------------------------------------------------*/

.footer{

    background:#0F172A;
    color:#ddd;
    padding:70px 0 25px;

}

.footer h4,
.footer h5{

    color:#fff;

}

.footer a{

    color:#ddd;

}

.footer a:hover{

    color:#fff;

}

.footer hr{

    border-color:#2b3344;

}

/*----------------------------------------------------------
RESPONSIVE
----------------------------------------------------------*/

@media(max-width:992px){

.brand-title{

    font-size:22px;

}

.brand-subtitle{

    font-size:14px;

}

.hero{

    text-align:center;
    min-height:90vh;

}

.hero h1{

    font-size:48px;

}

.hero p{

    font-size:18px;

}

.section{

    padding:70px 0;

}

}

@media(max-width:768px){

.top-bar{

    text-align:center;

}

.navbar-brand img{

    width:50px;

}

.brand-title{

    font-size:18px;

}

.brand-subtitle{

    font-size:12px;

}

.hero h1{

    font-size:36px;

}

.hero p{

    font-size:17px;

}

.btn{

    width:100%;
    margin-bottom:15px;

}

}

/* ==========================================
   HERO CARD
========================================== */

.hero-card{

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:20px;

    padding:45px;

    box-shadow:0 20px 45px rgba(0,0,0,.25);

}

/* ==========================================
   SCROLL INDICATOR
========================================== */

.scroll-down{

    position:absolute;

    left:50%;

    bottom:25px;

    transform:translateX(-50%);

    z-index:20;

}

.scroll-down a{

    color:#fff;

    font-size:34px;

    animation:scrollMove 1.8s infinite;

}

@keyframes scrollMove{

    0%{

        transform:translateY(0);

        opacity:1;

    }

    50%{

        transform:translateY(10px);

    }

    100%{

        transform:translateY(0);

        opacity:1;

    }

}

/* ==========================================
   HERO SLIDER
========================================== */

.hero-slider{

    height:100vh;

}

.hero-slide{

    position:relative;

    height:100vh;

    background-size:cover;

    background-position:center;

}

.hero-slide .overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.60),
        rgba(0,0,0,.50)
    );

}

.hero-content{

    position:relative;

    z-index:10;

    color:#fff;

    max-width:720px;

    padding-top:220px;

}

.hero-badge{

    display:inline-block;

    background:#C8A646;

    color:#000;

    padding:10px 20px;

    border-radius:40px;

    margin-bottom:25px;

    font-weight:600;

}

.hero-content h1{

    font-size:72px;

    font-weight:800;

    line-height:1.1;

    color:#fff;

}

.hero-content h1 span{

    color:#FFD54A;

}

.hero-content p{

    font-size:22px;

    margin:35px 0;

    line-height:1.8;

}

.hero-buttons .btn{

    margin-right:15px;

}

.swiper-button-next,
.swiper-button-prev{

    color:#fff;

}

.swiper-pagination-bullet{

    background:#fff;

}

.swiper-pagination-bullet-active{

    background:#FFD54A;

}

@media(max-width:992px){

.hero-content{

    padding-top:160px;

}

.hero-content h1{

    font-size:48px;

}

.hero-content p{

    font-size:18px;

}

}

@media(max-width:768px){

.hero-content{

    text-align:center;

}

.hero-content h1{

    font-size:36px;

}

.hero-buttons .btn{

    width:100%;

    margin-bottom:15px;

}

}