* {

  font-family: "Helvetica Neue";

}

body > div {

  overflow-x: hidden;

  overflow-y: hidden;

}



.reset {

  all: revert;

}



.border{border:solid 2px rgb(205, 204, 204) !important }



.carousel {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  margin-top: 1px;

}

.link-a {

  color: black;

}

.kendo-main {

  width: 93.5%;

  height: 26rem;

  background: url("images/Screen\ Shot\ 2023-09-04\ at\ 16.39.32.png");

  background-position: 50% 70%;

  background-size: cover;

}



.kendo-main-inner {

  height: 264.18px;

  width: 264.18px;

  border: 2px solid black;

  background: rgb(0, 0, 0, 0);

 

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

}

.kendo-main-inner p {

  background: rgb(0, 0, 0, 0);

  color: black;

}

.kendo-text {

  font-family: "Helvetica Neue";

  font-size: 68px;

  line-height: 80.47px;

  letter-spacing: 2.72px;

  color: black;

}

.bg-clear {

  background-color: rgb(0, 0, 0, 0);

}

.gayrimenkul-text {

  font-size: 30px;

  letter-spacing: 2.72px;

  color: black;

}

/*main*/

.main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: start;
    align-items: center;
    height: 100%;
    /* margin-top: 2rem;*/

    margin-bottom: 5rem;
    padding-top: 208px;
}

.contact-information {

  width: 364px;

  margin-left: 5rem;

}

.contact-information p {

  font-size: 20px;

  line-height: 30px;

}

.mt-7 {

  margin-top: 7rem !important;

}

@media screen and (max-width: 1176px) {

  .main {

    flex-direction: column;
    padding-top: 100px;
    justify-content: center;

    align-items: center;

  }

  .contact-information {

    margin-left: 5%;

    margin-right: 5%;

    width: 90%;

  }

  .kendo-main-inner {

    margin-left: 0rem;

  }

}

        .social-icon {


            border-radius: 50%;
            padding: 8px 10px;
            font-size: 20px;
        }

        
        .instagram-icon {
            background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #551392 75%, #bc1888 100%);
            color: #0473f1;
            border: 2px solid #dc2943;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
        }
        
        .twitter-icon {
            color: #181919; 
            border: 2px solid #000; 
            margin-left: 5px;

        }
        .linkedin-icon {
            color: #0a66c2;
            border: 2px solid #0a66c2;
            margin-left: 5px;

        }

        .youtube-icon {
            color: #ff0033; 
            border: 2px solid #ff0033;
            margin-left: 5px;

        }

