@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ceviche+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DynaPuff&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

*{
    scroll-behavior: smooth;
}

body {
    width: 100%;
    background-color: white;
    margin: 0px;
    padding: 0px;
}

.container {
    /* position: relative; */
    margin: 0px;
    width: 100%;
}

.logo {
    position: absolute;
    top: 20px;
    left: 6%;
}

.logo img {
    top: 20%;
    /* height: 120px; */
    width: 40%;
}

.background {
    /* position: absolute; */
    width: 100%;
}

.background img {
    width: 100%;
    height: 700px;
}

.about {
    position: absolute;
    right: 150px;
    top: 35px;
    transition: 0.4s;
}

.about a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 15px;
    transition: 5s;
}

.about a:hover {
    color: black;
}

.contact {
    position: absolute;
    right: 25px;
    top: 35px;
}

.contact a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-size: 18px;

}

.contact a:hover {
    color: black;
}

.welcome,
.site {
    position: absolute;
    top: 250px;
    /* justify-content: center; */
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.welcome h1 {
    margin: 0px;
    font-size: 30px;
    font-weight: 100;
}






/*   Glowing Effect of welcome to start                           */




.welcome h1 {
    /* width: 220px; */
    width: inherit;
    padding: 0px 5px;
    /* height: 35px; */
    height: inherit;
    border: none;
    outline: none;
    color: #fff;
    /* position: relative; */
    z-index: 0;
    border-radius: 10px;
}

.welcome h1:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}


.welcome h1:active:after {
    background: transparent;
}

.welcome h1:before {
    opacity: 1;
}

.welcome h1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #111; */
    left: 0;
    top: 0;
    border-radius: 1px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 500% 0;
    }

    100% {
        background-position: 0 0;
    }
}








/*   Glowing effect of welcome to ends                        */
















.site {
    top: 275px;
    /* background-color: aqua; */
    /* text-align: center; */
    left: 0%;
    transform: translate(0%, 0%);
    font-size: 27px;
    width: 100%;
}

.site h1 {
    margin: 0px;
}

.animate-character {
    background-image: linear-gradient(-225deg,
            #ffffff 20%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 70px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.dropbtn {
    margin: 0px;
    padding: 0px;
    background-color: black;
    cursor: pointer;
}

.dropbtn img {
    margin: 0px;
    padding: 0px;
    width: 45px;
}

.dropdown {
    top: 25px;
    right: 20px;
    position: absolute;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 105px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 2);
    z-index: 0;
}

.dropdown-content a {
    color: white;
    padding: 4px 5px;
    text-decoration: none;
    display: block;
    text-align: right;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
    right: 0px;
}

.para {
    position: absolute;
    top: 355px;
    color: rgb(180, 255, 230);
    /* color: white; */
    font-size: 22px;
    word-spacing: 5px;
    left: 10%;
    width: 80%;
    text-align: center;
    line-height: 1.em;
}




h2 {
    margin: 0px;
}


.container-2 {
    /* display: block; */
    width: 90%;
    margin: auto;
    /* position: relative; */
    /* background-color: #000000; */
    color: white;
    margin-top: 40px;
}



.choose-box {
    padding-top: 76px;
    /* background-color: #000000; */
}

.choose-box .title-page {
    text-align: left;
    padding-bottom: 35px;
}

.title-page h2 {
    font-size: 55px;
    color: #313131;
    line-height: 60px;
    font-weight: bold;
    padding: 0;
    margin: 0px;
}


.text {
    font-weight: normal;
}

.choose-box p {
    margin: 0px;
    font-size: 17px;
    line-height: 36px;
    color: #313131;
    padding: 0px 0px 45px 0px;
}

.img-box figure img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 380px;
}

.big-image {
    flex: 0 0 100%;
    max-width: 100%;
}

figure {
    margin: 0px;
}

.container-3 {
    width: 100%;
    margin: auto;
    /* margin-top: 75px; */
}

.services,
.facilities {
    /* background-color: #00ffd5; */
    /* width: 50%; */
    /* text-align: center; */
    text-transform: uppercase;
    /* margin: auto; */
}

.heading {
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: 'Lobster', cursive;
    font-size: 35px;
    padding: 0px 10%;
    letter-spacing: 4px;
    word-spacing: 12pt;
}

.service-list ul {
    list-style: disc;
    padding-left: 10%;
}

.service-list ul li {
    font-weight: 100;
    font-family: 'DynaPuff', cursive;
    padding: 10px 0px;
    text-align: left;
    font-size: 20px;
}



.hr {
    width: 80%;
    height: 1px;
    display: block;
    position: relative;
    margin: 20px auto;
    margin-bottom: 0em;
    padding: 2em 0;
}

.hr:after,
.hr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 50%;
    left: 0;
}

.hr:before {
    background: linear-gradient(90deg, #10111F 0%, #10111F 50%, transparent 50%, transparent 100%);
    background-size: 15px;
    background-position: center;
    z-index: 1;
}

.hr:after {
    transition: opacity 0.3s ease, -webkit-animation 0.3s ease;
    transition: opacity 0.3s ease, animation 0.3s ease;
    transition: opacity 0.3s ease, animation 0.3s ease, -webkit-animation 0.3s ease;
    background: linear-gradient(to right, #62efab 5%, #F2EA7D 15%, #F2EA7D 25%, #FF8797 35%, #FF8797 45%, #e1a4f4 55%, #e1a4f4 65%, #82fff4 75%, #82fff4 85%, #62efab 95%);
    background-size: 200%;
    background-position: 0%;
    -webkit-animation: bar 15s linear infinite;
    animation: bar 15s linear infinite;
}

@-webkit-keyframes bar {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 200%;
    }
}

@keyframes bar {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 200%;
    }
}

.hr.anim:before {
    background: linear-gradient(90deg, #10111F 0%, #10111F 5%, transparent 5%, transparent 10%, #10111F 10%, #10111F 15%, transparent 15%, transparent 20%, #10111F 20%, #10111F 25%, transparent 25%, transparent 30%, #10111F 30%, #10111F 35%, transparent 35%, transparent 40%, #10111F 40%, #10111F 45%, transparent 45%, transparent 50%, #10111F 50%, #10111F 55%, transparent 55%, transparent 60%, #10111F 60%, #10111F 65%, transparent 65%, transparent 70%, #10111F 70%, #10111F 75%, transparent 75%, transparent 80%, #10111F 80%, #10111F 85%, transparent 85%, transparent 90%, #10111F 90%, #10111F 95%, transparent 95%, transparent 100%);
    background-size: 150px;
    background-position: center;
    z-index: 1;
    -webkit-animation: bar 120s linear infinite;
    animation: bar 120s linear infinite;
}

.hr.anim:hover:before {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.hr.anim:hover:after {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}



@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');



.back {
    background-color: #4cbfc7e2;
    padding-bottom: 20px;
}


h6 {
    font-size: 25px;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    font-weight: lighter;
    padding: 30px;
    margin: 0px;
    /* line-height: 1.7em; */
}


.mail-link h5 {
    text-align: center;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font: 100;
    font-weight: 100;
    margin: 0px;
    display: inline-block;
}

.mail-link a {
    text-decoration: none;
    color: white;
    margin: 0px 7px;
}

.mail-link i {
    font-size: 15px;
    padding: 4px;
    background-color: white;
    color: #4cbfc7e2;
}

.mail-link a:hover {
    color: grey;
}

.mail-link {

    text-align: center;
}

.mail a:hover {
    text-decoration: underline;
}

h6 a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}


h6 i {
    margin: 0px 8px;
    font-size: 20px;
}

.mail-link span {
    padding: 0px 20px;
}

.location i {
    font-size: 20px;
}

.get h6 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    padding: 60px 0px 15px 0px;
}

.location a:hover {
    color: grey;
    text-decoration: underline;
}

.location a {
    word-spacing: 0px;
}

.icons h6 {
    display: inline-block;
    padding: 0px;
    width: 40px;
    height: 40px;
    /* background-color: #4cbfc7e2; */
    color: white;
    border-radius: 20%;
    line-height: 40px;
    margin: 0px 5px;
}

.icons {
    text-align: center;
}

.face {
    background-color: #3b5998;
}

.insta
{
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.whats
{
    background-color: #25D366;
}


.end
{
    width: 90%;
    margin: 20px auto 0px auto;
    height: 1px;
    border: 0px;
    padding: 0px;
    background-color: white;
}



@media screen and (min-width:600px) and (max-width:900px) {
    .background img {
        height: 700px;
    }

    .logo img {
        width: 40%;
    }

    .dropbtn img {
        width: 40px;
    }

    .navbar {
        top: 35px;
        right: 30px;
    }

    .site {
        top: 275px;
    }

    .animate-character {
        font-size: 45px;
    }

    .welcome h1 {
        /* height: 35px; */
        font-size: 28px;
        font-weight: 100;
    }

    .para {
        top: 345px;
    }
}


@media screen and (min-width: 300px) and (max-width:600px) {
    .logo img {
        width: 110px;
    }

    .welcome {
        top: 215px;
    }

    .site {
        top: 240px;
        font-size: 18px;
    }

    .animate-character {
        font-size: 35px;
    }

    .background img {
        height: 685px;
    }

    .dropbtn img {
        width: 30px;
    }

    .welcome h1 {
        /* height: 25px; */
        font-size: 20px;
    }

    .para {
        font-size: 18px;
        word-spacing: 3px;
        left: 10%;
        width: 80%;
    }

    .title-page h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .title-page h2 strong {
        font-size: 40px;
    }


    .location a 
    {
        font-size: 15px;
        line-height: 2px;
    }
}



@media screen and (min-width:415px) and (max-width:600px) {
    .para {
        top: 300px;
    }

    .title-page h2 strong {
        font-size: 50px;
        line-height: 55px;
    }

    .title-page h2 span {
        font-size: 35px;
    }
}



@media screen and (min-width:250px) and (max-width:300px) {
    .logo img {
        width: 100px;
    }

    .dropbtn img {
        width: 25px;
    }

    .welcome {
        top: 170px;
    }

    .welcome h1 {
        /* height: inherit; */
        font-weight: 100;
        font-size: 17px;
    }

    .site {
        top: 205px;
    }

    .animate-character {
        font-size: 30px;
    }

    .para {
        font-size: 15px;
        top: 325px;
        word-spacing: 3px;
        left: 10%;
        width: 80%;
    }

    .title-page h2 {
        font-size: 30px;
        line-height: 35px;
    }

}

@media(max-width:330px) {
    .heading {
        font-size: 21px;
        letter-spacing: 3px;
        padding: 0px;
        word-spacing: 0px;
        text-align: center;
    }

    .service-list ul li {
        font-size: 14px;
    }
    .location a
    {
        font-size: 15px;
    }
}


@media screen and (max-width:250px) {
    .animate-character {
        font-size: 30px;
    }

    .welcome h1 {
        width: inherit;
        font-size: 14px;
    }

    .welcome {
        top: 150px;
    }

    .dropdown {
        right: 10px;
    }

    .dropbtn img {
        width: 25px;
    }

    .site {
        top: 175px;
    }

    .para {
        top: 265px;
        font-size: 16px;
        left: 10%;
        width: 80%;
        word-spacing: 3px;
    }

    .title-page h2 {
        font-size: 27px;
        line-height: 40px;
    }


    .title-page h2 span {
        font-size: 25px;
    }

    .heading {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .service-list ul li {
        font-size: 11px;
    }

    .location 
    {
        font-size: 20px;
    }
    .location a
    {
        font-size: 15px;
        padding: 30px 5px;
    }

    h6 i 
    {
        margin: 0px 4px;
    }
}


@media screen and (max-width:205px) {
    .welcome h1 {
        font-size: 10px;
    }

    .animate-character {
        font-size: 18px;
    }

    .para {
        font-size: 15px;
        top: 230px;
        word-spacing: 3px;
        left: 10%;
        width: 80%;
    }

    .title-page h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .title-page h2 strong {
        font-size: 20px;
    }

    .title-page {
        padding-bottom: 40px;
    }

    .heading {
        font-size: 12px;
    }

    .mail-link h5
    {
        font-size: 13px;
    }
    .location
    {
        font-size: 19px;
    }
}




@media (min-width:175px)and (max-width:205px) {
    .title-page h2 strong {
        font-size: 23px;
    }

    .title-page h2 {
        line-height: 37px;
    }
}



@media (max-width:150px) {

    .container-2 {
        width: 96%;
    }

    .choose-box {
        padding-top: 50px;
    }

    .title-page {
        padding-bottom: 30px;
        font-size: 20px;
    }

    .title-page h2 {
        font-size: 21px;
        line-height: 40px;
    }

    .title-page span {
        font-size: 25px;
    }

}


@media(min-width:330px) {
    .container-2 {
        width: 80%;
    }

    .heading {
        text-align: center;
        font-size: 28px;
        padding: 0px;
        letter-spacing: 2px;
        word-spacing: 2pt;
    }

    .service-list ul li {
        font-size: 18px;
    }
}

@media(min-width:500px) {
    .title-page h2 span {
        font-size: 50px;
    }

    .title-page h2 strong {
        font-size: 47px;
    }

    .heading {
        text-align: left;
        font-size: 35px;
        letter-spacing: 2px;
        padding: 0px 10%;
        word-spacing: 3pt;
    }
}


@media (min-width:768px) {
    .rem {
        display: none;
    }

    .container-2 {
        max-width: 720px;
    }

    .title-page h2 {
        line-height: 35px;
    }

    .title-page h2 strong {
        font-size: 40px;
    }

    .title-page h2 span {
        font-size: 45px;
    }

    .dropbtn
    {
        display: none;
    }

    .dropdown-content{
        display: block;
        position: relative;
        background-color: inherit;
        box-shadow: none;
        font-size: 24px;
        margin-right: 10px;
        
    }
    .dropdown-content a
    {
        display: inline-block;
        color: #000000;
        padding: 4px 15px;
        transition: 0.3s;
    }
    .dropdown-content a:hover
    {
        /* color: rgba(0, 238, 255, 0.729); */
        /* color: #82fff4; */
        color: #fffb00;
        background-color: inherit;
    }

    .choose {
        width: 50%;
        /* padding-right: 0px;
        padding-left: 45px; */
        /* background-color: black; */
    }

    .choose-box p {
        font-size: 21px;

    }

    .choose-box {
        padding-top: 185px;
    }

    .img-box figure img {
        height: 200px;
    }


    .row,
    .flexing {
        display: flex;
        flex-wrap: wrap;
        /* padding: 10px; */
        box-sizing: border-box;
        margin: 0px;
        width: 100%;
    }

    .flexing {
        padding: 5px;
    }

    .image {
        flex: 50%;
    }

    .image-section {
        margin-left: 50px;
        margin-top: 120px;
    }

    .big-image .img-box figure img {
        height: 250px;
    }

    .only figure img {
        padding-left: 5px;
    }

    .heading {
        padding: 0px 45px;
        font-size: 26px;
        word-spacing: 0pt;
        letter-spacing: 2px;
        text-align: left;
    }


    .services,
    .facilities {
        width: 50%;
    }


    .service-list ul {
        padding: 0px 10%;
        margin-bottom: 0px
    }

    .service-list ul li {
        font-size: 18px;
    }

    .services {
        padding: 0px 0px 0px 4%;
    }
}


@media(min-width:900px) {
    .services {
        box-sizing: border-box;
        padding: 0px 0px 0px 6%;
    }

    .facilities {
        box-sizing: border-box;
        padding: 0px 0px 0px 1%;
    }
}

@media (max-width:350px) {
    .img-box figure img {
        height: auto;
    }

    .location
    {
        padding: 30px 10px;
    }
}


@media(min-width:992px) {
    .big-image .img-box figure img {
        height: 280px;
    }

    .container-2 {
        max-width: 960px;
    }

    .heading {
        font-size: 35px;

    }

    .service-list ul li {
        font-size: 21px;
    }

    .services,
    .facilities {
        padding: 0px;
    }
}


@media(min-width:1050px) {
    .services {
        padding: 0px 0px 0px 6%;
        box-sizing: border-box;
    }
}

@media(min-width:1200px) {
    .big-image .img-box figure img {
        height: 310px;
    }

    .container-2 {
        max-width: 1140px;
    }

    .services {
        box-sizing: border-box;
        padding: 0px 0px 0px 9%;
    }

    .facilities {
        box-sizing: border-box;
        padding: 0px 0px 0px 5%;
    }
}


@media(max-width:500px)
{
    .mail-link h5
    {
        display: block;
    }
}