/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */
html body h1{
	font-family:font1 !important;
}
html body h2{
	font-family:font1  !important;
}
html body h3{
	font-family:font1  !important;
}
html body h4{
	font-family:font1  !important;
}
html body h5{
	font-family:font1  !important;
}
html body h6{
	font-family:font2  !important;
}
html body p,html body em,html body a,html body button,html body input,html body label,html body legend,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li{
	font-family:font2 !important;
}
html body strong{
	font-family:inherit;
}
/* Typography */

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c) !important;
}
.center {
    text-align: center;
}

div#s1 {
    padding-block: 250px 0px !important;
    z-index: 11;
}

#s1 .t1 h3 {
    font-family: font2 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 1px;
}

#s1 .t1 h3::before,#s1 .t1 h3::after {
    content: '';
    border-bottom: 1px solid black;
    display: inline-block;
    width: 220px;
    margin-inline: 10px;
    position: relative;
    bottom: 5px;
}

#top .hb1 a {
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Group-8.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 14px 30px !important;
    font-weight: 900;
}

#top .current-menu-item a {
    font-weight: 800;
}

#s1 .t1 h1 {
    text-shadow: 1px 1px 0px white;
}

a#b1 {
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Group-8-1.png) no-repeat center center;
    background-size: 100% 100%;
    border: transparent;
    padding: 20px 10px;
    font-size: 16px;
    width: 250px;
    text-align: center;
}

div#s1::before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Link-Holidays_02.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 600px;
    position: absolute;
    top: 412px;
    z-index: 111;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

#s1 .nectar-next-section-wrap {margin-top: 500px;position: relative;margin-bottom: 40px;}

#s1 .nectar-next-section-wrap::before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Scroll-Down-.-Scroll-Down-.-Scroll-Down-.-.png) no-repeat center center;
    background-size: contain;
    width: 90px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    outline: 2px solid black;
    border-radius: 50%;
    outline-offset: 5px;
    animation: spin 20s infinite linear;
}

#s1 .nectar-next-section-wrap a {position: relative;right: 5px;}

#s1 .row-bg.viewport-desktop.using-image::before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Asset-1.png) repeat-x center center;
    width: 200vw;
    height: 340px;
    position: absolute;
    bottom: -160px;
    background-size: contain;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear reverse;
    left: 0;
}


#s2 .row-bg.viewport-desktop.using-bg-color::before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Asset-1.png) repeat-x center center;
    width: 200vw;
    height: 340px;
    position: absolute;
    top: -160px;
    left: 0;
    background-size: contain;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}

@keyframes scroll {
  to {
    background-position: 100000px 0px;
  }
}


#s2 .t1 {
    width: 50%;
}

div#s2 {
    padding-block: 150px 90px !important;
}

#s2 div#in1 {
    aspect-ratio: 1/1.5;
    border-radius: 30px;
    display: flex;
    align-items: end;
    padding: 20px;
    transition: 0.5s;
}

#s2 div#in1>.col {
    width: 100%;
}

#s2 .carousel-item {
    margin-right: 20px;
}

#s2 .owl-stage-outer {
    width: 200%;
}

#s2 .owl-dots {
    display: none;
}

#s1 a#b1 {
    display: table;
    margin-left: auto;
    margin-right: 180px;
}

#s2 a#b1 {
    position: absolute;
    top: 50px;
    right: 0;
}

#s2 .owl-stage {
    padding: 0;
}

div#s3 {
    padding-block: 100px 100px !important;
}

#s3 .i2 {
    margin-top: 80px;
}

#s3 .i1 {
    margin-top: 80px;
}

#s3 .row-bg.viewport-desktop.using-image {
    background-size: contain !important;
    background: white;
}

#s3 .row-bg.viewport-desktop.using-image::before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Asset-1.png) repeat-x center center;
    width: 200vw;
    height: 340px;
    position: absolute;
    bottom: -160px;
    background-size: contain;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear reverse;
    left: 0;
}

#s4 .row-bg.viewport-desktop.using-bg-color::before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Asset-1.png) repeat-x center center;
    width: 200vw;
    height: 340px;
    position: absolute;
    top: -160px;
    background-size: contain;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
    left: 0;
}
div#s4 {
    padding-block: 120px 90px !important;
}

#s4 .t1 p {
    max-width: 700px;
}

#s4 a#b1 {
    position: absolute;
    top: 70px;
    right: 0;
}



#s4 #in1 .img-with-aniamtion-wrap {
    position: relative;
}

#s4 #in1 .img-with-aniamtion-wrap::before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Group-9.png) no-repeat center center;
    width: 90px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    background-size: contain;
    translate: -50% -50%;
    animation: rotate 2s infinite linear alternate;
    opacity: 0;
    transition: 0.5s;
}
@keyframes rotate{
    0%{
        transform:rotate(5deg);
    }
    100%{
        transform:rotate(-5deg);
    }
}

#s4 #in1:hover .img-with-aniamtion-wrap::before {
    opacity: 1;
}

#s4 .carousel-item {
    margin-inline: 10px;
}


#s4 .t2 h6:last-child {
    font-size: 23px;
    line-height: 33px;
}

#s4 .t2 p {
    padding-bottom: 11px;
}
#s4 .owl-stage {
    padding-bottom: 0;
}

#s5 .t2 img {
    width: 100px;
}

#s5 .row-bg.viewport-desktop.using-image {
    background-size: contain;
}

div#s5 {
    padding-block: 90px 950px !important;
}

#s5 .t1 {
    max-width: 680px;
    margin-inline: auto;
}

#s5 .owl-carousel {
    width: 100%;
}

#s5 .carousel-item {
    margin-inline: 10px;
    background: white;
    padding: 20px 25px;
    border-radius: 20px;
    position: relative;
}

#s5 .owl-stage {
    padding: 30px 0px;
}

#s5 .owl-stage-outer {
    filter: drop-shadow(0px 0px 15px #00000030);
}

#s5 .t2 em {
    font-size: 18px;
    line-height: 38px;
    height: 300px;
    display: block;
    overflow-y: scroll;
    padding-right: 10px;
}

#s5 .carousel-item::before {
    content: '';
    background: var(--c);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 107%;
    width: 90%;
    z-index: -1;
    border-radius: 20px;
    border: 1px solid #00000020;
    transition: 0.5s;
}

#s5 .carousel-item:hover::before {
    width: 105%;
    height: 90%;
}

div#s6 .row-bg.viewport-desktop.using-image {border-radius: 15px;}

div#s6 {
    padding: 80px 60px !important;
    margin-top: -200px;
}

#s6 form.tnp-form {
    position: relative;
}

#s6 input.tnp-email {
    background: #ffffffe3;
    color: black;
    border-radius: 50px;
    padding-block: 16px !important;
    padding-right: 190px !important;
    padding-left: 40px !important;
}

#s6 input.tnp-email::placeholder {
    color: black;
}

#s6 input.tnp-submit {
    position: absolute;
    background: #96ba39;
    right: 3px;
    width: auto;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    top: 50%;
    transform: translateY(-50%);
}

#s6 .t1 {
    margin-bottom: 50px;
}

div#s6::before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Group-11.png) no-repeat center center;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 115%;
    width: 94%;
    border-radius: 20px;
    background-size: 100% 100%;
    z-index: 11;
    transition: 0.5s;
    pointer-events: none;
}

div#s6:hover::before {
    height: 94%;
    filter: brightness(0) invert(1);
}

div#g1 {
    padding-block: 90px 770px !important;
}

#g1 .row-bg.viewport-desktop.using-image {
    background-size: contain;
}

#g1 .m2 .widget.widget_nav_menu {
    display: flex;
    align-items: center;
}

#g1 .m2 h2 {
    font-family: font2 !important;
    font-size: 23px !important;
    line-height: 33px !important;
    margin-bottom: 0;
    text-transform: none;
    margin-right: 10px;
}

ul#menu-social {
    margin: 0;
    display: flex;
    gap: 0px 20px;
}

ul#menu-social li {
    list-style: none;
}

ul#menu-social i {
    top: 0;
    font-size: 22px;
}
#g1 ul {
    margin: 0;
}

#g1 ul li {
    list-style: none;
}

#g1 a {
    line-height: 35px;
}

#g1 .hb1 {
    display: none;
}

ul#menu-contact i {
    width: 20px;
    margin-right: 6px;
    font-size: 20px;
}

ul#menu-contact {
    border-block: 1px solid #00000020;
    padding-block: 17px;
}

#g1 .form-field-fm,#g1 .form-area-fm {
    background: transparent;
    border: 1px solid black;
    border-radius: 24px;
}

#g1 .form-area-fm {
    border-radius: 10px;
    height: 100px;
}

#g1 .form-button-fm {
    color: black;
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Group-8-1.png) no-repeat center center transparent;
    background-size: 100% 100%;
    width: 220px;
    text-align: center;
    padding-block: 18px;
}

#g1 .t2 {
    border-top: 1px solid #00000020;
    padding-top: 20px;
    margin-top: 0px;
}

#s5 .t2 h4 {
    display: table;
    margin-bottom: 0;
    position: relative;
}

#s5 .t2 h4::Before {
    content: '';
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Layer-4-copy-2.png) no-repeat center center;
    background-size: contain;
    width: 50px;
    aspect-ratio: 1/1;
    display: table;
    margin-inline: auto;
    margin-bottom: -10px;
}
#s2 .owl-carousel:hover div#in1:not(:hover) {
    scale: 0.95;
    filter: grayscale(1);
}

#s3 img {
    transition: 0.5s;
}

#s3 img:hover {
    transform: scale(0.8) rotate(-25deg);
}
.in .vc_col-sm-4,.in .vc_col-sm-3 {
    margin-top: 30px;
}

#s2 #in1 p {
    font-size: 20px;
    padding-bottom: 10px;
}

#s2 #in1 .vc_col-sm-12 {
    background-color: #00000047;
    padding: 3%;
    border-radius: 30px;
    text-align: center;
    backdrop-filter: blur(5px);
}

label.gfield_label.gform-field-label {
    margin-top: 0px !important;
}

input#gform_submit_button_1 {
    color: black;
    background: url(https://linkholidays.co.uk/wp-content/uploads/2024/07/Group-8-1.png) no-repeat center center transparent;
    background-size: 100% 100%;
    width: 220px;
    text-align: center;
    padding-block: 20px;
    font-size: 20px;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	div#g1 {
    padding-block: 90px 560px !important;
}
	div#s1 {
    padding-block: 200px 0px !important;
}

#s1 .nectar-next-section-wrap {
    margin-top: 350px;
}

    div#s1::before {
        top: 290px;
    }


#s1 .row-bg.viewport-desktop.using-image::before {
    bottom: -200px;
}

#s3 .row-bg.viewport-desktop.using-image::before {
    bottom: -200px;
}



div#s5 {
    padding-block: 90px 820px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	div#s1 {
    padding-block: 150px 0px !important;
}

#s1 .nectar-next-section-wrap {
    margin-top: 290px;
}

    div#s1::before {
        top: 225px;
    }

#s1 .row-bg.viewport-desktop.using-image::before {
    bottom: -220px;
}

div#s5 {
    padding-block: 90px 740px !important;
}

#s5 .carousel-item {
    margin-inline: 20px;
}

#s5 .owl-carousel {
    width: 118%;
}

div#g1 {
    padding-block: 90px 460px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	#s1 .nectar-next-section-wrap {
    margin-top: 270px;
    margin-bottom: 10px;
}

div#s1::before {
        top: 196px;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	div#s1::before {
    top: 199px;
}

#s1 a#b1 {
    margin-right: 130px;
}

html body p, #footer-outer p, #footer-outer a,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li,#g1 a {
    font-size: 14px;
    line-height: 24px;
}

html body h6 {
    font-size: 21px !important;
    line-height: 31px !important;
}

#s4 .t2 h6:last-child {
    font-size: 20px !important;
    line-height: 30px !important;
}

#s5 .t2 em {
    font-size: 19px;
    line-height: 39px;
}

div#s5 {
    padding-block: 90px 660px !important;
}

#g1 a {line-height: 30px !important;}

div#g1 {
    padding-block: 90px 430px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	body #slide-out-widget-area .inner .off-canvas-menu-container li a, body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 16px !important;
    line-height: 26px !important;
}

body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .hb1 {
    display: none;
}
	#s1 a#b1 {
    margin-right: 70px;
}
	#s1 .nectar-next-section-wrap {
    margin-top: 200px;
    margin-bottom: -10px;
}

#s1 .row-bg.viewport-desktop.using-image::before {
    bottom: -240px;
}

div#s1::before {
    top: 108px;
}

a#logo img {
    height: 60px !important;
}

div#s1 {
    padding-block: 80px 0px !important;
}
	#g1 .m2 h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}

html body h4 {
    font-size: 19px !important;
    line-height: 29px !important;
}

html body p, #footer-outer p, #footer-outer a, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li, #g1 a {
    font-size: 12px;
    line-height: 22px;
}

#g1 .t1 {
    margin-bottom: 14px;
}

div#g1 {
    padding-block: 50px 370px !important;
}

#g1 .i1 {
    width: 80px;
}

html body h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

#s6 .t1 {
    margin-bottom: 10px;
}

div#s6 {
    padding: 50px 50px !important;
}

#s5 .carousel-item {
    padding: 30px 40px;
}

#s5 .t2 em {
    font-size: 15px;
    line-height: 34px;
}

html body h5 {
    font-size: 23px !important;
    line-height: 32px !important;
}

div#s5 {
    padding-block: 60px 530px !important;
}

div#s4 {
    padding-block: 90px 60px !important;
}

html body h6 {
    font-size: 16px !important;
    line-height: 26px !important;
}

#s4 .t2 h6:last-child {
    font-size: 16px !important;
    line-height: 26px !important;
}

#s4 .t1 p {
    width: 50%;
}

#s4 a#b1 {
    top: 40px;
}

#s3 .row-bg.viewport-desktop.using-image::before {
    bottom: -240px;
}

#s3 .i1 {
    margin-top: 50px;
}

#s3 .i2 {
    margin-top: 50px;
}

a#b1 {
    font-size: 13px;
    width: 230px;
}

div#s3 {
    padding-block: 60px 70px !important;
}

html body h3 {
    font-size: 25px !important;
    line-height: 35.5px !important;
}

div#s2 {
    padding-block: 90px 60px !important;
}

#s2 .owl-carousel {
    margin-bottom: 0;
}

#s2 a#b1 {
    top: 30px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#s1 {
    padding-block: 50px 520px !important;
}
	.home .container-wrap {
    padding-bottom: 0 !important;
}
	#s1 .t1 h3::before, #s1 .t1 h3::after {
    display: none;
}

html body h1 {
    font-size: 46px;
    line-height: 58px;
}

div#s1::before {
    display: none;
}



#s1 .nectar-next-section-wrap {
    display: none;
}

#s1 a#b1 {
    margin-inline: auto;
}



#s1 .row-bg.viewport-desktop.using-image::before {
    bottom: -270px;
}

#s2 .t1 {
    width: 100%;
}

div#s2 {
    padding-block: 80px 40px !important;
    text-align: center;
}

#s2 a#b1 {
    position: relative;
    top: 0;
    margin-inline: auto;
    margin-top: 20px;
}

#s2 .carousel-item {
    margin-inline: 10px;
}

div#s3 {
    padding-block: 40px 60px !important;
    text-align: center;
}

#s3 .i1 {
    margin-top: 0;
    margin-inline: auto;
    display: table;
}



#s3 .c1 {
    width: 100%;
}

#s3 #in1 .vc_col-sm-6 {
    width: 100%;
}

#s3 .i2 {
    margin-top: 20px;
}

#s3 .i3 {
    margin-left: 0;
    display: table;
}

#s3 #in1 .vc_col-sm-6.ic2 {
    display: none;
}

#s4 a#b1 {
    position: relative;
    top: 0;
    margin-inline: auto;
}

#s2 .owl-dots {
    display: block;
    filter: brightness(0);
    margin-top: 20px;
}

div#s4 {
    text-align: center;
    padding-block: 80px 40px !important;
}

#s4 .t1 p {
    width: 100%;
}

#s4 .owl-stage {
    padding: 0;
}

div#s5 {
    padding-block: 40px 490px !important;
}

#s5 .owl-carousel {
    width: 100%;
}

div#s6 {
    margin-top: 0;
    text-align: center;
}

#s6 .t1 {
    filter: drop-shadow(2px 4px 6px black) drop-shadow(2px 4px 6px black) drop-shadow(2px 4px 6px black) drop-shadow(2px 4px 6px black) drop-shadow(2px 4px 6px black);
}

div#s6::before {
    display: none;
}

#g1 .c1 {
    width: 33%;
}

#g1 .c2 {
    width: 66.66%;
}

#g1 #in1 .vc_col-sm-6 {
    width: 50%;
}

#g1 #in1 .ic1 {
    padding-left: 50px;
}

.wpcf7 .col.span_6 {
    width: 49%;
}

.wpcf7 .row {
    padding-bottom: 0;
}

#g1 .t2 {
    margin-top: 0;
    text-align: center;
}

div#g1 {
    padding-block: 50px 320px !important;
}


	#s2 .owl-carousel:hover div#in1:not(:hover) {
    scale: 1;
    filter: unset;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	#page-header-bg .span_6 h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
	div#s1 {
    padding-block: 40px 410px !important;
}

html body h1 {
    font-size: 22px;
    line-height: 32px;
}

#s1 .row-bg.viewport-desktop.using-image::before {
    bottom: -310px;
}

div#s2 {
    padding-block: 60px 40px !important;
}

#s3 .row-bg.viewport-desktop.using-image::before {
    bottom: -300px;
}

html body h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

#s5 .carousel-item {
    margin-inline: 5px;
    padding: 20px 20px;
}

#s5 .t2 em {
    font-size: 12px;
    line-height: 28px;
}

#s5 .t2 h4::Before {
    margin-top: -10px;
}

div#s5 {
    padding-block: 40px 230px !important;
}

div#s6 {
    padding: 30px 20px !important;
}

#s6 input.tnp-submit {
    position: unset;
    transform: unset;
    margin-top: 10px;
    width: 100%;
    border-radius: 50px !important;
}

#s6 input.tnp-email {
    padding-inline: 20px !important;
}

#g1 .c1 {
    width: 100%;
}

#g1 .c2 {
    width: 100%;
}

#g1 #in1 .ic1 {
    padding-left: 5px;
}

.wpcf7 .col.span_6 {
    width: 100%;
}

.wpcf7 .col.span_6,.wpcf7 .col.span_12 {
    margin-bottom: 10px;
}

div#g1 {
    padding-block: 50px 140px !important;
}


}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}