@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*******************
    General
*******************/

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}   

:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

::-moz-selection {
  background: var(--bs-primary);
  color: #ffffff;
}

::selection {
  background: var(--bs-primary);
  color: #ffffff;
}

html {
    font-size: 62.5% !important;
    scroll-behavior: smooth;
}

body {
    font-size: 1.5rem !important;
    position: relative;
    overflow-x: hidden;
    font-weight: normal;
    font-family: "Montserrat", sans-serif !important;
    background: url(../images/lines.png) no-repeat center center / cover;
}


h1, h2, h3, h4, h5, h6 {
  color:var(--bs-white);
}

a {
  text-decoration: none !important;

}



.text-justify {
    text-align: justify;
}


@media (min-width: 1200px) {
    body .container {
        max-width: 1266px;
    }
}


/******************
    Navbar
*******************/

.main_header {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 50px;
}

.brand-wrap img {
    width: 100%;
    max-width: 9rem;
}

body .navbar-toggler {
    color: var(--bs-white);
    font-size: 33px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.offcanvas-end .nav-link {
    display: block;
    padding: 15px;
    color: var(--bs-white);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 25px;
    font-weight: 600;
}



.offcanvas-end .nav-link:hover, .offcanvas-end .nav-link:focus, .offcanvas-end li.active .nav-link {
    background-color: transparent;
    color: var(--bs-primary) !important;
}


.navbar .dropdown-menu {
    min-width: 26rem !important;
    max-height: 130vh;
    opacity: 1;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    overflow: visible;
}


.mynav.sticky {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    background: #fff;
}

/******************
    Hero section
*******************/



.slider .carousel-item {
    height: 100vh;
    width: 100%;
    position: relative;
}

.slider_text {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.playicon i {
    color: var(--bs-white);
    width: 60px;
    height: 60px;
    border: 2px dotted;
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.slider_text h2, .hero_title {
    font-size: 62px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: var(--bs-white);
}

.slider .carousel-control-next, .slider .carousel-control-prev {
    right: 30px;
    top: auto;
    bottom: 50px;
}

.slider .carousel-control-prev {
    left: auto;
    right: 100px;
}

.slider .carousel-control-next, .slider .carousel-control-prev {
    width: 50px !important;
    height: 50px !important;
    opacity: 1;
}

.carousel-control-next span, .carousel-control-prev span {
    width: 50px;
    height: 50px;
    background: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 50%;
}

.section_space {
    padding-block: 100px;
    position: relative;
}


.sub_title {
    font-size: 2.5rem;
    font-weight: 600;
}


.title {
    font-size: 62.5px;
    font-weight: 900;
    line-height: 1.2;
    background: transparent;
    background-image: linear-gradient(130deg,rgba(255, 255, 255, 1) 20%, rgba(174, 21, 27, 1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: inline-block;
}

.txgrad {
     background: transparent;
    background-image: linear-gradient(130deg,rgba(255, 255, 255, 1) 20%, rgba(174, 21, 27, 1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.desc {
    font-size: 19px;
    color: var(--bs-white);
    font-weight: 500;
    width: 93%;
    /* text-align: justify; */
}

.descsm {
    font-size: 15px;
    color: var(--bs-white);
}

.custom_btn .btn {
    font-size: 16px;
    color: var(--bs-white) !important;
    background: linear-gradient(180deg,rgba(116, 2, 7, 1) 0%, rgba(174, 21, 27, 1) 100%);
    border: 0;
    padding: 14px 40px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 30px;
}

.custom_btn .btn:hover {
    color: #ef7b81 !important;
    background: linear-gradient(-90deg,rgba(116, 2, 7, 1) 0%, rgba(174, 21, 27, 1) 100%) !important;
}

.form_btn .btn {
    padding-inline: 100px;
}

.title_with_btn .btn {
    margin: 0 !important;
}

.wcrd {
    background: linear-gradient(90deg,rgba(28, 30, 42, 1) 0%, rgba(19, 20, 32, 1) 100%);
    border-radius: 20px;
    border: 1px solid #282a36;
    text-align: center;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.gradient_bg {
    background: linear-gradient(90deg,rgba(28, 30, 42, 1) 0%, rgba(19, 20, 32, 1) 100%);
    border-radius: 20px;
    border: 1px solid #282a36;
}

.wetitl {
    font-size: 19px;
    font-weight: 600;
}

.services_area .row {
    width: 1050px;
    margin: auto;
}

.port_card {
    padding: 58px 51px;
    text-transform: uppercase;
}

.portfolio_inner img {
    border-radius: 20px;
    height: 272px;
    object-fit: cover;
    width: 100%;
}

.why_info h3 {
    font-size: 25px;
    color: var(--bs-primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.why_info p {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 27px;
}

.topgap {
    padding-top: 110px;
}

.client_author p {
    color: #b7b7b7;
    font-size: 13px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-nav i {
    width: 50px;
    height: 50px;
    background: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
}

.owl-nav button {
    background: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ae151b !important;
}

.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
}


.take_info {
    padding: 60px 50px;
}

.take_info h2 {
    font-size: 41px;
    font-weight: 900;
    line-height: 1.2;
}

.take_img img {
    margin-top: -49px;
    height: 355px;
    margin-left: 20px;
}

.take_area .objbr {
    bottom: 250px;
    right: -400px;
}


.ftr_inner .icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 36px 36px;
    font-size: 20px;
    color: var(--bs-primary);
}

.flogo {
    width: 100%;
    max-width: 10rem;
    margin-bottom: 50px;
}

.ftr_info h5, .ftr_info h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ftr_info h4 {
    font-size: 25px;
    font-weight: bold;
    background: transparent;
    background-image: linear-gradient(130deg,rgba(255, 255, 255, 1) 22%, rgba(174, 21, 27, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.slink a {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    background: var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 50%;
}


.slink a:hover {
    cursor: pointer;
    color: var(--bs-white) !important;
}

.belarow {
    margin-top: 50px !important;
}


.footer_area .col:nth-child(4) {
    padding-left: 20px;
}

.ftr_menu_wrap ul {
    display: flex;
    gap: 40px;
    font-size: 15px;
    font-weight: 500;
}


.footer_bottom {
    border-top: 1px solid #ffffff1f;
    padding-top: 50px;
    margin-top: 20px;
}




.scrolltop-button {
    position: fixed;
    bottom: 20px;
    right: 60px;
    background: transparent;
}


.offcanvas-end {
    border-radius: 0;
}


.btn-close {
    opacity: 1 !important;
    filter: invert(1);
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.objr {
    position: absolute;
    top: -270px;
    right: -470px;
    z-index: -1;
}

.objs {
    position: absolute;
    top: -230px;
    left: -470px;
    z-index: -1;
}

.objbr {
    position: absolute;
    bottom: -440px;
    right: -470px;
    z-index: -1;
}

/*******************  Inner Pages *******************/

.service_detail_area .img-area img {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    object-fit: cover;
}

.grayscale {
    filter: grayscale(1);
}

.page_header {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/contact_bg.png) no-repeat center center / cover;
}

.about_header, .portfolio_header {
    background: url(../images/slide1.jpg) no-repeat center center / cover;
    padding-top: 120px;
}



.contact_form {
    padding: 40px 70px;
    position: relative;
    z-index: 9;
    margin-bottom: -20px;
}

.form_title {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_form .form-control, .contact_form .form-select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #3f3f3f;
    font-size: 15px;
    padding-left: 0;
    line-height: 30px;
    color: #b7b7b7;
}

.contact_form .form-control::placeholder, .contact_form .form-select::placeholder {
    color: #b7b7b7;
}

.contact_form .form-control:focus, .contact_form .form-select:focus {
    background: transparent;
    box-shadow: none;
}


.team_title {
    font-size: 25px;
    color: var(--bs-primary);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.smage img {
    width: 210px;
}

.divider {
    width: 30%;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-block: 15px;
}

.port_info {
    margin-top: 60px;
}

.port_info .title {
    font-size: 50px;
}

.portcard img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
}

.portcard .descsm {
    text-align: center;
    padding: 20px;
}

.obrsta, .obrend {
    position: relative;
}

.obrsta .objs {
    position: absolute;
    top: -430px;
    left: -590px;
    z-index: -1;
}

.bela_title {
    font-size: 33px;
    font-weight: bold;
    color: var(--bs-primary);
    text-transform: uppercase;
}

.bela_info .sub_title {
    font-size: 20px;
    margin-bottom: 20px;
}

.tmbig img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
}

.smage img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

.cauhor img {
    width: 100px !important;
    margin: 0 auto 30px !important;
    border-radius: 50%;
    height: 100px;
    object-fit: cover;
}

.img-area img, .portfolio_inner img {
    transition: all 0.5s linear;
    transform: scale(1);
}

.img-area:hover img, .portfolio_inner:hover img {
    transition: all 0.5s linear;
    transform: scale(1.0500);
}


.img-area, .portfolio_inner {
    overflow: hidden;
}

.behind_area .col:nth-child(5) img {
    object-position: 100% 30%;
}


.carousel-item {
    transition: none !important;
}

/*******************  Responsive *******************/


@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
} 


@media (max-width: 1199px) {
.objs, .objbr, .objr {
    display: none;
}
}



@media (max-width: 991px) {
html {
        font-size: 60%; 
}

.tmbig img, .smage img {
    width: 200px;
    height: 200px;
}

.team_title {
    font-size: 22px;
}

.services_area .row {
    width: 100%;
}

.title, .port_info .title {
font-size: 38px;
}

.port_card {
    padding: 58px 10px;
}

.desc {
    font-size: 15px;
}

.take_img img {
    margin-top: -49px;
    margin-left: 0;
}

.footer_area .col:nth-child(3), .footer_area .col:nth-child(4) {
    padding-left: 8px;
}

.navbar-nav {
    align-items: center;
    padding-top: 50px;
}

.scrolltop-button {
    right: 20px;
}


.service_detail_area .img-area img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
}

}


 @media (max-width: 767px) {
    html {
        font-size: 50%; 
    }

    .process_area {
    padding-bottom: 0;
}

.belaimg {
    width: 240px !important;
    margin: 20px auto;
}

.bela_title {
    font-size: 25px;
}


    .ftr_menu_wrap {
    flex-direction: column;
}

.ftr_menu_wrap ul {
    gap: 20px;
}

.g-6, .gy-6 {
    --bs-gutter-y: 5rem;
}

.main_header {
    padding-top: 20px;
}

.slider .carousel-item, .slider_text {
    height: 70vh;
}


.slider_text h2, .hero_title {
    font-size: 30px;
    padding-inline: 20px;
}

.playicon i {
    left: 20px;
}

.sinature_area img {
    width: 60%;
}


.slider .carousel-control-prev {
    right: 20px;
}

.slider .carousel-control-next {
    right: 90px;
}

.title, .port_info .title {
    font-size: 28px;
}

.sub_title {
    font-size: 18px;
}

.topgap {
    padding-top: 40px;
}

.why_area {
    padding-bottom: 0;
}

.take_img img {
    margin: auto;
}

.take_img {
    text-align: center;
    margin: auto;
}

.take_info h2 {
    font-size: 30px;
}


.owl-theme .owl-nav {
    display: none;
}

.take_card {
   flex-direction: column;
}

.titicon img {
    width: 100px;
}

.form_title {
    font-size: 20px;
}

.contact_form {
    padding: 30px 30px;
}

.contact_form {
    margin-bottom: 40px;
}

 }



 


/*# sourceMappingURL=style.css.map */