@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --textcolor: #525b62;
    --texthover: #009e3b;
    --bgcolor: #fff;
    --bgcolor2: #bcbcbcdb;
    --wcolor: #fff;
}

::selection {
    background: var(--texthover);
    color: var(--wcolor);
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

img {
    user-select: none;
}

header .menu-logo {
    min-width: 120px;
    min-height: 120px;
    background: url(./../img/logo.png);
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
}

header .myactive {
    color: var(--textcolor) !important;
}

header .menu-link {
    color: var(--texthover);
    font-size: 1rem;
    font-weight: 600;
}

header .menu-link:hover {
    color: var(--textcolor);
    transition: .3s all ease-in-out;
}

header .menu-link:not(:hover) {
    transition: .3s all ease-in-out;
    /* width: 100%; */
    /* height: 100%; */
}

header .buy-btn {
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--texthover);
    cursor: pointer;
    font-weight: 600;
    border: 1px solid var(--wcolor);
    position: relative;
    padding-left: 20px;
    color: var(--wcolor);
    /* margin-left: 50px; */
}

header .buy-btn .buy-whatsap {
    width: 60px;
    height: 60px;
    background: var(--texthover);
    position: absolute;
    left: -25px;
    border-radius: 50%;
    border: 2px solid var(--wcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--wcolor);
}

header .buy-btn .buy-whatsap i {
    font-size: 20px;
}

header .buy-btn i {
    font-size: 12px;
}

.header-Image {
    background: var(--bgcolor);
    padding-top: 8rem;
}

.header-Image .Image {
    height: 700px;
}

.header-Image .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

header .menu-logo-contain {
    border-bottom: 1px solid var(--textcolor);
    padding: 10px 40px;
}


.header-Image .text-1 {
    top: 260px;
    left: 20vh;
}

.header-Image .text-1 h1 {
    font-size: 5rem;
    font-weight: 700;
    color: #6c757d;
    line-height: 78px;
}

.header-Image .text-1 p {
    color: var(--textcolor);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.3rem;
    width: 41%;
}

/*------------------------------------------------------*/

.offer {
    width: 100%;
    /* height: 145vh; */
    margin-bottom: 75px;
}

.offer .offer-BG {
    width: 90%;
    height: 100%;
    background: var(--bgcolor);
}

.offer .offerContainer {
    /* width: 80%; */
    display: flex;
    justify-content: end;
    /* top: 260px; */
    margin: 0 auto;
}

.offer .offer-Text-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.offer .offer-Text-1 h1 {
    font-size: 4rem;
    font-weight: 600;
    color: var(--textcolor);
}

.offer .offer-Text-1 p {
    color: var(--textcolor);
    font-weight: 600;
}

.offer .offerImage {
    max-width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.offer .offerImage img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    animation: none;
    opacity: 1;
    transform: scale(1);
}

.offer .offerImage img:hover {
    transform: scale(1.2);
    transition: transform .4s ease-in-out;
}

.offer .offerImage img:not(:hover) {
    transition: transform .4s ease-in-out;
}

.offer .offer-btn {
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--texthover);
    cursor: pointer;
    font-weight: 400;
}

.offer .offer-btn:hover {
    background-color: var(--wcolor);
    transition: .3s all ease-in-out;
    border: 1px solid var(--texthover);
}

.offer .offer-btn:not(:hover) {
    transition: .3s all ease-in-out;
}

.offer a .offer-btn {
    color: var(--wcolor);
}

.offer a .offer-btn:hover {
    color: var(--texthover);
    transition: .3s all ease-in-out;
}

.offer a .offer-btn:not(:hover) {
    transition: .3s all ease-in-out;
}

.offer h1.offer-Text-2 {
    color: var(--textcolor);
    font-weight: 400;
    font-size: 1.5rem;
}

.offer p.offer-Text-2 {
    color: var(--textcolor);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

/*------------------------------------------------------*/

.company {
    margin-top: 50px;
    /* margin-bottom: 200px; */
    /* padding-bottom: 320px; */
}

.company .companyImage img {
    width: 100%;
    /* position: relative; */
    /* top: -50px; */
    object-fit: cover;
}

.company .companyImage .ImgSmall {
    width: 60%;
    height: 400px;
    position: absolute;
    bottom: -200px;
}

.company .companyImage .ImgSmall img {
    width: 100%;
    height: 100%;
    object-position: 0;
}

.company .company-text {
    /* padding-top: 245px; */
    margin-left: 50px;
}

.company .company-text .who {
    /* width: 129px; */
    height: 28px;
    border-bottom: 3px solid var(--texthover);
    margin-bottom: 15px;
    display: inline-block;
}

.company .company-text .who h2 {
    font-size: 1rem;
    letter-spacing: 5px;
    color: var(--textcolor);
}

.company .company-text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--textcolor);
}

.company .company-text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--textcolor);
    line-height: 30px;
}

.company .company-text h1 {
    font-size: 4rem;
    color: var(--textcolor);
    margin-bottom: 30px;
}

.company .company-text a {
    text-decoration: none;
}

.company .company-text .read-btn {
    width: 210px;
    height: 50px;
    background: var(--texthover);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    color: var(--wcolor);
    font-weight: 400;
    text-decoration: none;
}

.company .company-text .read-btn:hover {
    background: var(--wcolor);
    border: 1px solid var(--texthover);
    transition: .3s all ease-in-out;
    color: var(--texthover);
}

.company .company-text .read-btn:not(:hover) {
    transition: .3s all ease-in-out;
}




.container .text-1 .read-btn {
    width: 210px;
    height: 50px;
    background: var(--texthover);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    color: var(--wcolor);
    font-weight: 400;
    text-decoration: none;
}

.container .text-1 .read-btn:hover {
    background: var(--wcolor);
    border: 1px solid var(--texthover);
    transition: .3s all ease-in-out;
    color: var(--texthover);
}

.container .text-1 .read-btn:not(:hover) {
    transition: .3s all ease-in-out;
}

.container .text-1 a {
    text-decoration: none;
}


/*------------------------------------------------------*/

.fusce .fusceBg {
    background: var(--textcolor);
}

.fusce .fusceBgImg {
    background: #f0eeef;
    padding: 30px !important;
    height: 600px;
}

.fusce .fusceBgImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fusce .fusce-text .fusceIcon {
    width: 103px;
    height: 91px;
    /* margin: 0 auto; */
}

.fusce .fusce-text .fusceIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fusce .fusce-text h1 {
    font-size: 4rem;
    color: var(--wcolor);
    font-weight: 700;
    /* display: inline-block; */
}

.fusce .fusce-text p {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--wcolor);
}

.fusce .fusce-text a {
    text-decoration: none;
    color: var(--textcolor);
}

.fusce .fusce-text a .contact-btn {
    width: 200px;
    height: 50px;
    background: var(--wcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* margin: 0 auto; */
}

.fusce .fusce-text a .contact-btn:hover {
    border: 1px solid var(--texthover);
    transition: .3s all ease-in-out;
}

.fusce .fusce-text a .contact-btn:not(:hover) {
    transition: .3s all ease-in-out;
}

.fusce .fusce-text a.contact-btn {
    text-decoration: none;
    color: var(--textcolor);
}

.fusce .fusce-text a .contact-btn:hover {
    color: var(--texthover);
    transition: .3s all ease-in-out;
}

.fusce .fusce-text a .contact-btn:not(:hover) {
    transition: .3s all ease-in-out;
}


/*-------------------------------------------------------*/

.strategy {
    margin-top: 125px;
    /* padding-bottom: 550px; */
}

.strategy .strategyImage img {
    width: 100%;
    object-fit: cover;
}

.strategy .strategyImage .ImgSmall {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: -200px;
}

.strategy .strategyImage .ImgSmall img {
    width: 60%;
    height: 100%;
    object-position: 0;
}

.strategy .strategy-text {
    margin-left: 50px;
}

.strategy .strategy-text .who {
    /* width: 219px; */
    height: 28px;
    border-bottom: 3px solid var(--texthover);
    margin-bottom: 15px;
    display: inline-block;
}

.strategy .strategy-text .who h2 {
    font-size: 1rem;
    letter-spacing: 5px;
    color: var(--textcolor);
}

.strategy .strategy-text p {
    font-size: 20px;
    font-weight: 500;
    color: var(--textcolor);
    margin-top: 30px;
}

.strategy .strategy-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: var(--textcolor);
    line-height: 30px;
    margin-top: 20px;
}

.strategy .strategy-text h1 {
    font-size: 4rem;
    color: var(--textcolor);
    line-height: 64px;
}

.strategy .strategy-text a {
    text-decoration: none;
}

.strategy .strategy-text a .referans-btn {
    width: 150px;
    height: 50px;
    background: var(--texthover);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.strategy .strategy-text a .referans-btn:hover {
    background: var(--wcolor);
    border: 1px solid var(--texthover);
    transition: .3s all ease-in-out;
}

.strategy .strategy-text a .referans-btn:not(:hover) {
    transition: .3s all ease-in-out;
}

.strategy .strategy-text a .referans-btn {
    color: var(--wcolor);
    font-weight: 400;
    text-decoration: none;
}

.strategy .strategy-text a .referans-btn:hover {
    color: var(--texthover);
    transition: .3s all ease-in-out;
}

.strategy .strategy-text a .referans-btn:not(:hover) {
    transition: .3s all ease-in-out;
}

.strategy .strategy-text ul {
    list-style-type: none;
    padding: 0;
}

.strategy .strategy-text ul li {
    margin: 15px 0;
}

.strategy .strategy-text ul li {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--textcolor);
}

.strategy .strategy-text ul li i {
    color: var(--texthover);
}

/*-------------------------------------------------------*/

.footer.footer-refer {
    margin-top: 425px;
}

.footer.footer-Smallrefer {
    margin-top: 150px;
}

.footer-ic {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

.footer-ic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .footer-container {
    /* height: 645px!important; */
    background: var(--textcolor);
}

.footer .footer-container ul {
    margin-top: 300px;
    list-style-type: none;
    padding: 0;
}

.footer .footer-container ul li {
    font-size: 1rem;
    color: var(--wcolor);
    opacity: .8;
    line-height: 2rem;
}

.footer .footer-container ul:first-child li {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--wcolor);
    opacity: 1;
    letter-spacing: 3px;

}

.footer .footer-container .container ul:first-child #footerPamukkale {
    font-size: 3rem;
    font-weight: 500;
    color: var(--texthover);
    margin-bottom: 30px;
    opacity: 1;
}

.footer .footer-container .container-fluid {
    top: -260px;
}

.footer .footer-container .container-fluid .container {
    height: 450px;
    background: var(--bgcolor2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}


.footer .footer-container .container-fluid .container .footer-ul ul li {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.6rem;
    /* margin-bottom: 30px; */
    color: var(--wcolor);
}

.footer .footer-container .container-fluid .container .footer-ul ul li:nth-child(4) {
    font-size: 3rem;
    color: var(--texthover);
    /* margin-top: 20px; */
}

.footer .footer-container .container-fluid .container .footer-ul ul li .send-btn {
    width: 200px;
    height: 50px;
    background: var(--wcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 40px; */
}

.footer .footer-container .container-fluid .container .footer-ul ul li a {
    text-decoration: none;
    color: var(--textcolor);
}

.footer .footer-container .container-fluid .container .footer-ul ul li .send-btn:hover {
    border: 1px solid var(--texthover);
    color: var(--texthover);
    transition: .3s all ease-in-out;
    letter-spacing: 0;
}

.footer .footer-container .container-fluid .container .footer-ul ul li .send-btn:not(:hover) {
    transition: .3s all ease-in-out;
    letter-spacing: 0;
}

.footer .footer-container .container-fluid .container .footer-ul ul li .send-btn {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--textcolor);
}

.footer .footer-container .footer-line {
    width: 100%;
    height: 1px;
    background: var(--texthover);
    margin-top: 70px;
}

.footer .footer-container .container .footer-end-ic p {
    color: var(--wcolor);
    font-size: 1.1rem;
}

.footer .footer-container .container .footer-end-ic p a {
    text-decoration: none;
    color: var(--texthover);
}

.footer .footer-container .container .footer-end-ic a i {
    font-size: 2rem;
    color: var(--texthover);
}

img {
    transform: scale(.5);
    animation: 1.2s imganim ease-in-out forwards 1s;
    opacity: 0;
}

@keyframes imganim {
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

h1,
p,
h2,
h3 {
    transform: translateY(-600px);
    animation: 1.2s slideIn ease-in-out forwards 1s;
    opacity: 0;
}


@keyframes slideIn {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/*---------------------------WHO---------------------------*/

.WhoHeaderImage {
    width: 100%;
    height: 45vh;
    position: relative;
}

.WhoHeaderImageContain {
    background: #bcbcbc33;
}

.WhoHeaderImage img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
}

.header-Image .WHOtext-1 {
    z-index: 33;
}

.header-Image .WHOtext-1 h1 {
    font-size: 5rem;
    font-weight: 700;
    color: #6c757d;
}

.WHOcompany {
    margin-top: 150px;
}

.company .WHOcompanyImage img {
    top: 0;
}





.number .container {
    /* height: 40vh; */
    background: #bcbcbc33;
}

.number .container .sayac {
    font-size: 5rem;
    color: var(--texthover);
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.number .container .sayac-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
    color: var(--textcolor);
}





.hizmetler {
    /* margin-top: 20vh; */
    /* margin-bottom: 15vh; */
    margin-top: 175px;
}

.hizmetler .row {
    margin-top: 50px;
    /* flex-direction: column; */
}

.hizmetler .hizmetlerImg img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.hizmetler .hizmetlerImgortak {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hizmetler .hizmetlerImgortak img {
    width: 60%;
    height: 150px;
    object-fit: contain;
    /* animation: none; */
    /* opacity: 1; */
    /* transform: scale(1); */
}

.hizmetler .hizmetlerIcerik {
    flex-direction: row;
    margin-top: 100px;
}

.hizmetler .ortaklaryesil h1 {
    color: var(--texthover) !important;
}

.hizmetler .urunText h1 {
    font-size: 4rem;
    color: var(--textcolor);
}

.hizmetler .urunText h2 {
    font-size: 1.3rem;
    color: var(--texthover);
}

.hizmetler .who {
    width: 198px;
    height: 28px;
    border-bottom: 3px solid var(--texthover);
    margin-bottom: 15px;
}

.hizmetler .who h2 {
    font-size: 1rem;
    letter-spacing: 5px;
    color: var(--textcolor);
}


.hizmetler .urunText p {
    font-size: 1.1rem;
    color: var(--textcolor);
}

.hizmetler .strategy-text {
    margin: 0;
}


.tractordiv {
    /* margin-bottom: 56vh; */
    margin-top: 125px;
}

.tractorcontainer {
    background: #bcbcbc33;
    /* height: 600px; */
}

.tractorcontainer .tractorbaslik {
    padding-top: 5vh;
    margin-bottom: 5vh;
}

.tractorcontainer .tractorbaslik p {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--textcolor);
    line-height: 20px;
}

.tractorcontainer .tractor {
    font-size: 5rem;
}

.tractorcontainer .tractorTextBaslik h1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--textcolor);
}

.tractorcontainer .tractorText p {
    font-size: 1rem;
    color: var(--textcolor);
    line-height: 1.8rem;

}

.tractorcontainer .tractor {
    color: var(--texthover);
}






.hizmetler .urunText a {
    text-decoration: none;
}

.hizmetler .urunText .refet-btn {
    width: 150px;
    height: 50px;
    background: var(--texthover);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    color: var(--wcolor);
    font-weight: 400;
    text-decoration: none;
}

.hizmetler .urunText .refet-btn:hover {
    background: var(--wcolor);
    border: 1px solid var(--texthover);
    transition: .3s all ease-in-out;
    color: var(--texthover);
}

.hizmetler .urunText .refet-btn:not(:hover) {
    transition: .3s all ease-in-out;
}

.referanshizmet {
    /* margin-bottom: 55vh; */
    margin-top: 100px;
}

.referanshizmet .hizmetlerRow {
    /* margin-top: 10vh!important; */
    flex-direction: row;
}

.iletisim {
    margin-top: 200px;
}

.container .iletisim-img {
    background: #73777a;
    width: 100%;
    height: 300px;
}

.container .iletisim-img2 {
    background: var(--bgcolor2);
}

.container .iletisim-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .iletisim-text {
    width: 100%;
    margin-top: 40px;
}

.container .iletisim-text h1 {
    font-size: .9rem;
    letter-spacing: 7px;
    font-weight: 600;
    color: var(--textcolor);
    margin-bottom: 20px;
}

.container .iletisim-text h2 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--textcolor);
    line-height: 1.5rem;
}

.strategy-iletisim {
    margin-top: 75px;
}

.refer {
    /* margin: 100px 0; */
    margin-top: 175px;
}

.refer .row .col-5 {
    width: 19%;
    height: 250px;
    background: var(--bgcolor2);
    /* margin: 15px 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.refer .row .col-5.eBox {
    background: transparent;
}

.refer .row .col-5 img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    object-position: center center;
    filter: grayscale(1);
    transform: scale(.8) !important;
    transition: .3s ease;
    animation: none;
    opacity: 1;
}

.refer .row .col-5:hover img {
    filter: grayscale(0);
    transform: scale(1) !important;
    transition: transform .3s ease;
}

.refer .row .col-5:hover .referTextContain {
    transform: translateY(0);
    opacity: 1;
    transition: .3s ease !important;
}

.refer .row .col-5:not(:hover) .referTextContain {
    transform: translateY(100%);
    opacity: 0;
    transition: .3s ease !important;
}

.refer .referTextContain {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #009e3ae5;
    position: relative;
    z-index: 333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refer .referTextContain .referText {
    padding: 10px 0;
}



.refer .referTextContain .referText p {
    width: 90%;
    margin-left: 5%;
    color: var(--wcolor);
    line-height: 18px;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 400;
    animation: none;
    transform: scale(1);
    opacity: 1;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
}

.refer .referTextContain .referText p:first-child {
    font-size: 17px;
    line-height: 1.2em;
}



.refer .referTextContain .line {
    width: 90%;
    height: 1px;
    background: var(--textcolor);
    position: absolute;
    bottom: 0;
    left: 5%;
}

.hizmetler .ortaktext h1 {
    font-size: 1.5rem;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    border: 1px solid var(--texthover);
    box-shadow: none;
}

.navContainer {
    padding: 0 80px;
}

.fuscetext-ic {
    width: 520px;
    display: inline-block;
    /* text-align: center; */
}

.space {
    width: 100%;
    height: 100px;
}

.footerindex {
    margin-top: 600px
}

.footer-ortaklar {
    margin-top: 350px;
}

.WHOcompany2 {
    margin-top: 130px;
    /* padding-bottom: 550px; */
}

.WHOcompany .hakkimizda-ImgSmall img {
    object-position: center !important;
}


.company .company-text.nP-Text {
    padding-top: 0;
}

.company .companyImage .hakkimizda-ImgSmall img {
    object-position: center;
}

.mymargin {
    margin-top: 320px;
}

.footer-index-space {
    margin-top: 400px;
}

.footerContact {
    margin-top: 360px;
}

.offcanvas.show .responsiveNavBar {
    justify-content: start !important;
    margin: 20px 0;
}