/*==================================================
  Adventure Touristik
  Sponsor Letter Application Portal
  sponsor-letter.css
  Part 1 - Global Styles
===================================================*/

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/*=========================================
=            Theme Variables              =
=========================================*/

:root{

    --primary:#003B80;
    --primary-dark:#002A5C;

    --secondary:#FF6B00;
    --secondary-dark:#E55E00;

    --success:#28a745;
    --danger:#dc3545;
    --warning:#ffc107;

    --light:#f5f7fb;
    --white:#ffffff;

    --border:#e3e8ef;

    --text:#24344d;
    --text-light:#5b6778;

    --shadow-sm:0 4px 12px rgba(0,0,0,.05);
    --shadow:0 8px 30px rgba(0,0,0,.08);
    --shadow-lg:0 18px 45px rgba(0,0,0,.12);

    --radius:18px;
    --radius-sm:12px;

    --transition:.30s ease;

}


/*=========================================
=              Reset CSS                  =
=========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    background:var(--light);

    color:var(--text);

    font-family:'Poppins',sans-serif;

    font-size:16px;

    line-height:1.7;

    overflow-x:hidden;

}


/*=========================================
=          Links & Images                 =
=========================================*/

a{

    text-decoration:none;

    transition:var(--transition);

}

a:hover{

    text-decoration:none;

}

img{

    max-width:100%;

    height:auto;

    display:block;

}


/*=========================================
=             Container                   =
=========================================*/

.sponsor-wrapper{

    max-width:1400px;

    margin:50px auto;

    padding:0 20px;

}


/*=========================================
=           Main Card                     =
=========================================*/

.application-card{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:var(--shadow-lg);

}


/*=========================================
=             Section                     =
=========================================*/

.form-section{

    background:#fff;

    padding:45px;

    border-radius:20px;

    margin-bottom:35px;

    box-shadow:var(--shadow);

}


.section-title{

    font-size:34px;

    font-weight:700;

    color:var(--primary);

    margin-bottom:10px;

}

.section-subtitle{

    color:#6f7b8f;

    font-size:16px;

    margin-bottom:35px;

}


/*=========================================
=           Heading Styles                =
=========================================*/

h1{

    font-size:54px;

    font-weight:800;

    color:#fff;

}

h2{

    font-size:38px;

    font-weight:700;

    color:var(--primary);

}

h3{

    font-size:28px;

    font-weight:700;

}

h4{

    font-size:22px;

    font-weight:600;

    margin-bottom:20px;

}

h5{

    font-size:18px;

    font-weight:600;

}

p{

    color:var(--text-light);

    margin-bottom:18px;

}


/*=========================================
=            Labels                       =
=========================================*/

label{

    font-weight:600;

    color:#23324b;

    margin-bottom:8px;

    display:block;

}


/*=========================================
=           Bootstrap Inputs              =
=========================================*/

.form-control,
.form-select{

    height:58px;

    border-radius:14px;

    border:1px solid var(--border);

    font-size:16px;

    transition:.25s;

    box-shadow:none;

    background:#fff;

}

.form-control:focus,
.form-select:focus{

    border-color:var(--secondary);

    box-shadow:0 0 0 .2rem rgba(255,107,0,.15);

}


textarea.form-control{

    height:auto;

    min-height:170px;

    padding-top:15px;

    resize:vertical;

}


/*=========================================
=             Placeholder                 =
=========================================*/

::placeholder{

    color:#9ea9bb;

}


/*=========================================
=             Buttons                     =
=========================================*/

.btn{

    border-radius:12px;

    font-weight:600;

    transition:.30s;

    padding:14px 35px;

}


.btn-primary{

    background:var(--primary);

    border:none;

}

.btn-primary:hover{

    background:var(--primary-dark);

}


.btn-orange{

    background:var(--secondary);

    color:#fff;

}

.btn-orange:hover{

    background:var(--secondary-dark);

    color:#fff;

}


/*=========================================
=         Submit Button                   =
=========================================*/

.submit-btn{

    width:100%;

    height:65px;

    border:none;

    border-radius:16px;

    background:linear-gradient(90deg,#ff6b00,#ff8f32);

    color:#fff;

    font-size:22px;

    font-weight:700;

    transition:.30s;

    box-shadow:0 10px 25px rgba(255,107,0,.25);

}

.submit-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 20px 40px rgba(255,107,0,.35);

}


/*=========================================
=             Alerts                      =
=========================================*/

.alert{

    border-radius:15px;

    border:none;

    padding:18px 25px;

    margin-bottom:30px;

}

.alert-success{

    background:#dff7e6;

    color:#218838;

}

.alert-danger{

    background:#fde7e9;

    color:#b02a37;

}


/*=========================================
=           Card Hover                    =
=========================================*/

.shadow-card{

    background:#fff;

    border-radius:18px;

    transition:.30s;

    box-shadow:var(--shadow-sm);

}

.shadow-card:hover{

    transform:translateY(-6px);

    box-shadow:var(--shadow-lg);

}


/*=========================================
=             Utilities                   =
=========================================*/

.text-primary{

    color:var(--primary)!important;

}

.text-orange{

    color:var(--secondary)!important;

}

.bg-primary{

    background:var(--primary)!important;

}

.bg-orange{

    background:var(--secondary)!important;

}

.rounded-xl{

    border-radius:22px;

}

.mb-40{

    margin-bottom:40px;

}

.mt-40{

    margin-top:40px;

}

.py-60{

    padding-top:60px;

    padding-bottom:60px;

}

/*==================================================
 HERO SECTION
==================================================*/

.hero-section{
    position:relative;
    width:100%;
    height:320px;
    margin:0 0 40px;
    border-radius:18px;
    overflow:hidden;
    background:#0b2c5f;
}

.hero-image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.35)
    );
    z-index:1;
}

.hero-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:30px;
    z-index:2;
    color:#fff;
}

.hero-content h1{
    color:#fff;
    font-size:42px;
    margin-bottom:15px;
}

.hero-content p{
    max-width:700px;
    color:#fff;
    font-size:17px;
}

/*==================================================
 HERO BUTTONS
==================================================*/

.hero-buttons{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

    margin-top:20px;

}

.hero-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:16px 34px;

    border-radius:14px;

    font-size:17px;

    font-weight:700;

    transition:.30s;

}

.hero-btn-primary{

    background:#ff6600;

    color:#fff;

}

.hero-btn-primary:hover{

    background:#e45800;

    transform:translateY(-3px);

    color:#fff;

}

.hero-btn-outline{

    border:2px solid rgba(255,255,255,.45);

    color:#fff;

}

.hero-btn-outline:hover{

    background:#fff;

    color:#003b80;

}


/*==================================================
 HERO IMAGE
==================================================*/




/*==================================================
 FEATURE LIST
==================================================*/

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:35px;

}

.hero-feature{

    display:flex;

    align-items:center;

    gap:15px;

    color:#fff;

    font-weight:600;

}

.hero-feature i{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#ff6600;

    border-radius:50%;

    font-size:20px;

}


/*==================================================
 TRUST STATS
==================================================*/

.hero-stats{

    display:flex;

    gap:35px;

    margin-top:50px;

    flex-wrap:wrap;

}

.hero-stat{

    text-align:center;

}

.hero-stat h3{

    font-size:38px;

    color:#fff;

    margin-bottom:5px;

}

.hero-stat span{

    color:rgba(255,255,255,.85);

    font-size:15px;

}


/*==================================================
 TRUST SECTION
==================================================*/

.trust-section{

    margin-top:-70px;

    position:relative;

    z-index:20;

}

.trust-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.30s;

    height:100%;

}

.trust-card:hover{

    transform:translateY(-10px);

}

.trust-card i{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#fff3eb;

    color:#ff6600;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

    margin:0 auto 25px;

}

.trust-card h4{

    font-size:22px;

    color:#003b80;

    margin-bottom:12px;

}

.trust-card p{

    margin:0;

    color:#68768a;

}


/*==================================================
 QUICK INFO BAR
==================================================*/

.quick-info{

    background:#fff;

    border-radius:20px;

    padding:30px;

    margin:60px 0;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.quick-info-item{

    display:flex;

    align-items:center;

    gap:18px;

}

.quick-info-item i{

    width:60px;

    height:60px;

    background:#fff3eb;

    color:#ff6600;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    font-size:28px;

}

.quick-info-item h5{

    margin-bottom:3px;

    color:#003b80;

}

.quick-info-item p{

    margin:0;

    color:#6d7889;

}


/*==================================================
 SECTION DIVIDER
==================================================*/

.section-divider{

    width:80px;

    height:5px;

    background:#ff6600;

    border-radius:30px;

    margin:20px auto 40px;

}

/*==================================================
  PACKAGE SELECTION
==================================================*/

.package-section{

    margin-top:60px;

    margin-bottom:60px;

}

.package-heading{

    text-align:center;

    margin-bottom:50px;

}

.package-heading h2{

    font-size:42px;

    font-weight:700;

    color:var(--primary);

}

.package-heading p{

    color:#6f7d90;

    font-size:18px;

}


/*==================================================
  PACKAGE CARD
==================================================*/

.package-card{

    position:relative;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    border:2px solid #eef2f7;

    transition:.35s;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

    height:100%;

    cursor:pointer;

}

.package-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(0,0,0,.12);

    border-color:#ff6600;

}


/*==================================================
 PACKAGE HEADER
==================================================*/

.package-header{

    padding:35px;

    text-align:center;

    background:#f9fbfe;

}

.package-header h3{

    color:var(--primary);

    font-size:30px;

    margin-bottom:15px;

}

.package-price{

    font-size:46px;

    font-weight:800;

    color:#ff6600;

    line-height:1;

}

.package-price span{

    display:block;

    margin-top:8px;

    color:#6f7d90;

    font-size:16px;

    font-weight:500;

}


/*==================================================
 PACKAGE BODY
==================================================*/

.package-body{

    padding:35px;

}

.package-body ul{

    list-style:none;

    padding:0;

    margin:0;

}

.package-body li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    margin-bottom:18px;

    color:#44566f;

    font-size:15px;

}

.package-body li i{

    color:#28a745;

    font-size:18px;

    margin-top:2px;

}


/*==================================================
 PACKAGE FOOTER
==================================================*/

.package-footer{

    padding:30px;

    border-top:1px solid #eef2f7;

    text-align:center;

}

.package-footer label{

    display:block;

    cursor:pointer;

}

.package-footer input{

    display:none;

}

.package-footer span{

    display:inline-block;

    padding:14px 35px;

    border-radius:50px;

    background:#003b80;

    color:#fff;

    font-weight:700;

    transition:.30s;

}

.package-footer span:hover{

    background:#ff6600;

}


/*==================================================
 SELECTED PACKAGE
==================================================*/

.package-card.selected{

    border:3px solid #ff6600;

    box-shadow:0 20px 55px rgba(255,102,0,.22);

}

.package-card.selected .package-header{

    background:#ff6600;

}

.package-card.selected h3{

    color:#fff;

}

.package-card.selected .package-price{

    color:#fff;

}

.package-card.selected .package-price span{

    color:#fff;

}

.package-card.selected .package-footer span{

    background:#28a745;

}


/*==================================================
 MOST POPULAR
==================================================*/

.popular-badge{

    position:absolute;

    top:18px;

    right:-45px;

    width:180px;

    text-align:center;

    background:#ff6600;

    color:#fff;

    font-size:13px;

    font-weight:700;

    transform:rotate(45deg);

    padding:8px;

    box-shadow:0 10px 20px rgba(0,0,0,.18);

}


/*==================================================
 PACKAGE ICON
==================================================*/

.package-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff3eb;

    color:#ff6600;

    font-size:40px;

}


/*==================================================
 PRICE BOX
==================================================*/

.price-box{

    display:flex;

    justify-content:center;

    align-items:flex-end;

    gap:6px;

    margin-bottom:20px;

}

.price-box .currency{

    font-size:20px;

    color:#ff6600;

    margin-bottom:8px;

}

.price-box .amount{

    font-size:54px;

    font-weight:800;

    color:#ff6600;

}

.price-box .unit{

    color:#6f7d90;

    margin-bottom:8px;

}


/*==================================================
 PACKAGE FEATURES
==================================================*/

.feature-list{

    margin-top:25px;

}

.feature-list li{

    border-bottom:1px dashed #e8edf3;

    padding-bottom:14px;

}

.feature-list li:last-child{

    border:none;

}


/*==================================================
 FEATURE ICON
==================================================*/

.feature-list i{

    width:28px;

    height:28px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#28a745;

    color:#fff;

    border-radius:50%;

    font-size:12px;

}


/*==================================================
 HOVER EFFECT
==================================================*/

.package-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(180deg,

        rgba(255,102,0,.02),

        rgba(255,102,0,.08));

    opacity:0;

    transition:.35s;

}

.package-card:hover::before{

    opacity:1;

}


/*==================================================
 MOBILE
==================================================*/

@media(max-width:991px){

.package-card{

margin-bottom:35px;

}

.package-price{

font-size:38px;

}

.package-header h3{

font-size:24px;

}

}

/*==================================================
  FORM SECTION
==================================================*/

.application-form{

    background:#fff;

    border-radius:24px;

    padding:60px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.form-title{

    font-size:34px;

    font-weight:700;

    color:#003b80;

    margin-bottom:10px;

}

.form-description{

    color:#6f7d90;

    margin-bottom:45px;

}


/*==================================================
 FORM SECTION CARD
==================================================*/

.form-card{

    background:#fff;

    border:1px solid #edf1f6;

    border-radius:20px;

    padding:35px;

    margin-bottom:35px;

    transition:.30s;

}

.form-card:hover{

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.form-card h3{

    font-size:24px;

    color:#003b80;

    margin-bottom:30px;

    display:flex;

    align-items:center;

    gap:12px;

}

.form-card h3 i{

    color:#ff6600;

    font-size:28px;

}


/*==================================================
 FORM GROUP
==================================================*/

.form-group{

    margin-bottom:28px;

    position:relative;

}


/*==================================================
 LABEL
==================================================*/

.form-label{

    font-weight:600;

    color:#23324b;

    margin-bottom:10px;

    display:block;

}

.required{

    color:#dc3545;

    margin-left:3px;

}


/*==================================================
 INPUTS
==================================================*/

.form-control,

.form-select{

    height:58px;

    border-radius:14px;

    border:2px solid #e8edf3;

    background:#fff;

    font-size:16px;

    transition:.30s;

    padding-left:18px;

}

.form-control:hover,

.form-select:hover{

    border-color:#d2dae6;

}

.form-control:focus,

.form-select:focus{

    border-color:#ff6600;

    box-shadow:0 0 0 .25rem rgba(255,102,0,.12);

}


/*==================================================
 TEXTAREA
==================================================*/

textarea.form-control{

    min-height:170px;

    padding-top:16px;

    resize:vertical;

}


/*==================================================
 PLACEHOLDER
==================================================*/

.form-control::placeholder{

    color:#9da8ba;

}


/*==================================================
 INPUT GROUP
==================================================*/

.input-group-text{

    background:#fff3eb;

    color:#ff6600;

    border:2px solid #e8edf3;

    border-right:none;

}


/*==================================================
 SELECT
==================================================*/

.form-select{

    cursor:pointer;

}


/*==================================================
 DATE
==================================================*/

input[type="date"]{

    cursor:pointer;

}


/*==================================================
 FILE UPLOAD
==================================================*/

.upload-box{

    border:2px dashed #dbe4ef;

    border-radius:18px;

    background:#fafcff;

    padding:35px;

    text-align:center;

    transition:.30s;

    cursor:pointer;

}

.upload-box:hover{

    border-color:#ff6600;

    background:#fffaf5;

}

.upload-box i{

    font-size:48px;

    color:#ff6600;

    margin-bottom:15px;

}

.upload-box h5{

    margin-bottom:10px;

    color:#003b80;

}

.upload-box p{

    margin:0;

    color:#778397;

    font-size:15px;

}

.upload-box input{

    display:none;

}


/*==================================================
 CUSTOM FILE
==================================================*/

.custom-file-name{

    margin-top:15px;

    font-size:15px;

    color:#28a745;

    font-weight:600;

}


/*==================================================
 CHECKBOX
==================================================*/

.form-check{

    margin-bottom:18px;

}

.form-check-input{

    width:22px;

    height:22px;

    cursor:pointer;

}

.form-check-input:checked{

    background:#ff6600;

    border-color:#ff6600;

}

.form-check-label{

    margin-left:10px;

    color:#4b5d76;

}


/*==================================================
 RADIO
==================================================*/

.form-check-radio{

    border:2px solid #edf2f7;

    border-radius:15px;

    padding:18px;

    transition:.30s;

    cursor:pointer;

}

.form-check-radio:hover{

    border-color:#ff6600;

}

.form-check-radio input{

    margin-right:10px;

}


/*==================================================
 INVALID
==================================================*/

.is-invalid{

    border-color:#dc3545;

}

.invalid-feedback{

    font-size:14px;

}


/*==================================================
 VALID
==================================================*/

.is-valid{

    border-color:#28a745;

}


/*==================================================
 HELP TEXT
==================================================*/

.form-text{

    color:#6d7889;

    margin-top:8px;

}


/*==================================================
 DIVIDER
==================================================*/

.form-divider{

    height:1px;

    background:#edf2f7;

    margin:45px 0;

}


/*==================================================
 RESPONSIVE
==================================================*/





/*==================================================
  PART 5
  CONTACT • FOOTER • LOADING • ANIMATION
  RESPONSIVE • UTILITIES
===================================================*/


/*=========================================
 CONTACT SECTION
=========================================*/

.contact-card{

    background:#ffffff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.contact-card i{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#fff3eb;

    color:#ff6600;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 20px;

    font-size:36px;

}

.contact-card h4{

    color:#003b80;

    margin-bottom:12px;

}

.contact-card p{

    color:#68778a;

    margin:0;

}


/*=========================================
 SUCCESS MESSAGE
=========================================*/

.success-box{

    background:#e8f8ee;

    border-left:6px solid #28a745;

    border-radius:15px;

    padding:25px;

    margin-bottom:35px;

}

.success-box h4{

    color:#28a745;

    margin-bottom:10px;

}

.success-box p{

    margin:0;

}


/*=========================================
 ERROR MESSAGE
=========================================*/

.error-box{

    background:#fff0f1;

    border-left:6px solid #dc3545;

    border-radius:15px;

    padding:25px;

    margin-bottom:35px;

}

.error-box h4{

    color:#dc3545;

    margin-bottom:10px;

}


/*=========================================
 INFORMATION BOX
=========================================*/

.info-box{

    background:#eef7ff;

    border-left:6px solid #003b80;

    border-radius:15px;

    padding:25px;

    margin-bottom:30px;

}

.info-box h5{

    color:#003b80;

    margin-bottom:10px;

}


/*=========================================
 LOADING BUTTON
=========================================*/

.loading{

    opacity:.7;

    pointer-events:none;

}

.loading:after{

    content:"";

    width:20px;

    height:20px;

    border:3px solid rgba(255,255,255,.5);

    border-top-color:#fff;

    border-radius:50%;

    display:inline-block;

    margin-left:12px;

    animation:spin .7s linear infinite;

}


/*=========================================
 SPINNER
=========================================*/

@keyframes spin{

to{

transform:rotate(360deg);

}

}


/*=========================================
 SCROLL ANIMATION
=========================================*/

.fade-up{

    opacity:0;

    transform:translateY(40px);

    animation:fadeUp .8s forwards;

}

@keyframes fadeUp{

to{

opacity:1;

transform:translateY(0);

}

}


/*=========================================
 BADGES
=========================================*/

.badge-orange{

    background:#ff6600;

    color:#fff;

    padding:8px 16px;

    border-radius:40px;

    font-size:13px;

    font-weight:700;

}

.badge-blue{

    background:#003b80;

    color:#fff;

    padding:8px 16px;

    border-radius:40px;

}


/*=========================================
 ICON CIRCLE
=========================================*/

.icon-circle{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff3eb;

    color:#ff6600;

    font-size:28px;

}


/*=========================================
 SHADOWS
=========================================*/

.shadow-soft{

    box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.shadow-large{

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}


/*=========================================
 HOVER SCALE
=========================================*/

.scale:hover{

    transform:scale(1.03);

}


/*=========================================
 FLOATING WHATSAPP
=========================================*/

.whatsapp-float{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    border-radius:50%;

    background:#25D366;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    z-index:9999;

    box-shadow:0 12px 35px rgba(0,0,0,.25);

    transition:.35s;

}

.whatsapp-float:hover{

    color:#fff;

    transform:scale(1.08);

}


/*=========================================
 BACK TO TOP
=========================================*/

.back-top{

    position:fixed;

    bottom:100px;

    right:25px;

    width:55px;

    height:55px;

    border-radius:50%;

    background:#003b80;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    z-index:999;

    transition:.30s;

}

.back-top:hover{

    background:#ff6600;

}


/*=========================================
 FOOTER NOTE
=========================================*/

.footer-note{

    margin-top:60px;

    text-align:center;

    color:#7b8799;

    font-size:15px;

}


/*=========================================
 MOBILE
=========================================*/




/*=========================================
 PRINT
=========================================*/

@media print{

.whatsapp-float,

.back-top,

.hero-buttons{

display:none;

}

body{

background:#fff;

}

.application-card{

box-shadow:none;

}

}


/*=========================================
 END
=========================================*/

/* ===========================================
   TABLETS
=========================================== */


/*==================================================
 MOBILE
==================================================*/

@media(max-width:768px){

.hero-section{

    height:250px;
    margin:20px auto 40px;

}

.hero-content{

    width:92%;

}

.hero-content h1{

    font-size:28px;

}

.hero-content p{

    display:none;

}

.hero-badge{

    font-size:12px;

}

.hero-buttons{

    margin-top:15px;

}

.hero-buttons .btn{

    width:100%;
    padding:12px;

}

}