/*----------------------Fonts--------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');



/**-----------------General style-----------------------*/

:root {

    --color-1: #07476E;
    --color-2: #fff;
    --color-3: #0A6FB2;
    --color-4: #6B7A97;
    --color-5: #EAF6FB;
    --color-6: #A6B7D3;
    --color-7: #F4FBFD;
    --color-8: #29235C;
    --color-9:#EF2D24;
    --color-10:#0078C1;
    --color-11:#A9CB3F;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: var(--color-4);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

img{
    max-width: 100%;
    width: 100%;
}
.white-text {
    color: var(--color-3);
}

.text-right {
    text-align: right;
}

.btn-primary {
    font-size: 15px;
    padding: 12px 11px;
    border-radius: 12px;
    background-color: var(--color-3);
    color: var(--color-2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-color: var(--color-1);
    color: var(--color-2);
}
.bg-blue{
   background-color: var(--color-10); 
}
/**--------------------------Padding/margin----------------------*/
.pl-0 {
    padding-left: 0 !important;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-bt-30 {
    padding-bottom: 30px;
}

.pd-tp-40 {
    padding-top: 40px;
}

.pd-bt-40 {
    padding-bottom: 40px;
}

.pd-tp-50 {
    padding-top: 50px;
}

.pd-bt-50 {
    padding-bottom: 50px;
}

.pd-tp-60 {
    padding-top: 60px;
}

.pd-tp-70 {
    padding-top: 70px;
}

.pd-tp-80 {
    padding-top: 80px;
}

.pd-tp-90 {
    padding-top: 90px;
}

.pd-tp-100 {
    padding-top: 100px;
}

.pd-bt-60 {
    padding-bottom: 60px;
}

.pd-bt-70 {
    padding-bottom: 70px;
}

.pd-bt-80 {
    padding-bottom: 80px;
}

.pd-bt-90 {
    padding-bottom: 90px;
}

.pd-bt-100 {
    padding-bottom: 100px;
}
.p-30{
    padding-left: 30px;
    padding-right: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

/*---------------Hero------------------------*/


.hero-block {
    position: relative;
    padding: 30px 30px 0;

}

.hero-block-inner {
    background-image: url('../images/bg.jpg');
    position: relative;
    padding: 50px 0 0;
    border-radius: 30px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-header-inner {
    position: relative;
    width: 100%;

}

.hero-header-inner .brand-logo {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.hero-header-inner .right-block {
    position: absolute;
    right: 0;
    top: 35px;
}

.hero-header-inner .right-block a {
    text-decoration: none;
    background-color: var(--color-3);
    color: var(--color-2);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
}

.hero-header-inner .right-block a i {
    position: relative;
    left: -4px;
    top: 2px;
}

.hero-header-inner .right-block a:hover,
.hero-header-inner .right-block a:focus {
    background-color: #07476E;
    color: var(--color-2);
}

.hero-content-text {
    padding: 150px 0 0;
}

.header-text {
    padding-top: 80px;
}

.header-text h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 60px;
    color: var(--color-8);
}

.header-text p {
    color: var(--color-4);
    font-size: 22px;
    line-height: 32px;
}

.form-connect {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 12px 35px 0px #6876940d;
    padding: 30px 55px;
}
.form-connect img{
    width: 90px;
}
.connect-box-inner form {
    margin-bottom: 0;
}

.connect-box-inner form .form-control {
    border: 0;
    background-color: var(--color-5);
    padding: 15px;
    border-radius: 12px;
    color: var(--color-6);
    font-size: 12px;
}

.connect-box {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100%;
}

/*---------------------- section-2-----------------------*/


.title-text h2 {
    color: var(--color-1);
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
}
.title-text h2.white-title{
    color: var(--color-2);
}

.title-text h2 span {
    position: relative;
    padding: 10px 20px;
}
.title-text h2.white-title small{
    color: var(--color-10);
}
.title-text  h2.white-title span::before {
    background-image: url(../images/shape-white.png);
}
.title-text h2 span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    height: 100%;
    width: 100%;
    background-image: url(../images/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.title-text h2 span small {
    position: relative;
    z-index: 2;
    line-height: 28px;
    font-size: 28px;
    color: #fff;
}

.convention-card {
    background-color: var(--color-7);
    padding: 20px;
    margin: 20px 0;
    display: block;
    border-radius: 25px;
}

.convention-slider .slick-list {
    margin-left: -60px;
}

.convention-card .info-card {
    padding-top: 15px;
}

.convention-card .info-card h3 {
    color: var(--color-8);
    font-size: 16px;
    font-weight: 600;
}

.convention-card .info-card p {
    color: var(--color-4);
    font-size: 13px;
    line-height: 22px;
}

.convention-slider .swiper-slide {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0;
}

.convention-slider .swiper-slide.swiper-slide-nth-next-2 {
    /* -webkit-transform: scale(1); */
    -ms-transform: scale(1);
    /* transform: scale(1); */
    top: 100px;
    padding: 0 9px;
}

.convention-slider .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
    padding: 0 12px;
}

.convention-slider .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0 20px;
    -webkit-filter: drop-shadow(5px 50px 30px #07397211);
    filter: drop-shadow(5px 50px 30px #07397211);
}

.convention-slider .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
    padding: 0 12px;
}

.convention-slider .swiper-slide.swiper-slide-nth-prev-2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100px;
    padding: 0 9px;
}

.convention-card .img-card img {
    width: 100%;
    border-radius: 12px;
}

.convention-slider.swiper-container {
    padding-bottom: 150px;
}

.convention-slider.swiper-container .swiper-pagination {
    width: 100%;
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: var(--color-5);
}
.swiper-pagination-bullet-active{
    background:var(--color-9) ;
}
.swiper-slide,
.swiper-wrapper{
    
    height: auto;
}

/*----------new-convention  ----------------------*/

.new-convention-content{
    border-radius: 30px;
    position: relative;
    padding: 100px 0;
}
.new-card{
    border-radius: 8px;
    overflow: hidden;
    display: block;
    margin: 0 15px;
}
.new-card .new-card-img {
    height: 240px;
    overflow: hidden;
  }


  .new-card .new-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .new-card  .new-card-info{
    background-color: var(--color-2);
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .new-card  .new-card-info h3 a {
    font-size: 18px;
    color: var(--color-8);
    font-weight: 600;
  }
  .new-card  .new-card-info p{
    color: var(--color-4);
    font-size: 14px;
    line-height: 22px;
  }
  .new-card  .new-card-info h3 a:hover{
    color: var(--color-10);
  }
  .new-block .swiper-container{
    padding-bottom: 70px;
  }
  .swiper-button-next:after{
    font-family: 'remixicon' !important;
    content: "\ea6c";
    font-size: 20px;
 
  }
  .swiper-button-prev:after{
    font-family: 'remixicon' !important;
    content: "\ea60";
    font-size: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev{
    right: 0;
    background-color: var(--color-2);
    color: var(--color-8);  
    width: 50px;
    font-size: 14px;
    height: 50px;
    border-radius: 50%;
  }



  .new-card:hover {
    -webkit-box-shadow: 0px 40px 35px 0px #51558622;
            box-shadow: 0px 40px 35px 0px #51558622;
  }


  .action-content-inner .action-img img
  {
    width: 100%;
border-radius: 30px;
  }
  .action-content-inner  .action-info  h3{
color: var(--color-8);
font-weight: 600;
font-size: 30px;
  }

  .action-content-inner  .action-info  h4{
    font-size: 14px;
    color: var(--color-8);
  }
  .action-content-inner  .action-info  p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .action-content-inner {
    position: relative;
  }
  .action-content-inner img{
    width: auto;
  }
  .action-content-inner .expire-date{
    background-color: var(--color-11);
    padding: 10px 20px;
    font-size: 18px;
    color: var(--color-2);
    border-radius: 15px;
    position: absolute;
    left: 36%;
    bottom: 8%;

  }
  .action-content-inner .expire-date img{
width: 60px;
  }
  .action-content-inner .swiper-pagination {
    right: 0;
    left: auto;
    top: 50%;
    transform: translate3d(0px,-50%,0);
    width: auto;
  }
  .action-content-inner .swiper-pagination-bullet{
  margin: 8px 0!important;
    display: block;
}

/*---------------Footer-------------------*/
.footer-inner{
    border-top: 1px solid #EBEBEB;
    padding: 70px 0 80px;
}
.logo-footer{
    padding-bottom: 50px;
}
.logo-footer img{
    width: 120px;
}
.contact-info-inner small {
    width: 55px;
    display: inline-block;
    height: 55px;
    margin-right: 12px;
    line-height: 55px;
    font-size: 22px;
    color: var(--color-4);
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--color-4);
    position: relative;
    top: 0;
}

.contact-info-inner strong {
    color: var(--color-4);
    font-weight: 600;
    font-size: 16px;
    display: block;
    position: relative;
    margin-bottom: 8px;
}

.contact-info-inner span {
    color: var(--color-4);
    position: relative;
    top: 0;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}
.contact-info-inner {
    display: flex;
    align-items: center;
}


/*-------------------------------------Responsive Design-------------------------------------*/

/*--------------Mobile------------*/

@media (max-width:768px)


{
    .connect-box {
        position: relative;
        bottom: 0;

    }
    .header-text {
        padding-top: 0;
    }
    .header-text h2
  {
     font-size: 30px;
     line-height: 35px;
    }
    .header-text p {
       
        font-size: 16px;
        line-height: 24px;
    }
    .form-connect{
        padding:   25px;
        margin-bottom: -25px;
    }

    .connect-box-inner {
        text-align: center;
    }
    .connect-box-inner  img{
        width: 80px;
        margin-bottom: 20px;
    }
    .connect-box-inner form .form-control {
margin-bottom: 15px;
    }
  
    .hero-header-inner .right-block{
        top: -30px;
    }
    .hero-header-inner .brand-logo{
        top: 20px;
    }
    .convention-slider.swiper-container {
        padding-bottom: 50px;
    }
    .title-text h2{
        font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    }
    .action-info img{
        width: auto;
    }
    .action-content-inner .expire-date{
        left: 0;
        position: relative;
        font-size: 13px;
        margin-top: 20px;
    }
    .action-content-inner .expire-date img{
        width: 40px;
    }
    .contact-info-inner{
        margin-bottom: 15px;
    }
    .footer-inner {
         padding: 50px 0 40px;
    }
    .action-content-inner .action-info h3{
        margin-top: 20px;
    }
    .action-content-inner .swiper-pagination-bullet {
        margin: 8px 4px!important;
        display: inline-block;
    }
    .action-content-inner .swiper-pagination {
        right:auto;
        left: auto;
        top: auto;
        transform: translate3d(0,0,0);
        width: 100%;
    }
    .action-content-inner .swiper-container{
padding-bottom: 70px;
    }

    .connect-box-inner img {
        width: 50px;
    }
}

/*/*-----------------Ipad Pro----------------------*/
@media (min-width: 768px) and (max-width:1023px)
{
    .connect-box-inner form .form-control {
        margin-bottom: 0;
    }
    .btn-primary {
        font-size: 8px;
    }
    .connect-box-inner img
     {
margin-bottom: 0;
    }
    .hero-header-inner .brand-logo img{
        width: 120px;
    }
    .convention-card .info-card h3{
        font-size: 12px;
    }
    .convention-card .info-card p {
        font-size: 11px;
        line-height: 18px;
    }

    .new-card .new-card-img {
        height: 150px;

    }
    .new-card .new-card-info h3 a {
        font-size: 13px;
    }

    .new-card .new-card-info p {
    
        font-size: 12px;
        line-height: 18px;
    }
    .action-content-inner .expire-date{
        position: relative;
        left: 0;
    }
    .action-content-inner .expire-date img {
        width: 30px;
    }
    .action-content-inner .expire-date span{
        font-size: 10px;
    }
    .action-content-inner .action-info h3{
        font-size: 26px;
    }
    .action-content-inner .action-info p {
        font-size: 14px;
        line-height: 22px;
    }
    .header-text h2 {
        font-size: 32px;
        line-height: 40px;

    }
    .header-text p {
        font-size: 18px;
        line-height: 25px;
    }
    .header-text {
        padding-top: 40px;
    padding-bottom: 60px;
    }
}