@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,900;1,500;1,700;1,800;1,900&family=Roboto:ital,wght@0,400;0,500;1,400&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none!important;
    text-decoration: none!important;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    /* border-radius: 20px; */
    background: #ccc;
    width: 10px;
}
::-webkit-scrollbar-button {
    display: none;
}
/* ::-webkit-scrollbar-corner {
    background: blue;
    width: 10px;
} */
::-webkit-scrollbar-thumb {
    background: #b91919e5;
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
}
#header {
    width: 100%!important;
    height: 100px;
    top: 0;
    z-index: 1000;
    position: sticky;
    transition: 0.8s all;
}
#header.sticky {
    background: #fff;
}
#header.sticky .navbar .collapse .navbar-nav .nav-item .nav-link {
    color: #000;
}
#header.sticky .others .happy-icon {
    background: #000;
}
#header.sticky .others .happy-icon ion-icon {
    color: #fff;
}
#header .navbar {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px 0px;
    transition: 2s;
}
#header .navbar .navbar-brand img {
    width: 200px;
    margin: 0px 0px 0px 150px;
}
#header .navbar .navbar-toggler .hamburger {
    position: relative;
    width: 20px;
    height: 4px;
    border-radius: 10px;
    margin: 20px;
    z-index: 2;
    background: #000;
    transition: 0.8s;
}
#header .navbar .navbar-toggler .hamburger:before,
#header .navbar .navbar-toggler .hamburger:after {
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 10px;
    transition: 0.8s;
    background: #000;
}
#header .navbar .navbar-toggler .hamburger:before {
    top: -10px;
    width: 20px;
    background: transparent;
}
#header .navbar .navbar-toggler .hamburger:after {
    top: 10px;
    width: 20px;
}
#header .others .happy-icon {
    position: absolute;
    right: 0;
    top: 20px;
    margin: 10px 70px 0px 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center; 
}
#header .others .happy-icon ion-icon {
    color: #b91919e5;
    padding: 5px;
}
#header .navbar .collapse .navbar-nav {
    margin: 0px 100px 0px 0px;
}
#header .navbar .collapse .navbar-nav .nav-item {
    padding: 15px;
}
#header .navbar .collapse .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: #fff;
}
/* Home */
#home {
    width: 100%;
    height: 95vh;
    background: #b91919e5;
    margin-top: -100px;
    margin-bottom: 80px;
}
#home .banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home .banner-text h1 {
    font-size: 70px;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
#home .banner-text h2 {
    font-size: 80px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}
#home .banner-text .scroll-down {
    position: absolute;
    right: 4%;
    float: right;
    transform: rotate(270deg);
    margin: 80px 10px 10px 10px;
}
/* #home .banner-text .scroll-down a:hover {
    font-size: 15px;
} */
#home .banner-text .scroll-down a {
    font-size: 13px;
    color: #fff;
    transition: 0.8s all;
}
#home .banner-text .scroll-down a i {
    padding: 5px;
}
/* @media (max-width: 1920px) {
    #home .banner-text .scroll-down {
        right: 5%;
        margin: 200px -30px 10px 10px;
    }
    #home .banner-text .scroll-down a {
        font-size: 13px;
        color: #fff;
    }
} */
/* Double Down */
#double-down {
    margin-top: 200px;
}
#double-down .col-md-6 {
    margin-top: 20px;
}
#double-down .double-head h1 {
    font-weight: 800;
    text-align: center;
    font-size: 3rem;
    color: #000;
    display: none;
}
#double-down .double-down-details .double-down-head h1 {
    font-weight: 800;
    font-size: 3rem;
    color: #000;
}
#double-down .double-down-details .double-down-content p {
    font-size: 20px;
}
#double-down .double-down-details .double-down-btn .btn {
    background: #b91919e5;
    color: #fff;
    font-size: 16px;
    border-radius: 0!important;
    text-transform: capitalize;
    transition: 0.5s;
}
#double-down .double-down-details .double-down-btn .btn i {
    padding: 7px;
}
#double-down .double-down-details .double-down-btn .btn:hover {
    transform: scale(110%);
}
/* Fnding */
#finding {
    width: 100%;
    height: auto;
    background: #fa7203;
    margin-top: 200px;
}
#finding .container .row  .col-md-6 {
    margin-top: 200px!important;
}
#finding .find-head .find-head-text h1 {
    font-size: 75px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #fff;
}
#finding .find-head .straight {
    width: 1px;
    background: #fff;
    height: 200px;
    margin: 0 auto;
}
#finding .find-head .spin-image-container img {
    width: 250%;
    transform: rotateY(180deg);
    transition: 5s;
    margin: 10px 0px 0px 0px;
}
#finding .find-details {
    margin-top: 80px;
}
#finding .find-details .find-details-text p {
    font-size: 20px;
    text-align: left;
    color: #fff;
}
#finding .find-details .find-btn .btn {
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 0!important;
    text-transform: capitalize;
    transition: 0.5s;
}
#finding .find-details .find-btn .btn i {
    padding: 7px;
}
#finding .find-details .find-btn .btn:hover {
    transform: scale(110%);
}
/* Our Work */
#work {
    margin-top: 200px;
}
#work .work-head {
    margin: 10px;
}
#work .work-head h1 {
    font-size: 60px;
    font-weight: bolder;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.781);
    padding: 10px;
}
#work .col-md-6 {
    margin: 80px 0px 0px 0px;
}
#work .work-details {
    margin: 100px 0px 0px 100px;
}
#work .work-details h2 {
    font-size: 35px;
    font-weight: bolder;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.89);
}
#work .work-details h5 {
    font-size: 20px;
    font-weight: bolder;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.493);
}
#work .image-container .img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: flex;
    text-align: center;
    align-items: center;
    justify-content: center; */
}
#work .image-container .img-icon i {
    font-size: 60px;
    color: #fff;
}
#work  .close-btn {
    margin: 80px 0px 0px 0px;
}
#work  .close-btn .btn {
    background: #b91919e5;
    color: #fff;
    font-size: 16px;
    border-radius: 0!important;
    text-transform: capitalize;
    transition: 0.5s;
}
#work .close-btn .btn i {
    padding: 7px;
}
#work .close-btn .btn:hover {
    transform: scale(110%);
}
@media (max-width: 1160px) {
    #work .work-details h2 {
        font-size: 30px;
        font-weight: bolder;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.89);
    }
    #work .work-details h5 {
        font-size: 20px;
        font-weight: bolder;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.493);
    }
}
@media (max-width: 1024px) {
    #double-down .double-down-details .double-down-head h1 {
        font-weight: 800;
        font-size: 3rem;
        color: #000;
        display: none;
    }
    #double-down .double-head h1 {
        font-weight: 800;
        text-align: center;
        font-size: 3rem;
        color: #000;
        display: contents;
    }
    #double-down .image-container img {
        width: 400px;
    }
    #double-down .double-down-details .double-down-content p {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    #header .navbar .navbar-brand img {
        width: 200px;
        margin: 0px 0px 0px 10px;
    }
    #header .others .happy-icon {
        position: absolute;
        right: 0;
        top: 20px;
        margin: 10px 10px 0px 0px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        text-align: center; 
    }
    
    #header .navbar .navbar-toggler .hamburger {
        position: relative;
        width: 20px;
        height: 4px;
        border-radius: 10px;
        margin: -10px 50px 0px 0px;
        z-index: 2;
        /* right: 0; */
        background: #000;
        transition: 0.8s;
    }
    #header .navbar .collapse {
        background: #ff7200;
    }
    /* #header .navbar .collapse .navbar-nav {
        background: #ff7200;
    } */
    #header .navbar .collapse .navbar-nav .nav-item {
        padding: 13px;
    }
    #header .navbar .collapse .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        color: #fff;
    }
    #home .banner-text h1 {
        font-size: 50px;
    }
    #home .banner-text h2 {
        font-size: 60px;
    }
    #double-down .double-down-details {
        margin-top: 70px;
    }
}
@media (max-width: 988px) {
    #work .work-details {
        margin: 50px 0px 0px 80px;
    }
    #work .work-details h2 {
        font-size: 23px;
        font-weight: bolder;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.89);
    }
    #work .work-details h5 {
        font-size: 20px;
        font-weight: bolder;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.493);
    }
}
@media (max-width: 842px) {
    #home .banner-text .scroll-down {
        right: 4%;
        margin: 130px -30px 10px 10px;
    }
    #home .banner-text .scroll-down a {
        font-size: 10px;
        color: #fff;
    }
}
@media (max-width: 764px) {
    /* #double-down .col-md-6 {
        width: 100%!important;
        margin-left: -100px;
    } */
    #double-down .double-down-details .double-down-head h1 {
        font-weight: 800;
        font-size: 3rem;
        color: #000;
        display: contents;
        text-align: left;
    }
    #double-down .double-head h1 {
        font-weight: 800;
        text-align: center;
        font-size: 3rem;
        color: #000;
        display: none;
    }
    #double-down .image-container img {
        width: 100%;
        /* margin-left: -100px; */
    }
    #double-down .double-down-details .double-down-content p {
        font-size: 20px;
        text-align: left;
    }
    #finding .container .row  .col-md-6 {
        margin-top: 20px!important;
        margin-left: -100px;
    }
    #finding .find-head .find-head-text h1 {
        font-size: 75px;
        font-weight: bolder;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
    }
    #finding .find-head .straight {
        width: 1px;
        background: #fff;
        height: 500px;
        margin: 10px 0px 10px 30px;
    }
    #finding .find-head .spin-image-container img {
        width: 300px;
        margin: 0px 0px 0px -40px;
        transform: rotateY(180deg);
        transition: 5s;
    }
    #finding .find-details {
        margin: -780px 0px 0px 80px;
    }
    #finding .find-details .find-details-text p {
        font-size: 20px;
        text-align: left;
        color: #fff;
    }
    #work .work-details {
        margin: -50px 0px 0px 10px;
    }
    #work .image-container.rep .img-icon {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
        /* display: flex;
        text-align: center;
        align-items: center;
        justify-content: center; */
    }
    #work .rep {
        margin: -50px 0px 0px 0px;
    }
    #work .gep {
        margin: 20px 0px 30px 0px;
    }
    #work .work-details h2 {
        font-size: 35px;
        font-weight: bolder;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.89);
    }
    #work .work-details h5 {
        font-size: 20px;
        font-weight: bolder;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.493);
    }
    
}
@media (max-width: 750px) {
    #home {
        width: 100%;
        height: 80vh;
    }
    #home .banner-text {
        width: 100%;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
    }
    #home .banner-text h1 {
        font-size: 40px;
    }
    #home .banner-text h2 {
        font-size: 50px;
    }
    #home .banner-text .scroll-down {
        right: 5%;
        margin: 80px -30px 10px 10px;
    }
}
@media (max-width: 732px) {
    #finding .container .row  .col-md-6 {
        margin-top: 20px!important;
        margin-left: -100px;
    }
    #finding .find-head .find-head-text h1 {
        font-size: 75px;
        font-weight: bolder;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
    }
    #finding .find-head .straight {
        width: 1px;
        background: #fff;
        height: 500px;
        margin: 10px 0px 10px 30px;
    }
    #finding .find-head .spin-image-container img {
        width: 300px;
        margin: 0px 0px 0px -28px;
        transform: rotateY(180deg);
        transition: 5s;
    }
    #finding .find-details {
        margin: -780px 0px 0px 80px;
    }
    #finding .find-details .find-details-text p {
        font-size: 20px;
        text-align: left;
        color: #fff;
    }
}
@media (max-width: 712px) {
    #finding .container .row  .col-md-6 {
        margin-top: 20px!important;
        margin-left: -80px;
    }
}
@media (max-width: 712px) {
    #finding .container .row  .col-md-6 {
        margin-top: 20px!important;
        margin-left: -60px;
    }
}
@media (max-width: 644px) {
    #finding .container .row  .col-md-6 {
        margin-top: 20px!important;
        margin-left: -40px;
    }
    #finding .find-details .find-details-text p {
        font-size: 15px;
        text-align: left;
        color: #fff;
    }
    #work .work-head h1 {
        font-size: 40px;
        font-weight: bolder;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.781);
        padding: 10px;
    }
}
@media (max-width: 600px) {
    #finding .container .row  .col-md-6 {
        margin-top: 20px!important;
        margin-left: -20px;
    }
}
@media (max-width: 568px) {
    #finding .container .row  .col-md-6 {
        margin-top: 20px!important;
        margin-left: 0px;
    }
}
@media (max-width: 554px) {
    #home .banner-text h1 {
        font-size: 30px;
    }
    #home .banner-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 366px) {
    #home .banner-text .scroll-down {
        right: 4%;
        margin: 80px -30px 10px 10px;
    }
    #home .banner-text .scroll-down a {
        font-size: 10px;
        color: #fff;
    }
}