::selection{background:#2a0048;color:#fff;}
::-webkit-scrollbar {width: 10px;}
/* Track */
::-webkit-scrollbar-track {background:#fff;}
/* Handle */
::-webkit-scrollbar-thumb {background: #6e3c93;}
::-webkit-scrollbar-thumb:window-inactive {background: #6e3c93;}
body,html{padding:0px;margin:0px;height:100%;font-size: 15px;color: #000;}

.d-desktop{display:block;}
.d-mobile{display:none;}
/*.fixed-top-own 
{
    animation: .75s ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
	margin-top:-100px;
	background-color:#ffffff25;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}*/
.custom-bg-transparent 
{
    /*background-color: #c1c1c178!important;*/
	background-image: linear-gradient(#ffffffe0, #0000005c);
}
.theme-purple{color:#6e3c93;}
.theme-yellow{color:#e19410;}
h2
{
	color:#6e3c93;
}
h2 span
{
	color:#e19410;
}
p
{
	text-align:justify;
}
.custom-bg-color
{
	background-color:#6e3c93;
}
.custom-bg-color-light
{
	background-color:#f8efff;
}
.bg-custom-gradient
{
	 background-image: linear-gradient(to right, #6e3c93 , #e19410);
}
.list-group-item
{
    padding: 0rem;
    border: 0px;
}
.menu-header .list-group-item
{
    padding: 0rem 1rem;
    border: 0px;
}
.navbar-expand-md .navbar-nav .nav-link
{
	font-size:16px;
	color:#6e3c93;
	border-bottom:2px solid transparent;
}
/*.navbar-expand-md .navbar-nav .active>.nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.show, .navbar-expand-md .navbar-nav .show>.nav-link 
{
    color: #e19410;
	border-bottom:2px solid #e19410;
}*/
.navbar-expand-md .navbar-nav .active>.nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.show, .navbar-expand-md .navbar-nav .show>.nav-link, .navbar-expand-md .navbar-nav .nav-link:focus, .navbar-expand-md .navbar-nav .nav-link:hover 
{
	color: #e19410;
	border-bottom:2px solid #e19410;
}
/************** Mouse hover dropdown **********************/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
	animation: .75s ease-in-out 0s normal none 1 running fadeInDown;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
/************** Mouse hover dropdown **********************/
.dropdown-menu 
{
    padding: 0rem;
	border:0px;
}
.dropdown-item
{
	color:#6e3c93;
	font-weight:500;
	border-bottom:2px solid transparent;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover 
{
    color: #e19410;
	border-bottom:2px solid #e19410;
	background-color:#f7edff;
}
.bg-banner 
{
    background-image: url(../images/banner.jpeg);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-banner h1
{
	font-size:50px;
}
.bg-banner p
{
	font-size:26px;
}
a 
{
    color: #1360ae;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none !important;
}
.footer-section .list-group-item 
{
    color: #fff;
    background-color: transparent; 
}
.list-group-item 
{
	background-color: transparent; 
}
.owl-prev, .owl-next
{
	width: 50px;
    height: 50px;
    position: absolute;
	display: block !important;
    border: 1px solid #6e3c93 !important;
    border-radius: 50% !important;
    color: #6e3c93 !important;
    font-size: 30px !important;
    opacity: 1 !important;
	font: revert !important;
}
.owl-prev {top: 40%;left: -75px !important;}
.owl-next{right: -75px !important;top: 40%;}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
.owl-theme .owl-nav [class*=owl-]:hover {	background-color:#6e3c93 !important;color: #fff !important;text-decoration: none;transition: 0.5s all;}
.owl-theme .owl-dots .owl-dot span {background: #e19410;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #6e3c93;}
.btn-own
{
    color: #fff;
    background-color: #6e3c93;
    border-color: #6e3c93;
	transition: 0.5s all;
}
.btn-own:hover
{
    color: #fff;
    background-color: #e19410;
    border-color: #e19410;
	transition: 0.5s all;
}
.btn-check:focus+.btn-own, .btn-own:focus 
{
    color: #fff;
    background-color: #1c1f23;
    border-color: #e19410;
    box-shadow: 0 0 0 0.25rem rgb(233 202 255);
}
.btn-check:active+.btn-own, .btn-check:checked+.btn-own, .btn-own.active, .btn-own:active, .show>.btn-own.dropdown-toggle 
{
    color: #fff;
    background-color: #e19410;
    border-color: #e19410;
}
.btn-check:focus+.btn-own, .btn-own:focus 
{
    color: #fff;
    background-color: #e19410;
    border-color: #e19410;
    box-shadow: 0 0 0 0.25rem rgb(233 202 255);
}
.travel-activities .rounded-own
{
	border-radius:10px;
}
.btn-outline-custom
{
	color: #e19410;
    border-color: #e19410;
}
.btn-outline-custom:hover, .btn-outline-custom.active {
    color: #fff;
    background-color: #e19410;
    border-color: #e19410;
}
.btn-check:focus+.btn-outline-custom, .btn-outline-custom:focus {
    box-shadow: 0 0 0 0.25rem rgb(225 148 16);
}
.mt-custom
{
	margin-top:110px;
}
.breadcrumb-item
{
	color:#fff !important;
}
.breadcrumb-item a
{
	color:#e19410 !important;
}
.breadcrumb-item+.breadcrumb-item::before 
{
    color: #fff;
}
.contact-details .fa-solid
{
	font-size:25px;
}
.table-striped>tbody>tr:nth-of-type(odd) 
{
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #ffffff;
}
.table-hover>tbody>tr:hover 
{
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: #e19410;
}
.norway .list-group-item 
{
	color:#000;
	font-size:18px;
}
.global-gems a button 
{
	color:#fff;
}
.cruise-package .col-md-3 .col-md-12
{
	height:320px;
}
.table 
{
    --bs-table-accent-bg: #df9510;
}
.table-striped>tbody>tr:nth-of-type(odd) 
{
    --bs-table-accent-bg: rgb(110 60 146);
}
.contact-details p a
{
	color:#000;
}
.card 
{
    border: 0px solid #fff;
	text-align:justify;
	text-align-last:center;
}
.curise-bg-banner 
{
    background-image: url(../images/cruise-inner-banner.jpg);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




.max-charecter1
{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}





@media screen and (min-width: 768px) and (max-width: 1100px)
{ 
	
}


@media screen and (max-width: 520px)
{ 
	.d-desktop{display:none;}
	.d-mobile{display:block;}
	.fixed-top-own {margin-top:0px;}
	.navbar-nav 
	{
        background-color: #f5ffff;
    }
	.navbar .w-25{width:45% !important;}
	.navbar-light .navbar-toggler {color: rgb(0 0 0 / 0%);border-color: rgb(0 0 0 / 0%);}
	.navbar-expand-md .navbar-nav .nav-link{font-size:15px;}
	.owl-next {right: -20px !important;}
	.owl-prev {left: -20px !important;}
	.navbar-toggler:focus 
	{
		box-shadow: 0 0 0 0rem;
	}
	.bg-banner .my-5
	{
		margin:0px 0px !important;
	}
	.testimonials .col-1
	{
		width:20%;
	}
	.testimonials .col-2
	{
		width:40%;
	}
	.travel-activities h5, .travel-activities p
	{
		text-align:center !important;
	}
	 .travel-activities img
	{
		margin-left: auto;
		margin-right: auto;
	}
	.bg-banner h1
	{
		font-size:20px;
	}
	.bg-banner p
	{
		font-size:15px;
	}
	.mt-custom
    {
    	margin-top:70px;
    }
}


.sr-modal-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.88);
    z-index:999999;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
    box-sizing:border-box;
}
/* INDEX.PHP - Modal Consent Popup Start */
.sr-modal{
    background:#ffffff;
    width:100%;
    max-width:500px;
    border-radius:12px;
    padding:25px;
    position:relative;
    box-shadow:0 15px 60px rgba(0,0,0,0.35);
    animation:srFadeIn .3s ease;
}

.sr-close{
    position:absolute;
    top:10px;
    right:15px;
    border:none;
    background:none;
    font-size:32px;
    cursor:pointer;
    color:#666;
}

.sr-close:hover{
    color:#000;
}

.sr-modal h2{
    text-align:center;
    margin-bottom:10px;
    font-size:28px;
    font-weight:700;
}

.sr-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:30px;
}

.sr-form-group{
    margin-bottom:10px;
}

.sr-form-group label,
.sr-col label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.sr-form-group input,
.sr-form-group textarea,
.sr-col input{
    width:100%;
    border:1px solid #ddd;
    border-radius:6px;
    padding:14px;
    box-sizing:border-box;
    font-size:15px;
}

.sr-row{
    display:flex;
    gap:20px;
    margin-bottom:18px;
}

.sr-col{
    flex:1;
}

.sr-checkbox{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:25px;
}

.sr-submit-btn{
    width:100%;
    height:42px;
    border:2px solid #1b2b72;
    background:#e5e5e5;
    color:#1b2b72;
    font-size:18px;
    font-weight:600;
    border-radius:6px;
    cursor:pointer;
    transition:.3s;
}

.sr-submit-btn:hover{
    background:#1b2b72;
    color:#fff;
}

@keyframes srFadeIn{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:768px){

    .sr-modal{
        padding:25px;
        max-height:90vh;
        overflow:auto;
    }

    .sr-modal h2{
        font-size:28px;
    }

    .sr-row{
        flex-direction:column;
        gap:15px;
    }
}
/* INDEX.PHP - Modal Consent Popup End */