* {
    font-family: 'Amiko', sans-serif;
    
}


.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #F0F3FA;
    border: 2px solid transparent;
    border-radius: 0.50rem;
}

.navbar-toggler:hover {
    border: 2px solid transparent;
}

.navbar-toggler[aria-expanded="true"] {
    background-color: #F0F3FA; /* Tıklanmış durumda arka plan rengi */
    color: #053870; /* Tıklanmış durumda metin rengi */
}

.navBar {
    min-height: 100px;
}

.bgColor {
    background-color: #D5DEEF;
}

.navbar-brand img {
    width: 250px;
    height: 200px;
    margin-left: 20%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.navbar-nav {
    color: #053870;
    margin-left: 27%;
}


.navbar-nav .nav-link {
    color: #053870;
    margin: 0%;
    
}
.navbar-nav .nav-item.active .nav-link {
    color: #F0F3FA; /* İstenilen aktif renk buraya ayarlanır */
}

.navbar-nav .nav-link:hover {
    color: #F0F3FA;
}

.nav-item {
    color: #053870;
    margin-left: 7%;
    margin-right: 1%;
}


.dropdownK {
    display: inline-block;
    position: relative;
    top: 34%;
}

.dropdown-contentK {
    display: none;
    position: absolute;
    background-color: #D5DEEF;
    width: 240px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 10px;
    z-index: 1;
    border-color: #053870;
    border: 1px solid;
}


.dropdown-contentK a {
    display: block;
    padding: 10px;
}

.dropdown-contentK a:hover {
    background-color: #B1C9EF;
    color: #F0F3FA;
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dropdownK:hover .dropdown-contentK {
    display: block;
}

.dropdownP {
    display: inline-block;
    position: relative;
    top: 33%;
}

.dropdown-contentP {
    display: none;
    position: absolute;
    background-color: #D5DEEF;
    width: 240px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 10px;
    z-index: 1;
    border-color: #053870;
    border: 1px solid;
}

.dropdown-contentP a {
    display: block;
    padding: 10px;
}

.dropdown-contentP a:hover {
    background-color: #B1C9EF;
    color: #F0F3FA;
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.dropdownP:hover .dropdown-contentP {
    display: block;
}


.language {
    margin-left: 5%;
    margin-top: 0%;
}

.language img {
    max-width: 30px;
    max-height: 30px;
}
.helloContainer {
    background-color: #395886;
    max-width: 1920px;
    height: 1000px;
}

.welcomeTextLarge {
    margin-left: 23%;
    padding-top: 8%;
}

.sloganTextLarge {
    margin-left: 23%;
    padding-top: 5%;
    max-width: 500px;
    line-height: 60px;
}

.igWorldLarge {
    max-width: 20%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 20%; /* yükseklik yüzde cinsinden belirleniyor */
    margin-left: 80%;
    margin-top: -8%;
    transform: translate(-50%, -50%); /* dikey hizalama */
}

.movePlaneLarge {
    max-width: 40%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 40%; /* yükseklik yüzde cinsinden belirleniyor */
    position: absolute;
    margin-top: 15%;
    left: -400px;
    transition: left 8s ease; 
}

.welcomeTextXL {
    margin-left: 23%;
    padding-top: 8%;
}

.sloganTextXL {
    margin-left: 23%;
    padding-top: 5%;
    max-width: 500px;
    line-height: 60px;
}

.igWorldXL {
    max-width: 20%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 20%; /* yükseklik yüzde cinsinden belirleniyor */
    margin-left: 80%;
    margin-top: -8%;
    transform: translate(-50%, -50%); /* dikey hizalama */
}

.welcomeTextSmall {
    font-size: 35px;
    margin-left: 23%;
    padding-top: 8%;
}

.sloganTextSmall {
    font-size: 25px;
    margin-left: 5%;
    padding-top: 5%;
    line-height: 60px;
}

.igWorldSmall {
    max-width: 50%;
    max-height: 50%;
    margin-top: 10%;
    margin-left: 25%;
}

.welcomeTextMedium {
    font-size: 35px;
    margin-left: 5%;
    padding-top: 8%;
}

.sloganTextMedium {
    font-size: 25px;
    margin-left: 5%;
    padding-top: 5%;
    line-height: 60px;
}

.igWorldMedium {
    max-width: 35%;
    max-height: 35%;
    margin-top: 4%;
    margin-left: 30%;
}

.movePlaneMedium {
    max-width: 35%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 35%; /* yükseklik yüzde cinsinden belirleniyor */
    position: absolute;
    margin-top: 45%;
    left: -300px;
    transition: left 7s ease; 
}

.movePlaneSmall {
    max-width: 45%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 45%; /* yükseklik yüzde cinsinden belirleniyor */
    position: absolute;
    margin-top: 60%;
    left: -300px;
    transition: left 5s ease; 
}

.movePlane {
    max-width: 45%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 45%; /* yükseklik yüzde cinsinden belirleniyor */
    position: absolute;
    margin-top: 2%;
    left: -600px;
    transition: left 10s ease; 
}

.aboutContainer {
    background-color: #D5DEEF;
    max-width: 1920px;
    height: auto;
}

.aboutTextXL {
    margin-left: 50%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 4%;
}

.aboutDetailsXL {
    margin-left: 50%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 4%;
    margin-bottom: 4%;
    max-width: 100%;
}

.moveDroneXL {
    max-width: 45%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 45%; /* yükseklik yüzde cinsinden belirleniyor */
    position: absolute;
    margin-left: 7%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 18%; /* İstenilen üst boşluk ayarlanabilir */
    animation: moveUpDown 6s infinite alternate;
}

.aboutTextLG {
    margin-left: 50%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 4%;
    font-size: 40px;
}

.aboutDetailsLG {
    margin-left: 50%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 4%;
    margin-bottom: 4%;
    max-width: 100%;
    font-size: 25px;
}

.moveDroneLG {
    max-width: 35%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 35%; /* yükseklik yüzde cinsinden belirleniyor */
    position: absolute;
    margin-left: 7%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 30%; /* İstenilen üst boşluk ayarlanabilir */
    animation: moveUpDown 6s infinite alternate;
}

.aboutTextMD {
    margin-left: 50%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 4%;
    font-size: 30px;
}

.aboutDetailsMD {
    margin-left: 50%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 4%;
    margin-bottom: 4%;
    max-width: 100%;
    font-size: 20px;
}

.moveDroneMD {
    max-width: 30%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 30%; /* yükseklik yüzde cinsinden belirleniyor */
    position: absolute;
    margin-left: 7%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 25%; /* İstenilen üst boşluk ayarlanabilir */
    animation: moveUpDownMD 6s infinite alternate;
}

.aboutTextXS {
    margin-left: 50%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 4%;
    font-size: 25px;
}

.aboutDetailsXS {
    margin-left: 50%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 4%;
    margin-bottom: 4%;
    max-width: 100%;
    font-size: 15px;
}

.moveDroneXS {
    max-width: 20%; /* genişlik yüzde cinsinden belirleniyor */
    max-height: 20%; /* yükseklik yüzde cinsinden belirleniyor */
    position: absolute;
    margin-left: 7%; /* İstenilen sol boşluk ayarlanabilir */
    margin-top: 24%; /* İstenilen üst boşluk ayarlanabilir */
    animation: moveUpDownXS 6s infinite alternate;
}

@keyframes moveUpDownXS {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-150px); /* Yukarı kayma mesafesi */
    }
}

@keyframes moveUpDownMD {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-250px); /* Yukarı kayma mesafesi */
    }
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-350px); /* Yukarı kayma mesafesi */
    }
}

.referancesContainer {
    background-color: #F0F3FA;
    max-width: 1920px;
    height: auto;
}

.referancesText {
    margin-top: 5%;
}


.referancesBox1 {
    width: 450px; /* 20px for margins between boxes */
    height: 75px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    border: 2px solid #053870;
    margin-top: 5%;
    margin-left: 0%;
    margin-bottom: 5%;
}

.customReferanceBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;    
}

.contactContainer {
    background-color: #395886;
    max-width: 1920px;
    height: auto;
}

.contactIGLogo {
    max-width: 65%;
    max-height: 65%;
    margin-top: 5%;
    margin-left: 35%;
}

.contactText {
    margin-top: 5%;
    margin-left: 20%;
}


.phoneContainer {
    margin-top: 6%;
    margin-left: 15%;
    max-width: 550px;
}

.phoneIcon {
    max-width: 30px;
    max-height: 30px;
    
}

.phoneText {
    margin-left: 2%;
}

.indexCopyText {
    margin-top: 4%;
}

.topIcon {
    max-width: 70px;
    max-height: 70px;
}

#scrollToTopBtn {
    width: 60px; /* Düğme genişliği */
    height: 60px; /* Düğme yüksekliği */
    border-radius: 50%; /* Tam bir daire için border yarı çapı */
}

#scrollToTopBtn img {
    width: 100%; /* İçindeki içeriği (resim) dairenin içine sığacak şekilde genişletmek için */
}

#scrollToTopBtn.btn-primary {
    background-color: #053870; /* Özel bir renk kodu */
    border-color: #053870; /* Kenarlık rengi değişiklik yapmak istiyorsanız ekleyebilirsiniz */
}

#scrollToTopBtn.btn-primary:hover {
    background-color: #B1C9EF; /* Düğmeye mouse ile gelindiğindeki renk değişikliği */
    border-color: #B1C9EF;
}

