:root {
  --default-font: "Montserrat", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  padding: 0 15px;
  max-width:1200px;
  margin: auto;
}
.container > .landPage {
  position: relative;
}
.landPage img {
  max-width: 100%;
  opacity: 0.7;
}
.landPage nav {
  position: absolute;
  left: 0;
  top: 0;
  transition: ease 0.1s;
  width: 100%;
  min-height: 60px;
}
.landPage > nav:hover {
  box-shadow: 0px 5px 10px #00000063;
}
.landPage nav .adel-ilac-logo {
  width: 210px;
  margin-top: auto;
  margin-bottom: auto;
  margin: 11px;
opacity: 1;
z-index: 100;
}

.articles h3 {
  color: #1c4587;
  margin: auto;
  font-size: 64px;
  font-family: var(--default-font), Arial;
  font-weight: 800;
  vertical-align: baseline;
  cursor: text;
  text-align: center;
  line-height: 1.6667;
  padding: 15px;
}
.articles .image {
  margin: auto;
  position: relative;
}

.articles .image img {
  max-width: calc(100% - 80px);
  padding: 40px;
  margin: auto;
}

.paragraph p{
    color: rgba(33,33,33,1);
    line-height: 1.6667;
    word-wrap: break-word;
    margin: auto;
    max-width: calc(100% - 40px);
    padding: 15px 40px;
    font-family: var(--default-font);
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

.artWcap{
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: calc(100% - 40px);
    padding: 15px 40px;
}
.artWcap .imageCap{
max-width: 40%;
}
.artWcap .imageCap img{
    max-width: 100%;
}
.artWcap p{
    color: rgba(33,33,33,1);
    line-height: 1.6667;
    word-wrap: break-word;
    font-family: var(--default-font);
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
.contact h3{
    color: rgba(33,33,33,1);
    line-height: 1.6667;
    word-wrap: break-word;
    font-family: var(--default-font);
    font-weight: 800;
    text-align: center;
    font-size: 32px;
    margin: 15px auto;
    text-align: center;
}
.contact .contcard{
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: calc(100% - 40px);
    padding: 15px 40px;
} 
.contcard img{
    max-width: 40%;
}
.contcard .addressInfo{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: rgba(33,33,33,1);
    line-height: 1.6667;
    word-wrap: break-word;
    font-family: var(--default-font);
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
a{
    text-decoration: none;
}
.container.iletisim{
  margin-bottom: 40px;
}