/*
 * GO Great food
 * Author: Ikbal Hossain
 */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/*
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/logo.png") 50% 50% no-repeat rgb(255, 255, 255);
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

ul {
    padding: 0;
    margin: 0 !important;
}

:focus {
    outline: none !important;
}

li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

p {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mmt {
    margin-top: -100px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-200 {
    margin-top: 200px;
}

.w-100 {
    width: 100%;
}

.nopad-left {
    padding-left: 0px !important;
}

.ptb-50 {
    padding-top: 50px;
}

.nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.common-padding {
    padding: 100px 0
}

.bg-white {
    background-color: #fff
}

/**************************************************************************/
/**Home Banner Section**/
/**************************************************************************/

.navbar-brand img {
    width: 250px
}

.header_sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.logo_scrolled {
    display: none;
    width: 150px !important
}

.header_sec.scrolled {
    position: fixed;
    background-color: #fff
}

.header_sec.scrolled .logo_scrolled {
    display: block
}

.header_sec.scrolled .logo_normal {
    display: none
}

.header_sec.scrolled .navbar-nav a {
    color: #000
}

.header_sec .navbar-nav a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding: 0px 20px !important;
    letter-spacing: 0.75px
}

.banner_sec {
    background:url(../images/banner_bg.jpg);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover;
}

.banner_hero_img {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    z-index: 1;
    position: relative;
}
.banner_margin{
    height: 100vh;
    padding: 0 8%;
}
.banner_product_slider{
    position: relative;
}
img.watch {
    position: absolute;
    right: 0;
    top: 0;
    animation: bounce 6s infinite;
}

img.headset {
    position: absolute;
    left: -220px;
    top: -280px;
    animation: bounce 10s infinite;
}

.banner_hero_img img.mobile_b {
    width: 55%
}

.section_process_getit {
    background-color: #ebebeb
}

@keyframes bounce {
    50% {
        transform: translateX(-30px);
    }
}

.single_process {
    background:linear-gradient(45deg, #ccab48, #e8d05d);
    padding: 20px;
    padding-left: 70px;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.single_process h4 {
    font-weight: 800;
}

.single_process p {
    margin-bottom: 0;
    font-size: 14px
}

span.number {
    position: absolute;
    top: -20px;
    left: -10px;
    background-color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    font-size: 35px;
    font-weight: 800;
    box-shadow: 4px 6px 10px rgb(0 0 0 / 22%);
}

.single_process.first::before {
    content: url(../img/arrow-top.png);
    position: absolute;
    top: -100px;
    left: 43%;
    transform: rotate(5deg);
}

.single_process.second::before {
    content: url(../img/arrow-down.png);
    position: absolute;
    bottom: -76px;
    left: 60%;
    transform: rotate(-5deg);
}



.section_thired_main {
    background-color: #000;
    position: relative;
    overflow: hidden
}

.card_img {
    position: absolute;
    right: 0;
    top: 246px;
    width: 36%;
}

.main_third_cont h2 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
}

.main_third_cont p {
    color: #ababab;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.75px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
}

.black_cta_sec {
    margin: 50px 0
}

.connect_btn {
    background-color: #c33337;
    color: #fff;
    border: none;
    padding: 16px 80px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.main_third_cont h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

a.learn_more {
    font-size: 20px;
    color: #c33337;
    font-weight: 800;
    letter-spacing: 1px;
}

.last_left_sec {
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    min-height: 600px
}

.last_right_sec {
    min-height: 600px;
    position: relative
}

.last_left_sec {
    display: flex;
    align-items: center;
    justify-content: center
}

.last_section {
    background-color: #ebebeb
}

.single_winner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headphone {
    position: absolute;
    right: 30px;
    width: 54%;
}

.winner_pic {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50px;
    margin-right: 20px;
    box-shadow: 6px 5px 12px #ccc;
}

.winner_pic img {
    height: 100%;
    object-fit: cover;
}

.winner_msg {
    width: 80%;
    box-shadow: 0px 4px 12px #dadada;
    padding: 10px;
    font-family: 'Roboto';
}

.winner_msg h4 {
    font-size: 17px;
    font-weight: 700;
    color: #f00;
    margin-bottom: 0px;
    font-family: 'Roboto';
}

.winner_msg span {
    font-size: 13px;
    color: #848484;
    font-family: 'Roboto';
}

.winner_msg p {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Roboto';
}

.recent_winner_list {
    margin-top: 100px
}


.last_right_sec h2 {
    font-weight: 700;
    font-family: 'Roboto';
    width: fit-content;
    font-size: 40px;
}

.lat_wrapper_cont h2 {
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 40px
}

.lat_wrapper_cont p {
    font-size: 15px;
    font-family: 'Roboto'
}

.left_cont_sec1 h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Roboto';
}

.left_cont_sec1 p {
    font-size: 14px;
    font-family: 'Roboto';
}

.faq_sec {
    background-color: #df7045;
}

.faq_question h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'Roboto';
    text-align: center;
    margin-bottom: 40px;
}

.faq_question h4 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto';
}

.faq_question p {
    font-size: 14px;
    color: #ffead7;
    letter-spacing: 0.75px;
    font-family: 'Roboto';
}


.img_inner_tab {
    position: absolute;
    width: 120%;
    left: -20%;
    top: -5%;
}


.footer_sec {
    padding: 40px;
    background-color: #000;
}

.footer_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto'
}

.footer_menu ul li a {
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400
}

.footrer_copy p {
    color: #fff;
    font-family: 'Roboto'
}

.logo_footer img {
    width: 250px
}

.input_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.input_wrapper label {
    width: 30%;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 500;
}

.input_wrapper input {
    width: 70%;
}

.option_wrapper {
    margin-bottom: 15px;
    background-color: #edededcc;
    padding: 0px 10px;
}

.input_wrapper input,
.select_wrapper select {
    border-radius: 0px;
    border: 1px solid #ccc;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: 'Roboto';
    font-weight: 500;
}

.option_wrapper label {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: 'Roboto';
    font-weight: 500;
}

.form_con_wrapper h2 {
    font-size: 45px;
    font-family: 'Roboto';
    font-weight: 600;
}

.check_option label {
    margin-right: 25px;
}

.form_con_wrapper p {
    width: 70%;
    margin: 20px auto;
}

.desc_cap {
    font-size: 13px;
    margin: 25px 0;
    line-height: 19px;
    font-family: 'Roboto';
}

.submit_button {
    width: 40%;
    border: none;
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.question_form_wrapper {
    height: 470px;
    overflow-y: scroll;
    margin-right: -12px;
    padding-right: 10px;
}

.question_form_sec {
    overflow: hidden;
}


/* Animation */
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 100px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 100px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/* Animation */
@keyframes fadeInDown {
    from {
        transform: translate3d(100px, 0px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        transform: translate3d(100px, 0px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.animated {
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.fadeInDown {
    opacity: 0;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}


.navbar-toggler {
    background-color: #f00 !important;
    color: #fff
}

.banner_cont {
}

.banner_cont h4 {
    font-size: 129px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 28%;
}

.banner_cont h1 {
    font-size: 260px;
    font-family: 'Roboto';
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #e3c858 16%, #795017 32%, #e3c858 69%, #795017 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.banner_cont h2 {
    font-size: 85px;
    font-family: 'Roboto';
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #e3c858 16%, #795017 32%, #e3c858 69%, #795017 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      line-height: .8;
}


.img_box{
    width: 600px;
    position: absolute;
    bottom: 0;
    left: 12%;
}
.img_box img{
    width: 100%;
}
.banner_product_slider .single_product{
    width: 420px;
    margin: 0 auto;
}
.banner_product_slider .single_product img{
    width: 420px;
    height: 468px;
    object-fit: contain;
}
.product_slider .single_product img{
    height: 609px;
    object-fit: contain;
}
.owl-item.active .item img{
    opacity: 1;
    transition: all ease-in 0.3s;
}


@media (max-width: 1366px) {

    .banner_cont h1{
        font-size: 100px;
    }
    .img_box{
        left: 0;
    }
    .banner_product_slider .single_product img{
        height: 393px;
    }
}
@media (max-width: 1024px) {
    .img_box{
        width: 100%;
        bottom: 35px;
    }
    .single_process{
    margin-top: 0;
    margin-bottom: 35px;
    }
    .common-padding{
        padding: 60px 0;
    }
    .img_inner_tab {
    position: absolute;
    width: 91%;
    left: 8%;
    top: 10%;}
}
@media only screen and (max-width: 820px) {
  .banner_cont h2{
    font-size: 70px;
  }
}

@media (max-width: 575.98px) {}



@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    .banner_cont h1 {
        font-size: 114px
    }

    img.watch,
    img.headset {
        display: none
    }

    .navbar-brand img {
        width: 180px
    }

    .header_sec .navbar-nav a {
        padding: 10px !important
    }

    .header_sec.scrolled .navbar-nav a {
        color: #fff
    }

    #navbarNavAltMarkup {
        background-color: #c31a08;
    }

    .question_form_wrapper {
        margin-right: 0px
    }

    .input_wrapper label {
        font-size: 13px
    }

    .card_img {
        display: none
    }

    .headphone {
        width: 35%;
    }

    .img_inner_tab {
        position: initial;
        width: 100%;
    }

    .footer_menu ul {
        display: block;
        text-align: center
    }

    .single_process.first::before,
    .single_process.second::before {
        content: none
    }

    .single_process {
        margin-top: 0;
        margin-bottom: 50px
    }

    .banner_hero_img img {
        width: 100%
    }

    .banner_sec {
        min-height: 450px;
        overflow: hidden
    }
    .banner_margin{
        padding: 0;
    }
    .banner_cont {
            padding-top: 176px;
    text-align: center;
    }
    .img_box {
        width: 100%;
        left: 0;
    }
    .banner_hero_img{
        height: 58vh;
        width: 90%;
        align-items: flex-start;
    }
    .banner_product_slider .single_product{
        width: 100%;
        text-align: center;
    }
    .banner_product_slider .single_product img {
        height: 292px;
    }
    .banner_cont h4 {
        font-size: 70px;
        top: inherit;
        bottom: 55px;
        left: 41%;
    }
    .banner_cont h2 {
    font-size: 44px;}
    .common-padding {
    padding-top: 50px;
}
.common-padding {
    padding: 35px 0;
}
.connect_btn{
    padding: 16px 34px
}
.main_third_cont h2{
    font-size: 25px;
}
.logo_footer img {
    width: 100%;
}

}
@media (max-width: 375px) {
    .banner_product_slider .single_product img{
        height: 238px;
    }
}
@media (max-width: 1199.98px) {}
.main_login{
    background:url(/public/assets/images/banner_bg.jpg);
    height: 100vh;
    display: flex;
    align-items: center;

}
.login_card{
    background-color: #fff;
    text-align: left;
    border-radius: 5px;
    margin:auto;
    width: 50%;
    padding: 15px;
}
.btn-submit{
    width: 100%;
    border: none !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 10px !important;
}
.login_card h1{
    margin-bottom: 25px;
}
.login_card .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 13px);
}








