@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');


* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
box-sizing: border-box;
outline: none;
border: none;
text-decoration: none;
text-transform: capitalize;
transition: 0.2s ease;

    -webkit-font-smoothing: antialiased;
}
:root {
    --primary: #eb2e2e;
    --dark: #232323;
    --pure: #858C94;
    --smoke: whitesmoke;
    --dark-gray: #999;
}


body {
    
    
    
}

.container {
    width: 1152px;
    max-width: 100%;
    margin: 0 auto;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    height: 5px;
    width: 1px;
}

.brand svg {
    height: 5px;
    margin-right: 10px;
}

.brand svg path {
    fill: var(--pure);
}

.nav-wrapper ul.nav-list {
    list-style-type: none;
    display: flex;
    align-items: center;
}
.nav-wrapper ul.nav-list li {
    margin-left: 30px;
    padding: 20px 0;
    position: relative;
}

.nav-wrapper ul.nav-list li a {
    color: #858C94;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .5s ease-in-out;
}

.nav-wrapper ul.nav-list li a:hover, .nav-wrapper ul.nav-list li.active a {
    color: var(--primary);
}

.btn {
    background: var(--primary);
    color: black;
    outline: none;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
}

.btn:hover {
    background: transparent;
    border-color: gold;
}

main section.header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 160px;
}

main section.header h1 {
    font-size: 36px;
    font-weight: 100;
    text-transform: capitalize;
    margin-bottom: 20px;
}

main section.header h4 {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-gray);
    margin-bottom: 20px;
}
nav ul.dropdown-list {
    list-style-type: none;
    display: block;
    background: var(--smoke);
    padding: 6px 16px;
    position: absolute;
    width: max-content;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}

.nav-wrapper ul.dropdown-list li {
    margin-left: 0;
    padding: 5px 0;
}

.nav-wrapper ul.dropdown-list  li a {
    color: var(--dark);
} 

.nav-wrapper ul.nav-list li:hover .dropdown-list {
    opacity: 1;
    pointer-events: auto;
    animation: moveUp .5s ease-in-out forwards;
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(20px); 
    }
}

.hamburger {
    display: none;
    color: #000000;
}

.mobile .hamburger {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    cursor: pointer;
    color: #7e4242;
}

.mobile .hamburger span {
    background: #646769;
    width: 28px;
    height: 2px;
    margin-bottom: 8px;
}

.mobile ul.nav-list {
    background: -webkit-linear-gradient(45deg, #ffffff, #ffffff);
    background: linear-gradient(45deg, #ffffff, #ffffff);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    z-index: 8888;
}

.hamburger, .brand {
    z-index: 9999;
}

.mobile ul.nav-list.open {
    opacity: 1;
    pointer-events: auto;  
}

.mobile .hamburger span {
    transform-origin: left;
    transition: all .3s ease-in-out;
}

.mobile ul.nav-list li a {
    font-size: 20px;
}

.mobile ul.dropdown-list {
    position: relative;
    background: transparent;
    text-align: center;
    height: 0;
    overflow-y: hidden;
    transition: opacity 1s ease-in-out;
    padding-top: 0;
}

.mobile .nav-wrapper ul li:hover .dropdown-list {
    height: max-content;
    padding-top: 6px;
}

.mobile ul.nav-list li {
    margin-left: 0;
    text-align: center;
}

.mobile .nav-wrapper ul.dropdown-list li a {
    color: var(--dark-gray);
}

.yaziyi_ortala{
    text-align: center;
    font-size: 490x320;
    line-height: 2;}

    .sineklik{
        text-align: center;
        font-size: 490x320;
    line-height: 1;
        }
 .metre-resmi{
  text-align: center;
 }       
.metre{
    color: #54595f;
}
.montaj{
    color: black;
}
.renk{
    color: black;
}
.p{
    color: #54595f;
    text-decoration: none;

}
.text-center{
    color: black;
}
.alt{
    color: black;
}
a {
    color: #000000;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #28272e;
  position: relative;
  background-color: #28272e !important;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  background-color: #28272e !important;
}
.single-cta i {
  color: #ff0000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
  background-color: #28272e !important;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
  background-color: #28272e !important;
}
.cta-text h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  background-color: #28272e !important;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
  background-color: #28272e !important;
}
.footer-content {   
    border-top: 0px solid #EAEAEA;
    margin: 0 auto;
    padding-left: 15px auto;   
    background: #28272e !important; 
    width:100%; }

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  background-color: #28272e !important;
}
.footer-logo {
  margin-bottom: 30px;
  background-color: #28272e !important;
}
.footer-logo img {
    max-width: 200px;
    background-color: #28272e !important;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
  background-color: #28272e !important;
}
.footer-social-icon span {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  background-color: #28272e !important;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  background-color: #28272e !important;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
 
.fa-instagram {  
  background:  #bc2a8d;  
  color: #fff;  
}  

.fa-youtube{
  background: #fff;
  color: #ff0000;
}
.footer-widget-heading h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  background-color: #28272e !important;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff0000;
  
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff0000;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #070606;
  background-color: #28272e !important;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff0000;
    padding: 13px 20px;
    border: 1px solid #ff0000;
    top: 0;
}
.subscribe-form button i {
  color: #050404;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
  background-color: #28272e !important;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  background-color: #28272e !important;
}
.copyright-text p a{
  color: #ff0000;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
  background-color: #28272e !important;
}
.footer-menu li:hover a{
  color: #ff0000;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
  background-color: #28272e !important;
}

.pull-right{
    
        float: right;
        padding: 100px;
        overflow: hidden
        
        
}
@media only screen and (max-width: 959px){
    .pull-right{
    float: right;
        padding: 100px;
        overflow: hidden}

}

@media only screen and (min-width: 350px){
  .pull-right{
  float: right;
      padding: 10px;
      overflow: hidden}

}