/* 
Name: PickDomain
Author Name: ZoneTheme
Author URL: https://themeforest.net/user/zonetheme
Version: 1.0

/////////////////////

--------------------*
Table of Contents 
--------------------*

1.0 Reset
    1.1 Google Font Family Import URL
    1.2 Typography
    1.3 Links
    1.4 Buttons
    1.5 Basic Reset
2.0 Navbar


/////////////////////


*/


/* 1.0 Reset */

/* 1.1 Google Font Family */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    overflow-x: hidden !important;
    color: #161c2d;
}

img {
    height: auto;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul>li {
    list-style: none;
    margin: 8px 0;
    line-height: 1.5;
}

/* 1.2 Typography  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    h1 {
        line-height: 1.2;
        margin-bottom: 1rem;
    }
}

h2 {
    font-size: 1.75rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.3;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
}

h6 {
    font-size: .87rem;
    font-weight: 400;
    line-height: 1.5;
}

p {
    font-size: 1rem;
    line-height: 1.6;
}

.text-muted {
    color: #495057 !important;
}

.space {
    letter-spacing: .5px;
}

/* 1.3 Links */

a {
    color: #fff;
    transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

/* 1.4 Btn */

.btn {
    background-color: #007BFF;
    font-weight: 600;
    padding: 12px 18px;
    border: none;
    color: white;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.btn:hover,
.btn:focus {
    background-color: #0062ff;
    color: white;
}

/* 1.5 Basic Reset */

.bg-color {
    background-color: rgba(248, 249, 250, 0.7);
}

.bg-color2 {
    background-color: rgba(248, 249, 250, 1);
}

.bg-dark {
    background-color: #111213 !important;
}

.bg-dark2 {
    background-color: #2a2c2e !important;
}

.home-wrapper {
    padding: 120px 0 120px;
    position: relative;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-8 {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-center {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.home-center-desc {
    display: table-cell;
    vertical-align: middle;
}

.opa {
    position: relative;
    z-index: 1;
}

.justify-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.no-gutter>.col,
.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.fullscreen {
    min-height: 100vh !important;
}

.shadow {
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;;
}

.fixed-bottom {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.fullscreen--2 {
    min-height: 88vh !important;
}

@media (min-width: 992px) {
    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

/* 1.0 Reset end */

/* 2 Header */

.sale {
    font-size: 3.2rem;
    font-weight: 500;
    padding: .5rem 0;
    line-height: 1.3;
}

.head {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2;
}

.sale-item span {
    font-size: 2rem;
    font-weight: 500 !important;
}

@media (min-width: 992px) {
    .hero-3 .fullwidth {
        min-height: 100vh;
    }
}

@media (max-width: 767.98px) {
    .sale {
        font-size: calc(100% + 3vw);
    }

    .head {
        font-size: calc(100% + 7vw);
    }

    header ul > li {
        font-size: calc(60% + 1vw);
    }
}

@media (max-width: 575.98px) {
    .sale {
        font-size: calc(100% + 2.2vw);
    }

    .head {
        font-size: calc(100% + 6vw);
    }

    .sale-item span {
        font-size: calc(100% + 1.2vw);
    }

    .sale-item p {
        font-size: calc(80% + 1vw);
    }
}

@media (max-width: 319.98px) {
    .sale {
        font-size: calc(80% + 2vw);
    }

    .head {
        font-size: calc(80% + 5vw);
    }

    .sale-item span {
        font-size: calc(80% + 1vw);
    }

    .sale-item p {
        font-size: calc(60% + 1vw);
    }
}

.sale-form p {
    font-size: 14px;
}

.custom-form .form-group {
    margin-bottom: 1rem;
}

.custom-form input.form-control,
.custom-form textarea.form-control {
    background-color: transparent;
    font-size: 15px;
    border: 2px solid #ced4da;
}

.custom-form input.form-control {
    height: 47px;
}

.dark .custom-form input.form-control {
    color: #fff;
}

.custom-form input.form-control:hover,
.custom-form textarea.form-control:hover,
.custom-form input.form-control:focus,
.custom-form textarea.form-control:focus {
    box-shadow: none;
    border-color: #3389ff;
}