/*-- Use For Custom Styling --*/
.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row-equal-height [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1140px; /* veya istediğiniz genişliği belirleyebilirsiniz */
    margin: 0 auto;
}


/* Slider */
.slider-icons li {
    transition: transform 0.3s ease; /
}

.slider-icons li:hover {
    transform: scale(1.3); /* Hover durumunda boyutu 1.2 katına büyüt */
    cursor: pointer; /* İkonun üzerine gelindiğinde fare imlecini değiştir */
}

.side-footer li {
    transition: transform 0.3s ease; /
}

.side-footer li:hover {
    transform: scale(1.3); /* Hover durumunda boyutu 1.2 katına büyüt */
    cursor: pointer; /* İkonun üzerine gelindiğinde fare imlecini değiştir */
}

/* text-color */
.color-orange { color: #F7921C; }
.color-white2 { color: #848788; }
.text-orange { color: #f49d39 !important;}
.bg-color-orange { background-color: rgb(197, 115, 20); }
.bg-color-lightorange { background-color: rgb(244, 151, 44); }
.bg-color-lightpink { background-color: #b85fce; }
.btn-orange {
    border-color: #f7921c;
    background-color: #be7017;
    color: #ffffff;
}


/* buttons */
.btn-hvr-orange:after {
    background-color: #F7921C;
}
.btn-hvr-orange:hover, .btn-hvr-orange:focus {
    border-color: #f49d39;
    color: #ffffff;
}


.company-contact-form .form-satir .form-control {
    background-color: #1E1E1E;
    border: none;
    color: white;
}





/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
 @media screen and (max-width: 999px) {
    .top-header .lang-btn1 {
        display: none!important;
    }    
 }
 
 
 @media screen and (max-width: 767px) {
    .send-button {
        padding: 100px;
    }    
 }