@import url(../font/stylesheet.css);
* {margin: 0;padding: 0;box-sizing: border-box;}
img {max-width: 100%;height: auto;}
body {background: #ffffff;font-size:16px;color: #000000; font-family: 'effraregular'; font-weight: normal;}
p{margin-bottom: 20px;line-height: 22px;}
p:last-child{ margin-bottom: 0;}
a {color: inherit;}
/* ----- Heading Font CSS ------ */

h1,h2,h3,h4,h5,h6 {margin-bottom: 20px;line-height: 1.1;font-family: 'effrabold'; font-weight: normal;}
h1{font-size:60px; line-height: 56px;}
h2{font-size:58px; line-height: 54px;}
h3{font-size:37px; line-height: 44px;}
h4{font-size: 21px;}
h5{font-size: 20px;}
h6{font-size: 16px;}

a:focus,.btn:focus,button:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {outline: none;box-shadow: none;}
input:focus,textarea:focus,select:focus{outline: none;}
input,button,li,i,span,label,textarea,select{ font-family: 'effraregular'; font-weight: normal;}
/* global css start */ 
.full_width{width: 100%;float: left;}
.wrapper{max-width:1320px;margin: 0 auto;width: 100%; padding:  0 30px;}
/* global css end */
/* ******************************* main css ***************************** */
.btn_one{ position: relative; text-align: center; text-decoration: none ; font-size: 25px; font-family: 'effrabold'; font-weight: normal; display: inline-block; min-width: 195px; padding: 7px 0; border-radius: 13px; border: 3px solid #fff;}
.btn_one:hover{ background: #fff; color: #5C2483;}
 html { scroll-behavior: smooth;}

 /* header css */
.header{ position: fixed; top: 0; left: 0; z-index: 9;}
.header .inner_part{ display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap;}
.header .logo{ width: 145px; transition: 0.4s;}
.header .logo img{ display: block;}
.header.sticky .logo{ width: 100px;}

/* banner_sec css */


.banner_sec{  background: #D80000; position: relative; z-index: 2;}
.banner_sec::before { content: ""; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.11); z-index: -1;  width: 100%; height: 100%; clip-path: polygon(0 0, 100% 0, 40% 100%, 0% 100%);}
.banner_sec video { width: 100%; height: auto; object-fit: cover;  display: block; max-height: 100vh; margin: 0 auto;} 
.banner_sec .mobile{ display: none;}
.banner_sec .wrapper { max-width: 1480px;}
.banner_sec .inner_part{ display: flex;  padding: 177px 0  50px; color: #fff; }
.banner_sec .inner_part h1{  font-size: 100px; line-height: 1;  font-family: "avenir-lt-pro",sans-serif;  font-weight: 400;}
.banner_sec .inner_part h1 strong{ font-weight: 700 ;}


/* arrow_bottom css */
.arrow_bottom{ cursor: pointer;  position: absolute; bottom: 30px; left: 50%; transform: translate(-50% , -50%); width:73px; height:38px;}
.arrow_bottom img{ display: block; animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);}

@keyframes bounce {50% {transform: translateY(-15px); }}

/* .img_text_sec{ } */
.img_text_sec{ position: relative; overflow: hidden;}
.img_text_sec .inner_part{ min-height: 304px;  padding: 40px 0; }
.img_text_sec .bg_img  { width: 100%; height: 100%;  position: absolute; top: 0; left: 0; z-index: -1; }
.img_text_sec .bg_img .desk_top{ width: 100%; height: 100%;}
.img_text_sec .bg_img img {  width: 100%; height: 100%; object-fit: cover;}
.img_text_sec h2{ color: #fff;}
.img_text_sec .mob_view{ display: none;}

/* single_text_sec css */
.single_text_sec { padding: 60px 0 80px;}
.single_text_sec .inner_part{ max-width: 985px;}
.single_text_sec .img_icon{  max-width: 710px;  gap: 35px;  float: right; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.single_text_sec .img_icon img{ width: 95px;}
.single_text_sec  .text_wrap{ width: calc(100% - 130px); }
.single_text_sec h3{ color: #E32527; }
.single_text_sec .text_wrap p{ color: #E32527; font-size: 25px; font-family: 'effralight'; font-weight: normal; }
.single_text_sec .text_wrap a{ text-decoration: none; color: #009AD8;   font-family: 'effrabold'; font-weight: normal;}

/* two_coll_sec css */
.two_coll_sec  { position: relative; padding: 177px 0 240px; background: #5C2483; color: #fff; z-index: 1;}
.two_coll_sec::before{ position: absolute; content: ""; top: 0; left: 0;   background: rgba(255, 255, 255, 0.11); clip-path: polygon(0 0, 0% 100%, 100% 0); width:40%; height:50%; z-index: -1;}
.two_coll_sec  .inner_part{ display: flex; justify-content: space-between;  flex-wrap: wrap;}
.two_coll_sec .card{width: 49%; border-right: 3px solid #fff; padding-right: 20px;}
.two_coll_sec .card:last-child{ border-right: none; }
.two_coll_sec .card:last-child .text_box{ float: right; padding-left: 20px;}
.two_coll_sec .text_box{ max-width: 500px;}
.two_coll_sec .card h1{ margin-bottom: 25px;}
.two_coll_sec  .icon_text_box{  display: flex;   gap: 40px;  align-items: flex-start; flex-wrap: wrap;  margin-top:95px;}
.two_coll_sec  .icon{ width: 123px;}
.two_coll_sec   .text_wrap{ width: calc(100% - 170px); }
.two_coll_sec   .text_wrap p { font-size: 30px; line-height: 31px; margin-bottom: 30px; font-family: 'effralight'; font-weight: normal;} 
.two_coll_sec  .btn_one{ margin-top: 75px;}

/* footer css */

.footer {  position: relative; }
.footer .inner_part { display: flex; justify-content: flex-start; align-items: center; width: 100%; flex-wrap: wrap; }
.footer .left_part{ width: 188px;}
.footer .left_part .logo img{ display: block;}
.footer .left_part .logo { position: relative; z-index: 2;}
.footer .right_part{ width: calc(100% - 200px); margin-top: -50px;}
.footer  video { width: 100%; height: auto; object-fit: cover; display: block; }
.footer .mobile{ display: none;}

/* Responsive css start */


@media only screen and (max-width:1279px) {
h1{ font-size: 55px; line-height: 50px;}
h2{ font-size: 50px;line-height: 54px;}
h3 {font-size: 33px; line-height: 40px;}

.header .logo{ width: 100px;}
.two_coll_sec .icon{ width: 100px;}
.two_coll_sec .text_box{ max-width: 100%;}
.two_coll_sec .text_wrap p{ font-size: 27px; line-height: 29px;}
.two_coll_sec .btn_one { margin-top: 50px;}
.two_coll_sec{ padding: 130px 0;}
.footer{ padding: 70px 0;}
.footer .right_part .img_text p{ font-size: 22px;}
.banner_sec .inner_part h1{  font-size: 90px; }

}

@media only screen and (max-width:1023px) {
.wrapper{ max-width: 100%;}
h1{ font-size: 55px; line-height: 50px;}
h2{ font-size: 50px;line-height: 54px;}
h3 {font-size: 33px; line-height: 40px;}
h4{ font-size: 18px;}
.btn_one{ font-size: 22px; min-width: 170px;}

.header .logo{ width: 90px;}
.header.sticky .logo{ width: 80px;}
.banner_sec .inner_part h1{  font-size: 80px;  }
.two_coll_sec .card{ width: 100%; border-right: none; border-bottom: 3px solid #fff; padding-left: 0; padding-bottom: 40px;}
.two_coll_sec .card:last-child{ padding-top: 40px; }
.two_coll_sec .card:last-child .text_box{ float: left; padding-left: 0;}
.img_text_sec h2 br{ display: none;}
.single_text_sec .text_wrap p{ font-size: 22px; line-height: 24px;}
.two_coll_sec .text_wrap p {font-size: 25px; line-height: 21px;}
.two_coll_sec .icon_text_box{ margin-top: 80px;}
.banner_sec::before { clip-path: polygon(0 0, 100% 0, 54% 100%, 0% 100%);}
.arrow_bottom{ width: 65px;}
.two_coll_sec::before{ width: 48%; height: 46%;}
.footer{ padding: 50px 0;}
.footer .left_part{ width: 140px;}
.footer .right_part{ width: calc(100% - 140px);}
.footer .wrapper {margin:0;padding:0;}
}


@media only screen and (max-width:767px) {
.btn_one{ font-size: 18px;}
.banner_sec .inner_part h1 br{ display: none;}
.banner_sec .inner_part h1{  font-size: 60px;  }
.two_coll_sec{ padding: 100px 0;}
.single_text_sec .text_wrap p{ font-size: 20px; line-height: 22px;}
.two_coll_sec .text_wrap p {font-size: 22px; line-height: 21px; margin-bottom: 25px;}
.two_coll_sec .icon_text_box{ margin-top: 70px;}
.footer .wrapper{ top: 40px;}
.footer{ padding: 50px 0 50px;}
.arrow_bottom{ width: 35px; bottom: -15px; }
.footer .left_part{ width: 100%;margin-bottom:20px;}
.footer .right_part{ width: 100%;}

}


@media only screen and (max-width:600px) {

h1{ font-size: 45px; line-height: 32px;}
h2{ font-size: 46px;line-height: 43px;}
h3 {font-size: 25px; line-height: 26px;}
h4{ font-size: 15px;}
.btn_one{ font-size: 16px; min-width: 130px;}

.header.sticky .logo{ width: 60px;}
.header .logo{ width: 70px;}
.banner_sec .inner_part h1{  font-size: 48px; }
.single_text_sec .img_icon{ gap: 20px;}
.single_text_sec .img_icon img{ width: 60px ;}
.single_text_sec .text_wrap {width: calc(100% - 80px);}
.single_text_sec .text_wrap p{ font-size: 17px; line-height: 19px;}
.single_text_sec {padding: 50px 0 80px;}
.two_coll_sec {padding: 70px 0;}
.two_coll_sec .icon{ width: 63px;}
.two_coll_sec .icon_text_box{ gap: 30px;}
.two_coll_sec .card{ padding-right: 0;}
.two_coll_sec .text_wrap{ width: calc(100% - 95px);}
.two_coll_sec .text_wrap p {font-size: 20px; line-height: 21px; margin-bottom: 20px;}
.two_coll_sec .icon_text_box{ margin-top: 50px;}

.footer .left_part .logo img{margin: 0 auto;}
.footer .right_part .img_text img{ width: 170px; padding-right: 35px;}
.img_text_sec .bg_img .desk_top { display: none;}
.img_text_sec .inner_part{ min-height: 500px;}
.footer .right_part .img_text{ max-width: 100%; text-align: center;}
.footer .right_part .img_text p{ font-size: 15px; line-height: 21px;}
.img_text_sec .mob_view { display: block; height: 638px;}
.banner_sec::before {clip-path: polygon(100% 0, 100% calc(70% - 30px), calc(70% - 30px) 100%, 0 100%, 0 0);}
.two_coll_sec::before{ width: 57%; height: 27%;}

.banner_sec .desktop{ display:none;}
.banner_sec .mobile{ display:block;}
.footer .desktop{ display: none;}
.footer .mobile{ display: block;}


}





