*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "Dancing Script", Sans-serif;
    src: url('../fonts/sebastian_bobby-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Analogue Regular';
    src: url('../fonts/analogue-webfont\ \(1\).woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




a{
    text-decoration: none !important;
}




/* seamless-section start */

.seamless-section{
  padding: 50px 0;
  background: linear-gradient(to bottom, #F6FAFD, #FFF);
}

.seamless-section .row{
    row-gap: 30px;
}

.seamless-section .seamless-title-wapper {
	margin-bottom: 48px;
	position: relative;
	z-index: 2;
}

.seamless-section .seamless-title-wapper h6 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	text-align: center;
	color: #2573A6;
	margin: 0;
	padding-bottom: 8px;
}

.seamless-section .seamless-title-wapper h2 {
	font-family: "Dancing Script", Sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	line-height: 70px;
	text-align: center;
	color: #0B1B2B;
	margin: 0;
	padding-bottom: 12px;
}

.seamless-section .seamless-title-wapper p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #475569;
	margin: 0;
	padding: 0;
}


.seamless-left-wapper{
    border-radius: 1.5rem;
    overflow: hidden;
    height: 100%;
}

.seamless-left-wapper video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}




.seamless-right-wapper ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    list-style: none;
    position: relative;
}

/* .seamless-right-wapper ul::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 16px;
    background: #FF6F61;
    z-index: 0;
} */

.seamless-right-wapper ul li{
    padding-bottom: 15px;
    position: relative;
}

.seamless-right-wapper ul li::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 16px;
    background:#C93B83;
    z-index: 0;
}

.seamless-right-wapper ul li:last-child::before{
    display: none;
}

.seamless-right-wapper ul li .seamless-right-card-wapper{
    display: flex;
    align-items: start;
    gap: 20px;
}

.seamless-right-wapper ul li .seamless-right-card-wapper .seamless-right-card-number{
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background:#2573A6;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.seamless-right-wapper ul li .seamless-right-card-wapper .seamless-right-card-number.enjoy-check{
    background:#C93B83;
}
.seamless-right-wapper ul li .seamless-right-card-wapper .seamless-right-card-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.seamless-right-wapper ul li .seamless-right-card-wapper .seamless-right-card-text h3{
    font-family: 'Analogue Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #0A1A2F;
  margin: 0;
  padding: 0;
}
.seamless-right-wapper ul li .seamless-right-card-wapper .seamless-right-card-text p{
    font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(71, 85, 105);
  margin: 0px;
  padding-bottom: 0px;
}


/* seamless-section end */




@media(min-width:1300px) {
    .container {
        max-width: 1280px;
    }
}
@media(max-width:1199px) {
   
}

@media(max-width:991px) {
     
}

@media(max-width:767px) {
   .seamless-section .seamless-title-wapper h2{
       font-size: 40px;
       line-height: 40px;
   }
  
}