@import url('https://fonts.googleapis.com/css2?family=Damion&family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@700&display=swap');
@font-face {
    font-family: "Myriad-Pro";
    src: url(http://www.anaveer.in/honda/font/MYRIADPRO-REGULAR.OTF) format("truetype");
}

body {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

a:Hover {
    text-decoration: none;
}

* {
    outline: 0 !important;
}

p {
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

.mobileMenu {
    display: none;
}

.main-header {
    top: 0px;
    font-family: "Myriad-Pro", sans-serif;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 114px;
    padding-top: 14px;
    position: absolute;
}

.main-header .sub-header {
    background: #111;
    transition: 300ms;
}

.main-header .header-container {
    display: flex;
    align-items: center;
}

.main-header .header-container .menu {}

.main-header .header-container .main-menu ul {
    display: flex;
    align-items: center;
    padding-left: 45px;
}

.main-header .header-container .main-menu ul li ul {
    top: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    position: absolute;
    min-width: 255px;
    background: #676767;
    z-index: 999;
    left: 0;
    text-align: left;
    padding: 20px 35px;
    transition: 0.2s all ease-in-out;
}

.main-header .header-container .main-menu ul li ul li {
    margin-left: 0;
    display: block;
    border-bottom: 1px solid #a6a6a6;
    position: relative;
    margin-right: 0px;
}

.main-header .header-container .main-menu ul li ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    color: #FFF;
}

.main-header .header-container .main-menu ul li:hover ul {
    display: block;
}

.main-header .header-container .main-menu ul li {
    color: #111;
    font-weight: 600;
    padding: 0px 13px;
    position: relative;
}

.main-header .header-container .main-menu ul li a {
    color: #636363;
    font-weight: 200;
}

.main-slider {
    background: url(../images/slider-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.main-slider {
    position: relative;
    z-index: 1;
}

.main-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: 35px;
}

.main-slider button i {
    color: #fff;
    font-size: 50px;
}

.main-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: 35px;
}

.slider-item {
    height: 880px;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    transition: 300ms;
}

.languages {
    display: flex;
}

.languages .dil {
    padding: 4px;
    margin-left: 10px;
}

.main-about h2 {
    font-weight: 400;
    color: #414141;
}

.main-about .about-resim {
    background: url(../images/inek.png);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-about .content-about-main {
    padding: 22px;
    margin-top: 60px;
    font-family: 'Secular One', sans-serif;
}

.main-about .content-about-main p {
    font-family: 'Segoe UI', sans-serif;
    color: #868686;
    font-size: 15px;
}

.main-product {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin-top: 70px;
}

.main-category {
    padding-top: 175px;
    padding-bottom: 130px;
    background: url(../images/kategribefore.png) top left no-repeat;
}

.main-category h3 {
    font-family: 'Secular One', sans-serif;
    text-transform: uppercase;
    color: #636363;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.main-category .title {
    background-image: url("../images/beforebaslik.png");
    height: 70px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.category-list {
    display: flex;
    justify-content: center;
}

.category-list .item {
    margin: 10px;
    transition: 300ms color;
}

.category-list .item img {
    border: 4px solid #eee;
    border-radius: 5px;
    transition: 300ms;
}

.category-list .item p {
    font-family: 'Secular One', sans-serif;
    color: #636363;
    font-size: 22px;
    text-align: center;
    font-weight: bolder;
    padding-top: 10px;
    transition: 300ms;
}

.category-list .item:hover img {
    border-color: #71ad1c;
}

.category-list .item:hover p {
    color: #71ad1c;
}

.catalog {
    height: 740px;
    background-image: url("../images/catalogbg.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
}

.catalogsub {
    width: 100%;
    height: 270px;
    background: #5ead1f;
    padding: 0 80px;
    display: flex;
    align-items: center;
}

.catalogsub img {
    margin-top: -59px;
}

.catalogsub p {
    color: #fff;
    font-size: 19px;
    margin-left: 98px;
    font-family: 'Segoe UI', sans-serif;
}

.catalogsub a {
    background: #fff;
    padding: 5px 20px;
    color: #1b4890;
    font-weight: bolder;
}

.catalog h3 {
    padding: 64px 0 0 50px;
    color: #ffff;
    font-family: 'Secular One', sans-serif;
    font-size: 42px;
    height: 50px;
}

.title h1 {
    font-family: 'Secular One', sans-serif;
    font-size: 42px;
    color: #636363;
}

.article-slider {
    margin-top: 70px;
}

.article-slider h3 {
    color: #636363;
    font-family: 'Secular One', sans-serif;
}

.article-slider .item {
    border: 1px solid #eee;
    padding: 15px;
}

.article-slider p {
    color: #636363;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.article-slider a {
    display: flex;
    justify-content: flex-end;
    color: #636363;
    margin-top: 20px;
    align-items: center;
}

.article-slider a i {
    padding-left: 5px;
}

.article-slider button.owl-prev {
    position: absolute;
    top: -26px;
    right: 17px;
}

.article-slider button i {
    font-size: 25px;
    color: #636363;
}

.article-slider button.owl-next {
    position: absolute;
    top: -26px;
    right: 0;
}

.contact-form {
    margin-top: 35px;
}

.contact-form .contact-form-content {
    margin-top: 80px;
}

.contact-form .contact-form-content h2 {
    font-family: 'Secular One', sans-serif;
    color: #636363;
    font-size: 40px;
}

.contact-form .contact-form-content p {
    color: #636363;
    font-family: 'Segoe UI', sans-serif;
}

.contact-form input {
    width: 44%;
    margin-left: 7px;
    border: none;
    padding: 8px;
    border: 2px solid #e3e3e3;
    margin-top: 10px;
    color: #e3e3e3;
    border-radius: 5px;
}

.contact-form .form input.email {
    width: 90%;
}

.contact-form form textarea {
    width: 90%;
    margin-left: 7px;
    border: 2px solid #e3e3e3;
    height: 150px;
    border-radius: 5px;
    margin-top: 10px
}

.contact-form form button {
    margin-left: 7px;
    border-radius: 5px;
    padding: 6px 17px;
    color: #fff;
    background: #86be50;
    border-color: #86be50;
}

footer .footer {
    height: 350px;
    background: #f6f6f6;
    margin-top: 170px;
    margin-bottom: 150px;
}

footer .footer i {
    font-size: 85px;
    color: #858585;
}

footer .footer .footer-list span {
    font-family: 'Secular One', sans-serif;
    color: #636363;
    font-size: 25px;
}

footer .footer .footer-list ul li {
    color: #868686;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}

footer .footer .footer-list ul.social {
    display: flex;
    justify-content: center;
}

footer .footer .footer-list ul.social li i {
    font-size: 22px;
    display: flex;
    align-items: center;
    color: #fff;
    width: 40px;
    justify-content: center;
    height: 40px;
    /* padding: 10px; */
    background: #858585;
    margin: 4px;
}

.breadcrump {
    width: 100%;
    height: 435px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
    background-size: cover;
}

.main h1 {
    font-family: 'Secular One', sans-serif;
    color: #4b4b4b;
    text-align: center;
    background-image: url("../images/beforebaslik.png");
    height: 80px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.main .kyazi p {
    border: 1px solid #eee;
    padding: 32px;
}

.kyazi {
    background: #ffffff;
    padding: 29px;
    box-shadow: -1px 0px 11px 5px #ececec;
}

.sidebar {
    margin-top: 20px;
}

.sidebar h3 {
    color: #5e5d5d;
    font-family: 'Sansita Swashed', cursive;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px solid #939191;
}

.sidebar ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #bcbcbc;
    padding: 5px;
}

.sidebar ul li a {
    color: #4b4b4b;
    font-size: 18px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 100;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}

.products {
    margin-top: 30px;
}

.products .card {
    transition: all 0.6s ease 0s;
}

.products .card:hover {
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.18);
    border-color: #7aab3f;
}

.products .card .card-body img {
    margin-bottom: 15px;
    width: 215px;
    height: 210px;
    object-fit: contain;
}

.products .card:hover .card-body img {
    transition: all 0.6s ease 0s;
    transform: scale(1.1);
}

.products .card .card-body p {
    text-align: center;
    color: #5e5d5d;
    letter-spacing: 1px;
}

.product img {
    margin: auto;
    display: flex;
    width: 100%;
    padding: 30px;
    border: 1px solid #eee;
    height: 411px;
    object-fit: contain;
    margin-top: 30px;
}

.product h3 {
    color: #5e5d5d;
    text-align: center;
    margin-top: 44px;
    background-image: url(../images/beforebaslik.png);
    height: auto;
    padding-bottom: 60px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.detay {
    border: 1px solid #eee;
    width: 30%;
    margin: 20px;
}

.detay-yazi {
    width: 50%;
}

.detay-yazi h3 {
    font-weight: 700;
    font-size: 39px;
    margin-top: 50px;
    font-family: 'Oxygen', sans-serif;
}

.containers {
    display: flex;
    width: 85%;
    margin: auto;
}

.containers .sidebar {
    width: 20%;
}

.ozellik .tablo {
    margin: 30px;
}

.ozellik {
    display: flex;
}

.tablo .input-group-prepend {
    border-bottom: 1px solid #cdcccc;
}

.address span {
    color: #86be50;
    font-weight: 700;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.address p i {
    color: #86be50;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.address p {
    text-align: center;
    color: #636363;
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
    font-weight: 500;
}

.contact-form h3 {
    color: #636363;
}

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
    overflow: hidden;
}

.grid-item img {
    display: block;
    max-width: 100%;
    transition: 300ms;
}

.grid-item:hover img {
    transform: scale(1.1);
    filter: brightness(50%);
}

.kyazi .image {
    display: flex;
    justify-content: center;
    border: 1px solid #69ae4378;
}

.kyazi .image img {
    width: 90%;
    height: 250px;
    object-fit: contain;
}

.kyazi .content {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.kyazi .content span {
    background: #68ae42;
    padding: 10px 20px;
    margin: 0px 5px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 300ms;
}

.kyazi .content span i {
    padding-left: 10px;
}

.kyazi .content span:hover {
    background: #4d803e;
}

.haber {
    border: 1px solid #cbcaca;
    padding: 10px;
    margin-top: 10px;
}

.haber h2 {
    font-size: 17px;
    text-align: center;
    padding: 10px;
    color: #111;
}

.haberdetay img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    padding: 6px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
}

.haberdetay p {
    padding: 20px;
    color: #636363;
}

.sidebar ul li.active a {
    color: #68ae42;
    font-size: 18px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
}

.kyazi p {
    padding: 20px !important;
    color: #636363 !important;
    font-family: 'Segoe UI', sans-serif !important;
}