﻿/* hero  */
.hero
{
    background-image: url('../../willbettingde/image/hero-bg.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
}
.hero-content
{
    padding-top: 130px;
    position: relative;
    z-index: 3;
}
.hero-heading h2
{
    font-size: 55px;
    color: #ffd36c;
}
.hero-heading h2 span
{
    display: block;
    font-weight: 400;
    color: #ffd36c;
}
.hero-sub-heading
{
    margin-bottom: 70px;
}
.hero-sub-heading h3
{
    font-size: 12px;
    padding-top: 20px;
    line-height: 1;
}
.hero-btn a
{
    font-size: 20px;
    font-weight: 600;
    padding: 8px 30px;
    background-color: #ffd36c;
    border-radius: 10px;
    color: #20716c;
    transition: all .3s ease-in-out;
}
.hero-btn a:hover
{
    background-color: #e7b10c;
}
.hero-img img
{
    width: 90%;
    position: relative;
    z-index: 2;
}
.color
{
    height: 175px;
    background-image: linear-gradient(-184deg,transparent 50%,#ffd36c 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}/* features  */
.features
{
    padding: 5px 0;
    background-color: rgba(255,255,255,.1);
}
.feature-box
{
    cursor: pointer;
}
.feature-number
{
    height: 86px;
    width: 86px;
    border-radius: 10%;
    border: 2px solid #ffd36c;
    text-align: center;
    transition: all .3s ease-in-out;
}
.feature-number h3
{
    height: 70px;
    width: 70px;
    margin: 5px auto;
    line-height: 66px;
    background-color: #ffd36c;
    border-radius: 10%;
    text-align: center;
    transition: all .3s ease-in-out;
}
.feature-content p
{
    font-size: 12px;
}
.feature-box:hover .feature-number
{
    transform: scale(1.1);
}
.feature-box:hover .feature-number h3
{
    background-color: #e2e2e2;
}/* services  */
.services
{
    padding: 5px 0;
}
.service-heading h2
{
    color: #ffd36c;
    font-size: 30px;
}
.s-box-hdd h3
{
    color: #ffd36c;
    font-size: 40px;
}
.s-box-des p
{
    font-size: 12px;
    padding: 0 1px;
}/* products  */
.products
{
    padding: 10px 0;
}
.product-box-img a
{
    display: block;
}
.product-box-img a img
{
    width: 100%;
    transition: all .3s ease-in-out;
}
.product-link a
{
    font-size: 16px;
    padding: 5px 0;
    display: block;
    color: #ffd36c;
    background-color: rgba(255,255,255,.2);
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}
.product-box:hover .product-box-img a img
{
    transform: scale(1.1);
}
.product-box:hover .product-link a
{
    color: #000;
    background-color: #ffd36c;
}/* tac  */
.toc a i
{
    font-size: 20px;
    margin-right: 5px;
    transition: all .3s ease-in-out;
    color: #ffd36c;
}
.toc a span
{
    color: #fff;
    display: inline-block;
    line-height: 2;
    transition: all .3s ease-in-out;
    position: relative;
}
.toc a span::before
{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.toc a:hover span::before
{
    left: 0;
    width: 100%;
}
.toc a:hover i
{
    color: #fff;
}/* Responsive  */
@media all and (max-width: 1400px)
{
    .hero-content
    {
        padding-top: 80px;
    }
}
@media all and (max-width: 1200px)
{
    .hero-content
    {
        padding-top: 70px;
    }
    .hero-heading h2
    {
        font-size: 55px;
    }
    .hero-sub-heading h3
    {
        font-size: 36px;
    }
    .hero-sub-heading
    {
        margin-bottom: 60px;
    }
    .hero-btn a
    {
        font-size: 10px;
    }
    .hero-img img
    {
        width: 100%;
    }
    .service-heading h2
    {
        font-size: 36px;
    }
    .s-box-des p
    {
        padding: 50;
    }
    .product-link a
    {
        font-size: 14px;
    }
}
@media all and (max-width: 991px)
{
    .hero-content
    {
        padding-top: 30px;
        margin-bottom: 14px;
    }
    .hero-sub-heading
    {
        margin-bottom: 20px;
    }
    .hero-img img
    {
        width: 60%;
    }
    .toc a i
    {
        font-size: 18px;
    }
    .toc a span
    {
        font-size: 14px;
    }
}
@media all and (max-width: 767px)
{
    .hero-heading h2
    {
        font-size: 30px;
    }
    .hero-sub-heading h3
    {
        font-size: 10px;
    }
    .hero-btn a
    {
        font-size: 16px;
    }
    .hero-img img
    {
        width: 72%;
    }
    .feature-number
    {
        height: 40px;
        width: 40px;
    }
    .feature-number h3
    {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .feature-content p
    {
        font-size: 12px;
    }
    .service-heading h2
    {
        font-size: 26px;
    }
    .s-box-hdd h3
    {
        font-size: 38px;
    }
    .products
    {
        padding: 0 0 11px;
    }
}
@media all and (max-width: 480px)
{
    .hero-heading h2
    {
        font-size: 24px;
    }
    .hero-sub-heading h3
    {
        font-size: 16px;
    }
    .hero-btn a
    {
        font-size: 14px;
    }
    .hero-img img
    {
        width: 80%;
    }
    .service-heading h2
    {
        font-size: 24px;
    }
}