/*========================================================
        SWAYAM STUDY CENTRE & LIBRARY
        Version 2.0 Production CSS
========================================================*/

/*==========================
        GOOGLE FONT
===========================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/*==========================
        RESET
===========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f7f9fc;
    color:#222;
    line-height:1.7;
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

button{
    cursor:pointer;
    border:none;
    outline:none;
    font-family:'Poppins',sans-serif;
}

input,
textarea{
    font-family:'Poppins',sans-serif;
    outline:none;
}


/*==========================
        ROOT COLORS
===========================*/

:root{

--primary:#0f4c81;

--secondary:#2563eb;

--accent:#ff9800;

--dark:#0f172a;

--light:#ffffff;

--text:#4b5563;

--border:#e5e7eb;

--bg:#f7f9fc;

--shadow:0 15px 40px rgba(0,0,0,.08);

--radius:18px;

}


/*==========================
        CONTAINER
===========================*/

.container{

width:92%;

max-width:1320px;

margin:auto;

}


/*==========================
        SECTION
===========================*/

section{

padding:100px 0;

position:relative;

}


/*==========================
      SECTION TITLE
===========================*/

.section-title{

text-align:center;

margin-bottom:60px;

}

.section-title span{

display:inline-block;

padding:10px 24px;

background:#e8f1ff;

color:var(--secondary);

font-size:14px;

font-weight:700;

border-radius:40px;

margin-bottom:15px;

}

.section-title h2{

font-size:42px;

font-weight:800;

color:var(--dark);

margin-bottom:15px;

}

.section-title p{

max-width:720px;

margin:auto;

font-size:18px;

color:#666;

}


/*==========================
        BUTTONS
===========================*/

.btn-primary{

display:inline-flex;

align-items:center;

gap:10px;

padding:16px 36px;

background:linear-gradient(135deg,#2563eb,#1d4ed8);

color:#fff;

border-radius:50px;

font-weight:700;

transition:.35s;

box-shadow:0 15px 35px rgba(37,99,235,.30);

}

.btn-primary:hover{

transform:translateY(-5px);

}

.btn-secondary{

display:inline-flex;

align-items:center;

gap:10px;

padding:16px 36px;

background:#fff;

color:#222;

border-radius:50px;

font-weight:700;

transition:.35s;

box-shadow:var(--shadow);

}

.btn-secondary:hover{

transform:translateY(-5px);

}


/*==========================
        TOP BAR
===========================*/

.top-bar{

background:#0f172a;

color:#fff;

font-size:14px;

padding:12px 0;

}

.top-bar .container{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:20px;

}

.top-left i{

color:#ff9800;

margin-right:6px;

}

.top-right{

display:flex;

gap:15px;

}

.top-right a{

width:35px;

height:35px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.08);

color:#fff;

transition:.35s;

}

.top-right a:hover{

background:#ff9800;

}


/*==========================
          HEADER
===========================*/

.header{

position:fixed;

top:0;

left:0;

width:100%;

background:rgba(255,255,255,.96);

backdrop-filter:blur(10px);

z-index:9999;

box-shadow:0 5px 20px rgba(0,0,0,.08);

transition:.35s;

}

.header .container{

height:85px;

display:flex;

justify-content:space-between;

align-items:center;

}


/*==========================
            LOGO
===========================*/

.logo{

display:flex;

align-items:center;

gap:15px;

color:#111;

}

.logo-icon{

width:60px;

height:60px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

background:linear-gradient(135deg,#2563eb,#0f4c81);

color:#fff;

font-size:26px;

}

.logo-text h2{

font-size:30px;

font-weight:800;

}

.logo-text span{

font-size:14px;

color:#666;

}


/*==========================
        NAVIGATION
===========================*/

.navbar ul{

display:flex;

gap:32px;

}

.navbar ul li a{

font-size:16px;

font-weight:600;

color:#222;

position:relative;

transition:.3s;

}

.navbar ul li a:hover,

.navbar ul li a.active{

color:#2563eb;

}

.navbar ul li a::after{

content:"";

position:absolute;

bottom:-8px;

left:0;

width:0;

height:3px;

background:#2563eb;

transition:.3s;

border-radius:30px;

}

.navbar ul li a:hover::after,

.navbar ul li a.active::after{

width:100%;

}


/*==========================
        HEADER BUTTON
===========================*/

.header-btn{

display:flex;

gap:15px;

align-items:center;

}

.login-btn{

padding:12px 28px;

border:2px solid #2563eb;

border-radius:40px;

color:#2563eb;

font-weight:700;

transition:.35s;

}

.login-btn:hover{

background:#2563eb;

color:#fff;

}

.join-btn{

padding:13px 30px;

background:linear-gradient(135deg,#ff9800,#fb8c00);

border-radius:40px;

color:#fff;

font-weight:700;

box-shadow:0 12px 30px rgba(255,152,0,.30);

transition:.35s;

}

.join-btn:hover{

transform:translateY(-4px);

}


/*==========================
      MOBILE MENU
===========================*/

.menu-toggle{

display:none;

font-size:30px;

cursor:pointer;

color:#222;

}
/*========================================================
                    HERO SECTION
========================================================*/

.hero{

    position:relative;
    width:100%;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;

}

/*==========================
    BACKGROUND IMAGE
===========================*/

.hero-bg{

    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;

}

/*==========================
      DARK OVERLAY
===========================*/

.hero-overlay{

    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.65),
        rgba(0,0,0,.45)
    );
    z-index:2;

}

/*==========================
      HERO CONTENT
===========================*/

.hero .container{

    position:relative;
    z-index:3;

}

.hero-content{

    max-width:720px;
    color:#fff;

}

/*==========================
      HERO TAG
===========================*/

.hero-tag{

display:inline-block;

padding:12px 28px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(10px);

border:1px solid rgba(255,255,255,.20);

border-radius:50px;

font-weight:600;

margin-bottom:25px;

}

/*==========================
        HERO TITLE
===========================*/

.hero-content h1{

font-size:68px;

font-weight:800;

line-height:1.15;

margin-bottom:15px;

}

.hero-content h2{

font-size:34px;

font-weight:600;

color:#FFD54F;

margin-bottom:25px;

}

.hero-content p{

font-size:20px;

line-height:1.9;

margin-bottom:35px;

max-width:650px;

}

/*==========================
      HERO BUTTONS
===========================*/

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

margin-bottom:40px;

}

/*==========================
      SEARCH BOX
===========================*/

.hero-search{

display:flex;

max-width:650px;

background:#fff;

border-radius:60px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,.25);

}

.hero-search input{

flex:1;

padding:18px 25px;

border:none;

font-size:16px;

}

.hero-search button{

width:70px;

background:#ff9800;

color:#fff;

font-size:20px;

transition:.3s;

}

.hero-search button:hover{

background:#e68900;

}

/*==========================
      SCROLL DOWN
===========================*/

.scroll-down{

position:absolute;

bottom:35px;

left:50%;

transform:translateX(-50%);

z-index:5;

width:55px;

height:55px;

border-radius:50%;

background:rgba(255,255,255,.15);

backdrop-filter:blur(10px);

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:24px;

animation:bounce 2s infinite;

transition:.3s;

}

.scroll-down:hover{

background:#ff9800;

}

@keyframes bounce{

0%{

transform:translate(-50%,0);

}

50%{

transform:translate(-50%,12px);

}

100%{

transform:translate(-50%,0);

}

}

/*========================================================
                HERO STATISTICS
========================================================*/

.hero-stats{

margin-top:-80px;

position:relative;

z-index:10;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:25px;

}

.stat-card{

background:#fff;

padding:35px 20px;

border-radius:20px;

text-align:center;

box-shadow:0 20px 45px rgba(0,0,0,.08);

transition:.35s;

}

.stat-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.stat-card h2{

font-size:42px;

font-weight:800;

color:#2563eb;

margin-bottom:10px;

}

.stat-card p{

font-size:15px;

color:#666;

}

/*========================================================
                HERO RESPONSIVE
========================================================*/

@media(max-width:992px){

.hero{

height:auto;

padding:180px 0 120px;

}

.hero-content{

text-align:center;

margin:auto;

}

.hero-content h1{

font-size:48px;

}

.hero-content h2{

font-size:28px;

}

.hero-content p{

font-size:18px;

}

.hero-buttons{

justify-content:center;

}

.hero-search{

margin:auto;

}

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.hero-content h1{

font-size:34px;

}

.hero-content h2{

font-size:22px;

}

.hero-content p{

font-size:16px;

}

.hero-search{

flex-direction:column;

border-radius:20px;

}

.hero-search button{

width:100%;

height:55px;

}

.stats-grid{

grid-template-columns:1fr;

}

}
/*========================================================
                    ABOUT SECTION
========================================================*/

.about{

    background:#ffffff;

}

.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.about-content{

    padding-left:20px;

}

.section-tag{

display:inline-block;

padding:10px 25px;

background:#eaf2ff;

color:#2563eb;

font-weight:700;

border-radius:40px;

margin-bottom:20px;

}

.about-content h2{

font-size:46px;

font-weight:800;

color:#111827;

margin-bottom:25px;

line-height:1.3;

}

.about-content p{

font-size:17px;

color:#666;

margin-bottom:20px;

line-height:1.9;

}

.about-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:35px 0;

}

.about-list div{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

color:#222;

}

.about-list i{

width:35px;

height:35px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

background:#2563eb;

color:#fff;

font-size:14px;

}

/*========================================================
                WHY CHOOSE US
========================================================*/

.why-us{

background:#f8fafc;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.why-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 18px 40px rgba(0,0,0,.08);

transition:.35s;

}

.why-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.why-card i{

width:90px;

height:90px;

margin:auto;

display:flex;

justify-content:center;

align-items:center;

background:#eef4ff;

border-radius:50%;

font-size:38px;

color:#2563eb;

margin-bottom:25px;

transition:.35s;

}

.why-card:hover i{

background:#2563eb;

color:#fff;

transform:rotate(12deg);

}

.why-card h3{

font-size:24px;

margin-bottom:15px;

font-weight:700;

}

.why-card p{

font-size:16px;

line-height:1.8;

color:#666;

}

/*========================================================
                    FACILITIES
========================================================*/

.facilities{

background:#fff;

}

.facility-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.facility-card{

background:#f8fafc;

padding:35px 25px;

border-radius:20px;

text-align:center;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.facility-card:hover{

background:#2563eb;

transform:translateY(-10px);

color:#fff;

}

.facility-card i{

font-size:42px;

margin-bottom:20px;

color:#ff9800;

transition:.35s;

}

.facility-card:hover i{

color:#fff;

transform:scale(1.15);

}

.facility-card h3{

font-size:22px;

font-weight:700;

line-height:1.5;

}

/*========================================================
                RESPONSIVE
========================================================*/

@media(max-width:992px){

.about-grid{

grid-template-columns:1fr;

}

.about-content{

padding-left:0;

text-align:center;

}

.about-list{

grid-template-columns:1fr 1fr;

}

.why-grid{

grid-template-columns:repeat(2,1fr);

}

.facility-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.about-content h2{

font-size:34px;

}

.about-list{

grid-template-columns:1fr;

}

.why-grid{

grid-template-columns:1fr;

}

.facility-grid{

grid-template-columns:1fr;

}

}
/*========================================================
                    COURSES SECTION
========================================================*/

.courses{

    background:#f8fafc;

}

.course-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.course-card{

    background:#fff;

    padding:40px 30px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.course-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.course-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#eef4ff;

    color:#2563eb;

    font-size:40px;

    transition:.35s;

}

.course-card:hover .course-icon{

    background:#2563eb;

    color:#fff;

    transform:rotate(12deg);

}

.course-card h3{

    font-size:28px;

    margin-bottom:18px;

    font-weight:700;

}

.course-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.course-btn{

    display:inline-block;

    padding:12px 30px;

    border-radius:40px;

    background:#2563eb;

    color:#fff;

    font-weight:600;

    transition:.35s;

}

.course-btn:hover{

    background:#ff9800;

}

/*========================================================
                EXAM SECTION
========================================================*/

.exam-section{

    background:linear-gradient(135deg,#0f4c81,#2563eb);

}

.exam-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.exam-box{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    border-radius:25px;

    padding:45px;

    color:#fff;

    transition:.35s;

}

.exam-box:hover{

    transform:translateY(-10px);

}

.exam-box h2{

    font-size:36px;

    margin-bottom:20px;

}

.exam-box p{

    line-height:1.9;

    margin-bottom:30px;

}

/*========================================================
                    PYQ SECTION
========================================================*/

.pyq-section{

    background:#fff;

}

.pyq-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.pyq-card{

    background:#f8fafc;

    padding:35px 25px;

    border-radius:18px;

    text-align:center;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

}

.pyq-card:hover{

    background:#2563eb;

    color:#fff;

    transform:translateY(-10px);

}

.pyq-card i{

    font-size:42px;

    margin-bottom:20px;

    color:#ff9800;

}

.pyq-card:hover i{

    color:#fff;

}

.pyq-card h3{

    font-size:22px;

    margin-bottom:15px;

}

.pyq-card p{

    margin-bottom:20px;

    line-height:1.7;

}

.pyq-card a{

    display:inline-block;

    padding:10px 24px;

    border-radius:40px;

    background:#ff9800;

    color:#fff;

    font-weight:600;

}

.pyq-card:hover a{

    background:#fff;

    color:#2563eb;

}

/*========================================================
                PREMIUM SECTION
========================================================*/

.premium-section{

    background:#f8fafc;

}

.premium-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.premium-card{

    background:#fff;

    padding:40px 30px;

    border-radius:22px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.premium-card:hover{

    transform:translateY(-12px);

}

.premium-icon{

    font-size:52px;

    color:#2563eb;

    margin-bottom:20px;

}

.premium-card h3{

    font-size:26px;

    margin-bottom:15px;

}

.premium-card p{

    color:#666;

    margin-bottom:20px;

    line-height:1.8;

}

.premium-tag{

    display:inline-block;

    padding:8px 20px;

    background:#fff3cd;

    color:#b45309;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.locked-btn{

    display:inline-block;

    padding:12px 30px;

    border-radius:40px;

    background:#111827;

    color:#fff;

    font-weight:600;

    transition:.35s;

}

.locked-btn:hover{

    background:#ff9800;

}

/*========================================================
                    RESPONSIVE
========================================================*/

@media(max-width:992px){

.course-grid{

grid-template-columns:1fr 1fr;

}

.exam-grid{

grid-template-columns:1fr;

}

.pyq-grid{

grid-template-columns:1fr 1fr;

}

.premium-grid{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:576px){

.course-grid{

grid-template-columns:1fr;

}

.pyq-grid{

grid-template-columns:1fr;

}

.premium-grid{

grid-template-columns:1fr;

}

.exam-box{

padding:30px;

}

.exam-box h2{

font-size:28px;

}

}
/*========================================================
                    BLOG SECTION
========================================================*/

.blog-section{

    background:#ffffff;

}

.blog-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.blog-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.blog-card:hover{

    transform:translateY(-10px);

}

.blog-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.blog-content{

    padding:25px;

}

.blog-content span{

    color:#2563eb;

    font-size:14px;

    font-weight:700;

}

.blog-content h3{

    margin:15px 0;

    font-size:24px;

    line-height:1.4;

}

.blog-content p{

    color:#666;

    margin-bottom:20px;

}

.blog-content a{

    color:#2563eb;

    font-weight:700;

}


/*========================================================
                    GALLERY
========================================================*/

.gallery{

    background:#f8fafc;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

}

.gallery-grid img{

    width:100%;

    height:250px;

    object-fit:cover;

    border-radius:18px;

    transition:.35s;

    cursor:pointer;

}

.gallery-grid img:hover{

    transform:scale(1.05);

}


/*========================================================
                TESTIMONIAL
========================================================*/

.testimonial{

    background:#ffffff;

}

.testimonial-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.testimonial-card{

    background:#f8fafc;

    padding:35px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.testimonial-card img{

    width:90px;

    height:90px;

    border-radius:50%;

    object-fit:cover;

    margin:auto;

    margin-bottom:20px;

}

.testimonial-card h3{

    margin-bottom:10px;

}

.testimonial-card p{

    color:#666;

    line-height:1.8;

}

.stars{

    color:#ff9800;

    margin-top:20px;

}


/*========================================================
                    CTA SECTION
========================================================*/

.cta{

    background:linear-gradient(135deg,#0f4c81,#2563eb);

    color:#fff;

    text-align:center;

}

.cta h2{

    font-size:48px;

    margin-bottom:20px;

}

.cta p{

    max-width:700px;

    margin:auto;

    font-size:18px;

    margin-bottom:40px;

}


/*========================================================
                    FOOTER
========================================================*/

.footer{

    background:#111827;

    color:#fff;

    padding:80px 0 30px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:40px;

}

.footer h3{

    margin-bottom:25px;

}

.footer p{

    color:#cbd5e1;

    line-height:1.8;

}

.footer ul li{

    margin-bottom:15px;

}

.footer ul li a{

    color:#cbd5e1;

    transition:.3s;

}

.footer ul li a:hover{

    color:#ff9800;

    padding-left:8px;

}

.footer-social{

    display:flex;

    gap:15px;

    margin-top:25px;

}

.footer-social a{

    width:45px;

    height:45px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#1f2937;

    color:#fff;

    transition:.3s;

}

.footer-social a:hover{

    background:#ff9800;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.1);

    margin-top:60px;

    padding-top:25px;

    text-align:center;

    color:#94a3b8;

}


/*========================================================
                    RESPONSIVE
========================================================*/

@media(max-width:992px){

.blog-grid{

grid-template-columns:1fr 1fr;

}

.gallery-grid{

grid-template-columns:1fr 1fr;

}

.testimonial-grid{

grid-template-columns:1fr;

}

.footer-grid{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:576px){

.blog-grid{

grid-template-columns:1fr;

}

.gallery-grid{

grid-template-columns:1fr;

}

.footer-grid{

grid-template-columns:1fr;

}

.cta h2{

font-size:34px;

}

}
/*========================================================
                MOBILE NAVIGATION
========================================================*/

@media(max-width:992px){

.navbar{

position:fixed;

top:85px;

left:-100%;

width:300px;

height:calc(100vh - 85px);

background:#fff;

padding:40px 30px;

box-shadow:0 20px 40px rgba(0,0,0,.10);

transition:.35s;

overflow-y:auto;

}

.navbar.active{

left:0;

}

.navbar ul{

display:flex;

flex-direction:column;

gap:25px;

}

.menu-toggle{

display:block;

}

.header-btn{

display:none;

}

.top-bar{

display:none;

}

}

/*========================================================
            SCROLL TO TOP BUTTON
========================================================*/

.scroll-top{

position:fixed;

right:25px;

bottom:95px;

width:55px;

height:55px;

border-radius:50%;

background:#2563eb;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

font-size:22px;

cursor:pointer;

box-shadow:0 15px 35px rgba(0,0,0,.20);

opacity:0;

visibility:hidden;

transition:.35s;

z-index:999;

}

.scroll-top.show{

opacity:1;

visibility:visible;

}

.scroll-top:hover{

background:#ff9800;

transform:translateY(-5px);

}

/*========================================================
            WHATSAPP BUTTON
========================================================*/

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:60px;

height:60px;

border-radius:50%;

background:#25D366;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

color:#fff;

box-shadow:0 15px 35px rgba(0,0,0,.20);

transition:.35s;

z-index:999;

}

.whatsapp:hover{

transform:scale(1.1);

}

/*========================================================
            IMAGE HOVER
========================================================*/

img{

transition:.35s;

}

img:hover{

transform:scale(1.01);

}

/*========================================================
            CARD ANIMATION
========================================================*/

.course-card,
.why-card,
.stat-card,
.facility-card,
.pyq-card,
.premium-card,
.blog-card{

transition:.35s ease;

}

/*========================================================
            LOADING ANIMATION
========================================================*/

.fade-up{

opacity:0;

transform:translateY(40px);

transition:1s;

}

.fade-up.show{

opacity:1;

transform:translateY(0);

}

/*========================================================
            SELECTION
========================================================*/

::selection{

background:#2563eb;

color:#fff;

}

/*========================================================
            SCROLLBAR
========================================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#f3f4f6;

}

::-webkit-scrollbar-thumb{

background:#2563eb;

border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

background:#ff9800;

}

/*========================================================
            UTILITIES
========================================================*/

.text-center{

text-align:center;

}

.mt-50{

margin-top:50px;

}

.mb-50{

margin-bottom:50px;

}

.py-100{

padding:100px 0;

}

/*========================================================
            FINAL MOBILE
========================================================*/

@media(max-width:768px){

section{

padding:70px 0;

}

.section-title h2{

font-size:32px;

}

.section-title p{

font-size:16px;

}

.hero{

padding-top:140px;

}

.logo-text h2{

font-size:24px;

}

.logo-text span{

font-size:12px;

}

}

@media(max-width:480px){

.container{

width:94%;

}

.btn-primary,
.btn-secondary{

width:100%;

justify-content:center;

}

.hero-buttons{

flex-direction:column;

}

.hero-search{

width:100%;

}

}