@font-face {
    font-family: "Helvetica Neue";
    src: url("../font/helveticaneue-medium.eot");
    src: url("../font/helveticaneue-medium.eot?#iefix") format("embedded-opentype"), url("../font/helveticaneue-medium.woff") format("truetype"), url("../font/helveticaneue-medium.woff2") format("woff"), url("../font/helveticaneue-medium.ttf") format("woff2"), url("../font/helveticaneue-medium.ttf") format("svghelveticaneue-medium");
    font-weight: 500;
    font-style: "normal";
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../font/helveticaneue.eot");
    src: url("../font/helveticaneue.eot?#iefix") format("embedded-opentype"), url("../font/helveticaneue.woff") format("truetype"), url("../font/helveticaneue.woff2") format("woff"), url("../font/helveticaneue.ttf") format("woff2"), url("../font/helveticaneue.ttf") format("svghelveticaneue");
    font-weight: 400;
    font-style: "normal";
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../font/helveticaneue-thin.eot");
    src: url("../font/helveticaneue-thin.eot?#iefix") format("embedded-opentype"), url("../font/helveticaneue-thin.woff") format("truetype"), url("../font/helveticaneue-thin.woff2") format("woff"), url("../font/helveticaneue-thin.ttf") format("woff2"), url("../font/helveticaneue-thin.ttf") format("svghelveticaneue-thin");
    font-weight: 100;
    font-style: "normal";
}

@font-face {
    font-family: "Helvetica Neue LT Std 47 Light Condensed";
    src: url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.eot");
    src: url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.eot?#iefix") format("embedded-opentype"), url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.woff") format("truetype"), url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.woff2") format("woff"), url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.ttf") format("woff2"), url("../font/Helvetica\ Neue\ LT\ Std\ 47\ Light\ Condensed.ttf") format("svghelveticaneue-thin");
}

/*# sourceMappingURL=styles.css.map */

* {
    font-family: "Helvetica Neue";
}





.bl {
    line-height: 48px !important;
}

.current-section {
    background-color: rgb(0, 100, 0, 0.7) !important;
    font-weight: bold !important;
}



#footer {
    display: flex;
    background-color: #fbfbfb;
}

    #footer.transparent {
        background-color: transparent;
    }

.main-footer {
    border-top: 1px solid #cfcfcf;
    padding: 30px 0;
}



#socialmedia img {
    height: 35px;
}

#socialmedia {
    width: 20%;
    display: flex;
    margin-right: 30px;
    justify-content: end
}

.footerlogo {
    margin-left: 30px;
    width: 20%;

}


.footerlogo img {
    width: 110px; 
    height: 65px;
}


.adres {
    width: 60%;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .mobil_img {
        object-fit: contain;
        width: 100%;
        height: auto;
    }
    #socialmedia {
        margin-top: 15px;
        margin-bottom: 50px;  }
}

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





    #footer {
        display: block
    }

    .footerlogo {
        text-align: center;
        width: 100%;
        padding-top: 30px;
        margin-left: 0;
    }

    .main-footer {
        border-top: 2px solid #cfcfcf;
    }



    #socialmedia {
        width: 100%;
        text-align: center;
        justify-content: center !important
    }

    .adres {
        width: 100%;
        padding: 10px;
    }

    .mobil_flex {
        display: flex;
        align-items: center;
    }
}











.modal-backdrop {
    background-color: transparent;
    z-index: -1;
}

.modal .modal-dialog-aside {
    width: 450px;
    max-width: 80%;
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform .2s;
}

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



    .modal .modal-dialog-aside {
        width: 10%0;
        max-width: 100%;
        height: 100%;
        margin: 0;
        transform: translate(0);
        transition: transform .2s;
    }
}



.modal .modal-dialog-aside .modal-content {
    height: inherit;
    border: 0;
    border-radius: 0;
}

    .modal .modal-dialog-aside .modal-content .modal-body {
        overflow-y: auto
    }

.modal.fixed-left .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

.modal.fixed-right .modal-dialog-aside {
    margin-right: auto;
    transform: translateX(-100%);
}



.modal.show .modal-dialog-aside {
    transform: translateX(0);
}







@media (min-height:1080px) {

    #footer {
        display: flex;
        /*position: absolute;*/
        bottom: 0;
    }
}



.form-input:hover input {
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom-color: rgb(24, 23, 23)
}



.form-input input {
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 0;
    font-size: 17px;
    color: #706f70;
    border-bottom: solid 1px rgb(193 193 193);
    height: auto
}



    .form-input input::-webkit-input-placeholder {
        color: #706f70;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 17px
    }

    .form-input input:-moz-placeholder {
        color: #706f70;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 17px
    }



    .form-input input::-moz-placeholder {
        color: #706f70;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 17px
    }

    .form-input input:-ms-input-placeholder {
        color: #706f70;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 17px
    }



    .form-input input::placeholder {
        color: #706f70;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size: 17px
    }



    .form-input input:focus {
        outline: 0;
        border-bottom-color: #000
    }













/*



.form-check{padding: 0;}

form input[type="checkbox"] {

  padding: 0;

  height: initial;

  width: initial;

  margin-bottom: 0;

  display: none;

  cursor: pointer;

}



form label {

  position: relative;

  cursor: pointer;

}



form input[type="checkbox"] + label:before {

  content:'';

  -webkit-appearance: none;

  background-color: transparent;

  border: 2px solid #000;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 5px;

}



form input[type="checkbox"]:checked + label:after {

  content: '';

  display: block;

  position: absolute;

  top: 4px;

  left: 9px;

  width: 6px;

  height: 14px;

  border: solid #000;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);

}*/



.text-content {
    font-size: 18px;
}

    .text-content h1 {
        font-size: 45px;
        line-height: 45px;
        font-weight: bold;
    }





.btn_siziarayalim {
    /*color: #000;*/
    margin: 0px 5px;
    border: 1px solid #ffff;
    padding: 4px 10px;
    position: relative;
    right: 60px;
    margin-top: -18px;
    font-size: 15px;
    text-decoration: none;
    color: #ffff;
    background-color: #000000;
}

.btn_siziarayalim_mobil {
    /*color: #000;*/
    margin: 0px 5px;
    border: 1px solid #000;
    padding: 3px 10px;
    position: relative;
    right: 80px;
    margin-top: 9px;
    font-size: 15px;
    text-decoration: none;
    color: #ffff;
    background-color: #000000;
}


#canvas {
    width: 1920px;
    height: 624px;
}

@media screen and (max-width: 480px) {
    #canvas {
        width: 100% !important;
        height: auto !important;
    }

    #animation_container {
        width: 100% !important;
        height: 250px !important;
    }
}

@media screen and (min-width: 1200px) {
    .mr_25 {
        margin-right: 25px !important;
    }

    .ml_25 {
        margin-left: 25px !important;
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    transition: bottom 0.5s ease; /* Ge�i� animasyonu */
}

.whatsapp-icon img {
    width:45px;
}
.btntel {
    background-color: #35BD5E !important;
}


.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%);*/
    /* background: crimson;
    color: #0473f1;
    border: 2px solid #dc2943;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;*/
    /*background:;*/
    border: 2px solid crimson;
    color: crimson;
}

.twitter-icon {
    color: #181919; 
    border: 2px solid #000; 
    margin-left: 10px;

}

.twitter-icon-index {
    color: #ffffff; 
    border: 2px solid #ffffff; 
    margin-left: 10px;

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

}

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



.image-gallery {
    display: flex;
    flex-direction: row;
}

.gallery-item:nth-child(1) {
    max-width: 50%;
}

.gallery-item:nth-child(2), .gallery-item:nth-child(3) {
    max-width: 25%;
}

/* Mobile styles */
@media (max-width: 768px) {
    .image-gallery {
        flex-direction: column !important;
    }
    
    .gallery-item {
        max-width: 100% !important;
        width: 100%;
        margin-top: 20px !important;
    }
    
    .gallery-item img {
        width: 100%;
    }
}


#child-img1{
    display: block;
}
#child-img2{
    display: none;
}
@media screen and (max-width: 991px) {
    #child-img1{
        display: none;
    }
    #child-img2{
        display: block;
    }
}


@media screen and (max-width: 320px) {
    #guvguc-yellow{
        margin-top: 285px;
    }

}