


html {
    scroll-behavior: smooth;
  }

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
}
a.active, a:focus, button:focus, button.active {
    outline: none;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover{
    color: #383A3D !important;
}
.btn:focus {
    box-shadow: none;
}
a:focus, a:hover, a:active {
    outline: 0;
    box-shadow: 0;
}
a:focus, a:hover {
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
    margin-bottom: 0;
}
a {
    transition: all ease-in-out 0.5s;
    text-decoration: none;
}
button {
    transition: all ease-in-out 0.5s;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    list-style: none;
}
p {
    margin: 0;
}
input:focus, select:focus, textarea:focus {
    outline: none;
}
figure {
    margin: 0;
}
img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.logo{
    display: flex;
    justify-content: center;
}

.banner-left .text-area h3{
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 150%;
    
    
    color: #32324E;
}
span.green{
    color: #2ECC71;
}
.banner-left{
    max-width: 53%;
  
 
}
.banner-left .text-area p{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-top: 32px;
    border-left: 4px solid #2ECC71;
    color: #32324E;
    padding-left: 20px;

}
.container{
    max-width: 1345px;
}
.banner-main{
    display: flex;
    align-items: center;
    
    margin-top: 145px;

}
.banner-sec{
    padding: 100px 0 140px;
    background: linear-gradient(
0deg
, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #1087FE;
}
.form-area label{
    font-family: 'Poppins',sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 125%;

color: #383A3D;

}
.btn{
    background: #2ECC71;
border-radius: 4px;
font-style: normal;

text-align: center;
max-width: 100%;
width: 100%;
color: #FFFFFF;

}
.btn-register{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    height: 48px;
}
.form-area{
    max-width: 416px;
    background: #FFFFFF;
    box-shadow: 0px 20px 25px -5px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 32px;
    margin-left: 185px;
    z-index: 5555;
    position: relative;
    transition: all 0.3s;
}
.form-area .form-control{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), #32324E;
border-radius: 4px;
}
.form-area ::placeholder{
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 125%;
opacity: 48%;
}
.gradient-img {
    position: absolute;
    right: 0;
    top: 0;
}
.dots-img {
    position: absolute;
    right: 12px;
    top: 0;
}
.banner-img {
    position: absolute;
    right: 0;
    top: 93px;
}
.green-box {
    background: #2ECC71;
    border-radius: 8px;
    height: 140px;
    width: 140px;
    position: absolute;
    top: 106px;
    right: -6px;
}
header{
    position: absolute;
    width: 100%;
    padding-top: 50px;
}
.comment-sec{
    background: #FFFFFF;
    padding: 70px 0 150px;
}
.comment-area .heading-area h4{
font-style: normal;
font-weight: 800;
font-size: 32px;
line-height: 48px;
text-align: center;

color: #32324E;
}
.comment-area .num-count .dashes-divider {
    background-image: url(../images/dashes.svg);
    background-repeat: no-repeat;
    margin: 40px auto 5px;
    width: 2px;
    height: 103px;
    background-position: center;
    padding: 10px 6px;
    border-radius: 10px;
    background-color: #32324e08;
}
.comment-area .num-count .num{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), #32324E;
/* Green/Primary */

border: 2px solid #2ECC71;
padding: 5px;
height: 64px;
width: 64px;
border-radius: 50%;
margin: 10px auto 16px;
display: flex;
align-items: center;
justify-content: center;
}
.comment-area .num-count .num p{
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;

text-transform: uppercase;

color: #2ECC71;

}
.comment-area{
    max-width: 50%;
}
.comment-box .text-area h5{
font-weight: bold;
font-size: 20px;
line-height: 30px;
color: #32324E;
text-align: center;
}
.comment-box .text-area p{
    font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #32324E;
text-align: center;
}
.comment-box {
    max-width: 640px;
    margin: 0 auto;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), #32324E;
    
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 16px;
    position: relative;
    border: 1px solid #32324e24;

}
a.green{
    color: #2ECC71;
}
.calender::after{
    content: "";
    background: url(../images/calender.svg) no-repeat;
    position: absolute;
    right: -35%;
    top: -11px;
    height: 140px;
    width: 200px;
}
.camera-man::after {
    content: "";
    background: url(../images/camera-man.svg) no-repeat;
    position: absolute;
    right: -38%;
    top: -45px;
    height: 192px;
    width: 200px;
}
.media::after{
    content: "";
    background: url(../images/media.svg) no-repeat;
    position: absolute;
    right: -38%;
    top: -8px;
    height: 192px;
    width: 200px;
}
.template-sec{
    padding: 120px 0;
    background: linear-gradient( 
        0deg
         , rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #1087FE;
}
.template-sec .heading-area h5{
    font-weight: bold;
font-size: 40px;
line-height: 60px;

color: #32324E;
}
.template-sec .heading-area p{
font-weight: bold;
font-size: 20px;
opacity: 36%;
line-height: 30px;


}
.img-box-area{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}
.img-box{
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    border-radius: 8px;
    max-width: 416px;
    padding: 16px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #32324e24;
}
.img-box .tags-area ul{
    display: flex;
    margin-top: 16px;
}
.img-box .tags-area ul li{
   
    margin-right: 20px;
   
}
.img-box .tags-area ul li a{
font-weight: 500;
padding: 4px 8px;
font-size: 14px;
line-height: 160%;
color: #32324E;
opacity: 36%;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), #32324E;
border-radius: 16px;
}
.img-box .tags-area ul li a:hover{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #1087FE;
    border-radius: 16px;
    color: #1087FE;
    opacity: 100%;
}
.img-box .tags-area ul li a.active{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #1087FE;
border-radius: 16px;
color: #1087FE;
opacity: 100%;
}
.templates-area{
    max-width: 70%;
}

.partout-area{
    margin-top: 100px;
    max-width: 59%;
}
.map-area ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #32324E;
    margin-bottom: 50px;
}
.map-area ul:last-child li{
    text-align: right;
}
.map-area{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.differentes-area{
    margin-top: 120px;
} 
.btn-package{
    font-weight: 600;
font-size: 14px;
line-height: 16px;
height: 48px;
margin-top: 16px;
}
.package-name h3{
font-weight: bold;
font-size: 20px;
line-height: 30px;

color: #32324E;
}
.package-name p{
    font-weight: 500;
font-size: 16px;
line-height: 150%;
opacity: 46%;
}
.package-price h2{
    font-weight: bold;
font-size: 24px;
line-height: 36px;

color: #1087FE;
}
.package-offers li{
    font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #32324E;
opacity: 48%;
position: relative;
padding-left: 40px;
margin-bottom: 16px;
}
.package-offers li::before{
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background: url(../images/check.svg) no-repeat;
    left: 0px;
    top: 0;
}
.package-box{
    background: #FFFFFF;
border-radius: 8px;
max-width: 416px;
margin-right: 32px;
}
.package-detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.package-body{
    padding: 40px;
    border: 1px solid #32324e24;
    border-radius: 8px;
}
.package-divider{
    height: 1px;
    width: 336px;
    background: #32324E;
    opacity: 14%;
    margin: 24px 0;
}
.packages-area{
    margin-top: 50px;
    display: flex;
}
.sec-body{
    background: #1087FE;
/* Elevation / Large */
position: relative;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 40px;
margin-top: 120px;
}
.sec-body .text-area h1{
    font-weight: bold;
font-size: 40px;
line-height: 60px;
max-width: 681px;
color: #FFFFFF;
}
.sec-body .text-area h1 span{
    color: #32324E;
}
.btn.btn-reconter{
    background: #32324E;
border-radius: 4px;
font-weight: 600;
font-size: 14px;
line-height: 16px;
max-width: auto;
width: auto;
height: 48px;
margin-top: 24px;
color: #FFFFFF;
padding: 0 20px;
}
.sec-body::after{
    content: "";
    background: url(../images/bottom-img.svg) no-repeat;
    height: 300px;
    width: 300px;
    position: absolute;
    right: 60px;
    top: 0;
}
.map-img{
    margin-top: -52px;
    height: 308px;
}
.form-hidden{
    opacity: 0;
    visibility: hidden;
}
  
.sticky{
    position: fixed;
    top: 20px;
}  
.top-100{
    top: -100%;
}
.banner-sec.contact-us{
    padding: 50px 0;
    background: white;
}
.banner-sec.contact-us .banner-main {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.banner-sec.contact-us .form-area {
    margin-left: 0;
}
.banner-sec.contact-us .form-area h1{
font-weight: bold;
font-size: 24px;
line-height: 36px;

color: #32324E;
}
.video-detail p{
    font-weight: normal;
font-size: 14px;
line-height: 165%;
color: #32324E;
opacity: 36%;
padding-top: 24px;
}
.modal-divider{
    height: 496px;
    width: 1px;
    background: #32324e36;
    opacity: 84%;
    margin: 0 5%;
}
.temp-box{
    border-radius: 8px;
    border: 1px solid #32324eab; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   height: 140px;
   width: 200px;
    
}
.temp-box p{
font-weight: normal;
font-size: 12px;
line-height: 150%;
padding: 5px 0;
color: #32324E;
max-width: 60%;
text-align: center;
}
.temp-box a{ 
    font-weight: 600;
    font-size: 12px;
    line-height: 125%;
    max-width: 75%;
    text-align: center;
    color: #1087FE;
}
.stories .heading-area h3{
    font-weight: bold;
font-size: 20px;
line-height: 30px;
padding: 32px 0 16px;
color: #32324E;
}
.stories h5{
    font-weight: 500;
font-size: 14px;
line-height: 160%;
color: #32324E;
opacity: 36%;
padding-bottom: 8px;
}
.story{
    margin-right: 20px;
}
.modal-dialog {
    width: 100%;
    max-width: 80%;
}
.video-detail{
    max-width: 46%;
}
.card-template{
    display: flex;
}
.temp-area{
    display: flex;
    margin-top: 27px;

}
.temp-box{
    margin-right: 30px;
}
.modal-content-cust{
    width: 46%;
}
.story-area{
    display: flex;
}
.video-detail h1{
    font-weight: bold;
font-size: 24px;
padding-bottom: 24px;
line-height: 125%;

color: #32324E;
}
.modal-body{
    padding:  50px ;
}
.close{
    float: none;
}
.close-area{
    display: flex;
    justify-content: flex-end;
    position: relative;
    left: -5%;
}
.modal-header,.modal-body,.modal-footer{
    border: 0;
}

.banner-left h3 img {
    width: 53px;
    margin-top: -15px;
}


.btn:hover{
    background: #32324E;
    color: white;
}
.btn.btn-reconter:hover{
    background: #2ECC71;

}
.img-box .img-box-area img{
    height: 170px;
    object-fit: cover;
    object-position: center;
}
.package-box .img-area img{
    height: 222px;
    object-position: center;
    object-fit: cover;
}