@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Ephesis&family=Festive&family=Mea+Culpa&family=Molle&family=MonteCarlo&display=swap');

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 12px;
    background-image: url(./img/IMG_9042.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.profile-card-wrapper .profile-card {
    max-width: 400px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    background: linear-gradient(48deg, rgba(255, 255, 255, 1) 0%, rgba(160, 106, 207, 0.7652310924369747) 21%);
    transition: all 0.25s ease;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .15);
    border-radius: 1.5rem;
}

.profile-card-wrapper .profile-card:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .15);
}

.profile-card-wrapper .profile-card .card-header {
    border-radius: 0.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    /**
	 color: #fff;
	 background: linear-gradient(0deg, #2e2f39, #f50057);*/
    background-image: url(./img/IMG_9042.jpeg);
    border: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-card-wrapper .profile-card .card-header .profile-image {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #4e1c79;
    background-position: 20%;
}

.profile-card-wrapper .profile-card .card-header .profile-name {
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.profile-card-wrapper .profile-card .card-header .profile-role {
    font-size: 1.5rem;
    color: #dbbe3e;
    padding: .5rem;
    font-weight: bold;
    
    margin-top: .6rem;
    border-radius: 5%;
}

.profile-card-wrapper .profile-card .card-header .profile-location {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

.profile-card-wrapper .profile-card .card-header .profile-location i {
    padding-right: 0.3rem;
}

.profile-card-wrapper .profile-card .card-header .divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.profile-card-wrapper .profile-card .card-header .divider svg {
    position: relative;
    display: block;
    width: calc(150% + 1.5px);
    height: 50px;
}

.profile-card-wrapper .profile-card .card-header .divider svg path {
    fill: #fff;
}

.profile-card-wrapper .profile-card .card-body {
    padding: 2rem;
}

.profile-card-wrapper .profile-card .card-body .title {
    color: #495057;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
}

.profile-card-wrapper .profile-card .card-body .contact-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card-wrapper .profile-card .card-body .contact-list .social-icon li {
    display: inline-block;
}

.profile-card-wrapper .profile-card .card-body .contact-list .social-icon li a {
    background: #fff;
    width: 4rem;
    height: 4rem;
    line-height: 48px;
    display: block;
    text-align: center;
    border-radius: 20%;
    font-size: 1.8rem;
    margin: 1.1rem 0.5rem 1rem 0.5rem;
    transition: all 0.3s ease-in-out 0s;
    background: rgb(255, 255, 255);
    background: linear-gradient(48deg, rgba(255, 255, 255, 1) 0%, rgba(160, 106, 207, 0.7652310924369747) 21%);
    color: #4e1c79;
    box-shadow: 6px 5px 5px #6f2da8;
}

.profile-card-wrapper .profile-card .card-body .contact-list .social-icon li a:hover {
    background-color: #758916 !important;
    color: #fff;
}

.profile-card-wrapper .profile-card .profile-action {
    display: flex;
    
}

.profile-card-wrapper .profile-card .profile-action .btn {
    border-radius: 0;
    /*
    border: 1px solid #fff;
    */
    margin: .5rem;
    border-radius: 5%;
    box-shadow: 6px 5px 5px #6f2da8;
}

.btn {
    font-size: 1.25rem;
    padding: 0.7rem 2rem;
    border-radius: 0px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #4e1c79;
    font-weight: bold;
    border-radius: 4px;
    text-transform: capitalize;
    transition: all 0.2s linear;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    background: rgb(255, 255, 255);
    background: linear-gradient(48deg, rgba(255, 255, 255, 1) 0%, rgba(160, 106, 207, 0.7652310924369747) 21%);
}

.btn-common:hover {
    color: #fff;
    background: #758916;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.btn-large {
    width: 100%;
}

/************PARAGRAPH******************/

.bio {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 2rem;
    background-color: #6f2da8d7;
    border-radius: 2%;
    margin-top: 1.5rem;
    z-index: 1;
    line-height: 1.7rem;
    margin: 2rem;
    
}

.fb-post{
    margin: 2rem;
}

/***************PALM TREE IMAGE******************/
.palmtree{
    position: absolute;
    width: 20rem;
    height: 20rem;
    margin-top: -6rem;
    margin-left: -3rem;
    z-index: 9;
  }

  .palmtree2{
    position: absolute;
    width: 15rem;
    height: 20rem;
    margin-top: 2rem;
    margin-left: 22rem;
    z-index: 1;
  }

/***************TRAVEL TEXT IMAGE******************/

.traveltext2{
    position: absolute;
    width: 25rem;
    height: 25rem;
    margin-top: -5rem;
    margin-left: 12.8rem;
    z-index: 99;
}
/***************QR CODE***************

.qrcode{
    position: absolute;
    padding-top: 1rem;
    padding-bottom: 3rem;
    z-index: 1;
}

/************NAME MOVING******************/
.content h2 {
    margin-top: -1rem;
    margin-left: -149px;
    color: #fc0fc0;
    font-size: 6.5em;
    position: absolute;
    font-family: 'Dancing Script', cursive;
    

}

.content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px #fc0fc0;
    text-shadow: 5px 2px 2px #4e1c79, 0 0 1em #4e1c79, 0 0 0.2em #4e1c79;
}

.content h2:nth-child(2) {
    color: #fc0fc0;
    animation: animate 4s ease-in-out infinite;

}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}