/* #17252A  #2B7A78  #3AAFA9  #DEF2F1  #FEFFFF */
@font-face {
    font-family: 'oswald';
    src: url('./oswald.woff2') format('woff2'),
         url('./oswald.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'impact';
    src: url('./impact-webfont.woff2') format('woff2'),
         url('./impact-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lora';
    src: url('./lora-variablefont_wght-webfont.woff2') format('woff2'),
         url('./lora-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Lora,Verdana, Geneva, Tahoma, sans-serif;
    scroll-behavior: smooth;
}
 html {
  font-family: Lora, sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: var(--white);
  font-size: 1.6rem;
  box-sizing: border-box;
  margin: 0px;
}

	  header{
		  position:absolute;
		  width: 100%;
		 z-index:100;
		  display: flex;
		  justify-content: space-between;
		  align-items: center;
		  background-color:#17252A;
		height: 60px;
		transition: all 0.3s ease; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
		  font-size: 20px;
	  } 
	  /* Style the dropdown button -----------------------------------------------------------------------------------------------------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    color:#F7F5F2;
    background-color: inherit;
    font-family: inherit;
  }
.dropbtn:hover {
    border: none;
    outline: none;
    color:#F7F5F2;
    background-color: #feffff;
    font-family: inherit;
	border-radius: 20px;
  }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #17252A;
    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: auto;
    width: 220px;
    border-radius: 20px;
    margin-top:7px !important ;
}
  .dropdown-contents {
    display: none; 
    position: absolute; 
    background-color: #17252A;
   
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: auto;
    width: 220px;
    border-radius: 20px;
  
}
  
.dropdown-content a {
    float: none;
    padding: 8px 12px; 
    text-decoration: none;
    display: block;
    text-align: center; 
    border-radius: 20px;
	letter-spacing: none;
	 transition: 0.5s ease-out;
	
}
  
.dropdown-content a:hover {
    background-color: #DEF2F1; 
    border-radius: 20px;
    color: #17252A !important;
    letter-spacing: 3px;
	transition: 0.5s ease-out;
}
  
.dropdown:hover .dropdown-content {
    display: block; 
    border-radius: 20px;
}
.dropdown-contents a {
    float: none!important; 
    padding: 8px 12px!important; 
    text-decoration: none!important;
    display: block!important; 
    text-align: center; 
        background-color: #DEF2F1; 
    border-radius: 20px;
    color: #17252A !important;
	letter-spacing: none;
	 transition: 0.5s ease-out;
	
}
  
.dropdown-contents a:hover {
    background-color: #DEF2F1; 
    border-radius: 20px;
    color: #17252A !important;
    letter-spacing: 3px;
	transition: 0.5s ease-out;
}
  
.dropdown:hover .dropdown-contents {
    display: block;
    border-radius: 20px;
}

	.logo {
		  width: 13rem;
          height: 13.5rem;
          object-fit: contain;
        position:relative;
		  z-index:1;
		 margin-top:110px;
		 margin-left:15px;
	  } 
	  .nav1 {
		   position: absolute;
		  
		   height:auto;
		   width:600px;
		  z-index:-9;
	  }
	  .page1 {
		   position: absolute;
		  right:0px;
		  top:498px;
		   height:140px;
		   width:1350px;
		  z-index:1;
		
	  }
	  header ul{
		  display:flex;
		  justify-content: center;
		  align-items: center;
		  list-style: none;
		  margin-top:0px;
		  
	  }
	  
	  header ul li{
		  margin-right: 6px;
		  
	  }
	  header ul li a{
		  padding:8px 12px;
		  border-radius: 20px;
		  border-color: #DEF2F1;
		  color:#DEF2F1;
		  background-color:#17252A;
		  font-size:19px;
		  border:1px;
		   text-decoration: none;
	  }
	header ul a{
		  padding:8px 12px;
		  border-radius: 30px;
		  border-color: #feffff;
		  color:#DEF2F1;
		  background-color:#17252A;
		  font-size:19px;
		  border:1px;
		   text-decoration: none;
	  }
	   header ul li a:hover, .active{
		   background: #DEF2F1;
		   color:#17252A;
	   }
	   header ul  a:hover, .active{
		   background: #DEF2F1;
		   color:#17252A;
	   }
	  
	   
	
	   .afcm {
		   color:#fff ;
		   font-size: 25px;
		   text-transform: uppercase;
		   transform :translateY(220px);
	    	justify-content:center;
	   }
	 











.container {
    position: relative;
    text-align: center;
    font-size: 75px;
    font-weight: 700;
}

.header {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 125px;
    font-weight: 1000;
    color: #17262A;
    letter-spacing: 2px;
    z-index: 1;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #17262A;
    text-shadow:0 3px 10px rgb(0 0 0 / 0.2);

}

.header-D {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 125px;
    font-weight: 1000;
    color: #3aafa9  ;
    letter-spacing: 2px;
    z-index: 1;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #17252A;
    text-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.description-banner{
    height: 100vh;
    background: url("https://static.igem.wiki/teams/4140/wiki/description.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 
}

.att-banner{
    height: 100vh;
    background: url("https://static.igem.wiki/teams/4140/wiki/implementation-page-hossam/implementation-page-hossam/asset-2.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 
}


.notebook-banner{
    height: 100vh;
    background: url("https://static.igem.wiki/teams/4140/wiki/notebook2.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 
}

.coll-banner{
    height: 100vh;
    background: url("https://static.igem.wiki/teams/4140/wiki/photo-2022-10-11-21-52-43.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 
}

.es-banner{
    height: 100vh;
    background: url("https://static.igem.wiki/teams/4140/wiki/implementation-page-hossam/es.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 
}

.SDG-banner{
    height: 100vh; 
    background: url("https://static.igem.wiki/teams/4140/wiki/implementation-page-hossam/sus2.jpg") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed;  

}

.DB-banner{
    height: 100vh; 
    background: url("https://static.igem.wiki/teams/4140/wiki/design2-2.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed;  

}

.Eng-banner{
    height: 100vh; 
    background: url("https://static.igem.wiki/teams/4140/wiki/results/9378193-33918.jpg") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed;  

}

.contr-banner{
    height: 100vh; 
    background: url("https://static.igem.wiki/teams/4140/wiki/measurments/output-onlinepngtools-2.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed;  

}

.Measurments-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/measurments/background-measurments.png") no-repeat;  
    background-size: contain;  
    background-position: center;
    background-attachment: fixed; 

}

.Safety-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/safety2.png") no-repeat;  
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.HP-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/hp/human-practices/hp.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.integrated-banner{
    height: 100vh; 
    background: url("https://static.igem.wiki/teams/4140/wiki/gev.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.EDU-banner{
    height: 100vh;
    background: url("https://static.igem.wiki/teams/4140/wiki/edu2.png") no-repeat; 
    background-size: contain;
    background-position: center;
    background-attachment: fixed; 

}

.implementation-banner{
    height: 100vh; 
    background: url("https://static.igem.wiki/teams/4140/wiki/implmentation.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed;

}

.modeling-banner{
    height: 100vh;
    background: url("https://static.igem.wiki/teams/4140/wiki/math2.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 
}

.colap-banner{
    height: 100vh; 
    background: url("https://static.igem.wiki/teams/4140/wiki/hp/collab/collab.png") no-repeat; 
    background-size: contain;
    background-position: center;
    background-attachment: fixed;

}

.proof-Of-Concept-banner{
    height: 100vh; 
    background: url("https://static.igem.wiki/teams/4140/wiki/implementation-page-hossam/poc2.png") no-repeat; 
    background-size: contain;
    background-position: center;
    background-attachment: fixed; 

}

.RE-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/results.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.partship-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/partaenship.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.part-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/parts2.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.soft-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/soft-zeft.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.enter-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/enter2.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.eng-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/engineering.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.awards-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/awards.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.inclu-banner{
    height: 100vh;  
    background: url("https://static.igem.wiki/teams/4140/wiki/inclusivity.png") no-repeat; 
    background-size: contain; 
    background-position: center;
    background-attachment: fixed; 

}

.about{
    padding: 40px 20px;
    background: linear-gradient(#def2f1,#3aafa9,#2b7a78);
}

.about .title{
    text-align: center;
    font-size: 35px;
    font-weight: 700; 
}

.content{
    max-width: 1250px;
    margin: auto; 
    padding: 0px 10%; 
}

.navbar .content{ 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 0px 15px; 
}
.paragraph 
{
    background-color: #feffff;
    text-align: justify;
    font-size: 20px;
    color: #17252a;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.p-title 
{
    position: relative;
    text-align: left;
    color: #2b7a78;
    font-size: 35px;
    font-weight: 700;
  
 border-radius:3px;
}

.p-subtitle 
{
    position: relative;
    text-align: left;
    color: #3AAFA9;
    font-size: 28px;
    font-weight: 700;
   padding-bottom: 10px;
 border-radius:3px;
 
  margin-top:30px;
  
}

.p-main-title{
position: relative;
    text-align: center;
    color: #2b7a78;
    font-size: 55px;
    font-weight: 700;
    background: linear-gradient(to bottom, transparent 90%, #17252a 10%);
 border-radius:3px;
 border-radius:3px;
}
.paragraph p {
    padding: 10px 0;
}

.sec{
    padding-top: 40px;
}

#myRefDIV {
    width: 100%;
    text-align: left;
    background-color: #feffff;
    margin: none;
    font-size: 18px;
	line-height: 1.8em;
	color: #17252a;
	border-radius:10px;
	padding:25px;
}

.ref-btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reference-btn {
    position: relative;
    margin: 50px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #17252a;
    color: #feffff;
    border-radius: 8px;
    font-size: 1.3em;
    padding: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
	 text-decoration: none;
	 letter-spacing: none;
	 transition: 0.5s ease-out;
}
.reference-btn:hover {
    position: relative;
    margin: 50px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #17252a;
    color: #feffff;
    border-radius: 8px;
    font-size: 1.3em;
    padding: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
	 text-decoration: underline;
     	letter-spacing: 3px;
	transition: 0.5s ease-out;
}
.link-btn {
    position: relative;
    margin: 50px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #17252a;
    color: #feffff;
    border-radius: 8px;
    font-size: 1.3em;
    padding: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
	 text-decoration: none;
	 letter-spacing: none;
	 transition: 0.5s ease-out;
}
.link-btn:hover {
	letter-spacing: 3px;
	transition: 0.5s ease-out;
    position: relative;
    margin: 50px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #17252a;
    color: #feffff;
    border-radius: 8px;
    font-size: 1.3em;
    padding: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
	 text-decoration: underline;
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -76px 0 0 -76px;
    border: 16px solid rgb(212, 230, 241);
    border-radius: 0%;
    border-top: 26px solid #DEF2F1;
    border-right: 26px solid  #3AAFA9;
    border-bottom: 26px solid #2B7A78;
    border-left: 26px solid #17252a;
    -webkit-animation: spin 0.2s linear infinite;
    animation: spin .2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
  }

.img {
	max-width:100%;
    width:auto;
	height:auto;
	    position: relative;
    top: 50%;
    left: 50%;
    transform: translate( -50%);
	padding-bottom:25px;
	padding-top:25px;
	
	
}
.imgf {
	width:25%;
align-items:left;
	height:auto;
	    position: relative;
	object-fit: contain;
    align-self: flex-start;
	padding-top:15px;
	padding-right:15px;

	
}

.imgf2 {
	width:35%;
align-items:left;
	height:auto;
	    position: relative;
	object-fit: contain;
    align-self: flex-start;
	padding-top:15px;
	padding-right:15px;

	
}


.textf{
	align-items:right;
	justify-content:right;
	width:75%;
 
	float:right;
	display:inline;

	
}



.textf2{
	align-items:right;
	justify-content:right;
	width:65%;
 
	float:right;
	display:inline;

	
}
.half{
	display:flex;
}

.cen{
	justify-content:center;
	 align-items:center;	 	 
	 
}

nav {
transition: all 8s ease; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  position: sticky;
  top: 0;
  left:70px;
  background-color: #17252A;
width: 90%;
  z-index:5;
  
   border-bottom-left-radius:50px;
   border-bottom-right-radius:50px;
  
}
nav .tainer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 3px;
      border-radius:30px;

  
}
nav .tainer ul li {
  display: inline-block;
      border-radius:30px;

}
nav .tainer ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px;
   color: #DEF2F1;
    border-radius:30px;
}
nav .tainer ul li.active {
  background-color: #DEF2F1;
      border-radius:30px;

  transition: 0.3s ease background-color;
}
nav .tainer ul li.active a {
  color: #17252A;
      border-radius:30px;

}




  




	  
	  
/*fade*/



	  .fade-in {
  opacity: 0;
  transition: opacity 500ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

	  .from-left.appear,
.from-right.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
	  

    
.jamboree-page {
  /* background-color: #eee1c6; */
  justify-content: center;
  text-align: center;
  margin-top: 6rem;
  scroll-padding-top: 6rem;
}
.img {
	max-width:850px;
    width:auto;
	height:auto;
	    position: relative;
    top: 50%;
    left: 50%;
    transform: translate( -50%);
	padding-bottom:25px;
	padding-top:25px;
	
	
}
.name {
  color: #2B7A78;
  font-size: 40px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}

.awards-title {
  color: #1d5356;
  font-size: 50px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}

.award {
  margin: auto;
  margin-bottom: 32px;
  /* background-image: url(https://static.igem.wiki/teams/4213/wiki/wiki/img/team/blob1.png);
    border-radius: 20%; */
  /* text-align: left; */
}

.award-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.nomination {
  font-size: 40px;
  margin-bottom: 80px;
  color: #777;
}



.award-image {
  height: 45rem;
  transition: transform 0.5s ease;
  padding :50px;
}

.award-image-env {
  height: 15rem;
  transition: transform 0.5s ease;
}

.award-image-env:hover {
  transform: scale(1.5);
}

.award-image:hover {
  transform: scale(1.5);
}

.nomination-image {
  height: 40rem;
  transition: transform 0.5s ease;
}

.nomination-image:hover {
  transform: scale(1.5);
}

.container-grid {

	max-width:850px;
    width:auto;
	height:auto;
	    position: relative;
    top: 50%;
    left: 50%;
    transform: translate( -50%);
	
	
	
}



/* div#carousel { 
    perspective: 1200px; 
    padding-top: 10%; 
    font-size:0; 
    margin-bottom: 3rem; 
    overflow: hidden; 
  }
  figure#spinner { 
    transform-style: preserve-3d; 
    height: 300px; 
    transform-origin: 50% 50% -500px; 
    transition: 1s; 
  } 
  figure#spinner img { 
    width: 50%; max-width: 425px; 
    position: absolute; left: 30%;
    transform-origin: 50% 50% -500px;
    outline:1px solid transparent; 
  }
  figure#spinner img:nth-child(1) { transform:rotateY(0deg); 
  }
  figure#spinner img:nth-child(2) { transform: rotateY(-45deg); }
  figure#spinner img:nth-child(3) { transform: rotateY(-90deg); }
  figure#spinner img:nth-child(4) { transform: rotateY(-135deg); }
  figure#spinner img:nth-child(5){ transform: rotateY(-180deg); }
  figure#spinner img:nth-child(6){ transform: rotateY(-225deg); }
  figure#spinner img:nth-child(7){ transform: rotateY(-270deg); }
  figure#spinner img:nth-child(8){ transform: rotateY(-315deg); }
  div#carousel ~ span { 
    color: #fff; 
    margin: 5%; 
    display: inline-block; 
    text-decoration: none; 
    font-size: 2rem; 
    transition: 0.6s color; 
    position: relative; 
    margin-top: -6rem; 
    border-bottom: none; 
    line-height: 0; }
  div#carousel ~ span:hover { color: #888; cursor: pointer; } */

/* Position the image container (needed to position the left and right arrows) */
.container-gallery {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  /* background-color: #222; */
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.slide-wrapper {
  max-height: 65vh;
  overflow: hidden;
}

.slide-wrapper img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

@media (max-width: 995px) {
  .container-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .award-image {
    height: 100rem;
    transition: transform 0.5s ease;
  }

  .award-image-env {
    height: 10rem;
    transition: transform 0.5s ease;
  }
  
  .award-image-env:hover {
    transform: scale(1.5);
  }
  
  .award-image:hover {
    transform: scale(1.5);
  }
  
  .nomination-image {
    height: 50px;
	width:400px;
    transition: transform 0.5s ease;
	
  }
  
  .nomination-image:hover {
    transform: scale(1.5);
  }
}




/*footer*/
	
	
  #footer {
		  background-color: #17252A;
		  height:auto;
		  color:white;
		  font-size:20px;
		  padding:5px;

		  
		  
	  }
	  .pc{
		  padding:40px;
		  width:75%;
		  text-align:center;
		  color:#DEF2F1;
		  display: inline-block;
	  }
	  .flogo {
		  width: 29rem;
          height: 29.5rem;
          object-fit: contain;
          position:relative;
		  z-index:1;
		  margin-top:30px;
	      padding:5px;
	     
	     
		   top: 50%;
    left: 50%;
    transform: translate( -50%);
	 
	  } 
	  
	  
	  
	
	.footer-container {
    width: 100%;
    height: auto;
    background-color: #17252A;
    color: #FEFFFF;
    font-size: 13px;
    padding: 15px 10px;
}



.footer-column {
    float: left;
}
  
.footer-left {
    width: 30%;
}
  
.footer-right {
    width: 70%;
}
 /* #17252A  #2B7A78  #3AAFA9  #DEF2F1  #FEFFFF */ 

.footer-row:after {
    content: "";
    display: table;
    clear: both;
}

.footer-about-us-title {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.footer-about-us-text {
    text-align: center;
}

.footer-menu {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.footer-heading {
    display: flex;
    flex-direction: column;
    margin: 0px 30px 20px 30px;
}

.footer-heading h2 {
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-heading a {
    color: #DEF2F1;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.footer-heading a:hover {
    color: #3AAFA9;
    transition: 0.3s ease-out;
}


.footer-img{
	align-items:center;justify-content:center;
	position:relative;
	width:150px;
	height:auto;
	padding:20px 10px;

	
}
.footer-title{
 padding-left: 1rem;  
 font-style: bold;
 color:#def2f1  
}
.mt-4{
    background-color: #17252a;
    color: #DEF2F1;
}
.mb-0{

    color: #DEF2F1;
}
