@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Bubblegum+Sans&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*  Header Starts  */


.headbar {
    background: #4E4B56;
    padding: 10px 0px;
}

.headbar .text-bar {}

.headbar .text-bar p {
    margin-bottom: 0px;
    font-family: "Bubblegum Sans", sans-serif;
    color: white;
    font-weight: normal;
    font-size: 14px;
}

.header_main {
    padding: 0.7rem 0;
}

.header_main .logo {
}

.header_main .logo img {
    width: auto;
    height: 70px;
}

.header_main .header-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.header_main .header-cta .cta_cm {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.header_main .header-cta .cta_cm ul {
    list-style: none;
    display: flex;
    align-items: end;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 7px;
}

.header_main .header-cta .cta_cm ul img.cta_icon {}

.header_main .header-cta .cta_cm ul p {
    margin-bottom: 0px;
    color: #36B4B4;
    font-family: "Baloo 2", sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.header_main .header-cta .cta_cm ul h6 {
    margin-bottom: 0px;
    font-family: "Bubblegum Sans", sans-serif;
    color: #515050;
    font-weight: normal;
    font-size: 20px;
}

.header_main .header-cta .button_cta a {
    background: #4E4B56;
    border: none;
    border-radius: 10px;
    font-family: 'Bubblegum Sans';
    font-size: 16px;
    text-transform: capitalize;
    padding: 13px 27px;
}
.row_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_main .header-cta .cta_cm ul a {
    text-decoration: none;
}
.header_main.fixed-top {
    background: white;
    box-shadow: 0px 0px 7px 1px #8f8f8f45;
}


/*  Header End  */


/*  Banner  */

section.banner {
    background: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0px 7rem 0px;
}

section.banner .content-banner {
    width: 58%;
    margin: auto;
}

section.banner .content-banner .text-section {
    padding-bottom: 2.8rem;
}

section.banner .content-banner .text-section h3 {
    font-family: 'Bubblegum Sans';
    font-size: 125px;
    color: white;
    font-weight: normal;
    -webkit-text-stroke: 1px black;
    margin-bottom: 0px;
}

section.banner .content-banner .text-section h2 {
    font-family: 'Baloo 2';
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    font-size: 52px;
    /* -webkit-text-stroke: 1px black; */
    width: 85%;
    margin: auto;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.cta-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cta-buttons a.btn.btn-dark {
    background: #4E4B56;
    border: 1px solid black;
}

.cta-buttons a.btn {
    border-radius: 10px;
    padding: 12px 60px;
}

.cta-buttons a.btn span {
    font-family: 'Bubblegum Sans';
    font-size: 28px;
    font-weight: normal;
}
.cta-buttons.centered-btns {
    justify-content: center;
}


section.banner-form-sec {
    background: #4E4B56;
    padding: 2rem 0;
}

section.banner-form-sec .head_sec {
    text-align: center;
    width: 68%;
    margin: auto;
}

section.banner-form-sec .head_sec h3 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    font-family: 'Bubblegum Sans';
    font-size: 47px;
    color: white;
    text-transform: capitalize;
    font-weight: normal;
}



section.banner-form-sec .row_form {
    display: flex;
    align-items: center;
    gap: 2rem;
}

section.banner-form-sec .row_form .input-group {
    align-items: center;
    background: white;
    border-radius: 10px;
}

section.banner-form-sec .row_form .input-group .input-group-prepend {
}

section.banner-form-sec .row_form .input-group .input-group-prepend span {
    background: transparent;
    border: none;
}

section.banner-form-sec .row_form .input-group input {
    height: 55px;
    border-radius: 0px 10px 10px 0px !important;
}

section.banner-form-sec .row_form  input[type="submit"] {
    background: #22ACAC;
    border: none;
    font-family: 'Bubblegum Sans';
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 10px !IMPORTANT;
}


section.sec_2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

section.sec_2 .row {
    align-items: center;
}

section.sec_2 .sec_image {}

section.sec_2 .sec_image img {
    width: 100%;
}

section.sec_2 .text_sec {
    padding-bottom: 0.5rem;
}

section.sec_2 .text_sec h3 {
    color: #22ACAC;
    font-family: 'Baloo 2';
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

section.sec_2 .text_sec h2 {
    color: #222222;
    font-size: 59px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    padding-bottom: 0px;
}

section.sec_2 .text_sec p {
    color: #737373;
    font-family: 'Baloo 2';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.buttons_group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.buttons_group a.btn.btn-theme {
    color: white;
    background: #22ACAC;
}

.buttons_group a.btn {
    font-size: 18px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 12px 55px;
}

.buttons_group a.btn.btn-dark {
    background: #4E4B56;
    color: white;
}

section.services_sec {padding-top: 1.5rem;padding-bottom: 4rem;}

section.services_sec .sec_head {
    width: 58%;
    margin: auto;
    padding-bottom: 1.7rem;
}

section.services_sec .sec_head h3 {
    color: #222222;
    font-family: 'Bubblegum Sans';
    font-size: 59px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 0.7rem;
}

section.services_sec .sec_head p {
    color: #737373;
    font-size: 16px;
    font-family: 'Baloo 2';
    font-weight: normal;
}

.services_slider {
   padding-bottom: 3rem;
}
.services_slider .swiper-pagination {
    position: relative;
    bottom: -3rem;
}
.services_slider .item {
    background: transparent;
    border: 2px solid #395d4152;
    border-radius: 20px;
    padding: 20px 20px;
    height:auto;
}
.services_slider .swiper-pagination span.swiper-pagination-bullet {
    background: #2D4632;
    opacity: 0.4;
    width: 14px;
    height: 14px;
}

.services_slider .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    width: 17px;
    height: 17px;
    top: 1px;
    position: relative;
}
.services_slider .item .image_box {}

.services_slider .item .image_box img {
    height: auto;
    width: 120px;
}

.services_slider .item  .text_slide {
    padding-top: 0.7rem;
    width: 99%;
}

.services_slider .item  .text_slide h4 {
    color: #262626;
    text-transform: capitalize;
    font-family: poppins;
    font-size: 25px;
    font-weight: bold;
    width: 60%;
}

.services_slider .item  .text_slide p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #3D3D3D;
}

section.limited_offer_sec {
    background: url(../images/limited_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2.7rem;
    padding-bottom: 1.5rem;
}

section.limited_offer_sec .sec_head {}

section.limited_offer_sec .sec_head h3 {
    font-size: 69px;
    font-family: 'Bubblegum Sans';
    color: white;
    padding-bottom: 1.2rem;
    text-transform: capitalize;
}

.limited_books_slider {}

.limited_books_slider .item .image_book {}

.limited_books_slider .item .image_book img {
    width:100%;
    aspect-ratio:4/4;
    object-fit:contain;
    
}
.limited_buttons_group.centered_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.9rem;
}

.limited_buttons_group {
    padding-top: 3.4rem;
}

.limited_buttons_group a.btn.btn-light {
    box-shadow: 0px 1px 3px 1px #4d4d4d75;
    font-size: 22px;
    font-family: 'Bubblegum Sans';
    text-transform: capitalize;
    font-weight: normal;
    color: #2B2B2B;
    background: white;
    border-radius: 10px;
    padding: 12px 30px;
}
section.sec_2.sec_5 .row {
    align-items: end;
}

section.portfolio_sec {
    background: url(../images/folio_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4.4rem 0;
}
section.portfolio_sec .sec_head {
    padding-bottom: 1.7rem;
    width: 40%;
    margin: auto;
}

section.portfolio_sec .sec_head h3 {
    color: #22ACAC;
    font-family: 'Baloo 2';
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: capitalize;
}

section.portfolio_sec .sec_head p {
    color: #C2C2C2;
    font-family: 'Baloo 2';
    font-size: 20px;
    line-height: 30px;
}

section.portfolio_sec .sec_head h2 {
    color: #fff;
    font-size: 59px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    padding-bottom: 0px;
}
section.portfolio_sec .image_folio {}

section.portfolio_sec .image_folio img {
    width: 100%;
}
.folio_slider {
    padding-bottom: 0.8rem;
}
section.sec_2.sec_5 .text_sec {
    width: 95%;
}
section.exclusive_sec {
    background: #2E323A;
    padding: 4.5rem 0;
}

section.exclusive_sec .row {
    align-items: start;
}

section.exclusive_sec .image_sec img {
    width: 98%;
}

section.exclusive_sec .text_sec h2 {
    font-family: 'Bubblegum Sans';
    font-size: 89px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 0px;
}

section.exclusive_sec .text_sec p {
    color: #C2C2C2;
    font-size: 20px;
    font-family: 'Baloo 2';
    font-weight: normal;
    line-height: 30px;
}

.buttons_large {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    padding-top: 0.8rem;
}

.buttons_large a.btn.btn-light {
    color: #2B2B2B;
    background: white;
    font-family: 'Bubblegum Sans';
    text-transform: capitalize;
    font-size: 22px;
    padding: 13px 35px;
    border-radius: 10px;
}
footer .footer_main {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}

footer {
    background: #4B4F56;
}

footer .footer_main .logo_footer img {
    width: 95%;
    height: auto;
}

footer .footer_main .text_footer p {
    font-family: 'Poppins';
    color: white;
    margin-bottom: 0px;
    font-weight: 500;
    font-size:16px;
}

footer .footer_bottom {
    border-top: 1.80px solid #329AE3;
    width: 98%;
    margin: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

footer .footer_bottom p.copyrights_text {
    margin-bottom: 0px;
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    font-size:16px;
    
}

footer .footer_bottom ul.terms_pages {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: end;
}

footer .footer_bottom ul.terms_pages a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
}

.buttons_footer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.buttons_footer a.btn.btn-theme {
    font-size: 22px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    border-radius: 10px;
    background: #22ACAC;
    color: white;
    padding: 12px 20px;
}

.buttons_footer a.btn.btn-light {
    font-size: 22px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    border-radius: 10px;
    color: #555555;
    padding: 12px 20px;
}
footer .footer_main .row {
    align-items: center;
}


/*  Popup  */


#contact-popup .modal-body {
	display: flex;
	width: 100%;
	gap: 30px;
	padding: 50px 20px
}

#contact-popup .modal-header {
	position: absolute;
	width: 100%;
	z-index: 1;
	border: none
}

.boxpopupimage {
	position: absolute;
	bottom: 0;
	width: 100%;
	top: 0;
}

.modal-left-content img {
	border-radius: 10px;
	width: 100%
}

.modal-left-content {
	width: 55%
}

.modal-right-content {
	width: 45%;
	display: flex;
	align-items: center
}

	.modal-right-content .form-box {
		padding: 0;
		width: 100%;
		background:white;
	}

div#contact-popup form input[type="submit"]{
    color: #fff;
    background-color: #22acac;
    padding: 8px 45px 8px;
    margin-bottom: 30px;
    font-size: 18px;
    border: 1px solid #22acac;
    border-radius: 50px !important;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.modal-content {
	border-radius: 20px;
	border: none;
	background: #eee !important;
}

	.modal-content .form-box .row {
		margin-bottom: 12px
	}

#contact-popup button.close {
	position: absolute;
	right: -15px;
	background: #22acac;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: none;
	top: -15px
}

	#contact-popup button.close:focus {
		outline: 0
	}

	#contact-popup button.close img {
		max-width: 15px;
		filter: brightness(15) invert(1)
	}

.form-box h3 + p {
	margin-bottom: 24px
}

.form-box label {
	font-size: 15px;
	color: #000;
	font-weight: 700
}

.logo-popups img {
	width: auto;
	padding-left: 130px;
	padding-top: 21px;
	padding-bottom: 40px;
	max-width: 100%;
}

.form-box h3 {
	font-size: 28px;
	color: #6d6d6d;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 700
}

.form-box p.my-pform {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    font-family: 'Poppins';
}

.form-box {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	border-radius: 30px;
	padding: 30px !important;
	margin: 0 30px 0 0
}

	.form-box button.web-blue-btn {
		color: #fff;
		border: 1px solid #22acac;
		background-color: #22acac;
		display: inline-block;
		padding: 10px 40px 6px;
		text-decoration: none;
		font-weight: 500;
		font-family: "Josefin Sans",serif;
		font-size: 18px;
		text-transform: uppercase;
		border-radius: 50px;
		text-align: center;
		margin: 16px auto 0;
		width: 180px
	}

	.form-box input.form-control {
		height: 45px;
		border-color: #707070
	}

	.form-box input::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea.form-control {
		border-color: #707070
	}

    .boxpopupimage {
    	padding-left: 60px;
    }
    
    span.clr-changed {
       color: #22acac;
    }

    /*  Popup End */
    
    ul.content_points {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    ul.content_points p {
        width: 85%;
        font-size: 16px !important;
        line-height: 1.5 !IMPORTANT;
    }
    
    @keyframes jittery {
      5%,
    	50% {
        transform: scale(1);
      }
      10% {
        transform: scale(0.9);
      }
      15% {
        transform: scale(1.15);
      }
      20% {
        transform: scale(1.15) rotate(-5deg);
      }
      25% {
        transform: scale(1.15) rotate(5deg);
      }
      30% {
        transform: scale(1.15) rotate(-3deg);
      }
      35% {
        transform: scale(1.15) rotate(2deg);
      }
      40% {
        transform: scale(1.15) rotate(0);
      }
    }
    
    .call_icon {
        animation: jittery 2s infinite;
    }
