 
 

	 @font-face 
	 {
		font-family: 'Gotham-Medium';
		src: url('../fonts/Gotham-Medium.otf') format('opentype');   
    }

	@font-face 
	{
	   font-family: 'Gotham-Book';
	   src: url('../fonts/Gotham-Book.otf') format('opentype');   
   }

	 
 

body {
    margin: 0;
    font-family: Gotham-Book;
}
 
h1, h2, h3, h4, h5, h6
{
	 font-family: Gotham-Medium;
}

p 
{
	 font-family: Gotham-Book;
	 color:#737373;
}

header {
 
    position:absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
   
	 top: 70px; /* Stick to the top */
}

.sticky {
    top: 0; /* Stick to the top */
	position:fixed;
	    background: #fff;

}

.sticky .container
{
	padding:8px;
	  
}

header.sticky
{
	  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

header .container {
	width: fit-content;
    margin: 0 auto;
	padding: 7px 12px;
    background: #fff;
    border-radius: 62px;
    max-width: 1250px;
}

.desktop-menus
{
	    display: flex;
    align-items: center;
	    gap: 4px;
}

.navbar {
 
			justify-content: center;
			padding:0px;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar ul li {
   display: contents;
    text-align: center;
}

.navbar ul li a {
    color: #8DC63F;
    text-decoration: none;
    padding: 13px 20px;
	    font-size: 16.8px;
    font-weight: 700;
}

.navbar ul li a:hover {
    border-bottom: 3px solid #3f444b;
	color:#3f444b;
}


.navbar ul li a {
    border-bottom: 3px solid transparent;
}

.navbar ul li .active {
    border-bottom: 3px solid #3f444b;
}

.navbar ul li .logo-left:hover
{
	 border-bottom: none;
}

.navbar ul li .logo-right:hover
{
	border-bottom: none;
}

.navbar ul li .logo-right 
{
	border-bottom: none;
}

.navbar ul li .logo-left 
{
	border-bottom: none;
}


.navbar ul li .logo-right 
{
	    padding-left: 10px;
}

.packages-tag img
{
	 
    width: 250px;
    right: -11px;
    bottom: 50px;
}


 .navbar-nav {
      position: fixed;
      top: 0;
      left: -100%; /* Initially hidden */
      width: 100%;
      height: 100%;
      background-color: #333;
      transition: left 0.3s ease;
      z-index: 100000;
    }

    .close-btn-navbar {
		position: absolute;
		top: 0px;
		right: 10px;
		color: white;
		background: transparent;
		border: none;
		font-size: 48px;
    }

    .open-btn-navbar {
      
      top: 10px;
      left: 10px;
      z-index: 1100;
    }
 


.navbar ul li img
{
    height: 40px;
}

.navbar .logo-left
{
    padding-left: 0px;
}

.navbar .logo-left img
{
	    width: 225px;
    height: auto;
}


.header-text button
{
	    background: #8dc63f;
    border: 2px solid #8dc63f;
    border-radius: 54px;
    color: #fff;
    font-size: 39px;
    font-weight: bold;
    padding: 11px 47px;
    margin-top: 55px;
}

.header-text button:hover
{
	    background: #333333;
		 border: 2px solid #333333;
		  transition: 0.6s;
}
/*
 
.language-selector
{
	    background: linear-gradient(0deg, #1b1b18 0%, rgba(84, 84, 84, 1) 100%) ! Important;
    color: #fff;
    appearance: none;
    padding: 6px 7px;
    width: 47px;
    border-radius: 4px;
    margin-top: -6px;
    font-size: 17px;
    text-align: center;
    border: none;
}

 option
{ 
line-height:30px;
  background: #3e3e3e;
   
}
*/
  

.custom-selectbox {
  position: relative;
  display: inline-block;
}

.selected-option {
    padding: 9px 11px;
    cursor: pointer;
    background: linear-gradient(0deg, #1b1b18 0%, rgba(84, 84, 84, 1) 100%) ! Important;
    color: #fff;
    border-radius: 4px;
    margin-top: -4px;
	    font-size: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  z-index: 1;
  
}

.dropdown-content .option {
  padding: 5px;
  background: linear-gradient(0deg, #1b1b18 0%, rgba(84, 84, 84, 1) 100%) ! Important;
    color: #fff;
cursor: pointer;
}

.option:hover {
  background-color: #ddd;
}


/* Header End */

/* Footer Start */

.footer-inner-sections
{
	width:100%;
}

.footer-section-inner
{
    
    float: left;
    PADDING: 20PX;
    font-size: 16px;
    line-height: 27px;
}

.footer-section-1
{
	width:33%;
	text-align: left;
}

.footer-section-1 p
{
	    margin-bottom: 0px;
	    font-weight: 300;
    line-height: 22px;
    text-align: left;
    margin-top: 9px;
	    color: #343434;
}

.footer-section-2
{
	width:20%;
}

.footer-section-3
{
	width:24%;
}

.footer-section-4
{
	width:21%;
}

.footer-social-icons
{
	 
}




.footer-section{
	background: #f5f4f0;
    display: flex;
    padding: 35px 20px 35px 20px;
}

.footer-section .location-email
{
	padding-left: 35px;
    margin-bottom: 9px;
	font-size: 15px;
}

.footer-section .location-email:hover
{
	color:#8DC63F;
}

.footer-section .location-email a:hover
{
	color:#8DC63F;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

.footer-section .location-email a
{
    color:#000;
}

.footer-section .location-email svg
{
	position: absolute;
	margin-left: -38px;
    margin-top: 13px;
}

.footer-section .location-email .email-svg
{
	margin-left: -33px;
    margin-top: 4px;
}

.footer-section-1 img
{
	width:auto;
	max-height: 80px;
	    margin-bottom: 3px;
}

.footer-section-inner ul
{
	padding-left:22px;
}

.footer-section-inner ul li
{
	    list-style: disc;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.footer-section-inner h3
{
	font-size: 25px;
    font-weight: 900;
	margin-bottom: 18px;
}

.footer-inner-sections
{
	    max-width: 1200px;
    margin: 0 auto;
}

.footer-social-icons
{
	    margin-top: 18px;
}

.footer-social-icons svg
{
	    padding: 2px;
		margin-right:5px;
}

.footer-social-icons a
{
	    text-decoration: none;
}

.footer-section-inner li a
{
	color:#000;
}

.footer-section-inner li a:hover
{
	color:#8DC63F;
	text-decoration:none;
}


.footer-scoial-icons{
	display: flex;
    justify-content: flex-start;
    gap: 7px;
    margin-top: 25px;
}


.footer-scoial-icons svg{
	    background-color: #8DC63F;
		    padding: 8px;
    border-radius: 26px;
}
 
.footer-scoial-icons svg:hover{
	  fill:#8DC63F !Important;
	      background-color: #333333;
}
 

::marker
{
	font-size:25px;
}


.custom-selectbox{
    margin-left: 15px;
    margin-right: 20px;
}	

.footer-section
{
	border-top: 1px solid #8DC63F;
}


@media screen and (max-width: 767px) {
    
    .footer-section-4
    {
            margin-top: 14px;
    }
    
	.mobile-lang-options .option
	{
		width: fit-content;
		padding: 9px 10px 6px 10px;
		float: left;
		margin-right: 11px;
		min-width: 48px;
		text-align: center;
		border-radius: 5px;
		background: linear-gradient(0deg, #1b1b18 0%, rgba(84, 84, 84, 1) 100%) ! Important;
		font-size: 17px;
		margin-top: 9px;
	}
	
	
        .footer-section .location-email svg
	{
		margin-top: 0px;
	}
    
	header .container
	{
	        padding: 0px 16px;
	}
	
	.mobile-menus.mm-nav li
	{
	    min-width: 15%;
		text-align: center;
	}
	
	.navbar ul li .logo-right 
	{
			padding-left: 0px;
	}
	
	.mobile-menus.mm-nav{
		display: flex;
		align-items: center;	
	}
	
	
	 header
 {
	    top: 22px !Important; 
 }
 
  header.sticky
 {
	     top: 0px !Important;  
 }
 
	
	
   .footer-section-inner
   {
		PADDING: 10PX 15px;
   }	  
   
	
   .footer-section
   {
	       padding: 22px 20px 20px 20px;
   }
   
   .footer-section-inner
   {
	   width:100%;
   }

    .mobile-menus li
	{
		 
	}


	.sticky .container
	{
		padding: 4px;
	}
	.navbar ul li a
	{
		padding: 13px 4px;
	}

	.packages-tag img
	{
		     padding: 16px;
    width: 100%;
    max-width: 84%;
   
    margin-left: 8%;
		right: 0;
		bottom: 50px;
	}
	
	.navbar .desktop-menus
	{
		display:none !Important;
	}
	
	.mobile-menus .logo-left img
	{
		width: 100%;
		height: auto;
		padding-right: 8px;
	}
	
	.mobile-menus .logo-right img
	{
		width: 100%;
		height: auto;
		padding-left: 8px;
	}
	
	.navbar
	{
	    
	}
	
	#openBtn-navbar svg
	{
		pointer-events: none;
		        margin-left: 12px;
        margin-right: 4px;
		width: 40px !Important;
        height: 40px !Important;
	}
	
	#openBtn-navbar  
	{
		background: transparent;
		border: none;
	}
	
	#navbar-nav
	{
		    background: #8DC63F;
	}
	
	.mobile-menus
	{
	    padding-top: 48px;
		padding-left: 18%;
	}
	
	.mobile-menus li a
	{
		color:#fff;
	}
	
	.mobile-menus li 
	{
		color:#fff;
	}
	
	.mobile-menus li{
	    list-style: none;
		        margin-bottom: 14px;
				        font-size: 19px;
	}
	
	.title-mobile-menus
	{
		text-align: left;
        font-size: 48px ! Important;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        font-family: Gotham-Book;
	}
	
}



@media screen and (min-width: 768px) {
	.header-text button
	{
		font-size: 32px;
	}
	
	#navbar-nav
	{
		   display:none !Important;
	}
	
	 .navbar .mobile-menus
	{
		display:none !Important;
	}
}


@media screen and (max-width: 1024px) and (min-width: 900px) {
	
	.navbar .logo-left img
	{
		    width: 160px;
	}
	
	.navbar ul li a{
		padding: 10px 13px;
        font-size: 14px;
	}
	
	header .container
	{
		    padding: 16px 4px;
			    max-width: 100%;
	}
 
}


@media screen and (max-width: 899px) and (min-width: 768px) {
	
	.footer-section-inner
	{
		width:50%;
	}
	
	 
	 .footer-section .location-email
	 {
		     margin-top: 14px;
	 }
	 
	.footer-section .location-email svg
	{
		margin-top: 0px;
	}
	
	.navbar .logo-left img
	{
		    width: 160px;
	}
	
	.navbar ul li a{
		padding: 10px 6px;
        font-size: 14px;
	}
	
	header .container
	{
		    padding: 16px 4px;
			    max-width: 100%;
	}
	
	.packages-tag img
	{
	 
		width: 150px;
		right: 0;
		bottom: 50px;
	}
 
}

 

@media screen and (max-width: 1115px) and (min-width: 1025px) {
	
 .navbar .logo-left img
 {
	     width: 182px;
 }
	
.navbar ul li a
{
	padding: 13px 17px;
}	
	
}



@media screen and (max-width: 420px) and (min-width: 362px) {
	.navbar ul li .logo-right
	{ 
	}
	
}

@media screen and (max-width: 361px) {
	.navbar ul li .logo-right
	{
		    
	}
	
	header .container
	{
		  padding: 12px;
	}
	
}


@media screen and (max-width: 300px) {
	header .container
	{
		  padding: 10px;
	}
	
	.mobile-menus .logo-left img
	{
		      
	}
	
}



.download-links{
	    margin-top: 20px;
}

.stores-imgs img
{
	     max-width: 172px;
    margin-bottom: 16px;
	margin-right:10px;
}
 

 

