/*  UNIVERSAL STYLES */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    scroll-behavior: smooth;
}

header {
    width: 98%;
}

#header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5% 1%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    max-width: 300px;
    margin: 0 2%;
}

#alkimlogo img {
    max-width: 100px;
}

/* navbar styles */

.navbar {
    font-size: 14px;
    background-color: #262626;
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 8px 10px rgb(180, 180, 180);
    align-items: center;
}

.navitem {
    padding: 5px 1.5%;
    text-align: center;
}

.navitem a {
    color: white;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 18px;
}

.navitem a:hover {
    color: #ffdd00;
}

.navitemicon {
    display: none;
}

/* footer styles */

footer {
    background-color: #262626;
    padding: 20px 28px 25px 20px;
}

#footer {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(238, 238, 238);
}

.footer_item {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.first_footer_item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

#contactus {
    display: flex;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
}

#contactnumber {
    display: flex;
    width: 70%;
    justify-content: space-between;
}

#socialnet {
    display: flex;
    flex-direction: column;
    font-size: 30px;
}

#socialnet a {
    color: rgb(238, 238, 238);
    text-decoration: none;
}

#socialnet a:hover {
    color: #f5d784;
}

.contactusicon {
    display: flex;
    justify-content: center;
    padding: 8px;
}

.youtubeicon {
    display: none;
}

.footer_logos {
    margin: 0 auto;
}

#alkimlogo2 img {
    max-width: 100px;
}

#germantechlogo img {
    max-width: 100px;
}

.second_footer_item {
    display: flex;
    justify-content: start;
    margin-bottom: 0;
}

.logo2 img {
    max-width: 400px;
    margin-top: 30px;
}

#starlogo2 {
    margin-top: 5%;
    font-size: 20px;
}


#evvele {
    text-align: end;
}

#evvele a {
    color: white;
    text-decoration: none;
}

#evvele a:hover {
    text-decoration: underline;
}

/* message styles */

#message_container {
    /* position: fixed; */
    top: 20%;
    width: 100%;
    display: none;
}

#message {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 1%;
    background-color: white;
    border: 1px solid #5d0d10;
    box-shadow: 2px 2px 15px lightgrey;
}

#message form {
    display: flex;
    flex-direction: column;
    padding: 2%;
}

#message textarea {
    resize: none;
}

#message h3::after {
    content: "";
    display: block;
    border-bottom: 3px dashed #5d0d10;
    width: 15%;
    margin: 0 auto;
}

.formitem {
    margin-bottom: 3%;
    padding: 1%;
}

#message button {
    background-color: #5d0d10;
    color: rgb(234, 234, 234);
    border: 1px solid #5d0d10;
}

#close_message {
    display: flex;
    font-size: 30px;
    justify-content: end;
}

#close_message a {
    color: #5d0d10;
}

#message button:active {
    background-color: #93171b;
}

#close_message a:hover {
    color: #93171b;
}

#message_envelope {
    display: none;
}

/* index.html STYLES */

/* slideshow styles */

#slideshow {
    position: relative;
    width: 100%;
    height: 38vw;
    background-color: black;
}

.slide_img_container {
    display: flex;
    justify-content: center;
    width: 100%;
}


#slideshow img {
    position: absolute;
    width: 75%;
    height: 100%;
}

.prev,
.next {
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 42px;
    margin: 0 2%;
    margin-top: -22px;
    color: lightgrey;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 3px;
    border: 1px solid lightgrey;
}

.next {
    right: 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.774);
}

.dotcr {
    position: absolute;
    display: flex;
    flex-direction: row;
    bottom: 10px;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.dotcon {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 5px;
    border-radius: 100%;
    border: 1px solid #262626;
}

.dot {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 4px;
    left: 4px;
    /* background-color:#ffdf1038; */
    background-color: #9017172a;
    border-radius: 100%;
    cursor: pointer;
    transition: background-color 1s ease;
}

.active,
.dot:hover {
    /* background-color:#ffe110; */
    background-color: #901817;
    opacity: 1;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

/* catalog styles */

#catalog_container {
    background-color: #303030;
}

#catalog {
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    color: rgb(235, 235, 235);
}

#catalog_header {
    text-align: center;
    margin-bottom: 15px;
}

#catalog_text::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 20%;
    padding-top: 5px;
    border-bottom: 2px dashed #f5d784;

}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    min-width: 90%;
    margin: 0 auto;
    width: 100%;
}

.catalog_item_container {
    display: flex;
    padding: 1%;
    width: 11%;
    margin: 0 auto;
}

.catalog_item_container a {
    margin: 0 auto;
}

.catitem {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: rgb(238, 238, 238);
}

.catitemicon {
    margin: 0 auto;
    height: 100%;
}

.catitem img {
    justify-content: center;
    height: auto;
    max-width: 100%;
    padding-top: 10%;
}

.catitemtextcon {
    display: flex;
    height: 40px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.catitemtext {
    margin: 1%;
}

.catitem:hover {
    opacity: 0.5;
}

/* popular now styles */

#popular {
    max-width: 1500px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

#popheader {
    color: #901817;
    text-align: center;
    margin-bottom: 15px;
}

#popitems {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.popitemcontainer {
    display: flex;
    padding: 1%;
    width: 15%;
    border: 1px solid lightgrey;
    margin: 0.5%;
    cursor: pointer;
}

.popitemcontainer:hover {
    box-shadow: 2px 2px 5px lightgrey;
    translate: -2px -2px;
}

.popitem {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: black;
    margin: 0 auto;
    gap: 10px;
}

.popitemimg {
    width: 100%;
    height: auto;
}

.popitem img {
    width: 100%;
    height: auto;
}

.popitemtextheader {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: large;
    font-weight: bold;
}


.popitemtextcon {
    background-color: rgba(252, 251, 238, 0.822);
    padding: 2%;
}

/* xeberlenti styles */

#xeberlenti_container {
    background-color: rgb(230, 230, 230);
}

#xeberlenti {
    padding: 30px;
}

#xeberheader {
    margin-left: 20%;
    color: rgb(43, 87, 88);
}

#xebertext {
    letter-spacing: 5px;
}

#xeberitems {
    display: flex;
    padding: 30px;
    list-style: none;
}

.xebercontainer {
    margin-right: 20px;
    border-left: 2px dashed #262626;
    padding-left: 5px;
}

.xeber {
    text-decoration: none;
    color: #262626;
}

.xeber:hover {
    opacity: 0.9;
    text-decoration: underline;
}

/* haqqimizda styles */

#haqqimizda_container {
    background-color: #d6d6d6;
    padding-bottom: 3%;
}

#haqqimizda {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

#haqqimizdaheader {
    margin: 2vw 0;
    text-align: center;
}

#haqqimizdacontentcontainer {
    margin: auto;
    line-height: 26px;
    font-size:18px;
}

#haqqimizda_img img {
    max-width: 300px;
    float: left;
    margin: 1%;
}

#haqqimizda_img2 img {
    max-width: 300px;
    float: right;
    margin: 2%;
}

/* video styles */

#video_container {
    width: 100%;
    padding: 60px;
}

#videos {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

#videos video {
    box-shadow: 5px 5px 25px grey, -5px -5px 25px grey;
    max-width: 90%;
}

/* MEHSULLAR.HTML STYLES */

/* product category styles */

#product_category_container {
    display: flex;
    justify-content: center;
}

#product_category {
    padding: 2%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product_category_header {
    margin-bottom: 2%;
}

#product_category_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.product_category_item {
    width: 15%;
    height: auto;
    margin: 2vw;
    padding: 0.5vw;
    border: 1px dashed #262626;
    background-color: #7a1216;
    /* background-image: linear-gradient(90deg, lightgrey, rgb(250, 250, 250)); */
}

.product_category_item:hover {
    background-color: #7a1216df;
}

.product_category_item a {
    color: rgb(239, 239, 239);
    text-decoration: none;
    text-align: center;
}

.catitemiconmehsullar img {
    width: 100%;
}

.product_category_item h4 {
    font-size: 1vw;
}

/* UNIVERSAL category styles */

.category_container {
    padding: 1%;
    display: none;
}

.category_header {
    color: rgba(255, 255, 255, 0.925);
    padding: 1% 0;
    margin: 5% 0;
    text-align: center;
}

.category_item {
    display: flex;
    width: 90%;
    margin: 5% auto;
    justify-content: space-around;
}

.category_text_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
}

.product_all_text {
    margin-bottom: 2vw;
}

.product_value span {
    color: rgba(255, 255, 255, 0.938);
    padding: 1%;
}

.product_approval li {
    float: left;
    margin-left: 1%;
    list-style: none;
}

.category_image_container {
    max-width: 20%;
}

.category_image_container img {
    width: 100%;
}

/* SPECIAL category styles */

/* passenger */

.passenger_header {
    border: 5px solid #6c2938;
    background-color: #5d0d10;
}

.passenger_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 18vh;
    border-left: 5px dashed #6c2938;
}

.passenger_product_value span {
    background-color: #d62329;
}

/* heavy */

.heavy_header {
    border: 5px solid #1f5831;
    background-color: #094723;
}

.heavy_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 18vh;
    border-left: 5px dashed #1f5831;
}

.heavy_product_value span {
    background-color: #189f4e;
}

/* motorcycle */

.motorcycle_header {
    border: 5px solid #2d3253;
    background-color: #202244;
}

.motorcycle_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 18vh;
    border-left: 5px dashed #2d3253;
}

.motorcycle_product_value span {
    background-color: #4b4c91;
}

/* automotive */

.automotive_header {
    border: 5px solid #691112;
    background-color: #290303;
}

.automotive_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 18vh;
    border-left: 5px dashed #691112;
}

.automotive_product_value span {
    background-color: #66090a;
}

/* hydraulic */

.hydraulic_header {
    border: 5px solid #0b4e6c;
    background-color: #0a3759;
}

.hydraulic_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 18vh;
    border-left: 5px dashed #0b4e6c;
}

.hydraulic_product_value span {
    background-color: #2270b7;
}

/* industrial */

.industrial_header {
    border: 5px solid #695d3a;
    background-color: #6d5610;
}

.industrial_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 18vh;
    border-left: 5px dashed #695d3a;
}

.industrial_product_value span {
    background-color: #fcc025;
}

/* grease */

.grease_header {
    border: 5px solid #5e3a25;
    background-color: #442c19;
}

.grease_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 12vh;
    border-left: 5px dashed #5e3a25;
}

.grease_product_value span {
    background-color: #a06639;
}

/* special */

.special_header {
    border: 5px solid #21585c;
    background-color: #085152;
}

.special_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 12vh;
    border-left: 5px dashed #21585c;
}

.special_product_value span {
    background-color: #13afab;
}

/* coolant */

.coolant_header {
    border: 5px solid #0c8eca;
    background-color: rgb(13, 110, 184);
}

.coolant_text_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 5vw;
    height: 18vh;
    border-left: 5px dashed #0c8eca;
}

.coolant_product_value span {
    background-color: #2996d4;
}

/*

---brentol logo colors

black:
#262626
rgba(38,38,38,255)

red:
#901817
rgba(144,24,23,255)

yellow:
#ffe110
rgba(255,225,16,255)

---every style color

#f5d784 // dashed border

---product category colors

passenger:
#5d0d10 // background
#d62329 // value
#6c2938 // line

heavy:
#094723 // background
#189f4e // value
#1f5831 // line

motorcycle:
#202244 // background
#4b4c91 // value
#2d3253 // line

automotive:
#290303 // background
#66090a // value
#691112 // line

hydraulic:
#0a3759 // background
#2270b7 // value
#0b4e6c // line

industrial:
#6d5610 // background
#fcc025 // value
#695d3a // line

grease:
#442c19 // background
#a06639 // value
#5e3a25 // line

special:
#085152 // background
#13afab // value
#21585c // line

coolant:
rgb(13, 110, 184) // background
#2996d4 // value
#0c8eca // line

*/


