/*
|--------------------------------------------------------------------------
| HTM Core v5.0
| Hero Section
|--------------------------------------------------------------------------
*/

/*--------------------------------------------------------------
Hero Section
--------------------------------------------------------------*/

.hero-section{

    position:relative;

    overflow:hidden;

    background:linear-gradient(135deg,#16213E 0%,#0F3460 100%);

    padding:90px 0 80px;

    color:#fff;
    
    background:
        radial-gradient(circle at 25% 35%,rgba(255,255,255,.18) 1px,transparent 2px),
        radial-gradient(circle at 70% 60%,rgba(255,255,255,.12) 1px,transparent 2px),
        radial-gradient(circle at 45% 80%,rgba(255,255,255,.15) 1px,transparent 2px),
        linear-gradient(135deg,#16213E 0%,#0F3460 100%);

}

/*--------------------------------------------------------------
Background
--------------------------------------------------------------*/

.hero-section::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    border-radius:50%;

    top:-220px;

    right:-180px;

    background:rgba(255,255,255,.05);

}

.hero-section::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    left:-180px;

    bottom:-180px;

    background:rgba(255,255,255,.04);

}

/*--------------------------------------------------------------
Container
--------------------------------------------------------------*/

.hero-section .container{

    position:relative;

    z-index:2;

}

/*--------------------------------------------------------------
Badge
--------------------------------------------------------------*/

.hero-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(12px);

    color:#fff;

    font-size:14px;

    font-weight:600;

    margin-bottom:25px;

}

/*--------------------------------------------------------------
Heading
--------------------------------------------------------------*/

.hero-section h1{

    font-size:62px;

    line-height:1.15;

    font-weight:800;

    margin-bottom:25px;

    color:#fff;

}

.hero-section h1 span{

    color:#FF7A00;

}

/*--------------------------------------------------------------
Description
--------------------------------------------------------------*/

.hero-section p{

    font-size:18px;

    color:rgba(255,255,255,.82);

    line-height:1.8;

    max-width:600px;

    margin-bottom:35px;

}

/*--------------------------------------------------------------
Search Card
--------------------------------------------------------------*/
.hero-search{

    position:relative;

    padding:40px;

    border-radius:30px;

    overflow:hidden;

    background:rgba(12,25,55,.30);

    backdrop-filter:blur(28px);

    -webkit-backdrop-filter:blur(28px);

    border:1px solid rgba(255,255,255,.12);

    box-shadow:
        0 30px 70px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.08);

}

.hero-search::before{

    content:"";

    position:absolute;

    inset:0;

    padding:2px;

    border-radius:30px;

    background:linear-gradient(
        90deg,
        #33A8FF,
        #6A5CFF,
        #FF7A00,
        #FF9A1F
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:.95;

    pointer-events:none;

}

.hero-search::after{

    content:"";

    position:absolute;

    inset:-40px;

    background:
        radial-gradient(circle at left,#33A8FF55,transparent 35%),
        radial-gradient(circle at right,#FF7A0055,transparent 35%);

    filter:blur(40px);

    z-index:-1;

}
/*--------------------------------------------------------------
Labels
--------------------------------------------------------------*/

.hero-search label{

    color:#ffffff;

    font-weight:700;

}

/*--------------------------------------------------------------
Inputs
--------------------------------------------------------------*/

.hero-search .form-select{

    height:60px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    border-radius:16px;

    transition:.3s;

}

.hero-search .form-select{

    color:#ffffff;

}

.hero-search .form-select option{

    color:#222;

}

.hero-search .form-select:focus{

    background:rgba(255,255,255,.08);

    border-color:#FF7A00;

    box-shadow:

        0 0 25px rgba(255,122,0,.35);

}

/*--------------------------------------------------------------
Search Button
--------------------------------------------------------------*/

.hero-search-btn{

    height:64px;

    border:none;

    border-radius:18px;

    font-size:20px;

    font-weight:700;

    background:linear-gradient(
        135deg,
        #FF7A00,
        #FF9A1F
    );

    box-shadow:
        0 12px 30px rgba(255,122,0,.40);

    transition:.35s;

}

.hero-search-btn:hover{

    transform:translateY(-4px);

    box-shadow:
        0 18px 40px rgba(255,122,0,.55);

}

.hero-search{

    animation:heroFloat 8s ease-in-out infinite;

}

@keyframes heroFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-3px);

    }

    100%{

        transform:translateY(0);

    }

}



/*--------------------------------------------------------------
Features
--------------------------------------------------------------*/

.hero-features{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:18px;

    margin:35px auto;

    max-width:900px;

}

.hero-features div{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    min-width:220px;

    padding:15px 25px;

    border-radius:15px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.10);

    font-weight:600;

    color:#fff;

    transition:.3s;

}

.hero-features i{

    color:#FF7A00;

}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

    margin-top:20px;

}

.btn-hero-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#FF7A00;

    color:#fff;

    padding:15px 34px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.30s;

}

.btn-hero-primary:hover{

    color:#fff;

    background:#ff9229;

    transform:translateY(-3px);

}

.btn-hero-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border:2px solid rgba(255,255,255,.25);

    color:#fff;

    padding:15px 34px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.30s;

}

.btn-hero-secondary:hover{

    background:#fff;

    color:#16213E;

}

/*--------------------------------------------------------------
Image
--------------------------------------------------------------*/

.hero-image{

    width:100%;

    max-width:520px;

    border-radius:24px;

    box-shadow:0 30px 60px rgba(0,0,0,.30);

    animation:floatImage 5s ease-in-out infinite;

}

/*--------------------------------------------------------------
Animation
--------------------------------------------------------------*/

@keyframes floatImage{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

@media(max-width:991px){

.hero-section{

padding:70px 0 140px;

text-align:center;

}

.hero-section h1{

font-size:44px;

}

.hero-section p{

margin-left:auto;

margin-right:auto;

}

.hero-buttons{

justify-content:center;

}

.hero-features{

justify-content:center;

}

.hero-image{

margin-top:50px;

max-width:420px;

}

}

@media(max-width:767px){

.hero-section{

padding:60px 0 120px;

}

.hero-section h1{

font-size:34px;

}

.hero-search{

padding:22px;

}

.hero-buttons{

flex-direction:column;

}

.btn-hero-primary,

.btn-hero-secondary{

width:100%;

}

.hero-features{

flex-direction:column;

}

.hero-features div{

justify-content:center;

}

.hero-image{

margin-top:40px;

}

}