body {
    background: url('./img/b.png') no-repeat center center fixed;
    background-size: cover;
    background-color: #4b4b4b;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    position: inherit;
}

.title {
    text-align: center;
    position: relative;
    bottom: 20px;
    color: rgb(141, 226, 72);
    font-size: 25px;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 65vh;
    background-color: none;
    box-sizing: border-box;
    padding: 20px;
}

.google-form {
    margin: 0px 0px 10px 10px;
}

.google-logo {
    width: 100px;
    margin-left: 50px;
}

.search-form {
    display: flex;
    align-items: left;
    margin: 0px 0px 10px -10px;
    max-height: 25px;
}

.search-input {
    width: 150px;
    padding: 5px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 3px;
}

.search-button {
    padding: 0px 18px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.search-button:hover {
    background-color: #357ae8;
}

.side-btn {
    display: flex;
    align-items: center;
    background-color: rgb(146, 208, 80);
    color: rgb(2, 2, 2);
    padding: 8px 25px;
    border-radius: 3px;
    margin-bottom: 8px;
    text-decoration: none;
    box-shadow: 0 0 3px rgba(31, 31, 31, 0.644);
    width: 190px;
}

.side-btn:hover {
    background-color: #218f3e;
    box-shadow: 0 0px 3px #f7fc00;
    font-weight: 600;
    color: white;
}

.arrow-icon {
    margin:0px 8px 0px -15px;
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}

.side-btn:hover .arrow-icon {
    transform: rotate(90deg);
}

.page {
    display: flex;
    align-items: flex-start;
    margin-top: -30px;
    box-sizing: border-box;
}

.Scuts {
    flex: 0 0 200px;
    margin: 10px 0px 0px 10px;
    /* border: 1px solid rgb(81, 255, 0); */

}

.body-image {
    display: flex;
    justify-content: left;
    flex: 1;
}

.Image1 {
    width: 35%;
    margin: 0 10% 0 15%;
}

.Image2 {
    margin: 11% 0 0px 0;
    width: 38%;
}

footer {
    /* position: sticky; */
    bottom: 0;
    margin-top: 0px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 0 0;
}

.cfooter {
    color: white;
    text-decoration: none;
}

.cfooter:hover {
    color: #1606a1;
}

.center {
    width: 100%;
    margin: -30px 0 30px;
    transition: .5s ease-in;
    box-sizing: border-box;
  }

/* Make all images in slider have the same height */
.slider {
    width: 100%;
    height: 34vh;
    /* border: 2px solid rgb(0, 0, 0); */
    transition: .5s ease-in;
    overflow: hidden;
}

.items {
    width: fit-content;
    display: flex;
    height: 210px;
    animation: slide 100s linear infinite;
}

.item {
    width: 350px;
    max-height: fit-content;
    /* border: 1px solid rgb(0, 0, 0); */
    transition: .5s ease-in;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.gtranslate_wrapper {
    display: flex;
    text-align: right;
    margin: 0px 125px -15px;
    /* border: 1px solid black; */

}

.gtranslate_wrapper img {
    width: 50%;
    height: auto;
}

.gtranslate_wrapper a {
    color: rgba(255, 255, 255, 0);
    margin: 0 -6px 0;
    /* border: 1px solid black; */
}

.languages {
    margin: 0px 0px 3px 3px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.stitle {
    margin-left: 20px;
    font-family: 'Courier New', Courier, monospace;
}

.stitle h4 {
    padding: 5px;
    background-color: #232323;
    width: fit-content;
    color: aliceblue;
    text-transform: uppercase;
}

.stitle h3 {
    border-top: 2px solid #232323;
    width: 203px;
    margin-top: -23px;
}

.front {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: fit-content;
    margin: 20px;
    /* color: white; */
}

#front1{
    object-fit: fill;
}

.counter {
    width: 200px;
    height: 350px;
    margin-right: 20px;
    background-color: white;
    /* border: 1px solid black; */
    border-radius: 3px;
    font-family:'Times New Roman', Times, serif;
    box-sizing: content-box;
}

.counter img {
    height: 250px;
    /* border: 1px solid black; */
}

.counter h3 {
    margin: -2px;
    font-size: 15px;
    padding: 5px;
    font-weight: normal;
    /* text-transform:  lowercase; */
}

.plus{
    display: flex;
    /* border: 1px solid black; */
    height: fit-content;
    justify-content: end;
}

.counter .plus a {
    /* border: 1px solid black; */
    text-align: right;
    font-weight: bold;
    text-decoration: none;
}

.gen_plus{
    display: flex;
    height: fit-content;
    justify-content: end;
    margin-bottom: 20px;
}

.gen_plus a:hover {
    transform: translateY(-1px);
    color: #92d050;
    /* box-shadow: 0 0 3px black; */
}

.gen_plus a {
    text-align: right;
    justify-content: end;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
    margin: -10px 20px 0;
}

.counter a {
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 760px) {
    * {
        overflow-x: hidden;
        box-sizing: border-box;
        /* font-size: 10px; */
    }

    .title h2 {
        font-size: 28px;
    }
    .sidemenu {
        width: 80%;
        /* border: 1px solid rgb(255, 255, 0); */
        /* display: flex; */
        margin: 0;
    }
    
    .body-image{
        padding: 0;
        display: flex;
        flex-direction: column;
        /* border: 1px solid beige; */
    }
    
    .side-btn {
        padding: 0px 20px ;
        /* width: 50%; */
    }

    .Image1, .Image2 {
        /* border: 1px solid beige; */
        width: 100%;
    }
    
    .Image1 {
        min-width: 50vw;
        margin: 43% 0 0;
    }
    
    .Image2 {
        min-width: 50vw;
        position: relative;
        margin-right: 50%;
    }

    .page {
        display: flex;
        flex-direction: row;
    }

    .Scuts {
        width: 50%;
        margin: 0px;
        /* border: 1px solid rgb(81, 255, 0); */
    }

    .center {
        margin: 0;
        /* border: 1px solid rgb(255, 230, 0); */

    }
    .gtranslate_wrapper {
        display: inline-block;
        text-align: right;
        flex-direction: row;
        margin: 0px 0 -2px 20px;
        width: 80%;
        /* border: 1px solid rgb(255, 230, 0); */

    }

    .gtranslate_wrapper img {
        width: 9%;
        height: auto;
        margin-left: 25px;
    }


    .gtranslate_wrapper a {
        margin: 0 -17px 0;
        text-align: center;
    }

    .search-input {
        font-size: small;
        margin-left: 10px;
        width: 100px;
    }

    .search-button {
        padding: 0px 10px;
    }
    .google-form{
        margin-left: 0px;
        /* border: 1px solid honeydew; */
    }

    .front {
        display: flex;
        flex-direction: column;
        /* border: 1px solid honeydew; */
        margin: 0;
    }

    .stitle {
        margin: 0;
    }

    .stitle h3 {
        width: 197px;
    }
    .counter {
        margin: 5px 0;
        display: flex;
        height: fit-content;
        width: 100%;
    }
    
    .counter img {
        width: 600px !important;
        max-width: 60% !important;
        height: 100px !important;
        object-position: center ;
        margin-bottom: -3px;
        /* border: 3px solid black; */
    }
    
    .text {
        margin: 0 0 0 -65px;
        /* border: 1px solid black; */
    }

    .plus {
        position: relative;
        /* bottom: 0; */
        /* align-items:last baseline; */
    }
    
    .gen_plus a {
        margin: 0 15px;
    }
}
