/* @import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Noto+Serif+Khojki&display=swap');*/

@import url(https://db.onlinewebfonts.com/c/195651f2390313b5435ad1df8e65d538?family=Ragtime-Medium);




/* general code starts */

:root {
    --main-color: rgb(221, 64, 8);
    --black: #13131a;
    --bg:#000000;
    --border:.1rem solid rgba(0, 0, 0, 0.863);
}

* {
    font-family: "Ragtime-Medium";
    margin: 0; padding: o;
    box-sizing: border-box;
    letter-spacing: 0.7px;
    outline: none; border: none;
    text-decoration: none;
    transition: .2s linear;
}

html {
    font-size: 62.5%;
    /* overflow: hidden; */
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: .8rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 5rem;
}

body {
    background: rgb(221, 64, 8);
    line-height: 1.5;
}

section {
    padding: 2rem 0;
}

/* general code ends */






/* heading section starts */

.heading {
    text-align: center;
    color: var(--main-color);
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 4rem;
    background: transparent;
}

.heading .span {
    color: var(--main-color);
    text-transform: uppercase;
}

.btn {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.8rem 3rem;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    font-size: 1.7rem;
    color: var(--main-color);
    background: var(--bg);
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn:hover {
    letter-spacing: 0.15rem;
    border: solid 0.5px var(--bg);
    border-radius: 10px;
}

.header {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 7%;
    height: 4.5rem;
    padding-top: 2rem;
    margin-bottom: 1.5rem;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
}

.header .logo img {
    height: 3rem;
}

nav.navbar {
    background: transparent;
}

.header .navbar a {
    margin-left: 15px;
    margin: 0 2.5rem;
    font-size: 1.8rem;
    color: var(--main-color);
    background: transparent;
    transition: all 0.5s ease-in-out;
}

.header .navbar a:hover,
.header .navbar a:active {
    color: rgb(134, 22, 14);
    border-bottom: 1px solid rgb(134, 22, 14);
}

.header .icon div {
    color: var(--main-color);
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}

.header .icon div:hover {
    color: var(--main-color);
}

#menu-btn {
    display: none;
}

/* heading section ends */






/* home section starts */

.home {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    padding-top: 3rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('GoToMan/media/backgrounds/gtgbg.jpg');
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.gotoaccess {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('GoToMan/media/backgrounds/gtaccessbg.jpg');
}

.home .hero {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    height: 60%;
    padding: 2.5rem;
    margin: 2rem;
    margin-top: 3rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border:1px solid rgba(0, 0, 0, 0.18);
    box-shadow: 4px 8px 20px 8px rgba(0, 0, 0, 0.61);
    padding-bottom: 10rem;
    flex-wrap: wrap;
    perspective: 1000px;
    transform: rotate3d(0.5, 1, 0, 0deg);
    transition: all 0.6s ease-in-out;
}

.home .hero:hover {
    transform: scale(0.97);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}






/* home section starts */

.gtghomesect {
    background-color: var(--bg);
    margin: 0;
    padding: 0
    ;
}

.gtghome {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 3rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.91)), url('GoToMan/media/backgrounds/gtgfinalbg.jpg');
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

@media (max-aspect-ratio: 1/1) {
    .gtghome {
      flex-direction: column;
      background-size: cover;
      background-position: center;
    }

    .card {
        margin-bottom: 4rem;
    }
  }
  
.parent{
    height: 450px;
    width: 400px;
    padding: 20px;
    perspective: 1000px;
    margin: 3rem;
}
  
.card{
    padding-top: 150px;
    transform-style: preserve-3d;
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url('GoToMan/media/gtaccessgtg.jpg');
    background-position: center center;
    width: 100%;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgb(2, 2, 2);
    border-radius: 10px;
    transform: rotate3d(0.5, 1, 0, 0deg);
}
  
.card:hover{
    background-position: 80% 20%;
    transform: rotate3d(0.5, 1, 0, 25deg);
}

.gtm {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('GoToMan/media/solargtg.jpg');
    transform: rotate3d(-0.5, 1, 0, 0deg);
}

.gtm:hover{
    background-position: 80% 20%;
    transform: rotate3d(-0.5, 1, 0, -25deg);
}
  
.content-box{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.911);
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(143, 42, 3, 0.925) 0px 20px 50px -25px;
    transition: all 0.5s ease-in-out;
    padding: 50px 25px 25px 25px;
    transform-style: preserve-3d;
}
  
.card-title{
    color: var(--main-color);
    font-size: 4rem;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 20px);
    margin: 1rem;
    border-bottom: 1.5px solid var(--main-color);
}
  
.card-title:hover {
    transform: translate3d(0px, 0px, 100px);
}
  
.card-content{
    padding-top: 15px;
    font-size: 1.5rem;
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 20px);
    margin: 2rem;
}
  
.card-content:hover{
    transform: translate3d(0px, 0px, 50px);
}
  
.see-more{
    display: block;
    justify-content: center;
    font-weight: 900;
    width: 130px;
    font-size: 2rem;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 20px);
    margin-top: 2rem;
    margin: 2rem;
}
  
.see-more:hover{
    transform: translate3d(0px, 0px, 50px);
}
  
.date-box{
    position: absolute;
    top: 75px;
    left: 25px;
    height: 60px;
    width: 180px;
    background-color: rgba(138, 20, 20, 0.137);
    border-radius: 10px;
    padding: 12px;
    box-shadow: var(--main-color) 0px 20px 40px 0px, var(--main-color) 0px 13px 20px -15px;
    transform: translate3d(0px, 0px, 50px);
}
  
.date-box span{
    display: block;
    text-align: center;
}
  
.date-box .month{
    color: var(--main-color);
    font-size: 17px;
    font-weight: 700;
}







/* home section ends */




.hero .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    margin: 1rem;
    background: transparent;
    max-height: 60%;
}

.hero .content h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--main-color);
    font-size: 7.5rem;
    font-weight: 600;
    margin-top: 2rem;
    letter-spacing: 2px;
    border-bottom: 2px solid var(--main-color);
    padding: 1rem;
    overflow: hidden;
}

.hero .content .sub-content-p p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 2rem;
    font-weight: lighter;
    line-height: 1.8;
    padding: 1rem;
    margin-bottom: 2rem;
    color: var(--main-color);
    background: transparent;

}

.hero .content .sub-content-p p:hover {
    transform: scale(1.1);
}


.hero .content .sub-content-p .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    padding: 15px;
    font-size: 2rem;
    font-weight: 300;
    color: var(--bg);
    background-color: var(--main-color);
    border: solid 1px var(--main-color);
    transition: all 0.6s ease-in-out;
}

.home .content .btn:hover {
    letter-spacing: 0.15rem;
    background: transparent;
    color: var(--main-color);
    border: solid 1px var(--main-color);
    border-radius: 10px;
    font-size: 2.6rem;
    transform: scale(0.92);
}

/* home section ends */






/* about section starts */

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    padding-top: 3rem;
    margin-bottom: 5rem;
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 95%;
    padding: 3rem;
    display: flex;
    margin-top: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--bg);
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 2px 8px 12px 4px rgba(0, 0, 0, 0.589);
}

.about .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
    padding: 4rem;
    margin: 3rem;
    padding: 1rem;
    background: var(--bg);
    width: 90%;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.about h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    margin-bottom: 8rem;
    font-size: 4rem;
    color: var(--bg);
    background: var(--main-color);
    width: 70%;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 10px;
    box-shadow: inset 2px 8px 12px 4px rgba(0, 0, 0, 0.589);
    transition: all 0.3s ease;
}

.about h1:hover {
    transform: scale(1.04);
}

.about .row .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about .row .content h3 {
    font-size: 3.5rem;
    color: var(--main-color);
    padding: 1rem 0;
    margin-bottom: 1.5rem;
}

.about .row .content p {
    font-size: 1.4rem;
    color: var(--main-color);
    padding: 1rem 0;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.about .row .content .btn {
    display: flex;
    justify-content: center;
    color: var(--bg);
    margin-top: 3rem;
    background-color: var(--main-color);
}

.about .row .content .btn:hover {
    letter-spacing: 0.2rem;
    background: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 10px;
}

/* about section ends */













/* services beta section starts */

.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    padding-top: 3rem;
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    background-color: var(--main-color);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.services .serviceheading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    margin-bottom: 8rem;
    font-size: 4rem;
    letter-spacing: 1.5rem;
    background: var(--bg);
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 2px 8px 12px 4px rgba(0, 0, 0, 0.589);
    color: var(--main-color);
    width: 70%;
    transition: all 0.6s ease-in-out;
}

.services .serviceheading:hover {
    transform: scale(1.04);
}

.services .servicecontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4rem;
    margin: 10px;
    background-color: var(--bg);
    border:1px solid rgb(0, 0, 0);
    border-radius: 10px;
    box-shadow: 4px 8px 20px 8px rgba(0, 0, 0, 0.582);
    flex-wrap: wrap;
    overflow: hidden;
}

.services .servicecontainer .servicecard {
    position: relative;
    min-width: 300px;
    max-width: 450px;
    height: 300px;
    margin: 3rem;
}

.services .servicecontainer .servicecard .serviceface {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.356);
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.services .servicecontainer .servicecard .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 0 7.5px 4px rgb(221, 64, 8, 0.7);
}

.services .servicecontainer .servicecard .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.services .servicecontainer .servicecard .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    color: var(--main-color);
    background: rgba(0,0,0,.7);
    text-align: center;
}

.services .servicecontainer .servicecard .back {
    transform: perspective(600px) rotateY(180deg);
    background: rgb(0, 0, 0);
    padding: 1.5rem;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 4px 6px 8px 4px rgb(221, 64, 8, 0.55);
}

.services .servicecontainer .servicecard .back .servicelink {
    border-top: solid 1px var(--main-color);
    padding-top: 2rem;
}

.services .servicecontainer .servicecard .back .servicelink a {
    color: var(--main-color);
}

.services .servicecontainer .servicecard .back h3 {
    font-size: 1.5rem;
    margin-top: 1.2rem;
    letter-spacing: 0.5px;
    border-bottom: 1.5px solid var(--main-color);
    padding-bottom: 2rem;
}

.services .servicecontainer .servicecard .back p {
    letter-spacing: 1px;
} 

.services .servicecontainer .servicecard:hover .front {
    transform: perspective(600px) rotateY(180deg);
    /* transform: scale(1.06); */
}

.services .servicecontainer .servicecard:hover .back {
    transform: perspective(600px) rotateY(360deg);
    transform: scale(1.1);
}





/* services beta section ends */










/* booking section starts */

.booking {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    padding-top: 3rem;
    margin-bottom: 5rem;
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.booking-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 95%;
    padding: 3rem 1rem;
    display: flex;
    margin-top: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--bg);
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 2px 8px 12px 4px rgba(0, 0, 0, 0.589);
}

.booking h2 {
    color: var(--bg);
    font-size: 4rem;
    background-color: var(--main-color);
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: inset 2px 8px 12px 4px rgba(0, 0, 0, 0.589);
    margin-bottom: 3rem;
    padding: 3rem;
    width: 70%;
}

.booking p {
    color: var(--main-color);
    font-size: 2rem;
    width: 75%;
    background-color: black;
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 2px 8px 12px 4px rgba(0, 0, 0, 0.589);
    margin-bottom: 3rem;
    padding: 2rem;
    width: 70%;
    overflow: hidden;
}

.booking a.btn {
    color: var(--bg);
    padding: 2rem;
    font-size: 3rem;
    background: var(--main-color);
    border: 1px solid var(--bg);
    width: 70%;
    transition: all 0.6s ease-in-out;
}

.booking a.btn:hover {
    background: var(--bg);
    color: var(--main-color);
    border: 1px solid var(--main-color);
}




/* booking section ends */




/* or section starts */


.or {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
    color: var(--main-color);
    background: var(--bg);
    border-top: 1px solid rgba(0, 0, 0, 0.445);
    border-bottom: 1px solid rgba(0, 0, 0, 0.445);
    box-shadow: 2px 4px 8px rgb(0, 0, 0, 0.583);
    width: 100%;

}

.or p {
    color: var(--main-color);
    font-size: 3rem;
}


/* or section ends */







/* contact section starts */


.contactSec {
    display: flex;
    text-align: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
  }
  
  .contactUs {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--main-color);
    width: 95%;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.7);
    padding: 2rem;
  }
  
  .title {
    font-size: 5rem;
    color: var(--bg);
  }
  
  .box {
    display: flex;
    width: 95%;
    height: 100%;
    margin: 2rem;
    background: var(--bg);
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    flex-wrap: wrap;
  }
  
  .contact {
    width: 50%;
    box-sizing: border-box;
    padding: 0.5rem;
    color: #ff4500;
    background: var(--bg);
    font-size: 1rem;
    border-radius: 10px;
  }

  .info {
    width: 50%;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
  }
  
  .map {
    width: 50%;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .info h3 {
    font-size: 3.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 1.7rem;
  }

  .infoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .infoBox span {
    font-size: 2rem;
    padding: 1rem;
  }

  .infoBox p {
    font-size: 2rem;
    padding: 1rem;
  }
  
  .infoBox a {
    font-size: 2rem;
    padding: 1rem;
    color: var(--main-color);
    text-decoration: none;
  }

  .infoBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5rem;
  }

  .infoBox ul li {
    display: inline-block;
    align-items: center;
    justify-content: center;
  }

  .infoBox ul li a i {
    font-size: 3.7rem;
    margin-top: 4rem;
  }
  
  .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }


/* contact section ends */

@media (max-aspect-ratio: 1/1) {
    .box {
      flex-direction: column;
    }

    .info h3 {
        font-size: 2.5rem;
        padding-bottom: 1rem;
      }

    .infoBox span {
        font-size: 1rem;
        padding: 0.5rem;
      }
    
      .infoBox p {
        font-size: 1rem;
        padding: 0.5rem;
      }
      
      .infoBox a {
        font-size: 1rem;
      }
    
      .infoBox ul li a i {
        font-size: 1.9rem;
        margin-top: 1.5rem;
      }
  
    .contact,
    .map {
      width: 100%;
      height: 50%;
    }
  }






/* footer section starts */

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-p1 {
    padding: 0;
}

.footer-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 1.5rem;
    margin-bottom: 3rem;
    background: var(--bg);
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
}

.footer-heading:hover {
    transform: scale(1.04);
}


footer .logo {
    padding-top: 1rem;
    height: 4rem;
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: var(--bg);
    width: 70%;
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
}

footer h4 {
    font-size: 24px;
    padding-bottom: 20px;
    color: var(--main-color);
}

footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
    color: var(--main-color);
}

footer a {
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 10px;
    color: var(--main-color);
}

footer .copyright {
    width: 70%;
    text-align: center;
    padding: 1rem;
    margin: 3rem;
    background: var(--bg);
    border: 1px solid var(--bg);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
}
  







/* footer section ends */





/* media queries */
@media (max-width:991px) {

    .home {
        background-position: left;
        justify-content: center;
        align-items: center;
    }

    .home .content h3 {
        font-size: 4.5rem;
    }

    .home .content p {
        font-size: 1.5rem;
    }

    html {
        font-size: 55%;
    }

    .header {
        padding: 1.5rem 2rem;
    }

    section {
        padding: 2rem 7%;
    }
}

@media (max-width:768px) {

    #menu-btn {
        display: inline-block;
    }

    .header .navbar {
        position: absolute;
        top: 100%; right: -100%;
        background: var(--bg);
        width: 100%;
        height: calc(100vh - 7.5rem);
        display: block;
        align-items: center;
        justify-content: space-around;
    }

    .header .navbar.active {
        right: 0;
    }

    .header .navbar a {
        color: var(--main-color);
        display: block;
        justify-content: space-around;
        align-items: center;
        margin: 6rem;
        padding-left: 5rem;
        font-size: 2rem;
    }
}

@media (max-width:450px) {

    html {
        font-size: 50%;
    }
}






/* Go To Man Website Ends */






























/* ------------------------------------------------------------------------------------------------------------------- */

/*  


/* ------------------------------------------------------------------------------------------------------------------- */































