@font-face {
  font-family: 'Constantia';
  src: url('../font/ConstantiaFont.ttf');
}

:root {
  --button_menu_hover: #ff8562;
  --dark_bl: #121212;
  --dark_gr: #26282F;
  --dark_gr_txt: #9ea4b6;
}

body {
  height: 3000px;
}





/* NAVBAR BUTTON */

.custom-toggler.navbar-toggler {
  border-color: #eaeaea;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='RGBA(234,234,234,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
  background-color: #121212 !important;
}
/* ************* */





.navbar-gray, navbar-gray a {
  background-color: var(--dark_bl);
  font-family: 'Constantia';
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 20px;
  height: 90px;
  color: #eaeaea;
}

.navbar-gray a {
  color: #eaeaea;
  transition: all 0.5s ease;
}

.navbar-gray a:hover {
  color: var(--button_menu_hover);  
}

.imgheader {
  min-height: 100vh;
  background-image: url('../img/ImageHeaderBlack.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}





@media (min-width: 1400px) {
  .maintxtmargintop {
    margin-top: 200px;
  }
  .margin-menu {
    margin: 0 100px;
  }
}
@media (max-width: 1399px) {
  .maintxtmargintop {
    margin-top: 100px;
  }
  .btnemergency {
    margin-left: 80px !important;
  }
  .menuinfo {
    display: none;
  } 
}



@media (max-width: 991px) {
  .btnemergency {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .margin-menu {
    margin: 0 75px;
  }
}



@media (max-width: 767px) {
  .letterimg {
    margin-left: 145px !important;
  }
  .margin-menu {
  margin: 0 50px;
}
}




.fw-light {
  color: #eaeaea;
  font-family: 'Constantia';
  letter-spacing: 0.3em;
  font-size: 42px;
  padding: 0px 0 38px;
  margin: 0;
  line-height: 1;
}

.lead {
  color: #eaeaea;
  font-family: 'Constantia';
  letter-spacing: 0.12em;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 50px 0;
}

.prof {
  color: #b29a5f;
  font-family: 'Constantia';
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  letter-spacing: 1px;
  margin: 0;
  line-height: 0.4;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent white;
}

.t-cover__arrow-svg {
  margin-top: 25vh;
}

#backgroundabout {
  background-color: #201c1d;
  height: auto;
  color: white
}



.card {
  border: 0;
  border-radius: 0;
  background-color: #121212;
}



.card-body {
  padding: 25px 0 25px 0;
}




















/* EXPERIENCE */
.cardexp {
  background-color: #dadada;
  padding: 20px 0 20px;
}





.dateexp {
  font-size: 16px;
  font-family: 'Constantia';
  letter-spacing: 0.03333333333333333rem;
  line-height: 1.5;
  color: #5a5858;
  margin: 8px 0 0 0;
}

.titleexp {
  font-family: 'Constantia';
  font-size: 32px;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
}

.h1exp {
  font-family: 'Constantia';
  padding: 100px 0 0 0;
  font-size: 58px;
  line-height: 3rem;
  color: #1b1b1b;
  text-align: center;
  margin: 0;
}

.h1explight {
  font-family: 'Constantia';
  padding: 100px 0 0 0;
  font-size: 58px;
  line-height: 3rem;
  color: #eaeaea;
  text-align: center;
  margin: 0;
}

.podzagolovok {
  font-family: 'Constantia';
  padding: 30px 0 50px 0;
  font-size: 16px;
  line-height: 1.5rem;
  color: #5a5858;
  text-align: center;
  margin: 0;
}

.podzagolovoklight {
  font-family: 'Constantia';
  padding: 30px 0 50px 0;
  font-size: 16px;
  line-height: 1.5rem;
  color: #79787e;
  text-align: center;
  margin: 0;
}












/* SKILLS */

#backgroundservices {
  width: auto;
  height: auto;
  background-color: #dadada;
  color: #1b1b1b;
}


.iconskills {
  width: 100px;
  margin-left: 20px;
}















/* ANIMATON ARROW */

#rect {
  animation-name: rainbow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  position: relative;

}

@keyframes rainbow {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}







/* FOOTER */

#backgroundfooter {
  width: auto;
  height: auto;
  background-color: #201c1d;
  color: white;
  padding: 0;
  margin: 0;
}

.cardfooter {
  background-color: #26282f;
}









































































/* BOTTOM NAVIGATION */

.bottomnavigation {
  background-color: #121212;
  height: auto;
}

.prev {
  height: 180px;
  color: white;
  padding: 0;
}

.next {
  height: 180px;
  color: white;
  padding: 0;
}











/* BUTTONS */
.btnreadmore {

    background-color: #b29a5f;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: none;
    color: white;
    width: 240px;
    height: 73px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Constantia';
    font-size: 18px;  
  }
  
  .btnreadmore:hover {
    background-color: #a3874c;
  }



  .btnemergency {
    color: white;
    font-weight: bold;
    letter-spacing: 0.2em;
    width: 240px;
    height: 73px;
    margin-left: 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    cursor: pointer;
    background-color: #201c1d; 
    border: 1px solid #b29a5f;  
    font-family: 'Constantia';
    font-size: 18px;  
  }

  .btnemergency:hover {
    background-color: #a3874c;
}








/* ABOUT */

.titleletter {
  font-size: 36px;
  font-family: 'Constantia';
  letter-spacing: 0.03333333333333333rem;
  line-height: 1.5;
  color: #b29a5f;
}

.letter {
  font-size: 16px;
  font-family: 'Constantia';
  letter-spacing: 0.03333333333333333rem;
  line-height: 1.5;
  color: #79787e;
}

.lettersignature {
  font-size: 16px;
  font-family: 'Constantia';
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #eaeaea;
  margin-bottom: 0;
}

.letterlawyer {
  font-size: 14px;
  font-family: 'Constantia';
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #b29a5f;
}

.letterimg {
  width: 68px;
  margin-left: 180px;
  margin-bottom: 18px;
  opacity: 0.8;
}

.lettersignatureimg {
  width: 68px;
  margin-left: 20%;
  margin-bottom: 200px;
}

.letterphoto {
  width: 100%;
  margin-bottom: 130px;
}








/* CONTACT */

#backgroundcontact {
  width: auto;
  height: auto;
  background-color: #dadada;
  color: #1b1b1b;
}

.contact-dark {
  background-color: #201c1d;
  color: #79787e;
}
























.line {
  border-bottom: 3px solid #b29a5f;
  width: 60px;
 }

 .longline {
  border-bottom: 3px solid #b29a5f;
  width: 80px;
  padding-top: 2px;
 }



















 /* FOOTER */

 .footerzagolovok {
  font-family: 'Constantia';
  font-size: 32px;
  color: #eaeaea;
  margin: 0;
  padding: 0;
 }

 .footertxt {
  font-family: 'Constantia';
  font-size: 16px;
  color: #79787e;
  margin: 0;
  padding-top: 16px;
 }

 .footertxtfranko {
  font-family: 'Constantia';
  font-size: 16px;
  color: #79787e;
  margin: 0;
  padding-top: 78px;
 }

 .footertxtabout {
  font-family: 'Constantia';
  font-size: 16px;
  color: #79787e;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 20px;
 }

 .logofooter {
  height: 64px;
 }

 .iconcontactfooter {
  height: 22px;
 }

 .iconfooter {
  height: 30px;
  margin-right: 14px;
  margin-left: -4px;
 }

















 .menuinfo {
  margin: 0;
  padding: 20px;
  font-size: 18px;
 }












 /* MODCONTACT */

 .leftblock{
  background-color: #201c1d;
  color: #79787e;
  font-family: 'Constantia';
  font-size: 16px;
 }

 .leftblockh {
  color: #eaeaea;
  font-family: 'Constantia';
  font-size: 24px;
  font-weight: bold;
 }

 .leftblockmaintxt {
  color: #eaeaea;
  font-family: 'Constantia';
  font-size: 17px;
 }

 .contacttxt-margin-top {
  margin-top: 16px;
 }

 .leftblocktxtphone{
  color: #79787e;
  text-decoration: none;
  font-family: 'Constantia';
  font-size: 16px;
 }

 .leftblocktxtphone:hover{
  color: #eaeaea;
 }

.iconcontact {
  width: 66px;
  padding: 10px;
}




.rightblockh {
  color: #1b1b1b;
  font-family: 'Constantia';
  font-size: 24px;
  font-weight: bold;
 }

 .mapimg {
  width: 100%;
 }

 .align-items-stretch {
  padding: 0;
 }