body {
  /*background: linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(201, 27%, 31%, 1) 100%);*/
  color: #fff;
  background-color: #F3BBAE;
}

#preloader {
  background: var(--bg) url(loader.gif) no-repeat center center;
  background-size: 30%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header a {
  text-decoration: none;
}

.sourceCode {
  position: relative;
  font-family: Raleway;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #8e2de2, #4a00e0);
  color: rgb(255,255,255);
  overflow: hidden;
}

.sourceCode svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.sourceCode span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}

.sourceCode::before,
.sourceCode::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sourceCode::before {
  content: "";
  background: linear-gradient(90deg, hsla(209, 95%, 14%, 1) 0%, hsla(203, 95%, 30%, 1) 50%, hsla(201, 99%, 46%, 1) 100%);
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.sourceCode:hover::before {
  transform: translate3d(100%, 0, 0);
}

.sourceCode:active {
  transform: scale(0.95);
}

.logoName {
  margin: 5px 5px;
  font-family: Anta;
  font-size: 1.5em;
  color: rgb(255,255,255);
}

.container {
    width: 90%;
    max-width: 668px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.logocontainer {
    position: relative;
    width: 150px;
    height: 150px;
/*    background: linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(201, 27%, 31%, 1) 100%);*/
    border-radius: 50%;
    overflow: hidden;
}

.logocontainer::before {
    content: '';
    position: absolute;
     inset: -10px 0px;
/*    background: linear-gradient(315deg,#0ef,#d400d4,#ff0a00,#a400ff);*/
    transition: 0.5s;
    animation: animate 2.5s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.logocontainer::after {
    content: '';
    position: absolute;
/*    background: linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(201, 27%, 31%, 1) 100%);*/
    inset: 3px;
    border-radius: 50%;
    z-index: 1;
}

.logo {
    position: absolute;
    inset: 15px;
    border: 1.5px solid rgb(0, 27, 41);
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    pointer-events: none;
    z-index: 3;
}

.name, .about {
  font-family: Raleway;
  padding: 0;
  margin: 0;
}

.name {
  margin-top: 10px;
  margin-bottom: 5px;
}

.about {
  margin-bottom: 15px;
}

a {
            text-decoration: none;
}


.tiles {
    width: 100%;
    background: linear-gradient(0deg, hsla(209, 87%, 9%, 1) 0%, hsla(201, 96%, 19%, 1) 100%);
    border-radius: 18px;
    color: #fff;
    font-family: Anta;
    margin: 10px;
    cursor: pointer;
    box-shadow: 2px 2px 0 #023E5E;
}

.tiles:hover {
  font-size: 1.1em;
} 

.link {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  display: flex;
  justify-content: flex-start;
  font-size: 2em;
  padding-left: 15px;
}

.social {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.copy {
  display: flex;
  justify-content: flex-end;
  font-size: 2em;
  padding-right: 15px;
}


footer {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  font-family: Raleway;
  font-size: 0.75em;
}

footer a {
  text-decoration: none;
  color: #0ef;
}





/*Added for book now button effect*/
.wrapper{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height:auto;
}

button{
    width:150px;
    height:40px;
    background: linear-gradient(to left top, #FFC0CB 50%, #F89880 50%);
    border-style: none;
    color:#fff;
    font-size: 23px;
    letter-spacing: 3px;
    font-family: 'Lato';
    font-weight: 600;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    border-radius: 10px;
}
button span{
    position: absolute;
    display: block;
}
button span:nth-child(1){
    height: 3px;
    width:200px;
    top:0px;
    left:-200px;
    background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-200px
    }
    100%{
        left:200px;
    }
}
button span:nth-child(2){
    height: 70px;
    width: 3px;
    top:-70px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-70px;
    }
    100%{
        top:70px;
    }
}
button span:nth-child(3){
    height:3px;
    width:200px;
    right:-200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-200px;
    }
    100%{
        right: 200px;
    }
}

button span:nth-child(4){
    height:70px;
    width:3px;
    bottom:-70px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -70px;
    }
    100%{
        bottom:70px;
    }
}

button:hover{
    transition: all .5s;
    transform: rotate(-3deg) scale(1.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
button:hover span{
    animation-play-state: paused;
}


.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.fa-facebook {
  color: #3b5998;
  background-image: linear-gradient( to bottom, transparent 10%, white 20%, white 93%, transparent 93% );
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}


.fa-tiktok {
  color: #111111;
  
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}