*{
    margin: 0;
    padding: 0;
}
.hero-section-cont{
    width: 100%;
    height: auto;
    background: #070707;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
.hero-header{
    margin-top: 80px;
    font-family: 'PhysisBold';
    font-size: 300%;
    text-align: center;
}
.hero-subtext{
    margin-top: 20px;
    font-family: 'PhysisReg';
    font-size: 175%;
    text-align: center;
}
.hero-button-container{
    width: 100%;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
}
.hero-sec-buttons{
    padding: 23px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-family: 'PhysisBold';
    background: #343E74;
    text-align: center;
    transition: .3s ease-in-out all;
}
.learn-more:hover{
    background: #29305c;
    color: rgb(235, 228, 228);
}
.book-cons{
    background: transparent;
    border: 1px solid white;
    transition: .3s ease-in-out all;
}
.book-cons:hover{
    border: 1px solid #d9cdcd;
    color: #d9cdcd;
}
.hero-video{
    width: 50%;
}
/**/
/**/
.comp-services-cont{
    margin-top: 10px;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 0;
}
.buttons-comp-sec{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2%;
    padding-top: 10px;
}
.buttons-comp{
    width: 30px;
    height: 30px;
    background: #EEEEEE;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}
.current-serv{
    background: #D8D8D8;
}
.unique-grid-container{
    margin-top: 10px;
    width: 100%;
    height: auto;
    background: #F5F5F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1% 0;
}
.unique-grid-header{
    margin-top: 50px;
    font-size: 225%;
    font-family: 'PhysisBold';
}
.unique-font{
    font-family: 'JoeKubert';
    color: #343E74;
}
.unique-grid-ac{
    width: 98%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    margin-top: 32px;
}
.unique-grid-template{
    display: flex;
    flex-direction: column;
    padding-bottom: 5%;
}
.uniq-robots{
    max-height: 150px;
}
.robot-flex-header{
    font-family: 'PhysisBold';
    font-size: 150%;
    padding-top: 50px;
}
.robot-flex-subtext{
    padding-top: 20px;
    width: 80%;
    margin-left: 10%;
    font-family: 'PhysisReg';
    font-size: 125%;
}
.serviced-companies-grid{
    width: 100%;
    height: auto;
    background: #F6F6F8;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1%;
}
.service-companies-temp{
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}
.company-logos{
    max-height: 30%;
    margin-top: 10px;
}
.company-subtexts{
    font-family: 'PhysisReg';
    margin-top: 20px;
    font-size: 125%;
    text-align: center;
}
.company-vids{
    width: 20%;
}
.comp-images{
    width: 30%;
    margin-top: 20px;
}
.aerial-img{
    width: 80%;
}
.mg-img{
    width: 35%;
}
.client-reviews-cont{
    margin-top: 10px;
    width: 100%;
    height: 100px;
    background: red;
}
/**/
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translate(-100%);
    }
}
.infinite-carousel-reviews{
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
}
.logos-slide{
    display: inline-block;
    animation: 50s slide infinite;
}
.logos-slide img{
    height: 100px;
    margin: 0 40px;
}
.infinite-carousel-reviews:hover .logos-slide{
    animation-play-state: paused;
}
.carousel{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel__slide {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel__slide.active {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.service-txts{
    font-size: 200%;
    position: absolute;
    top: 48%;
    width: 55%;
    text-align: center;
    color: white;
    font-family: 'Aclonica';
    font-size: 350%;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}
.website-op-txt{
    right: 0;

}
.seo-servc-txt{
    width: 100%;
}
.carousel-images-class{
    width: 100%;
    height: 100%;
}
.carousel-controls{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.control-btn{
    width: 30px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 100%;
    border: none;
    transition: .8s ease-in-out all;
    background: #E9EBEF;
    cursor: pointer;
}
.control-btn:hover,
.control-btn:active{
    background: #d4d5d7;
}
.control-btn.active-btn {
    background-color: #b4b4b4;
}
.spaceship-img{
    width: 50%;
}
/**/
@font-face {
    font-family: 'PhysisBold';
    src: url('fonts/RNSPhysis-Bold.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'JoeKubert';
    src: url('fonts/CCJoeKubert\ Bold\ Italic.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'PhysisReg';
    src: url('fonts/SFNSDisplay-Regular.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'PhysisReg';
    src: url('fonts/RNSPhysis-Medium.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'PhysisThin';
    src: url('fonts/RNSPhysis-Thin.otf');
    font-weight: normal;
}
@media screen and (min-width: 0px) and (max-width: 500px)
{
    .hero-header{
        font-size: 150%;
        margin-top: 40px;
    }
    .hero-subtext{
        width: 80%;
        font-size: 100%;
    }
    .hero-video{
        width: 100%;
    }
    .carousel__slide{
        max-height: none;
    }
    .carousel__slide img{
        min-width: 250%;
    }
    .service-txts{
        font-size: 120%;
        top: 40%;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .control-btn{
        width: 20px;
        height: 20px;
    }
    .unique-grid-header{
        font-size: 100%;
    }
    .unique-grid-ac{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .uniq-robots{
        max-height: 80px;
    }
    .robot-flex-header{
        padding-top: 10px;
        font-size: 125%;
    }
    .robot-flex-subtext{
        font-size: 100%;
    }
    .serviced-companies-grid{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .company-logos{
        max-height: 40px;
    }
    .company-subtexts{
        font-size: 100%;
    }
    .service-companies-temp{
        padding-bottom: 20px;
    }
    .logos-slide{
        animation: 50s slide infinite;
    }
    .logos-slide img{
        height: 60px;
        margin: 0 5px;
    }
    .service-txts{
        font-size: 150%;
    }
    .hero-sec-buttons{
        font-size: 80%;
        padding: 3%;
    }
    @media screen and (max-width: 300px)
    {
        .hero-sec-buttons{
            font-size: 50%;
            padding: 10px;
        }
    }
}

@media screen and (min-width: 501px) and (max-width: 900px)
{
    .hero-header{
        font-size: 150%;
        margin-top: 40px;
    }
    .hero-subtext{
        width: 80%;
        font-size: 100%;
    }
    .hero-sec-buttons{
        font-size: 50%;
        padding: 10px;
    }
    .hero-video{
        width: 100%;
    }
    .carousel__slide img{
        min-width: 100%;
    }
    .service-txts{
        top: 45%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 200%;
    }
    .unique-grid-header{
        font-size: 150%;
    }
    .unique-grid-ac{
        display: inline-block;
        grid-template-columns: 1fr;
        grid-auto-flow: column;
        gap: 0;
    }
    .uniq-robots{
        max-height: 100px;
    }
    .serviced-companies-grid{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .service-companies-temp{
        padding-bottom: 50px;
    }
    .company-logos{
        max-height: 60px;
    }
}

@media screen and (min-width: 3000px)
{
    .hero-header,
    .hero-subtext,
    .hero-button-container,
    .hero-video{
        max-width: 3000px;
    }
    .hero-video{
        max-width: 1500px;
    }
    .carousel{
        min-height: 30vh;
    }
    .unique-grid-ac{
        margin: 0 auto;
        max-width: 3000px;
    }
    .comp-images{
        max-height: 350px;
        width: auto;
    }
    .company-logos,
    .company-subtexts,
    .comp-images{
        margin: 0 auto;
        max-width: 2000px;
    }
    .service-companies-temp{
        padding: 2% 0;
    }
    .logos-slide img{
        height: 8vh;
    }
}