*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    color: #434455;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0;
    border-bottom: 1 #E7E9FC;
}
h1{
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    color: #FFFFFF;    
    letter-spacing: 2%;
    text-align: center;
}
h2{
    font-weight: 700;
    font-size: 36px;    
    color: #2E2F42;    
    letter-spacing: 2%;
    text-align: center;
}
h3{ 
    font-weight: 500;   
    font-size: 20px;    
    color: #2E2F42;    
    letter-spacing: 2%;
    line-height: 2.5;
}


ul, ol {
    list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.sayfa-genel{
    width: 1440px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 312px); /* Sol ve sağdaki toplam 156px margin'i hesaba kat */
    max-width: 1440px; /* Genişliği sınırlamak için */
    height: 72px;
    margin: 0 auto; /* Ortalamak için */    
}
.page-header-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px; /* Genişliği sınırlamak için */
    height: 72px;
    margin: 0 auto; /* Ortalamak için */      
}
.page-header-logo {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; /*tek satırda göster */
    gap: 76px; /* logo ve yazı arası boşluk */       
}

.logo-web{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #4D5AE5;
    text-transform: uppercase;
    letter-spacing: 3PX;
    text-decoration: none;
}
.logo-studio{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #2E2F42;
    text-transform: uppercase;
    letter-spacing: 3PX;
    text-decoration: none;
}
  
.page-nav {
    display: flex;
    gap: 30px; /* li elemanları arası boşluk */
    padding: 0;    
    margin: 0;
    align-items: center;    
  }
  
address {
    display: flex;
    align-items: flex-start;
    font-style: normal; /* italic olmasın diye */
    flex-wrap: nowrap; /* tek satırda göster */    
  }

.page-nav .link{
    font-weight: 500;
    color: #2E2F42;
    text-decoration: none;
    font-style: normal;
}
.page-nav .link:hover{
    color:  #404BBF;   
}
.menu .link:active{
    color: #4D5AE5;
}

.page-nav .adress{
    font-weight: 400;
    color: #2E2F42;
    text-decoration: none;
    font-style: normal;
}
.page-nav .adress:hover{
    color:  #404BBF;   
}
.menu .adress:active{
    color: #4D5AE5;
}
a {
    text-decoration: none;    
}
.hero {
    display: flex; /* Flexbox kullanımı */    
    background-color: #2E2F42B2;
    background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)),
    url("/images/bghero.jpg"); /* Arka plan resmi */
    background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
    justify-content: center; /* Dikey ortalama */
    align-items: center; /* Yatay ortalama */
    flex-direction: column; /* Dikey hizalama */
    gap: 20px; /* Elemanlar arası boşluk */
    line-height: 2.5;
    margin: 0 auto; /* Ortalamak için */    
    width: 1440px; /* Genişlik 1440px */
    height: 600px;
    text-align: center;
}
.button{
    width: 169px;
    height: 56px;
    margin-top: 48px;
    border: none;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    background-color: #4D5AE5;
    padding: 16px 32px 16px 32px;
    gap: 10px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 2px 1px #2E2F42 ;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4%;
    vertical-align: middle;

}
.button:hover{
    background-color: #404BBF;
    cursor: pointer;    
}
.strategy-line{
    display: flex;
    justify-content: center;
    margin: 100px 126px 100px 126px; /* Üst, sağ, alt, sol kenar boşlukları */
    gap:24px;
}

.strategy-icon{
    
    width: 264px;
    height: 112px;
    background-color: #F4F4FD;
    border: 1px solid #8E8F99;
    opacity: 1;
    border-width: 1px;
    border-radius: 4px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column; /* Dikey hizalama */

}
.strategy-block{
    text-align: left;
    width: 264px;
    height: 224px;
    margin: 12;
    font-family: Roboto;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 2%;
}
.our-teams-section{
    background-color:  #f4f4fd;
}
.our-teams-main{
    display: flex;        
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Dikey hizalama */ 
    gap: 50px; /* Elemanlar arası boşluk */
    width: 100%;
    height: 732px;
    max-width: 1440px; /* Genişliği sınırlamak için */
    
}
.our-teams{
    display: flex;    
    
}
.our-teams-svg{
    width: 232px;
    height: 40px;
    margin: 0 12px 0 12px; /* Sol ve sağ kenar boşlukları */
}
.team-block{
    display: flex;
    flex-direction:column; /* Dikey hizalama */
    justify-content: center;
    width: 264px;
    height: 410px;
    background-color: #FFFFFF;
    margin: 14px;
    letter-spacing: normal;
    align-items: center;
}
.our-teams-text{
 text-align: center;
 margin-top: 10px;
}

.team-icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}
.team-icons li {
  width: 40px;
  height: 40px;
  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}



.portfolio{
    display:block;
    justify-content: center;
    align-items: center;
    width: 1128px;
    height: 1000px;
    margin-top: 72px;
    margin-bottom: 72px;

}
.portfolio-allcards{
    display:block;
    width: 1128px;
    margin-top: 72px;
    margin-bottom: 72px;
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 sütun */
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

.portfolio-card{
    display: flex;      
    flex-direction: column; /* Dikey hizalama */     
    width: 360px;
    height: 420px;   
    margin: 0;
    gap: 0;
    padding: 0;
}

.portfolio-text{
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 120px;
    padding: 32px 16px 32px 16px;
    gap: 8px;
    align-items: flex-start;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E9FC;
    border-left: 1px solid #E7E9FC;
    border-right: 1px solid #E7E9FC;
}
.footer-section {
  background-color: #2E2F42;
  padding: 100px 0;
}

.footer-container {
  max-width: 1158px;
  margin: 0 auto;
  display: flex;
  justify-content:flex-start; 
  align-items: flex-start;
  gap: 120px; /* footer-text ile sosyal medya arası mesafe */
}


.footer{
    display: flex;
    justify-content: left;
    text-align: left;
    flex-direction: column; /* Dikey hizalama */ 
    padding: 156px;
    gap: 20px; /* Elemanlar arası boşluk */
    width: 1440px;
    height: 312px;    
    background-color:  #2E2F42;
}
.footer-text {
  width: 264px;
  text-align: left;
}

.logo-studio-footer{
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #f4f4fd;
    text-transform: uppercase;
    letter-spacing: 3PX;
    text-decoration: none;
    text-align: left;
}
.footer-logotext{    
    margin-top: 18px;
    font-size: 12px;
    color: #f4f4fd;
    font-weight: 300;
    letter-spacing: 2%;
    line-height: 24px;
    text-align: left;
}
.footer-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
}
.footer-socials p {
  margin-bottom: 16px;
  font-weight: 500;
}

.footer-socials p {
  margin: 0;
  font-weight: 500;
}
