html,
body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
    .btn {
        width: 45%;
    }
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: orange;
  font-weight: 500;
  margin-left: -430px;
  margin-bottom: -30px;

}

@media screen and (max-width:468px) {
  .sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: orange;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: -100px;
    margin-left: -50px;
  }

  .card {
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}








.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  margin-top: 40px;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #f16623;
}

.btn-style-one:hover {
  background-color: #f16623;
  color: #ffffff;
}

.about-section {
  position: relative;
  /*padding: 120px 0 70px;*/
}

@media screen and (max-width:468px) {
  .about-section {
    margin-top: -20px;
    margin-bottom: -90px;
  }
}

/*@media screen and (max-width:468px){*/
/*    .about-section.text{*/
/*        margin-top:90px;*/
/*    }*/
/*}*/
.about-section .sec-title {
  margin-bottom: 45px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  /*padding-left: 30px;*/
  padding-right: 40px;
}

.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: black;
  font-weight: 600;

}

@media screen and (max-width:468px) {
  .about-section .text {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}




.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

@media screen and (max-width:468px) {
  .about-section .image-column .inner-column {
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: -60px;
    height: 450px;
  }
}










.about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: orange;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}

.about-section .image-column .inner-column:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  /*border: 12px solid #1b355c ;*/
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  /*border-radius: 46px;*/
  height: 380px;
  width: 400px;
  margin-left: -100px;
  margin-top: -40px;
  margin-bottom: -40px;
}

@media screen and (max-width:468px) {

  .about-section .image-column .image-2 img,
  .about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    /*border-radius: 46px;*/
    margin-top: -80px;
    height: 400px;
    margin-left: -20px;
  }
}







.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff;
}


/* Why Choose Us */
.why_choose {
  width: 100%;
  margin: 0 0 50px;
  margin-top: -60px;
  font-family: 'Raleway', sans-serif;
}







.why_choose_head {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.why_choose_head h1 {
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 32px;
  font-family: 'Raleway-Medium', sans-serif;
}

.why_choose_head h1 span {
  border-bottom: 2px solid #a2437e;
}

.text-down {
  position: relative;
  overflow: hidden;
}

.text-down img {
  width: 100%;
  height: 200px;
}

@media screen and (max-width:468px) {
  .text-down img {
    width: 100%;
    /*height:120px;*/
  }
}


.text-down .textbox {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -255px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 5px;
  background-color: #a2437e61;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.text-down:hover .textbox {
  margin-top: 0;
}

.details {
  width: 100%;
  padding: 30px 30px 0;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: 'Raleway-Light', sans-serif;
}

.view-more {
  width: 100%;
  padding-top: 0;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
}

/*.text { */
/*  text-align:center; */
/*padding-top: 70px; */
/*  color:rgba(255,255,255,1); */
/*  font-size:20px;*/
/*  font-family: 'Raleway-Light', sans-serif; */
/*}*/
.top {
  padding-top: 10px;
}

.col-md-4 {
  width: 30.33333333% !important;
}

@media screen and (min-width: 992px) {
  .col-md-4 {
    width: 30.33333333% !important;
  }
}







/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  font-size: 15px;
  text-align: center;
}

/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
  color: #60dfe5;
}

/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #333333;
  height: 4px;
  width: 50px;
}

/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #60dfe5;
  height: 4x;
  width: 50px;
  margin-bottom: 1px;
}

/* typography */
h1 {
  text-align: center;
}



@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");

.theme-text {
  color: orange;
}

.card-img-top {
  height: 200px;
  width: 100%;
}

.card {
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  height: 400px !important;
}

.card-body h5 {
  color: #fff !important;
}

.card:hover {
  color: red;
}

.card::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0%;
  background: orange;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
}

.card:hover::before {
  left: 0%;
  color: red;
}
.pager li>a {
  font-size: 20px;
  color: orange;
}

.mrrr {
  text-align: justify;
  margin: 10px;
}
.next{
  width:100px;
  padding:10px;
  background-color:orange;
  border-style:none;
  color:#fff;
  margin:20px;
}
.container {
  background-image: url("blob-scene-haikei.svg");
  background-position: center;
  background-size: cover;
}

@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
$main-green: #79dd09 !default;
$main-green-rgb-015: rgba(121, 221, 9, 0.1) !default;
$main-yellow: #bdbb49 !default;
$main-yellow-rgb-015: rgba(189, 187, 73, 0.1) !default;
$main-red: #bd150b !default;
$main-red-rgb-015: rgba(189, 21, 11, 0.1) !default;
$main-blue: #0076bd !default;
$main-blue-rgb-015: rgba(0, 118, 189, 0.1) !default;

/* This pen */
body {
    font-family: "Baloo 2", cursive;
    font-size: 16px;
    color: #ffffff;
    text-rendering: optimizeLegibility;
    font-weight: initial;
}

.btn btn-outline-warning {
    background-color: orange;
    font-size: 20px;
    box-border: none;
}

/* Blue */

.dark {
    background: #110f16;
}


.light {
    background: #f3f5f7;
}

a,
a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;

    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;

    &.dark {
        background-color: #18151f;
    }

    &.light {
        background-color: #e1e5ea;
    }

    .t-dark {
        color: #18151f;
    }

    a {
        color: inherit;
    }

    h1,
    .h1 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .small {
        font-size: 80%;
    }

    /*.postcard__title {*/
    /*  font-size: 1.75rem;*/
    /*}*/

    .postcard__img {
        max-height: 180px;
        width: 100%;
        object-fit: cover;
        position: relative;

    }


    /*.postcard__img_link {*/
    /*  display: contents;*/
    /*}*/

    .postcard__bar {
        width: 50px;
        height: 10px;
        margin: 10px 0;
        border-radius: 5px;
        background-color: #424242;
        transition: width 0.2s ease;
    }

    .postcard__text {
        padding: 1.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .postcard__preview-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        
    }

    .postcard__tagbox {
        display: flex;
        flex-flow: row wrap;
        font-size: 14px;
        margin: 20px 0 0 0;
        padding: 0;
        justify-content: center;

        .tag__item {
            display: inline-block;
            background: rgba(83, 83, 83, 0.4);
            border-radius: 3px;
            padding: 2.5px 10px;
            margin: 0 5px 5px 0;
            cursor: default;
            user-select: none;
            transition: background-color 0.3s;

            &:hover {
                background: rgba(83, 83, 83, 0.8);
            }
        }
    }

    &:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(-70deg, #424242, transparent 50%);
        opacity: 1;
        border-radius: 10px;
    }

    &:hover .postcard__bar {
        width: 100px;
    }
}

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;

        .postcard__title {
            font-size: 2rem;
        }

        .postcard__tagbox {
            justify-content: start;
        }

        .postcard__img {
            max-width: 300px;
            max-height: 100%;
            transition: transform 0.3s ease;
        }

        .postcard__text {
            padding: 3rem;
            width: 100%;
        }

        .media.postcard__text:before {
            content: "";
            position: absolute;
            display: block;
            background: #18151f;
            top: -20%;
            height: 130%;
            width: 55px;
        }

        &:hover .postcard__img {
            transform: scale(1.1);
        }

        &:nth-child(2n+1) {
            flex-direction: row;
        }

        &:nth-child(2n+0) {
            flex-direction: row-reverse;
        }

        &:nth-child(2n+1) .postcard__text::before {
            left: -12px !important;
            transform: rotate(4deg);
        }

        &:nth-child(2n+0) .postcard__text::before {
            right: -12px !important;
            transform: rotate(-4deg);
        }
    }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;

        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard.dark {
        .postcard__text:before {
            background: #18151f;
        }
    }

    .postcard.light {}
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: $main-green;
    color: black;
}

.green .postcard__title:hover {
    color: $main-green;
}

.green .postcard__bar {
    background-color: $main-green;
}

.green::before {
    background-image: linear-gradient(-30deg,
            $main-green-rgb-015,
            transparent 50%);
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(30deg, $main-green-rgb-015, transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
    background: $main-orange;
}

.blue .postcard__title:hover {
    color: $main-orange;
}

.blue .postcard__bar {
    background-color: $main-orange;
}

.blue::before {
    background-image: linear-gradient(-30deg, $main-blue-rgb-015, transparent 50%);
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(30deg, $main-blue-rgb-015, transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
    background: $main-red;
}

.red .postcard__title:hover {
    color: $main-red;
}

.red .postcard__bar {
    background-color: $main-red;
}

.red::before {
    background-image: linear-gradient(-30deg, $main-red-rgb-015, transparent 50%);
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(30deg, $main-red-rgb-015, transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: $main-yellow;
    color: black;
}

.yellow .postcard__title:hover {
    color: $main-yellow;
}

.yellow .postcard__bar {
    background-color: $main-yellow;
}

.yellow::before {
    background-image: linear-gradient(-30deg,
            $main-yellow-rgb-015,
            transparent 50%);
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(30deg,
            $main-yellow-rgb-015,
            transparent 50%);
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient(-80deg,
                $main-green-rgb-015,
                transparent 50%);
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient(80deg,
                $main-green-rgb-015,
                transparent 50%);
    }

    .blue::before {
        background-image: linear-gradient(-80deg,
                $main-blue-rgb-015,
                transparent 50%);
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, $main-blue-rgb-015, transparent 50%);
    }

    .red::before {
        background-image: linear-gradient(-80deg, $main-red-rgb-015, transparent 50%);
    }

    .red:nth-child(2n)::before {
        background-image: linear-gradient(80deg, $main-red-rgb-015, transparent 50%);
    }

    .yellow::before {
        background-image: linear-gradient(-80deg,
                $main-yellow-rgb-015,
                transparent 50%);
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(80deg,
                $main-yellow-rgb-015,
                transparent 50%);
    }
}

.samaga {
    max-width: 1070px;
}
