@font-face {
    font-family: H;
    src: url(Helvetica\ Bold.ttf);
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #404040;
    border: none;
    border-radius: 0 0 5px 5px;
}

::-webkit-scrollbar-thumb {
    background: black;
    border: none;
    border-radius: 0 0 5px 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: white;
}
body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
#atag{
    font-size: 25px;
    transition: .4s;
    border-radius: 5px;
}
#atag:hover{
    color: white;
    background-color: gray;
}
header h1,h2{
    text-align: center;
}
#cfl{
    display: grid;
    align-items: center;
    justify-content: center;
    background-image: url(bg1.jpeg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 300px;
    width: 100%;
}
#btn{
    transition: .4s;
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    margin: auto;
    padding: 3%;
    box-shadow: black 0px 0px 0px 2px inset, rgba(255, 255, 255, 0) 10px -10px 0px -3px, rgb(255, 255, 255) 10px -10px;
}
#btn:hover{
    transform: translateX(-10px) translateY(10px);
}
#cnnt{
    background-color: #3D3838;
    padding: 5%;
    position: absolute;
    right: 2%;
    border: none;
    border-radius: 50px 0 0 0;
    width: fit-content;
}
#cnnt2{
    background-color: #3D3838;
    padding: 1%;
    position: absolute;
    right: 85%;
    border-radius: 25px;
    border: none;
    width: fit-content;
}
#cnnt2 img{
    height: 50px;
    width: 50px;
    transition: .4s;
}
#cnnt2 img:hover{
    transform: scale(1.2);
}
main{
    background-color: black;
    color: white;
}
main h1{
    text-align: center;
}
#cfl2 h1{
    text-align: center;
}
#aus{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1%;
}
#aus video{
    width: 100%;
    height: 100%;
}
#aus p{
    font-size: 25px;
    text-align: left;
    line-height: 2.5;
}
#tests1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #8C8C8C;
    padding: 2%;
}
#tests2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: black;
    padding: 2%;
}

#icc {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: italic;
    font-family: H;
    padding: 5% 10% 0 10%;
}

#icc img {
    height: 250px;
    height: 250px;
}

#icc h4 {
    font-size: 25px;
    font-family: H;
}

#icc p {
    font-size: 25px;
    font-family: H;
}

.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: 5%;
}

.slider-arrow {
    position: absolute;
    top: 35%;
    font-weight: 600;
    color: white;
    font-size: 90px;
    font-family: H;
    cursor: pointer;
    z-index: 1;
    transition: .7s;
    padding-bottom: 1%;
}

.slider-arrow:hover {
    color: #404040;
}

.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: white;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.slider-dot.active,
.slider-dot:hover {
    background-color: #404040;
}
#con{
    display: flex;
    align-items: center;
    justify-content: center;
}
#con img{
    height: 440px;
    width: 350px;
}
#cc2 p{
    font-size: 25px;
    text-align: center;
    padding-left: 6%;
    padding-right: 6%;
}
#cc2 img{
    width: 350px;
    height: 220px;
    border-radius: 50px;
}
footer{
    background-color: black;
    color: white;
}
footer h1,p{
    text-align: center;
}
#cfl3{
    width: 75%;
    background-color: #373535;
    border-radius: 25px;
    padding: 5%;
}
input{
    background-color: #8C8C8C;
    width: 450px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding-left: 2%;
}
textarea::placeholder{
    font-style: italic;
}
textarea{
    height: 100px;
    width: 450px;
    background-color: #8C8C8C;
    border-radius: 5px;
    border: none;
    padding-left: 2%;
    resize: none !important;
}
#submit{
    margin-left: 50%;
    width: fit-content;
    padding: 2.75% 15% 5% 15%;
    background-color: #000;
    color: white;
    transition: .4s;
}
#submit:hover{
    background-color: #8C8C8C;
    color: black;
}
.cnt a{
    font-size: 20px;
    text-decoration: none;
    color: #000;
}
.cnt a:hover{
    text-decoration: underline;
}
.cnt img{
    height: 50px;
    width: 50px;
}
#aaa{
    text-decoration: none;
    color: white;
}
#aaa:hover{
    text-decoration: underline;
}
@media screen and (max-width:1362px) {
    input,textarea{
        width: 300px;
    }
}
@media screen and (max-width:1200px) {
    #atag{
        font-size: 18px;
    }
    #cc2 img{
        width: 300px;
        height: 170px;
    }
}
@media screen and (max-width:992px) {
    #cc2 img{
        width: 200px;
        height: 170px;
    }
    input,textarea{
        width: 100%;
    }
    .cnt{
        margin-bottom: 4%;
    }
    #atag{
        font-size: 15px;
    }
    #cnnt,#cnnt2{
        position: unset;
        padding: 10%;
    }
    #cfl{
        background-image: unset;
        background-repeat: repeat;
        height: 500px;
    }
    .cnt a{
        font-size: 20px;
    }
}
@media screen and (max-width:768px) {
    #cc2 img{
        width: 150px;
        height: 170px;
    }
}
@media screen and (max-width:667px) {
    #cfl3{
        width: 90%;
    }
    input,textarea{
        width: 100%;
    }
}
@media screen and (max-width:576px) {
    #cc2 img{
        width: 300px;
        height: 220px;
    }
}
@media screen and (max-width:510px) {
    footer p{
        font-size: 10px;
    }
    #aus p{
        padding-left: 3%;
        font-size: 15px;
    }
    main h1{
        font-size: 25px;
    }
    #cc2 p{
        font-size: 15px;
    }
    #icc h4{
        font-size: 20px;
    }
    .slider-container-1 h2{
        font-size: 20px;
    }
}
@media screen and (max-width:377px) {
    .cnt a{
        font-size: 15px;   
    }
    #cc2 img{
        width: 250px;
        height: 200px;
    }
}