/*=========================== Profile page styling starts here ===================*/
.bodybackground {
    position: static;
}

.unitopbar {
    /*position: sticky;*/
    display: flex;
    top: 0;
    flex-direction: row;
    Width: 100%;
    height: 3.5rem;
    background: #6739b7;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
}

.header {
    position: sticky;
    z-index: 9999;
    top: 0;
    width: 100%;
    z-index: 11111;
}

.title {
    font-size: 2.2rem;
    font-weight: 700;
}

.profile {
    color: var(--white);
    font-size: larger;
    margin: 0 120px 0 0;
}

.iconinfi {
    color: darkorange;
    rotate: 140deg;
    font-size: 2.5rem;
    position: relative;
    display: block;
    min-width: 60px;
    height: 60px;
    line-height: 75px;
    text-align: center;
}

.link-logo {
    font-size: 1rem;
    color: var(--white);
    margin: 0 40px 0 0;
    display: flex;
    flex-direction: row;
    transition: all 0.3s;
    text-decoration: none;
    list-style: none;
    height: 47.2px;
    width: 116.99px;
    justify-content: center;
    align-items: center;
}

.link-logo ion-icon {
    font-size: 1.5rem;
    color: var(--white);
    margin: 0 4px 0 0;
    transition: all 0.3s;
    height: 47.2px;
    border-style: none;
}

.link-logo ion-icon:hover {
    color: darkorange;
}

.link-logo:hover {
    color: darkorange;
}

.link-logo1 {
    font-size: 1rem;
    color: var(--white);
    margin: 0 150px 0 0;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    text-decoration: none;
    list-style: none;
    height: 47.2px;
    width: 116.99px;
    justify-content: center;
    align-items: center;
}

.link-logo1 ion-icon {
    font-size: 1.5rem;
    color: var(--white);
    margin: 0 4px 0 0;
    transition: all 0.3s;
    height: 47.2px;
    border-style: none;
}

.link-logo1 ion-icon:hover {
    color: darkorange;
}

.link-logo1:hover {
    color: darkorange;
}

.profilparent {
    position: inherit;
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96%;
    margin: 20px 29px;
    border-radius: 1rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0.8);
    background: var(--blur);
}

.profilelogo {
    display: flex;
    font-size: 200px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;

}

.profilelogo ion-icon {
    border-radius: 10rem;
    Background: var(--white);

}

/* ================================= tour package styling starts here ==================*/
* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}




.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 20px;
    min-width: 1000px;
    min-height: 500px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    margin: 1px 0 0 100px;
    z-index: 99999;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 20px;
    min-width: 1000px;
    min-height: 500px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    margin: 1px 0 0 20px;
    z-index: 99999;
}

.dropdown:hover .dropdown-content1 {
    display: block;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 20px;
    min-width: 1000px;
    min-height: 500px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    margin: 1px 0 0 -120px;
    z-index: 99999;
}

.dropdown:hover .dropdown-content2 {
    display: block;
}

.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 20px;
    min-width: 1000px;
    min-height: 500px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    margin: 1px 0 0 -150px;
    z-index: 99999;
}

.dropdown:hover .dropdown-content3 {
    display: block;
}

.inner-drop-styl {
    display: flex;
    flex-direction: row;
    margin: 0 50px 0 60px;
    justify-content: space-between;
}

.inn-heading {
    margin-left: -25px;
    margin-top: 20px;
}

.unitopbar1 {
    height: 50px;
    background: var(--gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.unitop-sub1 {
    margin: 0px 0 0 20px;
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}

.unitop-sub2 {
    margin: 0px 0 0 20px;
    display: flex;
    flex-direction: row;
    font-size: 25px;
    column-gap: 15px;
    width: 350px;
    z-index: 9999;
}

.support-field1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-field1 a {
    color: var(--black1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-field1 a:hover {
    color: green;
}

.support-field2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-field2 a {
    color: var(--black1);
    color: var(--black1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-field2 a:hover {
    color: red;
}

.support-field3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-field3 a {
    color: var(--black1);
    color: var(--black1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-field3 a:hover {
    color: #1cbfff;
}

.support-field4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-field4 a {
    color: var(--black1);
    color: var(--black1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-field4 a:hover {
    color: darkgreen;
}



.custom a:hover {
    color: #1cbfff;
}


.inner-drop-styl1 ul {
    text-decoration: none;
    list-style: none;
    width: 150px;
    margin: 10px 10px 0px 0;
}

.inner-drop-styl2 ul {
    text-decoration: none;
    list-style: none;
    width: 150px;
    margin: 50px 10px 10px 0;
}

.inner-drop-styl1 ul li a {
    text-decoration: none;
    color: #222;
}

.inner-drop-styl1 ul li a:hover {
    height: 25px;
    width: 150px;
    justify-content: center;
    align-items: center;
    background-color: #222;
    opacity: 0.8;
    color: #fff;
    display: flex;
}

.inner-drop-styl2 ul li a {
    text-decoration: none;
    color: #222;
}

.inner-drop-styl2 ul li a:hover {
    height: 25px;
    width: 150px;
    justify-content: center;
    align-items: center;
    background-color: #222;
    opacity: 0.8;
    color: #fff;
    display: flex;
}

.drop-down-card {
    margin: 30px 0 0 40px;
    width: 500px;
    height: 300px;
}

.drop-down-card img {
    max-height: 300px;
    max-width: 500px;
    border-radius: 10px;
}

.inn-viewall {
    height: 50px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    background-color: darkorange;
    margin: 10px 40px;

    transition: all 0.3s ease;
}

.inn-viewall:hover {
    height: 60px;
    width: 110px;
}

.inn-viewall ul {
    text-decoration: none;
    list-style: none;
}

.inn-viewall ul li {
    text-decoration: none;
    list-style: none;
}

.inn-viewall ul li a {
    text-decoration: none;
    list-style: none;
    color: var(--black1)
}

/* Slideshow container */
.slideshow-container {
    max-width: 12000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 45px;
    padding: 8px 12px;
    position: absolute;
    bottom: 120px;
    text-align: center;
    height: 5rem;
    width: 20rem;
    display: flex;
    justify-content: center;
    left: 80px;
    background: black;
    opacity: 0.6;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators for family package */
.dot1 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* The dots/bullets/indicators for religion packages */
.dot2 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* The dots/bullets/indicators for Group/solo packages */
.dot3 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/* ================================= tour package styling endes here ==================*/


/*=========================== Profile page styling ends here ===================*/
