@font-face {
    font-family: b;
    src: url(font/TCB.TTF);
}

#bg1 {
    color: white;
    background-image: url('bgimg/bg1.jpeg');
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70vw;   
    position: relative;
}


.box-uniq {
    padding: 2% 10% 2% 10%;
    margin: 1% 2% 1% 2%;
    background: linear-gradient(to bottom, #0f273ef1, #0f273eaf);
    filter: blur(50%);
    text-align: center;
    border: none;
    border-radius: 30px;
    box-shadow: rgb(0, 0, 0) 0px 22px 70px 4px;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
}

#bul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    font-size: 1.5rem;
    font-family: b;
}

#ser1 {
    background-color: #0B82C3;
    width: 70%;
    border: 3px solid white;
    border-radius: 20px;
    box-shadow: rgb(0, 0, 0) 0px 22px 70px 4px;
    padding: 3% 2% 2% 2%;
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: b;
    font-style: italic;
    z-index: 10;
}

#service {
    box-shadow: rgb(0, 0, 0) 0px 22px 20px 4px;
    width: 90%;
    background-color: #163557;
    border: none;
    border-radius: 58px;
    padding: 0% 5% 10% 5%;
}
#rew1 {
    margin-top: 5%;
    margin-bottom: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10%;
}
#rew1 br{
    display: none;
}

.gr {
    display: grid;
    align-items: center;
    justify-content: center;
    row-gap: 15%;
}

.grimg {
    height: 250px;
    width: 202px;
    cursor: pointer;
    transition: 1s;
    z-index: 1;
    box-shadow: rgb(0, 0, 0) 0px 22px 70px 4px;
    border: none;
    border-radius: 0 0 10px 10px;
}

.grimg:hover {
    transform: scale(1.1);
}
.loogoo{
    width: 202px;
    height: 210px;
    transition: .6s;
}
.loogoo:hover{
    transform: scale(1.2) rotateY(360deg);
}

#rew2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#reviews{
    text-align: center;
}
#reviews h1{
    color: #163557;
    font-size: 40px;
}

#rew2 iframe,#rew2 video {
    height: 30vw;
    width: 75%;
    border: 20px solid #00ADEE;
    border-style: double;
    z-index: 1;
    box-shadow: rgb(0, 0, 0) 0px 22px 70px 4px;
}

#aus {
    text-align: center;
}

#aus h1 {
    color: white;
    font-size: 70px;
    font-family: b;
}

.container1 {
    height: fit-content;
    width: fit-content;
    overflow: hidden;
    padding-right: 1%;
}

.auimg {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: fit-content;
    width: fit-content;
    overflow: hidden;
}

.auimg img {
    width: 500px;
    height: 405px;
    border: 7px solid red;
    border-radius: 55px 0 0 55px;
}

#ccont {
    font-size: 24px;
    line-height: 1.7;
    font-family: b;
    color: white;
}

.aufoot {
    height: fit-content;
    width: fit-content;
    overflow: hidden;
}

.aufoot h6 {
    margin-top: 2%;
    font-size: 30px;
    font-family: b;
}

#member {
    position: relative;
    margin-top: -5%;
}

#member h1 {
    z-index: 99;
    padding: 2% 5% 2% 5%;
    border-radius: 35px 35px 0 0;
    box-shadow: rgb(0, 0, 0) 0px 22px 70px 4px;
    color: white;
    background-color: #EE0707;
    width: fit-content;
    font-size: 50px;
    font-weight: 700;
    border-bottom: 5px solid #163557;
    font-family: b;
    position: absolute;
    left: 0;
    right: 0;
    position: absolute; 
    margin-inline: auto; 
}

#icons {
    height: fit-content;
    width: 100%;
    position: relative;
    background-color: #c2c2c2;
    border: none;
    border-radius: 60px 60px 0 0;
    padding: 15% 20% 10% 20%;
    z-index: -1;
    margin-top: -5%;
}

.ic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: fit-content;
}
.ic img{
    height: 7vw;
    width: auto;
    margin-bottom: 5%;
}
.slide-in-top {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    will-change: opacity, transform;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    will-change: opacity, transform;
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    will-change: opacity, transform;
}

.slide-in-animation {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

#tests {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: white;
    border-radius: .5rem;
    padding: 2% 0 5% 0;
}

#icc {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: b;
    font-style: italic;
    padding: 5% 10% 0 10%;
}
#icc h4{
    font-size: 25px;
    font-family: b;
    color: #163557;
}
#icc p{
    font-size: 20px;
    font-family: b;
    color: #163557;
}
.slider-container {
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    position: relative;
}

.slider-content {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.slider-arrow {
    position: absolute;
    top: 35%;
    font-weight: 600;
    color: white;
    font-size: 90px;
    cursor: pointer;
    z-index: 1;
    color: white;
    transition: .7s;
    padding-bottom: 1%;
    display: none;
}
.slider-arrow:hover{
    color: black;
}

.slider-arrow.left {
    left: 0;
}

.slider-arrow.right {
    right: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.slider-dot {
    width: 10px;
    height: 10px;
    background-color: #0B82C3;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.slider-dot.active {
    background-color: #fff;
}
#line{
    color: #EE0707;
}
@media screen and (max-width:1129px) {
    .auimg img {
        width: 400px;
        height: 305px;
    }
    #ccont{
        font-size: 20px;
    }
}
@media screen and (max-width:992px) {
    #tests {
        margin-top: 5%;
    }
}
@media screen and (max-width:850px) {
    .grimg {
        height: 200px;
        width: 152px;
    }
    .loogoo {
        height: 160px;
        width: 152px;
    }
    #rew2 iframe,#rew2 video {
        height: 40vw;
        width: 85%;
    }
}
@media screen and (max-width:805px) {
    .grimg {
        height: 220px;
        width: 185px;
    }
    .loogoo{
        height: 180px;
        width: 185px;
    }
    .box-uniq {
        padding: 2% 5% 2% 5%;
        margin: 2% 5% 1% 5%;
        
    }
    #bg1{
        align-items: flex-start;
    }
    #bul{
        font-size: 1rem;
    }
    #rew1 {
        display: grid;
        column-gap: unset;
        row-gap: 120px;
    }
    #rew1 br{
        display: block;
    }
}
@media screen and (max-width:696px) {
    #member h1{
        font-size: 35px;
    }
}
@media screen and (max-width:570px) {
    #ser1{
        font-size: 25px;
    }
    #head{
        font-size: 20px;
    }
    #line{
        font-size: 20px;
    }
}
@media screen and (max-width:557px) {
    #member h1{
        font-size: 30px;
    }
    #rew2 iframe,#rew2 video {
        border: 3px solid #00ADEE;
    }
    .box-uniq{
        margin-top: 3%;
    }
    #bg1{
        height: 100vw;
    }
}
@media screen and (max-width:450px) {
    #rew2 iframe,#rew2 video {
        height: 45vw;
        width: 90%;
    }
    #head{
        font-size: 15px;
    }
    #line{
        font-size: 15px;
    }
    #bul{
        font-size: 15px;
    }
    #ser1{
        font-size: 20px;
    }
    #ccont{
        font-size: 15px;
        padding-left: 2%;
        padding-right: 2%;
    }
    .auimg img{
        width: 300px;
        height: 205;
    }
    #aus{
        margin-top: 5%;
    }
    #aus h1{
        font-size: 45px;
    }
    .aufoot h6{
        font-size: 25px;
    }
    #member h1{
        font-size: 25px;
    }
    #icc h4{
        font-size: 20px;
    }
    #icc p{
        font-size: 15px;
    }
    .slider-arrow {
        font-size: 45px;
    }
    .slider-dot {
        width: 5px;
        height: 5px;
    }
}
@media screen and (max-width:416px) {
    .aufoot h6{
        font-size: 22px;
        padding-bottom: 50%;
    }
}
@media screen and (max-width:361px) {
    #bg1{
        height: 120vw;
    }
}
