/*--- Extra large devices (large desktops, 1400px and up) -----*/

@media (min-width: 992px) { 
	
	.container {
		max-width: 128rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}

}


/* ------ Medium devices (tablets, 991px and down) -----*/

@media (max-width: 991px) {

	html {
		font-size: 62.5%;
	}


	.hero_text {
		padding: 10rem 0rem 5rem;
	}

	.title_xxl {
		font-size: 8.6rem;
	}

	.about_section {
		padding: 8.5rem 0rem;
	}

	.title_lg {
		font-size: 5.6rem;
	}

	.about_section .row {
	  --bs-gutter-x: 3rem;
	  --bs-gutter-y: 3rem;
	}

	.title_sm {
		font-size: 3.6rem;
	}

	.title_md {
		font-size: 3.5rem;
	}

	.briliant_title {
		top: 1rem;
	}

	.briliant_title h2 {
		font-size: 3rem;
	}

	.gallery_section {
		padding: 8.5rem 0rem;
	}

	.title_xl {
		font-size: 6rem;
	}

	.gallery_title {
		margin-bottom: 4rem;
	}

	.subtitle_lg {
		font-size: 2.4rem;
	}

	.gallery_text {
		padding-top: 2.5rem;
	}

	.gallery_text h3 {
		margin-bottom: 1.6rem;
	}

	.gallery_img img {
		height: 16rem;
	}

	.service_section {
		padding: 7rem 0rem;
	}

	.title_md1 {
		font-size: 5rem;
	}

	.service_title {
		margin-bottom: 4rem;
	}

	.service_section .row {
	  --bs-gutter-x: 2.5rem;
	  --bs-gutter-y: 2.5rem;
	}

	.service_text_box a {
		font-size: 2.2rem;
		padding: 3rem 1rem;
	}

	.footer_wrapper {
		display: block;
		text-align: center;
	}

	.button {
		font-size: 2.2rem;
	}

	.footer_button {
		display: block;
		text-align: center;
		padding-top: 1rem;
	}

	.footer_button a {
		margin-top: 2rem;
	}

	.footer_section {
		padding-bottom: 8.5rem;
	}
	
}



/*----- sm devices (tablets, 767px and down) -----*/

@media (max-width: 767px) {


	.hero_text {
		padding: 8rem 0rem 5rem;
	}

	.title_xxl {
		font-size: 7rem;
	}

	.about_section,
	.gallery_section {
		padding: 7rem 0rem;
	}

	.title_lg {
		font-size: 5rem;
	}

	.about_content_box {
		max-width: 40rem;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.title_xl {
		font-size: 5rem;
	}

	.gallery_section .row {
		 --bs-gutter-y: 2rem;
	}

	.gallery_img img {
		height: auto;
	}

	.title_md {
		font-size: 4.4rem;
	}

	.briliant_title h2 {
		font-size: 2.2rem;
	}

	.subtitle_lg {
		font-size: 2.2rem;
	}

	.title_md1 {
		font-size: 4.2rem;
	}

	.service_text_box a {
		font-size: 1.6rem;
		padding: 2rem 0.2rem;
	}

	.service_section .row {
	    --bs-gutter-x: 2rem;
	    --bs-gutter-y: 2rem;
	}

	.footer_wrapper {
		padding-top: 5rem;
	}

}


/*----- xs devices (landscape phones, 575px and down) -----*/

@media (max-width: 575px) {

	html {
		font-size: 2.415vw;
	}

	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.about_content_box {
		min-height: initial;
	}

	.about_heading {
		height: initial;
		margin: 1rem 0rem;
	}

	.about_btn {
		margin-top: 2rem;
	}

	.subtitle_sm {
		font-size: 1.7rem;
	}

	.briliant_title h2 {
		font-size: 1.7rem;
		letter-spacing: 0.02rem;
	}

	.service_section .row {
	    --bs-gutter-x: 1.5rem;
	    --bs-gutter-y: 2rem;
	 }

	.service_text_box a {
	    font-size: 1.4rem;
	    padding: 1.6rem 0.2rem;
	}

}


