@font-face {
    font-family: 'Manrope'; /* Buraya bir isim verin */
    src: url('/Manrope-VariableFont_wght.ttf'); /* .ttf dosyasının yolunu ekleyin */
    }

body a{
    text-decoration: none;;
}
header{
  background-color: #dfdddd;  
  position: relative;
}
main{
    position: relative;
}
.head-nav{
    margin: 10px 0 10px 0
}
.head-nav li{ 
    font-family: Manrope;
    font-weight: 600;
	position:relative;
}
.head-nav li :hover{
	color: #212529 ;
}
.head-nav > li > a{
	color:#000;
}
.head-nav > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 3px;
  left: 0px;
  background-color: #212529;
  transition: all 0.2s ease-in-out;
  scale: 0 0;
  visibility: hidden;
  margin: -12px 0 -12px 0;	
}
.head-nav > li:hover > a::before {
  visibility: visible;
  scale: 1 1;
}
.head-nav2{
    align-content: center;
    text-align: center;
	margin: 10px 0 10px 0;
}
.head-nav2 li{
    font-family: Manrope;
}

.mainRight{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.mainLeft_span{
    display: flex;
    padding: 20px;
}
.mainLeft_span h6{
    font-size: 17px;
    text-align: left;
    margin-left: 20px;
}

.containerBread{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.colBread{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.sec-col1 {
    max-width: 600px;
}
.sec-col1 h1 {
    font-size: 64px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}
.sec-col1 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #3b82f6;
    margin: 0 0 20px 0;
    font-family: Manrope;
}
.sec-col1 p {
    font-family: Manrope;
    font-size: 18px;
    color: #4b5563;
    margin: 20px 0;
}
.sec-button1{
    max-width: 150px;
    padding: 15px 30px;
    margin: 10px 0 0 0;
}

.button_getStarted {
    display: inline-block;
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}
.sec-col2 {
    max-width: 600px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.sec-col2 img {
    width: 70%;
    height: auto;
}

.step {
    text-align: center;
    margin: 0 20px;
}
.step-icon {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.step-text {
    font-family: Manrope;
    font-size: 14px;
    color: #000;
}
.arrow {
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
}
footer{
    background-color: rgb(223, 221, 221);
}
footer .r1{
    height: 300px;
}
footer a{
	color:#000;
}
footer a:hover{
	color:#4b5563;
}
.footer_social a i{
    font-size: 30px;
    color: #4b5563;
    width: 40px;
    height: 40px;
    align-content: center;
    text-align: center;
    margin: -8px 0px 0 0;
}
.footer_social a i:hover{
    font-size: 30px;
    border: 1px solid;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    color: #FAF7F5;
    -webkit-transition-delay: 5ms;
}
