<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;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&amp;family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap');
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.navbar-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px !important;
	font-size: 17px;
	border-top: 10px solid #ed5158;
	background-color: white;
	border-bottom: 2px solid black;
	position: sticky;
	z-index: 99999;
	top: 0;
	left: 0;

}

.navbar-container a{
	text-decoration: none !important;

}
.navbar-container .navbar-right ul {
	list-style: none;
    display: flex;
    align-items: center;

}
.navbar-container .navbar-right {
    margin-right: 15%;
}
.navbar-container .navbar-right ul li {
	display: inline-block;
}
.navbar-container .navbar-right ul li a {
	display: inline-block;
	margin-right: 15px;
	color: black;
	transition: color 0.5s ease;
}
.navbar-container .navbar-right ul li a:hover {
	color: #ed5158;
}
.navbar-container .navbar-right ul li a:hover &gt; i {
	color: black;
	opacity: 0.6;
}
.navbar-container .navbar-right ul li a:hover &gt; img {
	opacity: 0.9;
}
.navbar-container .navbar-left a {
    font-family: "Barlow", serif;
    font-weight: 900;
    font-style: normal;
	font-size: 25px;
    letter-spacing: 1px;
	color: #ed5158;
    text-shadow: 2px 2px rgba(0,0,0,0.3);

}
.navbar-container .navbar-left {
	margin-left: 15%;
}
.navbar-right-item #login {
	background-color: lightgray !important;
    border-radius: 15px !important;
    padding: 4px 13px !important;
	cursor: pointer;
    transition : 0.3s ease-in-out !important;
    font-size: 17px !important;
    margin-right: 0px;
}
li:last-of-type .openmenu {
    display: none;
}

/* Login butonu ve dropdown aÃ§Ä±lÄ±r menÃ¼ iÃ§in temel stil */
.navbar-right-item #login.Acount {
    background-color: #ed5158 !important;
     color: white;
}

/* Ana Ã¶ÄŸe konumlandÄ±rmasÄ± */
li.openmenuvisible {
    position: relative;
}

/* AÃ§Ä±lÄ±r menÃ¼ stili: baÅŸlangÄ±Ã§ta gizli */
li.openmenuvisible .openmenu {
    position: absolute;
    top: calc(100% + 2px);   /* Ãœst Ã¶ÄŸenin altÄ±na 5px boÅŸluk */
    left: 50%;
    transform: translateX(-50%);  /* Tam ortalamak iÃ§in */
    display: flex;
    flex-direction: column;
    background-color: #ed5158;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Hover durumunda aÃ§Ä±lÄ±r menÃ¼yÃ¼ gÃ¶ster */
li.openmenuvisible:hover .openmenu {
    opacity: 1;
    visibility: visible;
}

/* Dropdown menÃ¼ Ã¶ÄŸelerinin stili */
.openmenu li {
    width: 130px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(237, 81, 88, 0.72); /* YarÄ± saydam ton */
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 2px; /* Ã–ÄŸeler arasÄ±nda boÅŸluk */
    border-bottom: 1px solid white;
a {
    white-space: pre;
}
}

.openmenu li:last-child {
    margin-bottom: 0;
}

/* MenÃ¼ Ã¶ÄŸesi hover efekti */
.openmenu li:hover {

}

/* MenÃ¼ Ã¶ÄŸesi iÃ§erisindeki baÄŸlantÄ± stili */
.openmenu li a {
    color: white !important;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    line-height: 35px;
    transition: color 0.2s ease;
}


.openmenu li a:hover {
  font-weight: 600;
}

.navbar-right-item #login.Acount:hover {
    color: white;
    opacity: 0.9;
}

.navbar-right-item #login:hover {
	color: gray;
}

 .navbar-right-item #service {
	color: white;
	padding: 4px 13px;
    background-color: #ed5158;
    border-radius: 15px;
    transition : 0.3s ease-in-out;
}
.navbar-right-item #service:hover {
    opacity: 0.9;
;
}
.navbar-left {
    margin-left: 15%;
}
.navbar-right {
  margin-right: 15%     ;
}
.center-navbar {
	margin-top: 2%;
}

@media (max-width:1100px) {
    .navbar-container .navbar-right  {
		display: none;
	}
    .navbar-container .navbar-left {
        margin-left: 7.5%;
    }
    .navbar-container .responsiveNav-right {
		display: flex;
	    margin-right: 7.5%;
        align-items: center;
        column-gap: 13px;
       img#locations {
           height: 30px;
       }

	}
    body {
		width: 100%;

	}
}

.responsiveNav-right {
	display: none;
}
.navbar-right .bi-truck-flatbed {
	font-size: 30px;
}
.navbar-right img {
	width: 25px;
    height: 20px;
    object-fit: contain;
	margin: 0 auto;
	text-align: center;
	transition:1s color ease;
}
.responsive-sidebar {
    position: fixed;
    top: 0;
    right: 0px;
    list-style: none;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    width: 0px; /* 200px olarak deÄŸiÅŸcek */
    display: flex;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    align-items:center;
    height: 0vh;
    transition: all 0.6s ease-in-out;

    .bi-x-lg {
        font-size: 25px;

    }

    li {

        padding:10px 0px;
        width: 100%;

        a {

            color: black;
            text-decoration: none;
            margin-left: 20px;
        }
        i {
            margin-left: 20px;
        }
    }
    li:hover {
       font-weight: bold;
    }

}
.responsive-sidebar.active {
    visibility: visible;
    width: 200px;
    height: 100vh;
    opacity: 1;

}
.bi-list {
    font-size: 25px;
}
ol, ul {
    padding-left: 0 !important;
}


div#sectors-pick {
    display: none;
    position: absolute !important;
    z-index: 9999999999;
    top: 50px !important;
    left: 0 !important;
    right: 0 !important;
    background-color: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
    ul#sector-ul {
        display: flex !important;
        list-style: none !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin: 10px 15px !important;
        li {
            button {
                background-color: #ed5158 !important;
                border:none !important;
                color: white !important;
                white-space: pre !important;
                width: 100px !important;
                padding: 5px 10px !important;

            }
            button:hover {
                color: black !important;
            }
        }
    }
}
.swal2-confirm {
    min-width: 100px !important;
}
</pre></body></html>