/*================================ 
    #RESPONSIVE CSS 
====================================*/


/* Large Device: 1200px. */


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.c-pd {
		padding: 0 15px;
	}

	.hero-single-2 .hero-content-2 .hero-title {
		font-size: 5rem;
	}

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

	/*	Header Button*/

	.menu-tab.active {
		z-index: 9;
	}

	.menu-hide.show {
		z-index: -1;
	}

	.dropdown-menu.dropdown-large.dropdown-menu {
		width: auto;
	}

	.dropdown-menu[data-bs-popper] {
		left: -370px;
		margin-top: 0;
	}

    /*Hero*/
    .s-pd {
		padding: 0 3rem;
	}

	.c-pd {
		padding: 0 1rem;
	}

	/*  About  */

	.about-pic {
		margin-bottom: 3rem;
	}

	/*	Fun Fact*/

	.fun-fact .fun-desc .medium {
		font-size: 1.2rem;
		line-height: 20px;
	}

	/*  Footer  */

	.footer-social {
		justify-content: center;
	}

    .copyright p {
		text-align: center;
		margin-bottom: 2rem;
	}

	.footer-menu {
		margin-bottom: 2.5rem;
	}

	.contact-addr-box {
		padding: 0 3rem;
	}

}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.site-title h2 {
		font-size: 3rem;
		line-height: 1.5;
	}

	/*	Padding*/

	.de-padding{
		padding: 5rem 0;
	}

	.de-pt {
		padding-top: 5rem;
	}

	.de-pb {
		padding-bottom: 5rem;
	}

	/*NavBar*/

	.navbar ul.navbar-nav .nav-item a {
		color: var(--clr-white) !important;
	}

	.navbar {
		padding: 1rem;
		background-color: var(--clr-white);
	}

	.dropdown-menu .dropdown-item {
        font-size: 1.6rem!important
    }

	.c-pd {
		padding: 0;
	}

	.side-menu {
		display: none;
	}

	/*	grids*/

	.grid-2 {
		grid-template-columns: 1fr;
	}

	.grid-3 {
		grid-template-columns: 1fr;
	}

	.grid-4 {
		grid-template-columns: 1fr;
	}

	/*	Hero*/

    .hero-section {
        height: auto;
    }

	.hero-title {
		font-size: 2.8rem;
		line-height: 1.6;
		margin-bottom: 2rem!important;
		white-space: normal;
	}

	.hero-single-2 {
		padding-top: 13rem;
		padding-bottom: 5rem;
	}

	.hero-single-2 .hero-content-2 .hero-title {
		font-size: 3.2rem;
		min-height: auto;
	}

	.hero-single-2 .hero-content-2 p {
		padding-right: 0;
		color: #fff !important;
	}

	.hero-sub-title {
		color: #fff !important;
	}

	.tm-btn-1 {
		color: #fff !important;
	}

	/*	About Us*/

	.about-pic img {
		margin-bottom: 3rem;
	}

	/*	Play vid*/

	.pl {
		padding: 5rem 0;
	}

	/* Portfolio Cards */

	.pf-grid.grid-2,
	.pf-grid.grid-3 {
		grid-template-columns: 1fr;
	}

	.pf-stats.grid-2,
	.pf-stats.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Counter */

	.counter-wpr.grid-3 {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.fun-fact {
		justify-content: flex-start !important;
	}

	.fun-fact .fun-desc .timer {
		font-size: 2.8rem;
	}

	/*	Footer  */

	.footer-social {
		justify-content: center;
	}

    .copyright p {
		text-align: center;
		margin-bottom: 2rem;
	}

	.footer-menu {
		margin-bottom: 2.5rem;
	}

	.contact-addr-box {
		padding: 0 3rem;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	.site-title h2 {
		font-size: 2.6rem;
		line-height: 1.4;
	}

	/*	Padding*/

	.de-padding{
		padding: 5rem 0;
	}

	.de-pt {
		padding-top: 5rem;
	}

	.de-pb {
		padding-bottom: 5rem;
	}

	/*NavBar*/

	.navbar ul.navbar-nav .nav-item a {
		color: var(--clr-white) !important;
	}

	.navbar {
		padding: 1rem;
		background-color: #000;
	}

   .dropdown-menu .dropdown-item {
        font-size: 1.6rem!important
    }

	.c-pd {
		padding: 0;
	}

	/*	grids*/

	.grid-2 {
		grid-template-columns: 1fr;
	}

	.grid-3 {
		grid-template-columns: 1fr;
	}

	.grid-4 {
		grid-template-columns: 1fr;
	}


	/*	Hero*/

    .hero-section {
        height: auto;
    }

	.hero-single-2 {
		padding-top: 13rem;
		padding-bottom: 5rem;
	}

	.hero-single-2 .hero-content-2 {
		margin-bottom: 3rem;
	}

	.hero-single-2 .hero-content-2 .hero-title {
		font-size: 3rem;
		line-height: 1.4;
		min-height: auto;
		white-space: normal;
	}

	/* Force all hero text to be white on mobile */
	.hero-single-2 .hero-content-2 .hero-sub-title,
	.hero-single-2 .hero-content-2 .hero-title,
	.hero-single-2 .hero-content-2 p,
	.hero-single-2 .hero-content-2 .type_color,
	.hero-single-2 .hero-content-2 .typed,
	.header-description p {
		color: #fff !important;
	}

	.hero-single-2 .hero-content-2 p {
		padding-right: 0;
		font-size: 1.6rem;
	}

	.s-pd {
		padding: 0 1rem;
	}

	.side-menu {
		display: none;
	}

	/*	About*/

	.about-pic {
		margin-bottom: 3rem;
	}

	/* Portfolio Cards */

	.pf-grid.grid-2,
	.pf-grid.grid-3 {
		grid-template-columns: 1fr;
	}

	.pf-card {
		padding: 2.5rem 2rem;
	}

	.pf-stats.grid-2,
	.pf-stats.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.pf-num {
		font-size: 2rem;
	}

	/* Counter — single column on mobile */

	.counter-wpr.grid-3 {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.fun-fact {
		justify-content: flex-start !important;
	}

	.fun-fact .fun-desc .timer {
		font-size: 2.8rem;
		padding-right: 0;
	}

	.fun-fact .fun-desc .medium {
		font-size: 1.3rem;
		line-height: 20px;
	}

	/*	Play Button*/

	.pl {
		padding: 3rem 0;
	}

	/*  Video/Skills  */

	.my-service {
		margin-bottom: 3rem;
	}

	.video-box.fl-wrap.pl {
		padding: 2rem 0;
	}

	/*  Footer  */

	.footer-social {
		justify-content: center;
	}

    .copyright p {
		text-align: center;
		margin-bottom: 2rem;
	}

	.footer-menu {
		margin-bottom: 2.5rem;
		flex-wrap: wrap;
		justify-content: center;
	}

	.contact-addr-box {
		padding: 0 1rem;
	}

}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
