body {
  margin: 0 auto;
  line-height: 1.2;
  color: black;
  font-size: 16px;
  font-family: "BPG Dedaena", serif;
  height: 100%;

}


@font-face {
  font-family: "DM Archium";
  src: url("/whatwedo/fonts/dm-archium.woff2") format("woff2"),
       url("/whatwedo/fonts/dm-archium.woff") format("woff"),
       url("/whatwedo/fonts/dm-archium.ttf") format("truetype");
}

@font-face {
  font-family: "BPG Dedaena";
  src: url("/whatwedo/fonts/bpg_dedaena.woff2") format("woff2"),
       url("/whatwedo/fonts/bpg_dedaena.woff") format("woff"),
       url("/whatwedo/fonts/bpg_dedaena.otf") format("opentype");
}




.main {
  flex: 1 1 auto;

}

/* section */

section {

  padding: 0 0 150px 0 ;

}



html,
body {
   height: 100%;
   scroll-behavior: smooth;
}




/*wrapper*/

.wrapper {
 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}



/*container*/

.container {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
}





/*MEDIA*/

@media (max-width: 1230px) {

  .container {
      max-width: 1024px;
  }
 
}


@media (max-width: 1024px) {

  .container {
      max-width: 768px;
  }
 
}


@media (max-width: 768px) {

  .container {
      max-width: 425px;
  }
 
}


@media (max-width: 425px) {

  .container {
      max-width: 320px;
      
  }
 
}

@media (max-width: 320px) {

  .container {
      max-width: none;
  }
 
}







             /* Header */

.header {
width: 100%;
top: 0;
left: 0;
position: absolute;
position: fixed;
transition: 2s;
z-index: 100000;


}


.header__backgroundwlp {
background-size: contain;
background-repeat: repeat;
position: absolute;
width: 100%;
top: 0;
left: 0;
display: block;
opacity: 0;
transition: opacity 0.9s ease; 
backdrop-filter: blur(20px);
height: 115px;

} 

.show__show {
opacity: 1;
}




.header__content {
justify-content: center;
display: flex;
align-items: center;
text-align: center;
min-height: 30px;
position: relative;
z-index: 100;
}





.header__title {
font-size: 40px;
color: black;
font-weight: 700;
margin: -75px 0px 0px -17rem;
position: fixed; 
transition: left 5s ease;
font-family: bpg dedaena;
}




@media (max-width: 768px) {
.header__title {
  display: none;
}
}




.header__title__mobile {
  display: none;
  color: black;
  font-size: 27px;
  font-weight: 600;
  z-index: 1000;
  position: absolute;
  top: -50px;
  left: 50px;

}


@media (max-width: 768px) {

  .header__title__mobile {
    display: block;
  }
  
 
}


@media (max-width: 425px) {

  .header__title__mobile {
    font-size: 23px;
    left: 70px;

  }
  
 
}



@media (max-width: 320px) {

  .header__title__mobile {
    font-size: 20px;
    left: 73px;
  }
  
 
}


.downtitlemobile {
  
}


@media (max-width: 425px) {

  
.downtitlemobile {
  display: block;
}

  
 
}




.header__suptitle {
font-size: 15px;
color: white;
font-weight: 500;

}





.header__content .header__nav .header__ul .header__li  {
position: relative;
float: left;
list-style: none;

}

.header__content .header__nav .header__ul .header__li .header__links {
display: block;
position: relative;
text-decoration: none;
font-size: 17px;
color: rgb(250, 250, 250);
font-weight: 500;
margin: 0 40px 0 0 ;

list-style: none;
}

.header__content .header__nav .header__ul .header__li .header__links:hover {
color: gray;

}




.header__content .header__nav .header__ul .header__li .header__links:last-child {
margin: 0;
}



@media (max-width: 1230px) {

.header__content .header__nav .header__ul .header__li .header__links {
    margin: 0 35px 0 0 ;
}

}

@media (max-width: 1024px) {

.header__content .header__nav .header__ul .header__li .header__links {
    margin: 0 16px 0 0 ;
    font-size: 13px;
    
}

}

@media (max-width: 768px) {

.header__content .header__nav .header__ul .header__li .header__links {
    display: none;
}
.header__faithlogo {
    display: none;
}

.header {
    background-color: transparent;
}


}








.header__ul__two {
position: absolute;
left: 0;
width: 180px;
background: white;
list-style: none;
display: none;

}


.header__ul__three {
position: absolute;
left: 0;
width: 180px;
background: white;
list-style: none;
display: none;
}

.header_ul_four {
position: absolute;
left: 0;
width: 180px;
background: white;
list-style: none;
display: none;
}



.header__li__two {
width: 100%;
list-style: none;



}

.header__li:hover > .header__ul__two {
display: initial;

}


.header__li__three {
width: 100%;
list-style: none;
}
.header__li:hover > .header__ul__three {
display: initial;
}

.header__li__four {
width: 100%;
list-style: none;

}

.header__li:hover > .header_ul_four {
display: initial;
}


.header__a__two {
text-decoration: none;
font-size: 16px;
color: black;
display: flex;
margin: 20px 0 20px 0 ;
padding: 10px 0 10px 0 ;
font-style: italic;



}
.header__a__three {
text-decoration: none;
font-size: 16px;
color: black;
display: flex;
margin: 20px 0 20px 0 ;
padding: 10px 0 10px 0 ;
font-style: italic;
}

.header__a__four {
text-decoration: none;
font-size: 16px;
color: black;
display: flex;
margin: 20px 0 20px 0 ;
padding: 20px 0 0px 0 ;
font-style: italic;
}



.header__a__two:hover {
color: #69b1e1;
}

.header__a__three:hover {
color: #69b1e1;
}

.header__a__four:hover {
color: #69b1e1;
}


.header__links {
text-decoration: none;
font-size: 14px;
color: black;
font-weight: 500;
margin: 0 25px 0 0;
font-style: italic;

}



.header__links:last-child {
margin: 0 ;
}






/*firstpagebackphoto*/



.firstpagebackphoto {
  position: relative;
  width: 100%;
  height: 10vh; /* Высота на весь экран */
  background-image: url('/whatwedo/css/header/bakcimg2.jpg');  изображению */
  background-size: cover; /* Заполняет без искажений */
  background-repeat: no-repeat; 
 
}







/* whatwedo */

.whatwedo {
  padding: 65px 0 100px 0;
}

.whatwedo__content {
  display: block;
}
.whatwedo__title {
  text-align: center;
		margin: 0 0 33px 0;
		align-items: center;
		font-size: 40px;
		font-weight: 500;
		display: block;
}



@media (max-width: 425px) {

	.whatwedo__title  {
		text-align: center;
		margin: 0 0 33px 0;
		align-items: center;
		font-size: 35px;
		font-weight: 500;
		display: block;

}


}


@media (max-width: 320px) {

	.whatwedo__title  {
		text-align: center;
		margin: 0 0 33px 0;
		align-items: center;
		font-size: 32px;
		font-weight: 500;
		display: block;

}


}



.whatwedo__cttx {
  display: block;
}
.whatwedo__text {
  flex-basis: 100%;
		box-sizing: border-box;
		padding: 0px 20px;
		line-height: 1.8;
		font-size: 20px;
		text-align: left;
}
.whhatwedo__textwhatwedo {
  margin: 0 0 40px 0;
		text-indent: 30px;
}

.whatwedo__citate:last-child {

  text-align: center;
  color: rgb(186, 136, 75);
  font-weight: 500;
  font-size: 18px;
  line-height: 2.4;
  font-style: italic;
  font-family: DM Archium;
  max-width: 900px;
  margin: 0 auto 0px;
  position: relative;
  

}

blockquote {
  font-style: italic;
  quotes: "“" "”" "‘" "’"; 
}

blockquote::before {

  content: open-quote;
  font-size: 40px; 
}

blockquote::after {
  content: close-quote;
  font-size: 40px; 
}

.whatwedo__citate {

  text-align: center;
  color: rgb(186, 136, 75);
  font-weight: 500;
  font-size: 18px;
  line-height: 2.4;
  font-style: italic;
  font-family: DM Archium;
  max-width: 900px;
  margin: 0 auto 50px;
  position: relative;
  

}



@media (max-width: 768px) {

  .whatwedo__citate {
    text-align: center;
    color: rgb(186, 136, 75);
    font-weight: 500;
    font-size: 18px;
    line-height: 2.4;
    font-style: italic;
    font-family: DM Archium;
    max-width: 500px;
}

	}


	@media (max-width: 425px) {

		.whatwedo__citate {
      text-align: center;
      color: rgb(186, 136, 75);
      font-weight: 500;
      font-size: 18px;
      line-height: 2.4;
      font-style: italic;
      font-family: DM Archium;
      max-width: 500px;
	}

		}



	@media (max-width: 320px) {

		.whatwedo__citate {
      text-align: center;
      color: rgb(186, 136, 75);
      font-weight: 500;
      font-size: 18px;
      line-height: 2.4;
      font-style: italic;
      font-family: DM Archium;
      max-width: 500px;
	}

		}




.whatwedo__citate__autor {
  position: absolute;
  right: 0;
  bottom: -20px;

}



@media (max-width: 768px) {
  .whatwedo__citate__autor {
    position: absolute;
    right: 0;
    bottom: -40px;
  
  }
  

  }


  @media (max-width: 425px) {
    .whatwedo__citate__autor {
      position: absolute;
      right: 0;
      bottom: -40px;
    
    }
    
  
    }

    @media (max-width: 320px) {
      .whatwedo__citate__autor {
        position: absolute;
        right: 0;
        bottom: -40px;
      
      }
      
    
      }



/* activities */

.activities {
    padding: 0 0 60px 0;
}

.activities__content {
  display: block;
}

/*first block*/

.activities__firstblock {
  display: block;
  margin: 50px 0 50px 0;
  gap: 15px;

 
}



@media (max-width: 1024px) {

  .activities__firstblock {
    display: block;
    margin: 50px 0 50px 0;
    gap: 15px;
  }
  

  }


/*  photo */


.activities__firstblock__photo{
  text-align: center;
  margin: 40px 0 0 0;
 
}


.activities__firstblock__photo img{
  
}

@media (max-width: 1024px) {

  .activities__firstblock__photo {
    
  }
  
  .activities__firstblock__photo img{
    max-width: 100%;
    height: auto;
    
  }

  }



.activities__firstblock__textcontent {
  display: block;
  
}

.activities__firstblock__text {
  text-indent: 25px;
  margin: 0 0 15px 0;
  line-height: 1.5;
  font-size: 20px;
}

@media (max-width: 1024px) {

  .activities__firstblock__text {
    text-indent: 25px;
    margin: 0 0 15px 0;
    line-height: 1.5;
    font-size: 19px;
  }
  

  }



  @media (max-width: 768px) {

    .activities__firstblock__text {
      text-indent: 25px;
      margin: 0 0 15px 0;
      line-height: 1.5;
      font-size: 19px;
    }
    
  
    }
  
  

    @media (max-width: 425px) {

      .activities__firstblock__text {
        text-indent: 25px;
        margin: 0 0 15px 0;
        line-height: 1.5;
        font-size: 19px;
      }
      
    
      }
    
    

      @media (max-width: 320px) {

        .activities__firstblock__text {
          text-indent: 25px;
          margin: 0 0 15px 0;
          line-height: 1.5;
          font-size: 18px;
        }
        
      
        }
      
      




/*  photo */

.activities__firstblock__photosecond {
  display: block;
  text-align: center;
  margin: 40px 0 0 0;
}


.activities__firstblock__photosecond img {
  
  
}
@media (max-width: 1024px) {
  .activities__firstblock__photosecond {
    display: block;
    margin: 20px 0;
  }
  
  .activities__firstblock__photosecond img {
    max-width: 100%;
    height: auto;
  
  }


  }



/*second block*/

.activities__secondblock {
  display: block;
  margin: 100px 0;
  align-items: center;
}

@media (max-width: 1024px) {
  .activities__secondblock {
    display: block;
    margin: 50px 0 50px 0;
  }
  

  }



.activities__secondblock__textcontent {
  display: block;
}
.activities__secondblock__text {
  text-indent: 25px;
  margin: 0 0 15px 0;
  line-height: 1.5; 
  font-size: 20px;
  position: relative;
  z-index: 2;
}


@media (max-width: 1024px) {

  .activities__secondblock__text {
    text-indent: 25px;
    margin: 0 0 15px 0;
    line-height: 1.5;
    font-size: 19px;
  }
  

  }



  @media (max-width: 768px) {

    .activities__secondblock__text {
      text-indent: 25px;
      margin: 0 0 15px 0;
      line-height: 1.5;
      font-size: 19px;
    }
    
  
    }
  
  

    @media (max-width: 425px) {

      .activities__secondblock__text {
        text-indent: 25px;
        margin: 0 0 15px 0;
        line-height: 1.5;
        font-size: 19px;
      }
      
    
      }
    
    

      @media (max-width: 320px) {

        .activities__secondblock__text {
          text-indent: 25px;
          margin: 0 0 15px 0;
          line-height: 1.5;
          font-size: 18px;
        }
        
      
        }
      
      



/*  photo */

.activities__secondblock__photo{
  text-align: center;
  margin: 40px 0 0 0;
 
}

.activities__secondblock__photo img{
   
  
}


@media (max-width: 1024px) {
  .activities__secondblock__photo img{
    max-width: 100%;
    height: auto;
  
  }

  }


  .activities__firstblock__textline:last-child {
    text-indent: 25px;
    margin: 0;
    font-weight: 600;
    line-height: 1.5; 
    font-size: 17px;
  }


.activities__firstblock__textline {
  text-indent: 25px;
  margin: 50px 0 15px 0;
  font-weight: 600;
  line-height: 1.5; 
  font-size: 17px;
}

.activities__line__text {
  
}

@media (max-width: 1024px) {

  .activities__line__text {
    font-weight: 600;
    font-size: 20px;
    color:rgb(186, 136, 75) ;
    font-family: DM Archium;
  }
  

  }



/*  kv */

.firstkv {
  position: absolute;
  top: -4px;
  left: -9px;
  z-index: 1;
}
@media (max-width: 768px) {

  .firstkv {
    position: absolute;
    top: -4px;
    left: -9px;
    z-index: 1;
  }
  

  }

  @media (max-width: 425px) {

    .firstkv {
      position: absolute;
      top: -4px;
      left: -9px;
      z-index: 1;
    }
    
  
    }
  

    @media (max-width: 320px) {

      .firstkv {
        position: absolute;
        top: -4px;
        left: -9px;
        z-index: 1;
      }
    }
      
    
    

.secondkv{
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 1;
}


@media (max-width: 1024px) {

  .secondkv{
    position: absolute;
    bottom: 0;
    right: 43.5%;
    z-index: 1;
  }
  
  

  }



@media (max-width: 768px) {

  .secondkv{
    position: absolute;
    bottom: 0;
    right: 36.5%;
    z-index: 1;
  }
  
  

  }

  @media (max-width: 425px) {
    .secondkv{
      position: absolute;
      bottom: 0;
      right: 38.5%;
      z-index: 1;
    }
  }
  

    @media (max-width: 320px) {

      .secondkv{
        position: absolute;
        bottom: 0;
        right: 10.5%;
        z-index: 1;
      }
      
      
    
      }






/*line block */
.activities__line__block {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 5px;
  margin: 60px 0 25px 0;
}

.activities__line__text {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px 0;
  color:#002244 ;
  font-family: DM Archium;

}
@media (max-width: 1024px) {

  .activities__line__text {
    font-weight: 600;
    font-size: 20px;
    color:rgb(186, 136, 75) ;
    font-family: DM Archium;
  }
  

  }




/* hamburgermenu*/



.burger__menu__logo__logo {
	width: 80px;
	height: 80px;
	margin: 15px 0 0 15px;
	z-index: 1000;
	position: relative;
  }
  
  
  @media (max-width: 768px) {
  .burger__menu__logo__logo {
	width: 70px;
	height: 70px;
  }
  
  }
  
  
  @media (max-width: 425px) {
  .burger__menu__logo__logo {
	width: 60px;
	height: 60px;
  } 
  
  }
  
  
  
  
  
  .nav-toggle {
	cursor: pointer;
	height: 2.5rem;
	right: 3rem;
	position: fixed;
	top: 3rem;
	width: 3.5rem;
	z-index: 2;
  }
  
  
  
  .nav-toggle {
	cursor: pointer;
	height: 2.5rem;
	right: 3rem;
	position: fixed;
	top: 3rem;
	width: 3.5rem;
	z-index: 2;
  }
  
  
  
  @media (max-width: 425px) {
    
  .nav-toggle {
    cursor: pointer;
    height: 2.5rem;
    right: 2rem;
    position: fixed;
    top: 3rem;
    width: 3.5rem;
    z-index: 2;
    }
    
    
    }
  
    @media (max-width: 320px) {
     
  .nav-toggle {
    cursor: pointer;
    height: 2.5rem;
    right: 1rem;
    position: fixed;
    top: 3rem;
    width: 3.5rem;
    z-index: 2;
    }
     
      
      }
      
  
  
  .nav-toggle:hover {
	opacity: 0.8;
  }
  
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 0%;
	transform: translateY(0%);
	background: black;
	content: "";
	height: 0.2rem;
	transition: all 0.5s;
	width: 100%;
  }
  
  .nav-toggle .nav-toggle-bar {
	margin-top: 0;
  }
  
  .nav-toggle .nav-toggle-bar::after {
	margin-top: 1rem;
  }
  
  .nav-toggle .nav-toggle-bar::before {
	margin-top: -1rem;
  }
  
  .nav-toggle.expanded .nav-toggle-bar {
	background: transparent;
  }
  
  .nav-toggle.expanded .nav-toggle-bar::after,
  .nav-toggle.expanded .nav-toggle-bar::before {
	background: black;
	margin-top: 0;
  }
  
  .nav-toggle.expanded .nav-toggle-bar::after {
	transform: rotate(45deg);
  }
  
  .nav-toggle.expanded .nav-toggle-bar::before {
	transform: rotate(-45deg);
  }
  
  /* Navigation Menu */
  .nav {
	background: rgba(200, 200, 200, 0.9);
	color: black;
	display: flex;
	flex-direction: column;
	font-size: 1.75rem;
	height: 100vh;
	justify-content: center;
	align-items: center;
	right: -24rem;
	padding: 0rem;
	position: fixed;
	top: 0;
	transition: right 0.5s;
	width: 24rem;
	z-index: 1;
  }
  
  
  
  
  @media (max-width: 425px) {
  
	.nav {
	  background: rgba(200, 200, 200, 0.9);
	  color: black;
	  display: flex;
	  flex-direction: column;
	  font-size: 1.75rem;
	  height: 100vh;
	  justify-content: center;
	  align-items: center;
	  right: -30rem;
	  padding: 0rem;
	  position: fixed;
	  top: 0;
	  transition: right 0.5s;
	  width: 27rem;
	  z-index: 1;
	}
	
   
  }
  
  @media (max-width: 320px) {
  
	.nav {
	  background: rgba(200, 200, 200, 0.9);
	  color: black;
	  display: flex;
	  flex-direction: column;
	  font-size: 1.75rem;
	  height: 100vh;
	  justify-content: center;
	  align-items: center;
	  right: -30rem;
	  padding: 0rem;
	  position: fixed;
	  top: 0;
	  transition: right 0.5s;
	  width: 21rem;
	  z-index: 1;
	}
   
  }
  
  
  
  
  
  
  
  .nav.expanded {
	right: 0;
  }
  
  .burul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	text-align: left; /* Текст по центру */
  }

  
  .hamblink {
	color: black; /* Темно-серый цвет ссылок */
	font-size: 23px;
	font-weight: 400;
	transition: color 0.3s;
	text-decoration: none;
  }

  .hamblink:hover {
    color:rgb(214, 164, 103);
  }  


  .hamblink__link {
    color: rgb(49, 49, 49);
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s;
  }


  .hamblink__link:hover {
    color: black;
    text-decoration: none;
    font-size: 20px;
    
  }


.burulsec {
  margin: 5px 0 0 0;
}


/* footer */




.footer {
    min-height: 35vh;
    height: auto;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/css/main/full_p3Bloom_tbilisiback_2888x1782.png);
}



.footer__content {
  padding: 120px 0;
  display: grid;
  place-content: center; 
}

.footer__blockservice {
  display: block;
  color: black;
  flex-direction: column;
  text-align: left;

  
}
.footer__services__title {
  font-size: 25px;
  margin: 0 0 30px 0;
  font-weight: 600;
}


   
    @media (max-width: 425px) {

      .footer__services__title {
        font-size: 23px;
        margin: 0 0 30px 0;
        font-weight: 600;
      }
      
      
        
      }
      
      @media (max-width: 320px) {

        .footer__services__title {
          font-size: 22px;
          margin: 0 0 30px 0;
          font-weight: 600;
        }           
        }


.footer__contacts__block {
  align-items: center;
  display: flex;
  gap: 15px;
  margin: 0 0 8px 0;
}
.footer__contacts__icon img {
  width: 35px;
  height: 35px;
}
.footer__contacts__text {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.4;
}



@media (max-width: 768px) {

  .footer__contacts__text {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.5;
  }
  
  
  
    
  }

    @media (max-width: 425px) {
      .footer__contacts__text {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 500;
      }
      
      }
      
      @media (max-width: 320px) {

        .footer__contacts__text {
          font-size: 15px;
          font-weight: 500;
        }
              
        }

.footer__blockemail {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 8px 0;
}
.footer__blockemail__icon img {
  height: 35px;
  width: 35px;
}
.footer__blockemail__text {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.4;
}



@media (max-width: 768px) {
  .footer__blockemail__text {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4;
  }
  
  
  }

    @media (max-width: 425px) {
      .footer__blockemail__text {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 500;
      }
      
      
      }
      
      @media (max-width: 320px) {
        .footer__blockemail__text {
          font-size: 15px;
          font-weight: 500;
        }
        
           
        }
.footer__blocklink {
  display: flex;
  align-items: center;
  gap: 15px;

}
.footer__blocklink__icon img {
  height: 35px;
  width: 35px;
}


/*copyright footer */

.footer__copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: black;
  background-color: #d3d3d3;
  padding: 10px 0;
}
.footer__text {
  font-size: 18px;
  font-weight: 500;
}

.footer__text span{
  font-size: 20px;
}



.footer__link {
  display: inline-block;
  padding: 12px 30px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}



@media (max-width: 768px) {
 

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}
  
  }
  
  
  @media (max-width: 425px) {
  

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;

}
  
  }


  @media (max-width: 320px) {
    

.footer__link {
  display: inline-block;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeIn 0.5s ease;
  z-index: 100;
  background-color: #b3c9e0;
  font-weight: 600;
}
    
    }
    
  



.footer__link:hover {

  transform: scale(1.05);
  background-color: #9db5cd;
  color: #000000;
  font-weight: 600;
}


.footer__nav img {
  position: relative;
  z-index: -1;
  margin: 10px 0 0 0 ;
}



/* whatwedo */


.whatwedo {
  display: block;
  height: auto;
}


.what__we__do {
  text-align: center;
  
}

.what__we__do__content {
  justify-content: center;
}




.what__we__do__title {
  font-size: 25px;
  margin: 0 0 30px 0;
  position: relative;
  
}



.h-divider {
  margin: auto;
  margin-top: 20px;
  width: 80%;
  position: relative;
}

.h-divider .shadow {
  overflow: hidden;
  height: 20px;
}

.h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 70%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 10px rgb(186, 136, 75);
}


.what__we__do__text {
  color: rgb(186, 136, 75);
  font-weight: 500;
  font-size: 25px;
  font-family: DM Archium;
  text-decoration: none;
  transition: 0.7s ease;
}
.what__we__do__text:hover {
  color: black;
}






