/*================ Google fonts ===============*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,700&family=Poller+One&display=swap');

html {
    font-size: 0.30vw;
}

body {	
    font-family: 'Nunito', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;    
	background: #FFFFFF;
	color: #000000;	
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ul, 
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

/*scrollto-top*/
.scrollto-top {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem 5rem 0 0;
    background: #F69420;   
    text-align: center;
    padding-top: 1rem;
    font-size: 2.2rem;
    color: #ffffff;
    position: fixed;
    right: 0.6rem;
    bottom: 0.6rem;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrollto-top:hover {   
    background: #F69420;  
    color: #fff;
    box-shadow: 0px 0px 0.5rem rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 0.5rem rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 0.5rem rgba(0,0,0,.5);
}

/*==================== header-area start ======================*/
.header-area {
    background: #FFFFFF;
    padding: 1rem 5rem;
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: 0.2s all ease;
}

.headerfixed {
    padding: 0.8rem 3rem;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    width: 32.7rem;
}

.navbar-nav li {
    font-family: 'Poller One', cursive;
    font-size: 4.5rem;
    font-weight: 400;
    color: #000; 
    padding-left: 1.5rem;
}

.navbar-nav li a {
    font-family: 'Poller One', cursive;
    font-size: 4.8rem;
    font-weight: 400;
    color: #000; 
    transition: 0.2s all ease;
}

.navbar-nav li a:hover {
    color: #F69420;
}

.navbar-toggler {
    outline: none!important;
    box-shadow: none!important;
    padding: 0.2rem;
    transition: 0.2s all ease;
}

.navbar-toggler:hover {
    opacity: 0.75;
}

/*hamburger*/
.hamburger-box {
    width: 4rem;
    height: 2.4rem;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.2rem;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 4rem;
    height: 0.4rem;
    background-color: #F69420;
    border-radius: 0.4rem;
    position: absolute;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none; 
}

.hamburger-inner::before {
    top: -1rem; 
}

.hamburger-inner::after {
    bottom: -1rem; 
}

/*side-bar*/
.offcanvas-start {
    width: 40rem;
    z-index: 9999;
}

.offcanvas-header img {
    width: 22rem;
}

.offcanvas-body ul li {
    padding: 1rem 1rem;
    font-size: initial;
}

.offcanvas-body ul li a {
    font-size: 2.85rem;
}

.btn-close {
    opacity: 1;
    font-size: 2.8rem;
    outline: none!important;
    box-shadow: none!important;
    transition: 0.2s all ease;
    filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(505%) hue-rotate(346deg) brightness(100%) contrast(94%);
}

/*================= hero-area start ====================*/
.hero-area {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: 88%;
    background-position: top left;
}

.hero_btn {
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    padding-bottom: 6rem;
    padding-right: 3rem;
}

.hero_btn ul {
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-top: auto;
    text-align: center;
}

.hero_btn ul li a {
    font-family: 'Poller One', cursive;
    font-size: 7.5rem;
    font-weight: 400;
    color: #000; 
    background: #F0C11A;;
    display: inline-flex;
    padding: 1.2rem 2rem;
    border-radius: 10rem;
    transition: 0.2s all ease;
}

.hero_btn ul li .btn2 {
    font-size: 6rem;
    background: #F69420;
    padding: 1rem 2rem;
}

.hero_btn ul li a:hover {
    opacity: 0.8;
}

/*================= slider-area start ================*/
.slider-area {
    padding-top: 8rem;
}

.main_slider {
    margin-bottom: 7rem;
}

.slider-division img {
    width: 100%;
}

.slider_cnt {
}

.slider_cnt h4 {
    font-family: 'Poller One', cursive;
    font-size: 6rem;
    font-weight: 400;
    color: color: #000;
    margin: 0;
}

.slider_cnt p {
    font-size: 4.4rem;
    font-weight: 400;
    color: color: #000;
    margin-top: 2rem;
}

.slider_item img {
    width: 100%;
    object-fit: cover;
}

.slider1 {
    padding-left: 7rem;
    padding-right: 7rem;
}

.slider1 .slider_item {
    padding-left: 10rem;
}

.slider2 {
    padding-left: 7rem;
    padding-right: 7rem;
}

.slider2 .slider_item {
    padding-right: 10rem;
}

.footer-area {
    padding: 8rem 0 4rem;
    text-align: center;
}

.footer_btn a {
    font-family: 'Poller One', cursive;
    font-size: 6rem;
    font-weight: 400;
    color: #000; 
    background: #F69420; 
    display: inline-flex;
    padding: 1rem 2.5rem;
    border-radius: 10rem;
    transition: 0.2s all ease;
}

.footer_btn a:hover {
    opacity: 0.75;
}

.footer-cnt p {
    font-size: 3.2rem;
    font-weight: 700;
    color: #F69420; 
    margin-top: 5rem;
    margin-bottom: 0;
    text-align: center;
}

.footer-cnt p a {
    color: #F69420; 
    transition: 0.2s all ease;
}

.footer-cnt p a:hover {
    opacity: 0.75;
}

@media screen and (max-width: 1980px) {
    .slider1 .slider_item img {
        width: 600px!important;
        height: 600px!important;
        display: block;
        margin-left: auto;
        object-fit: cover!important;
    }

    .slider2 .slider_item img {
        width: 600px!important;
        height: 600px!important;
        display: block;
        margin-right: auto;
        object-fit: cover!important;
    }

}

@media screen and (max-width: 1400px) {
    .slider1 .slider_item img {
        width: 550px!important;
        height: 550px!important;
        display: block;
        margin-left: auto;
        object-fit: cover!important;
    }

    .slider2 .slider_item img {
        width: 550px!important;
        height: 550px!important;
        display: block;
        margin-right: auto;
        object-fit: cover!important;
    }

}

@media screen and (max-width: 1250px) {
    .slider1 .slider_item img {
        width: 480px!important;
        height: 480px!important;
        display: block;
        margin-left: auto;
        object-fit: cover!important;
    }

    .slider2 .slider_item img {
        width: 480px!important;
        height: 480px!important;
        display: block;
        margin-right: auto;
        object-fit: cover!important;
    }

}