/*ERROR*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family:"GTE-regular", sans-serif ;
}
body{
    background-color:#f8f8f8 !important;
}
header {
    width: 100%;
}
.fixed{
    background-color: #fff !important;
    transition: .2s;
    border-bottom:1px solid #ddd;
}
.fixed nav ul .nav-item .nav-link:not(.nav-btn){
    color: #000;
}
.fixed nav .collapse .social-icons>ul li a i{
    color: #000;
}
.fixed .navbar-brand img{
    filter: none;
}
.fixed .flags{    
    left: 0;
    top: 17%;
}
.flags div.active{
    z-index:10 !important;
}
.fixed .collapse{
    position: relative;
}
.fixed .social-icons{
    display: none;
}

.fixed .flags img{
    width: 27px;
    height: 27px;
    border: 2px solid white;
    border-radius: 50%;
}
.fixed .hamburger-menu span{
    border-color: #000;
    background-color: #000;
}
a{
    text-decoration: none !important;
}
.flags,.nav-item,.owl-dot,.title,.services-item,.services-title,.call-wrapper,.call-text,.footer-list li,#footer{
    position: relative;
}
.flags,.flag-drop,.collapse,.footer-connect,
.footer-phone, .footer-mail, .footer-loc,.footer-phone, .footer-mail{
    display: flex;
}
.social-icons>ul, .social-icons, .custom-nav, .carousel-text,#referanslar,.referans-img img,
.about-img img,.slider-text,.slider-text a,.footer-wrapper{
    width: 100%;
}

/* END DEFAULTS */

.flags{
    flex-direction: row;
    position: absolute;
    top: 17px;
    right: 15%;
    width: 100px;
    height: 30px;
    border-radius: 50px;
    transition: .3s;
}
.az-flag{
    border: 3px solid #fff;
    border-radius: 50%;
}
.flags .ru,.flags .en, .flags .az {
    overflow:hidden;
    position: absolute;
    right:0;
    top: 2px;
    width: 33px;
    height:25px;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    
}
.flags img{
    object-fit:contain;
}
.flags:hover .ru{
    right: 35%;
    background-color: #fff;
    padding: 5px;
}
.flags:hover .en{
    right: 68%;
    background-color: #fff;
}
.flags:hover{
    background-color: #fff;
}
.active{
    background-color: #fff;
    border-radius: 3px;    
}
.collapse{
    flex-direction: column;
    align-items: flex-end;
}
.social-icons>ul, .social-icons, .custom-nav{
    height: 100%;
    justify-content: flex-end;
}
.social-icons>ul li a i{
    color: #fff;
    padding: 10px;
    font-size: 1.2rem;
    transition:.3s;
}
.social-icons>ul li a i:hover{
    opacity:.7;
}

.navbar{
    z-index: 2;
}
.carousel{
    height: 100vh;
}
.carousel::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0,.3);
    z-index: 1;
}
.carousel-indicators{
    margin-left:17% !important;
}

.carousel-item img, .carousel-item, .carousel-inner{
    height: 100%;
}
.carousel-item img{
    object-fit: cover;
}
.navbar-brand img{
    filter: grayscale(100) brightness(100);
}
.nav-item .nav-link{
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 30px;
    color: #fff;
    height: 48px;
    font-weight:500;
}
.nav-item {
    width: max-content;
    margin: 0 auto;
    position:relative;
}
.nav-item .nav-link:not(.nav-btn)::before{  
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(213 0 0);
    -webkit-transition: width, 0.2s;
    transition: width, 0.2s;
}
.nav-item:hover > .nav-link::before{
    width: 83%;
    transform: scale(1);
}
.nav-item .nav-btn{
    background-color:rgb(75, 168, 46);
    padding:10px 30px !important;
    border-radius: 40px;
    font-family: GTE-bold;
    cursor: pointer;
    transition: .3s;
    margin-left:20px;
}
.nav-item .nav-btn:hover{
    background-color: #34861C;
}
.carousel-indicators [data-bs-target] {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
}
.carousel-indicators{
    justify-content: flex-start !important;
}
.carousel-indicators button{
    margin-right: 10px !important;
}
.carousel-text{
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translateY(-10%);
    height: 100%;
    z-index: 1;
    font-family: GTE-bold;
    text-transform: uppercase;
}
.carousel-text h1, .carousel-text h3{
    color: #fff;
    font-family: GTE-bold;
}
.carousel-text h1{
    max-width: 600px;
    font-size:60px;
    padding-bottom: 1.1rem;
    letter-spacing: 1.2px;
}
.carousel-text h3{
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.carousel-text a{
    padding:11px 57px;
    background-color:rgb(75, 168, 46);
    border-radius: 24px;
    box-shadow: rgb(30 109 6) 0px 4px 8px;
    color: #fff;
    transition: .3s;
    width: auto;
    display: inline-block;
    height: 48px;
}
.carousel-text a:hover{
    color: #fff;
    background-color:  #34861C;
}
.carousel-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
}
.carousel-icon i{
    font-size: 40px;
    justify-content: center;
    color: rgb(153, 150, 150);
    transform: rotate(180deg);
    animation: 2s ease 0s infinite normal none running anim;
}
@keyframes anim{
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0px);
    }
    40% {
        transform:translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
 .hamburger-menu{
    width: 36px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    transition: .3s;
    display: none;
    cursor: pointer;
}
.hamburger-menu span{
    width: 100%;
    height: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    transition: .3s;
}
.hamburger-menu span:last-child{
    width: 20px;
}
.active-humb{
    transform:rotate(-45deg);
}
.active-span{
    background-color: #000;
}
.active-humb span{
    border-color: #000;
    background-color: #fff;
}
.active-humb span:first-child{
    transform: rotate(-270deg) translateX(14px);
}
.active-humb span:last-child{
    transform: rotate(-90deg) translate(9px,-8px);
}
.mobile-menu{
    display: none;
    
}
.mobile-overlay{
    display: none;
}
#whatsapp{
    display: none;
}
.information_box{
    border-radius:30px;
    padding:20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background:#fff;
    display:flex;
    flex-direction:column;
    row-gap:20px;
}
.information_box h3{
    color:#000;
    font-size:1.4rem;
    font-weight:bold;
}
.information_box p{
    color:#000;
    opacity:.9;
    line-height:1.2;
    font-size:1rem;
}
/* 404 Section */
.notFoundPage {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.notFoundPage .container {
    background: #fff;
    border-radius: 20px;
}

.notFoundPage article {
    text-align: center;
    max-width: 600px;
    display: flex;
    padding:20px;
    flex-direction: column;
    row-gap: 20px; 
    align-items: center;
    margin: 0 auto;
}

.notFoundPage article .icon svg {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    color: #dc3545;
}

.notFoundPage article h1 {
    font-size: 48px;
    color: #000;
}

.notFoundPage article p {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.5;
}

.notFoundPage article .home-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.notFoundPage article .home-button:hover {
    background-color: #a1a1a1;
}

.sub-menu {
    position: absolute;
    border-radius: 5px;
    min-width: 150px;
    width: max-content;
    padding: 0.5rem;
    max-height: 0;
    background:#fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background:#fff;
}
.sub-sub-menu {
    position: absolute;
    border-radius: 5px;
    min-width: 150px;
    width: max-content;
    padding: 0.5rem;
    max-height: 0;
    background: #fff;
    z-index: 2;
    top: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    
}
header ul{
    padding:0;
}
header ul li{
    position:relative;
}
.navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    transition: 0.3s ease-in-out;
    overflow: visible;
     
}
.navbar-nav .nav-item a i{
    transition:.3s ease-in-out;
}
.navbar-nav .nav-item:hover a.nav-link  i{
    transform:rotate(-180deg);
}
.sub-menu li  a{
    display:flex;
    align-items:center;
    line-height:30px;
    color:#323232;
    font-weight:400;
    justify-content:space-between;
}
.submenu_item.has-sub:hover .sub-sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    transition: 0.3s ease-in-out;
    overflow: visible;
}
.submenu_item.has-sub:hover a.submenu_link i{
        transform:rotate(-180deg);
}
.mobile-menu{
    padding:30px;
}
.mobile-menu ul::-webkit-scrollbar {
  width: 5px;
}

.mobile-menu ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

.mobile-menu ul::-webkit-scrollbar-thumb {
  width: 3px;
  height: auto;
  background-color: #ddd;
  border-radius: 4px;
}
.mob-sub-menu,.mob-sub-sub-menu{
    display:none;
    opacity:.8;
    height:fit-content !important;
    overflow-y:visible !important;
        padding: 10px 0 10px 10px !important;
        transition:.3s ease-in-out;
    margin:0 !important;
}




 /* Footer section */
#footer{
    padding: 45px 0 0 0;
    background-color: #4d4d4d;
}
.footer-wrapper{
    border-bottom: 1px solid #434343;
}
.footer-list{
    padding-left: 0;
    flex-wrap: wrap;
        display: flex;
    align-items: center;
}
.footer-list li{
    margin-right: 15px;
}
.footer-list li:not(.last)::after{ 
    content: "";
    position: absolute;
    left:100%;
    top: 0;
    height: 100%;
    margin-left: 5px;
    border-right: 1px solid #4d4d4d;
}
.footer-list li a{
    color: #fff;
    text-transform: none;
    padding: 0 18px;
}
.first{
    padding: 0 18px 0 0 !important;
}
.footer-connect{
    margin: 37px 0 20px 0;
    flex-wrap: wrap;
}
.footer-connect, .footer-phone, .footer-mail, .footer-loc{
    line-height: 1;
}
 
.footer-connect i{
    font-size: 28px;
    color:rgb(75, 168, 46);
    margin-right: 10px;
}
.footer-phone, .footer-mail, .footer-loc{
    margin-right: 15px;
        color: #fff;

    display:flex;
    align-items:center;
}
.footer-phone a, .footer-mail a, .footer-loc a{
    color:#fff;
    transition:.3s ease-in-out;
  
}
.footer-phone a:hover, .footer-mail a:hover, .footer-loc a:hover{
    color:rgb(75, 168, 46);
      opacity:.6;
}
.fa-phone{
    line-height: 1;
}
.sub-footer{
    padding: 20px 0 10px 0;
    color: #acacac;
}
.sub-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sub-wrapper a{
    color: white;
    font-size: 12px;
    line-height: 2.3;
    font-weight: 400;
}
.sub-wrapper a:hover{
    color:#fff;
}
.sub-wrapper a img:hover{
    filter: grayscale(100%);
}
.footer-logo{
    text-align: right;
}