.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myContainer {
    display: flex;
    align-items: center;
}

.text {
    flex: 1;
    padding: 20px;
}

.image {
    flex: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.myacontainer {
    background-image: url('/Content/EXPERIMENTS_150.png');
    background-size: cover;
    background-position: right center;
    text-align: left;
    padding: 300px; /* Sağdan 300px boşluk bırak */
    color: white;
}

.default-padding2 {
    padding: 10% 15%; /* Yükseklik (vertical) ve sol boşluk (left) ayarları */
    margin-left: 0; /* Sol kenar boşluğunu sıfırla */
    padding-left: 0; /* Sol iç boşluğu sıfırla */
    text-align: left; /* Yazıyı sola hizala */
}

.default-padding3 {
    padding: 8% 20%; /* Yükseklik (vertical) ve sağ boşluk (right) ayarları */
    margin-left: 0; /* Sol kenar boşluğunu sıfırla */
    padding-right: 0; /* Sağ iç boşluğu sıfırla */
    text-align: right; /* Yazıyı sağa hizala */
}


@media (max-width: 768px) {
    .default-padding2, .default-padding3 {
        padding: 5%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .col-lg-5, .col-lg-4 {
        width: 100%;
        text-align: center;
    }

    .col-lg-8 {
        width: 100%;
        text-align: center;
        display: block;
    }

    .myCompanies {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

.bolum {
    border: 1px solid #ccc;
    padding: 10px;
}

.resim {
    max-width: 100%;
    height: auto;
}

.default.info {
    text-align: left; /* Yazıları sola hizala */
}

.myacontainer2 {
    background-image: url('/Content/softing%20v1.7/source/assets/img/2440X1578%20WEBPAGE.jpg');
    background-size: cover;
    background-position: right;
    text-align: right;
    padding: 250px;
    color: white;
}

.myacontainer3 {
    background-image: url('/Content/softing%20v1.7/source/assets/img/2440X1578%20WEBPAGE.jpg');
    background-size: cover;
    background-position: right;
    text-align: left;
    padding: 250px;
    color: white;
}

#abouta {
    background-size: cover;
    background-position: right;
}

/* Add media queries for smaller screens */
@media (max-width: 767px) {
    #abouta {
        background-size: contain;
    }
}

.mainscreen {
    height: 100vh;
    /*background-color: #cccccc;*/
}

.containerExperiment {
    -webkit-box-shadow: 0px 20px 13px -7px grey, 5px 5px 15px 5px grey;
    box-shadow: 0px 20px 13px -7px grey, 5px 5px 15px 5px grey;
    background-image: url("https://experiments.vrlabacademy.com/Content/IMG/VR_CategoryBg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.categories {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
}

.card {
    background-color: rgba(255,255,255, 0.0) !important;
    border: none
}


.imgContainer {
    position: relative;
}

.img2 {
    position: absolute;
    bottom: -1px;
    left: 0px;
}

#backBtnImg {
    background-image: url("@Base.GenericModels.SessionRequest.SiteUrl/Content/IMG/VRLabBackButton.png");
    background-size: 50px 50px;
    transition: background 0.25s ease-in-out;
}

    #backBtnImg:hover {
        background-image: url("@Base.GenericModels.SessionRequest.SiteUrl/Content/IMG/VRLabBackButton_Highlight.png");
        background-size: 50px 50px;
    }

#logoutImg {
    background-image: url("@Base.GenericModels.SessionRequest.SiteUrl/Content/IMG/ExitButton.png");
    background-size: 100px 50px;
    transition: background 0.25s ease-in-out;
}

    #logoutImg:hover {
        background-image: url("@Base.GenericModels.SessionRequest.SiteUrl/Content/IMG/ExitButton_Highlight.png");
        background-size: 100px 50px;
    }

.categoryDiv {
    transition: transform 0.3s ease;
}

    .categoryDiv:hover {
        border: 2px solid #00d8ff;
        border-radius: 23px;
        transform: translateY(-10px);
    }

.socialIcons {
    position: relative;
    margin: 20px 0 !important;
    padding-left: 128.5px !important;
}

    .socialIcons a {
        color: #009fe3;
        padding-right: 10px;
    }


/* Custom CSS to hide the dropdown arrow */
.dropdown-toggle::after {
    display: none !important;
}
/* Custom CSS to remove highlights around the dropdown when clicked */
.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}


@media screen and (max-width: 767px) {
    .categoryDiv {
        width: 15.5rem !important;
        margin: 10px !important;
        padding: 0 !important;
    }

    .NameP {
        font-size: 20px;
    }

    .navbarWelcome {
        font-size: 20px !important;
        text-align: center !important;
    }

    .vrlabLogo {
        padding: 0 !important;
        margin-top: 20px;
    }

    .vrLabLogoPic {
        height: 40px;
        width: 150px;
    }

    .vrLabLogoDash {
        height: 50px;
        width: 50px;
    }


    #headerDiv {
        padding: 0 !important;
        margin: 0 !important;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .userName {
        margin-top: 20px !important;
        padding: 0 !important;
        text-align: center;
    }
}


@media screen and (min-width: 768px) and (max-width: 870px) {
    .categoryDiv {
        width: 8rem !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    .NameP {
        font-size: 14px;
    }

    .navbarWelcome {
        font-size: 22px !important;
    }

    .vrlabLogo {
        padding-right: 10px;
    }

    .vrLabLogoPic {
        height: 40px;
        width: 150px;
    }
}

@media screen and (min-width: 871px) and (max-width: 1024px) {
    .categoryDiv {
        width: 10.2rem !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    .NameP {
        font-size: 14px;
    }

    .navbarWelcome {
        font-size: 22px !important;
    }

    .vrlabLogo {
        padding-right: 10px;
    }

    .vrLabLogoPic {
        height: 40px;
        width: 150px;
    }
}

@media only screen and (max-device-width: 480px) {
    .banner-area {
        background-size: cover;
    }
}

#abouta {
    background-image: url(/Content/EXPERIMENTS_72.png);
}

#about2 {
    background-image: url(/Content/FUTURISTIC%20DESIGN.png);
}

@media (max-width: 767px) {
    #abouta {
        background-image: none;
    }

    #about2 {
        background-image: none;
    }
}

@media (max-width: 768px) {
    #abouta {
        background-image: none;
    }

    #about2 {
        background-image: none;
    }

    #about {
        display: none;
    }

    #team {
        display: none;
    }
    /*   #features2 {
            display:none;
        }*/
    .containerExperiment {
        display: none;
    }
    /*          .containerExperiment {
            max-height: 55vh;
        }*/
}

@media (max-width: 900px) {
    /*          .containerExperiment {
            max-height: 75vh;
        }*/
}

@media screen and (min-width: 1025px) and (max-width: 1101px) {
    .categoryDiv {
        width: 13.3rem !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    .NameP {
        font-size: 14px;
    }

    .navbarWelcome {
        font-size: 26px !important;
    }

    .vrLabLogoPic {
        height: 40px;
        width: 150px;
    }

    .vrLabLogoDash {
        height: 50px;
        width: 50px;
    }
}

@media screen and (min-width: 1102px) and (max-width: 1203px) {
    .categoryDiv {
        width: 14.9rem !important;
    }

    .NameP {
        font-size: 16px;
    }

    .navbarWelcome {
        font-size: 30px !important;
    }

    .vrLabLogoPic {
        height: 40px;
        width: 150px;
    }

    .vrLabLogoDash {
        height: 50px;
        width: 50px;
    }
}

@media screen and (min-width: 1204px) and (max-width: 1287px) {
    .categoryDiv {
        width: 11.7rem !important;
    }

    .NameP {
        font-size: 16px;
    }

    .navbarWelcome {
        font-size: 30px !important;
    }

    .vrLabLogoPic {
        height: 40px;
        width: 150px;
    }

    .vrLabLogoDash {
        height: 50px;
        width: 50px;
    }
}

@media screen and (min-width: 1288px) and (max-width: 1389px) {
    .categoryDiv {
        width: 13.3rem !important;
    }

    .NameP {
        font-size: 16px;
    }
}

@media screen and (min-width: 1390px) and (max-width: 1453px) {
    .categoryDiv {
        width: 14.6rem !important;
    }

    .NameP {
        font-size: 16px;
    }
}

@media screen and (min-width: 1454px) and (max-width: 1496px) {
    .categoryDiv {
        width: 15.9rem !important;
    }

    .NameP {
        font-size: 16px;
    }
}

@media screen and (min-width: 1497px) and (max-width: 1561px) {
    .categoryDiv {
        width: 16.3rem !important;
    }
}

@media screen and (min-width: 1562px) and (max-width: 1920px) {
    .categoryDiv {
        width: 17.3rem !important;
    }
}

@media screen and (min-width: 1820px) and (max-width: 1920px) {
    .categoryDiv {
        width: 22.9rem !important;
    }
}

@media screen and (min-width: 1921px) {
    .categoryDiv {
        width: 23.7rem !important;
    }

    .NameP {
        font-size: 20px;
    }
}


@media screen and (max-height: 768px) {
    #categoriesDiv {
        max-height: 75vh;
    }
    /*.containerExperiment {
            max-height: 25vh;
        }*/
}

@media screen and (min-height: 769px) and (max-height: 900px) {
    #categoriesDiv {
        max-height: 80vh;
    }
}

@media screen and (min-height: 901px) and (max-height: 1080px) {
    #categoriesDiv {
        max-height: 81vh;
    }
}

@media screen and (min-height: 1081px) {
    #categoriesDiv {
        max-height: 90vh;
    }
}


::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

input {
    padding: 10px 14px 8px;
    border: 2px solid #ebebeb;
    background: #e5e5e5;
    font: 700 13px Arial, "Helvetica Neue",Helvetica,sans-serif;
    color: #727272;
    border-radius: 6px;
    box-sizing: border-box;
    width: 100%;
    list-style: none;
    margin: 0;
    vertical-align: baseline;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: .85em 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    background-image: none;
    background-color: #049de3;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:hover, .btn:focus {
        color: #fff;
    }

.full {
    width: 100%;
}