@font-face {
    font-family: new-font;
    src: url(./asts/font/RabbidHighwaySignIIHop.otf);
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
 }

body {
    letter-spacing: 1px;
    font-family: new-font;
}

.bg-grad {
    background-image: linear-gradient(to right, #72f2e3, #5d72c7);
}

nav {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.bg-img {
   position: relative;
   background-size:cover;
   width: 100vw;
   height: 100vh;
}

.colour-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

p {
    display: block;
    font-size: 35px;
    padding: 5px;
    margin: 1%;
}

bold {
    font-weight: bold;
}

.box {
    overflow: hidden;
}

.box-x {
    overflow-x: hidden;
}

.resize {
    height: 45px;
    width: 45px;
    padding: 5px;
}

.resize-cross {
    height:30px;
    width: 30px;
}

.resize-action_shot {
    height: 50%;
    width: 50%;
}

.giant-header {
    font-size: 50px;
}

.no-padding-container {
    padding: 0;
}

h1 {
    font-size: 400%;
    padding: 0;
}

h2 {
    font-size: 50px;
    padding: 5px;
}

.fs-10 {
    font-size:44px;
    
}

.fs-7 {
    font-size: 30px;
}

.about-us {
    font-size: 50px;
}

.gradient-hover {
    background: none;
    border: none;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 25px;
}

.gradient-hover:hover {
    background-color: #5d72c7;
}

.about-us-blob {
    position: absolute;
    top: 0%;
    left: 25%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.link-hover {
    background: #ffa500;
    border: none;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 25px;
}

.link-hover:hover {
    background: #5d72c7;;
}

@media all and (min-width: 1299px) {
    .repair-image {
        height: 600px; 
        width: 600px; 
        border-radius: 50%;
    }

    
}

@media not all and (min-width: 1299px) {
    .repair-image {
        height: 500px; 
        width: 500px; 
        border-radius: 50%;
    }
}

@media not all and (min-width: 1091px) {
    .repair-image {
        height: 400px; 
        width: 400px; 
        border-radius: 50%;
    }
}

@media not all and (min-width: 883px) {
    .repair-image {
        height: 300px; 
        width: 300px; 
        border-radius: 50%;
    }

    .about-us-blob {
        opacity: 0.6;
    }
}

@media not all and (min-width: 575px) {
    .repair-image {
        height: 200px; 
        width: 200px; 
        border-radius: 50%;
    }
}

::-webkit-input-placeholder { 
    font-size: 20px; 
}
:-ms-input-placeholder {
    font-size: 20px;
}
::placeholder {
    font-size: 20px;
}

/*not my code*/

*{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffa500;   
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ffa500; 
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ffa500;
}

@media only screen and (min-width: 435px) {
    .rate:not(:checked) > label {
        font-size: 45px;
    }
}

@media only screen and (max-width: 435px) {
    .rate:not(:checked) > label {
        font-size: 30px;
    }
}