@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
	@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
		
		
		* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	outline: none;
	border: none;
	text-decoration: none;
}

:root{
	--main-color: #ff4500;
	--black: #222;
	--white: #fff;
	--light-black: #777;
	--light-white: #fff9;
	--dark-bg: rgba(0,0,0,.7);
	--light-bg: #eee;
	--border: .1rem solid var(--black);
	--box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
	--text-shadow: 0 1.5rem 3rem rgba(0,0,0,.3);
}

.main-header .hero-lead {
    font-size: 6em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ececec;
    margin-bottom: 50px;
}

		body {
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.8em;
  color: #777;
}
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700|Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800');
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */

::-moz-selection{background: #A3C145 none repeat scroll 0 0;color: #fff;text-shadow:none}
::selection{background: #A3C145 none repeat scroll 0 0;color: #fff;text-shadow:none}

/* ---------------------------------------------------------------------------- */


/* ------------------Grid System--------------- */ 
.zerogrid{margin: 0 auto; padding: 0px;}
.zerogrid:after{ content: "\0020"; display: block; height: 0; /*clear: both; */ visibility: hidden; }

.zerogrid.full{width: 100%;}

@media (min-width: 768px) {
  .zerogrid {width: 750px;}
}
@media (min-width: 992px) {
  .zerogrid {width: 970px;}
}
@media (min-width: 1200px) {
  .zerogrid {width: 1170px;}
}


/* ------------------------------Portfolio Box--------------------------------- */
/* ---------------------------------------------------------------------------- */	
.portfolio-box {display: block;position: relative;margin: auto;overflow: hidden;max-width: 550px; margin-top: 3rem;}

/****** Zoom Effect ******/
.portfolio-box.zoom-effect img{width:100% ; height: 42vh; 
 -webkit-transition: 0.5s ease;transition: 0.5s ease;}
.portfolio-box:hover.zoom-effect img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}


.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;color: #fff;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-button,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {padding: 0 15px;/*text-transform: uppercase*/;font-weight: 600;letter-spacing: 2px;text-shadow: 2px 2px #111;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {font-size: 0.85em;color: #A3C145;margin-bottom: 10px;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {font-size: 1.5em;margin-bottom: 3px;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-button{transition: all 1s ease;opacity: 0; height: 0;overflow: hidden;}

.portfolio-box:hover .portfolio-box-caption {opacity: 1;background: rgba(0, 0, 0, .6);}
.portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-button{opacity: 1;height: auto;}
.portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-name{display: none;}

@media(min-width:768px) {
    
}
@media only screen and (min-width: 450px) and (max-width: 767px){
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 1.2em;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 2em;
    }
    .portfolio-box.zoom-effect img{width:105% ; height: 30vh;}
   
}


.row{zoom: 1;}
.row:before,
.row:after{ content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.row:after{clear: both;}

.wrap-col{margin: 0 15px;}

 .zerogrid [class^="col-"],  
 .zerogrid [class*=" col-"]{ 
} 

 .column{position: relative;min-height: 1px;} 
 [class^='sm-'] {float: left;min-height: 1px;position: relative;} 


@media only screen and (min-width: 768px) {
	.sm-1-2, .sm-1-3, .sm-2-3, .sm-1-4, .sm-2-4, .sm-3-4, .sm-1-5, .sm-2-5, .sm-3-5, .sm-4-5, .sm-1-6, .sm-2-6, .sm-3-6, .sm-4-6, .sm-5-6{
		float: left;min-height: 1px;position: relative;
	}
	
    .sm-1-2{width:50%;}
	.offset-sm-1-2{margin-left: 50%;}

	.sm-1-3{width:33.33%;}
	.sm-2-3{width:66.66%;}
	.offset-sm-1-3{margin-left: 33.33%;}
	.offset-sm-2-3{margin-left: 66.66%;}

	.sm-1-4{width:25%;}
	.sm-2-4{width:50%;}
	.sm-3-4{width:75%;}
	.offset-sm-1-4{margin-left: 25%;}
	.offset-sm-2-4{margin-left: 50%;}
	.offset-sm-3-4{margin-left: 75%;}

	.sm-1-5{width:20%;}
	.sm-2-5{width:40%;}
	.sm-3-5{width:60%;}
	.sm-4-5{width:80%;}
	.offset-sm-1-5{margin-left: 20%;}
	.offset-sm-2-5{margin-left: 40%;}
	.offset-sm-3-5{margin-left: 60%;}
	.offset-sm-4-5{margin-left: 80%;}

	.sm-1-6{width:16.66%;}
	.sm-2-6{width:33.33%;}
	.sm-3-6{width:50%;}
	.sm-4-6{width:66.66%;}
	.sm-5-6{width:83.33%;}
	.offset-sm-1-6{margin-left: 16.66%;}
	.offset-sm-2-6{margin-left: 33.33%;}
	.offset-sm-3-6{margin-left: 50%;}
	.offset-sm-4-6{margin-left: 66.66%;}
	.offset-sm-5-6{margin-left: 83.33%;}
	
	.f-right-sm{float: right !important;}
	.f-left-sm{float: left !important;}
	.t-right-sm{text-align: right !important;}
	.t-left-sm{text-align: left !important;}
	.t-center-sm{text-align: right !important;}
}




html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}



h1, h2 	{font-size: 25px;line-height: 25px;}
h3, h4	{font-size: 20px;line-height: 20px;}
h5, h6	{font-size: 16px;line-height: 16px;}
h1,h2,h3,h4,h5,h6{letter-spacing: 2.5px;font-weight: 500;line-height:1.1; color: #141414;}





/* ---------------------------------------------------------------------------- */
html, body {height: 100%;width:100%; padding:0; margin:0;}
body {background: #fff;font-family: "Montserrat", Helvetica, sans-serif;font-size: 14px;font-weight: 300;letter-spacing: 0.2px;line-height: 1.8em;color: #777; overflow-x: hidden;}



/* ---------------------------------------------------------------------------- */
/* -----------------------------------Header----------------------------------- */
/* ---------------------------------------------------------------------------- */
header{/*z-index: 1;*/position: relative;}



header .main-header{position: relative;height: 90vh;width: 100%;background: url(chiefblé.jpg) center center;background-size: cover; margin-top: -9rem;z-index: -2;}

.main-header .bg-overlay{position: absolute;background: rgba(17, 17, 17, 0.7);width: 100%;height: 100%;top: 0;left: 0; z-index: -3;}

.main-header .hero-content-wrapper{display: /*table*/flex; justify-content: center; align-items: center; position: absolute; top: 10rem;left: 0;width: 100%;height: 100%;padding-left: 10%;transition: opacity 1s ease 0s, transform 1s ease 0s;opacity: 1; z-index: 1;}


.main-header .hero-content-wrapper .hero-content{display: table-cell;width: 100%;height: 100%;vertical-align: middle;}
.main-header .hero-lead{font-size: 6em;font-weight: 700;letter-spacing: 2px;color: #ececec;margin-bottom: 50px;}
.main-header .h-alt{margin-bottom: 20px;color: #A3C145;font-weight: 400;font-size: 1.3em;letter-spacing: 3px;/*text-transform: uppercase;*/}
/*.main-header .button-skin{background: #A3C145;border:2px solid #A3C145;}
.main-header .button-skin:hover{background: transparent;color: #fff;border:2px solid #fff;}*/
.main-header .hero-content-wrapper.remove {-moz-transform: translateY(3rem);-webkit-transform: translateY(3rem);-ms-transform: translateY(3rem);transform: translateY(3rem);-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;opacity: 0;visibility: hidden;}

.main-header .scroller {bottom: 15px;color: rgba(235, 235, 235, 0.5);display: inline-block;font-size: 40px;left: 0;margin: 0 auto;position: absolute;right: 0;text-align: center;width: 120px;}
.main-header .scroller:focus {color: inherit;text-decoration: none;}
.main-header .scroller:hover {color: #ebebeb;}
.main-header .scroller:hover .scroller-text {opacity: 1;transform: translateY(-10px);}
.main-header .scroller:hover .scroller-button {border: 2px solid #ebebeb;}
.main-header .scroller .scroller-text {display: block;font-size: 10px;letter-spacing: 2.5px;color: #ececec;-webkit-transform: translateY(5px);-ms-transform: translateY(5px);transform: translateY(5px);opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s;}
.main-header .scroller .scroller-button{border: 2px solid rgba(235, 235, 235, 0.5);display: inline-block;padding: 8px 3px 5px;border-radius: 20px;font-size: 0.8em;}


@media (max-width: 992px) {
  .main-header .hero-lead{font-size: 4.7em;}
.main-header .h-alt{font-size: 1em;}
}
@media (max-width: 767px) {
	header .main-header{height: 70vh;}
  .main-header .hero-lead{font-size: 3em;}
}
@media (max-width: 400px) {
  .main-header .hero-lead{font-size: 2.5em;}
}




/*   neww csss code for menu    */

/* Style the header */
.header {
  background-color: background-color: #FFF8DC; 
  padding: 20px; 
  z-index: 2;
}

#cssmenu{
  margin-bottom: 2rem; 
   padding: 0.5rem; 
   z-index: 1000; 
   display: flex; 
   justify-content: space-between;
}
/* Style the logo */
#cssmenu .logo {
  width: 110px; 
  height: auto; 
  border-radius: 5px; 
  margin-left: 2rem;
  z-index: 1;
}

/* Style the navigation menu */
#cssmenu ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; 
}

#cssmenu li {
  margin-right: 20px; /* Add margin between menu items */
}

#cssmenu li a {
  text-decoration: none; 
  color: #fff; 
  font-weight: bold; 
  transition: color 0.3s ease;
}

#cssmenu li a:hover {
  color:  #32CD32;
}

    /* sub-menu   */

    /* Style sub-menus */
#cssmenu ul ul {
  display: none; 
  position: absolute; 
  background-color: #ffffff; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  z-index: 1000; 
}

#cssmenu ul ul li {
  width: 200px; 
}

#cssmenu ul li:hover > ul {
  display: block; 
}

/* Style sub-menu links */
#cssmenu ul ul li a {
  display: block;
  padding: 10px;
  color: #333333;
  text-decoration: none;
}

#cssmenu ul ul li a:hover {
  background-color: #f4f4f4; 
}

/* adding right arrow to sub-menu  */

/* Style right arrow for menu items with sub-menus */
#cssmenu > ul > li.has-sub > a::after {
  content: '\25B6'; 
  margin-left: 5px; 
}

/* Style right arrow for sub-menu items */
#cssmenu ul ul li.has-sub > a::after {
  content: '\25B6'; 
  margin-left: auto;
  margin-right: 10px; 
}

/*social media */
.has-subb{
	z-index: 1;
}
.has-subb a i{
	font-size: 1.5rem;
	color: #fff;	
	transition: 1s ease;
	z-index: 1;
}
.has-subb a i:hover{
	font-size: 2rem;
	color: /*#333*/ #fff;
	border: 1px solid /*#333*/ #fff;
	padding: 5px;
	transform: rotate(360deg);
}


/*  making the menu responsive */


/* Your existing CSS styles */

.menu-toggle,
.menu-hide
{
	font-size: 1.3rem;
    display: none; /* Hide the toggle button by default */
    cursor: pointer;
}


/* Show the toggle button on smaller screens */
@media /*only*/ screen and (max-width: /*992*/767px) {

	 /* Adjust padding and font sizes for smaller screens */
   .header {
    padding: 10px;
    }

   #cssmenu{
  	z-index: 3;
   }


  
    /* Hide the logo or adjust its size for smaller screens */
    #cssmenu .logo{
  	width: 80px;
  	margin-left: 1rem;
  	max-height: 100%;
    }

    #cssmenu li{
    margin: 0.6rem;
    }

    #cssmenu li a {
    color: #333; 
    }


    .has-subb a i{
	margin: 0.6rem;
    }


	/* show and hide menu navigation*/
   .menu-toggle
    {
        display: inline-block;
        margin-top: 10px;
        color: #fff;
    }
    .menu-hide{
	  display: none;
    }
   
     #cssmenu ul {
        display: none; /* Hide the menu by default on smaller screens*/
    } 
     #cssmenu ul.active {
        display: block;  /*Show the menu when the toggle button is clicked*/
    } 

        /*---*/
      #cssmenu ul.active + .menu-hide {
        display: inline-block; /* Show the close button when the menu is active */
    }

    #cssmenu ul.active + .menu-hide + .menu-toggle {
        display: none; /* Hide the toggle button when the menu is active */
    }

    .menu-toggle {
        display: inline-block; /* Show the toggle button on smaller screens */
    }
    

   
    
    .siam-banner {
       width: 100%;
    }
    
   .main-container {
   		margin-left: -0.5rem;
            width: 90%;
    }
    .content-container {
            width: 100%;
    }
    .content-container h5,
    .content-container i{
          font-size: 0.5rem;
    }


}


/* end of new css and responsive mode code for menu   */



/* ----------------------------------Container--------------------------------- */


#page-content {position: relative;overflow: visible;z-index: 1;background: #ffffff;box-shadow: rgba(0,0,0,0.7) 0 105px 90px -90px;}
#container .wrap-container{background: #ffffff;}

/* ---content-box--- */
.content-box {margin-top: -3rem;}
.content-box .wrap-box {padding:100px 10px; position: relative;}
.content-box .header {text-align: center; margin: 0px 0 60px;/*text-transform: uppercase;*/}
.content-box .header h2{font-size: 1.5em;letter-spacing: 4px;color: #111;}
.content-box .header .wrapper{padding: 5px; display: inline-block;}
.content-box .header .intro {display: block;font-weight: 300;color: #999;margin-top: 25px;letter-spacing: 2.5px;}

.content-box.box-style-1{background: #f7f7f7;}


.content-box.box-1 .about-sum h3{color: #141414; margin-bottom: 20px; font-size: 1.9rem; text-decoration-style: solid; font-weight: 700;}


@media (max-width: 767px) {
	.content-box.box-1 {text-align: center}
	.content-box.box-1 .about-sum{margin-bottom: 50px;}
	
}

/* ------------------------------------Box 2----------------------------------- */



/*  container under the main-header*/

.container{
	width: 97%;
	margin-left: 1.25rem;
    margin-top: -2.5rem;
    z-index: 1;
}

.main-container{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	width: 100%;
	background:  #0ca552;
	color: #fff;
   border: 1px solid #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}
.main-container .content-container{
    padding: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.content-container i{
    font-size: 2rem;
    padding: 1rem;
}
.main-container .content-container i,
.main-container .content-container h5
{
  color: #fff;
}




/*    home-offer   */

.home-offer{
	text-align: center;
}
.home-offer .content{
	max-width: 70rem;
	margin: 0 auto;
}
.home-offer .content h3{
	font-size: 3rem;
	color: var(--black);
}
.home-offer .content span{
   color: var(--main-color);
}
.home-offer .content p{
	font-size: 1.5rem;
	color: var(--light-black);
	line-height: 2;
	padding: 1rem 0;
}



section{
	padding: 1rem 7%;
}

/*    Slide-swiper   */

.home{
	padding: 0;
	margin-top: 0rem;
}
.home .slide{
	text-align: center;
	padding: 2rem;
	display: flex;
	align-items: center;
	background-size: cover !important;
	background-position: center !important;
	min-height: 30rem;
}
.home .slide .content{
    width: 85rem;
    display: none;
}
.home .swiper-slide .content{
    display: block;
}
.home .swiper-slide .content .btn{
	animation: fadeIn .4s linear backwards .6s;	
}
.home .slide .content span{
	display: block;
	font-size: 2.2rem;
	color: var(--white);
	padding-bottom: 1rem;
	animation: fadeIn .4s linear backwards .2s;
}
@keyframes fadeIn{
	0%
	{
		transform: scale(0);
		opacity: 0;
	}
}
.home .slide .content h3{
	margin-top: -12rem;
	font-size: 2.5rem;
	color: var(--white);
	text-transform: uppercase;
	line-height: 1;
	text-shadow: var(--text-shadow);
	padding: 1rem 0;
	animation: fadeIn .4s linear backwards .4s;
}
.btn{
	display: inline-block;
	background: var(--black);
	margin-top: 1rem;
	color: var(--white);
	font-size: 1.1rem;
	padding: 1rem 3rem;
	cursor: pointer;
}
.home .swiper-button-next,
.home .swiper-button-prev{
	width: 4rem;
	height: 4rem;
	background: var(--white);
	color: var(--main-color);
	border-radius: 5px;
}

.home .swiper-button-next:hover,
.home .swiper-button-prev:hover{
	background: var(--main-color);
	color: var(--white);
}

.btn:hover{
	background: var(--white);
	color: var(--black);
}


/*   heading titles*/
.heading-title{
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-weight: 600;
	font-size: 4rem;
	text-transform: uppercase;
	color: var(--black);
}





/*PACKAGES 2 */

/*  packages  */

.packages2 .box-container2{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	gap: 2rem;
}
.packages2 .box-container2 .box{
	border: var(--border);
	box-shadow: var(--box-shadow);
	background: var(--white);  
	animation: boxer 0.7s linear;	
	
}
.packages2 .box-container2 .box2:nth-child(2){
	animation: boxer 0.7s linear;
   animation-delay: .6s;
}
.packages2 .box-container2 .box2:nth-child(3){
	animation: boxer 0.7s linear;	
	animation-delay: 1.2s;
}

.packages2 .box-container2 .box2:nth-child(1),
.packages2 .box-container2 .box2:nth-child(2),
.packages2 .box-container2 .box2:nth-child(3)
{
	display: inline-block;
}


.packages2 .box-container2 .box2:hover .image img{
    transform: scale(1.1);
}

.packages2 .box-container2 .box2 .image{
    height: 17rem;
	overflow: hidden;
	/*width: 370px;*/


}

.packages2 .box-container2 .box2 .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .2s linear;
}

.packages2 .box-container2 .content{
	padding: 1rem;
	text-align: center;
}
.packages2 .box-container2 .green{
	background: #008000;
}
.packages2 .box-container2 .brown{
	background: #8B4513;
}
.packages2 .box-container2 .gold{
	background: #B8860B;
}
.text-couscous{
	display: flex; justify-content: center; align-items: center; text-align: center; gap: 4rem;
}

.packages2 .box-container2 .logos{
    padding: 0.8rem;
	text-align: center;
}



.packages2 .box-container2 .content h3{
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 0.2rem;
}
.packages2 .box-container2 .content p{
	font-size: 1rem;
	color: var(--white);
	/*line-height: 1.3;*/
	/*padding: 0.5rem 0;*/
}
.packages2 .load-more{
	text-align: center;
	margin-top: 2rem;
}
.btn{
	display: inline-block;
	background: var(--black);
	font-size: 1rem;
	padding: 0.5rem 2rem;
	cursor: pointer;
	transition: .5s ease;
}
.btn:hover{
	background: var(--white);
	color: var(--black);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}





/*PACKAGES 2*/


/*   grab menu product  */

/*   reviews   */

.reviews{
	margin-top: 3rem;

}
.reviews .slide{
	padding: 2rem;
	text-align: center;
	user-select: none;
}


.reviews .slide p{
	font-size: 1rem;
	color: var(--light-black);
	line-height: 1;
	padding: 1rem 0;
}
.reviews .slide h3{
    font-size: 1rem;
    color: var(--black);
}

.reviews .slide img{
    width: 20rem;
    margin-top: 1rem;
}
.reviews .slide img:nth-child(1),
.reviews .slide img:nth-child(2),
.reviews .slide img:nth-child(3),
.reviews .slide img:nth-child(4),
.reviews .slide img:nth-child(5){
    width: 21rem;
}


/*  footer   */

.footer{
	background: url(blurry-dry-grass-leaves-outdoors.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.footer .box-container{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(2.5rem, 1fr));
	gap: 1rem;	
}
.footer .box-container .box{
	margin-top: 2rem;
	margin-bottom: 2rem;  
}
.footer .box-container .box:nth-child(1){
	margin-left: -3rem; 
}
.footer .box-container .box:nth-child(2){
	margin-left: 3rem; 
}

.footer .box-container .box h3{
   color: var(--black);
   font-size: 1.5rem;
   padding-bottom: 2rem;
   font-weight: 700;
}


.footer .box-container .box .logos{
    margin-left: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 5px;
}
.footer .box-container .box .logos img{
    width: 8rem;
}

.footer .box-container .box a{
   color: black;
   font-size: 0.9rem;
   padding-bottom: 1rem;
   display: block;
   font-weight: 600;
}
.footer .box-container .box a i{
   color: black;
   padding-right: .5rem;
   transition: .2s linear;
}
.footer .box-container .box a:hover i{
   padding-right: 2rem; 
}

.footer .credit{
	text-align: center;
	padding-top: 1rem;
	margin-top: -1rem;
	border-top: .1rem solid white;
	font-size: 1rem;
	font-weight: 500;
	color: black;
}
.footer .credit span{
   color: white;
   font-weight: 700;
}


@media (max-width: 992px){
	.footer .box-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 4rem;
    }
    .footer .box-container .box:nth-child(1){
	margin-left: 0;
    }
     .heading-title{
    	font-size: 2rem;
    	font-weight: 600;

    }

    .main-container {
            max-width: 98%;
    }

    
}

@media (max-width: 600px){
     
    .home .slide .content span{
       font-size: 1rem;
    }
    .home .slide .content h3{
        font-size: 1.5rem;
    }
    .home .slide .content span{
       font-size: 1.5rem;
    }
    .home .swiper-button-next,
    .home .swiper-button-prev{
	width: 3rem;
	height: 3rem;
    }

	.footer .box-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    }
    .footer .box-container .box:nth-child(1){
	margin-left: 0;
    }
    .footer .box-container .box:nth-child(2),
    .footer .box-container .box:nth-child(3),
    .footer .box-container .box:nth-child(4){
	   margin-top: -2rem;
    }
.footer .box-container .box a{
 
   font-weight: 400;
   }

   .main-container {
            max-width: 98%;
    }
}




/* social media icons appear from left*/
.icons{
	position: fixed;
	top: 50%;
	right: -26vw;
	transform: translate(-50%);
	z-index: 1000;
}
.icons .fa-brands{
   width: 20vw;
   padding: 1vw;
   font-size: 2vw;
   cursor: pointer;
   background: #fff;
   color: black;
   border: 1px solid #333;
   transition: 0.5s ease;
}
.icons .fa-brands:hover{
	color: #fd4a2b;
	transform: translateX(-10.1vw);
}
.icons .fa-facebook:hover{
	color: /*#fd4a2b*/ blue;
	transform: translateX(-10.1vw);
}
.icons .fa-brands span{
   position: relative;
   font-size: 1.8vw;
   bottom: 0.3vw;
   margin-left: 1.8vw;
}



/* about*/
.wrap-box .icons-container{
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-end;
}
.wrap-box .icons-container .icons{
	background: var(--light-bg);
	padding: 2rem;
	flex: 1 1 1rem;
}
.wrap-box  .icons-container .icons i{
	font-size: 4rem;
	margin-bottom: 1rem;
	color: var(--main-color);
}
.wrap-box .icons-container .icons span{
	font-size: 1.5rem;
	color: var(--light-black);
	display: block;
}
