.main-content {
    padding: 90px 120px;
    background: rgb(255,227,194);
    background: linear-gradient(90deg, rgba(255,227,194,1) 0%, rgba(255,207,165,1) 48%, rgba(255,204,190,1) 100%);
   
}
.logo{
    font-size: 40px;
    font-family: 'Gilroy-Light', sans-serif;
    font-weight: 400;
    text-align: left;
}
.logo span{
    font-family: 'Gilroy-Heavy';
}
.main-content h1{
    font-size: 50px;
    font-family: Roboto Condensed;
    font-weight: 400;
    line-height: 58.59px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}
.main-content h2{
    font-family: Roboto Flex;
    font-weight: 700;
    font-size: 25px;
    line-height: 29.3px;
    color: #000;
    margin-bottom: 40px;
}
.body-content {
    padding: 12% 0;
}
.inside-content{
    padding-right: 60px;
}
.main-content p{
    font-family: Roboto Flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0px;
}
.headtop .menu{
    text-align: right;
    font-size: 35px;
    margin-top: 3px;
}
.headtop .menu i {
    cursor: pointer;
}
.btn.btn-orange{
    padding: 13px 44px;
    background-color: #FF8A00;
    color: #fff;
    border-radius: 50px;
    font-family: Roboto Flex;
    font-weight: 700;
    font-size: 20px;
    margin-top: 50px;
}
.spinner-background{
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0px;
    height: 150vh;
    display: none;
}
.spinner-border{
    position: absolute;
    top: 50%;
}
.desk-content{
    display: block;
}
.mobile-content{
    display: none;
    position: relative;
}
.radius-bg{
    position: relative;
    width: 75%;
    height: 100%;
    border-radius: 100%;
    background: rgb(255,214,118);
    background: linear-gradient(120deg, rgba(255,214,118,1) 10%, rgba(255,214,118,1) 50%, rgba(255,151,117,1) 100%);
    box-shadow: 0px 1px 42px -5px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 1px 42px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 42px -5px rgba(0,0,0,0.75);
}
.radius-bg img{
    max-width: 100%;
    height: auto;
}
.bigsquare-bg {
    background-color: #FD8821;
    height: 85%;
    width: 80%;
    border-radius: 30px;
    position: absolute;
    top: 40px;
    left: 46px;
}
.burgerimg img {
    width: 300px;
    position: absolute;
    top: 15%;
    left: 10%;
}
.smallsquare-bg-top {
    background-color: #fff;
    width: 175px;
    height: 175px;
    border-radius: 25px;
    position: absolute;
    right: -80px;
    top: -80px;
    box-shadow: 0px 1px 24px 7px rgba(230,180,159,0.75);
-webkit-box-shadow: 0px 1px 24px 7px rgba(230,180,159,0.75);
-moz-box-shadow: 0px 1px 24px 7px rgba(230,180,159,0.75);
}
.smallsquare-bg-bottom {
    background-color: #5190B5;
    width: 175px;
    height: 175px;
    border-radius: 25px;
    position: absolute;
    right: -80px;
    bottom: -80px;
    box-shadow: 6px 2px 17px 3px rgba(233,153,118,0.75);
    -webkit-box-shadow: 6px 2px 17px 3px rgba(233,153,118,0.75);
    -moz-box-shadow: 6px 2px 17px 3px rgba(233,153,118,0.75);
}
@media only screen and (min-width: 1980px) {
    .main-content,
    .spinner-background{
        height: 100vh;
    }
}
@media only screen and (max-width: 1440px) {
    .main-content,
    .spinner-background{
        height: 100vh;
    }
}
@media only screen and (max-width: 1024px) {
    .main-content {
        padding: 90px 60px;
    }
    .spinner-background{
        z-index: 9999;
    }
}
@media only screen and (max-width: 1024px) and (min-width:769px) {
    .radius-bg{
        height: 350px;
        left: 10%;
    }
    .bigsquare-bg {
        top: 23px;
        left: 32px;
    }
    .burgerimg img{
        left: 0%;
    }
}
@media only screen and (max-width: 768px) {
    .desk-content{
        display: none;
    }
    .mobile-content{
        display: block;
        margin-bottom: 100px;
        padding-top: 90px
    }
    .inside-content{
        padding-right: 0px;
    }
    .radius-bg{
        height: 450px;
    }
    
}

@media only screen and (max-width: 600px) {
    .main-content {
        padding: 90px 30px;
    }
    .radius-bg{
        height: 300px;
        width: 270px;
    }
    .bigsquare-bg {
        height: 250px;
        width: 80%;
        border-radius: 30px;
        top: 20px;
        left: 26px;
        z-index: 999;
    }
    .burgerimg img{
        left: 5%;
    }
    .smallsquare-bg-top {
        width: 150px;
        height: 150px;
        right: 28px;
        top: -115px;
    }
    .smallsquare-bg-bottom {
        width: 150px;
        height: 150px;
        right: 28px;
        bottom: -130px;
    }
    .logo{
        width: 75%;
    }
    .menu{
        width: 25%;
    }
    .mobile-content{
        margin-bottom: 120px;
    }
    .spinner-background{
        height: 120vh;
    }
}
@media only screen and (max-width: 320px) {
    .bigsquare-bg {
        height: 284px;
        top: 5px;
        left: 26px;
    }
    .burgerimg img{
        left: 0%;
    }
    .radius-bg{
        left: -6%
    }
    .main-content {
        height: 120vh;
    }
}

