body{
    overflow-x: hidden !important;
}

h1 {
    font-weight: 600;
}

a:hover{
    text-decoration: none;
}

.banner {
    /* min-height: 100%; */
    width: 100%;
    padding: 50px 0px;
}

.heading {
    margin: auto;
    color: #000;
    font-size: 50px;
    font-weight: 600;
}

.banner p {
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
}


/* banner button CSS */
.btn-banner{
    color: #111;
    font-size: 14px !important;
    letter-spacing: 1px;
    padding: 11px 35px 11px 10px !important;
    border-radius: 24px !important;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    margin-top: 40px;
}

.btn-banner1{
    color: #111;
    font-size: 14px !important;
    letter-spacing: 1px;
    padding: 11px 35px 11px 10px !important;
    border-radius: 24px !important;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    margin-top: 40px;
}

.btn-banner span{
    margin-left: 15px;
}

.btn-banner1 span{
    margin-left: 15px;
}
.btn-banner:focus,
.btn-banner:hover{
    color: #111;
}
.btn-banner:hover a{
    text-decoration: none !important;
}
.btn-banner1:focus,
.btn-banner1:hover{
    color: #111;
}
.btn-banner1:hover a{
    text-decoration: none !important;
}
.btn-banner:before{
    content: "";
    background: #ec6e33;
    width: 35px;
    height: 36px;
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 2px;
    z-index: -1;
    transition: all 0.3s ease;
}

.btn-banner1:before{
    content: "";
    background: #ec6e33;
    width: 35px;
    height: 36px;
    border-radius: 50px;
    position: absolute;
    top: 1px;
    right: 2px;
    z-index: -1;
    transition: all 0.3s ease;
}
.btn-banner:focus:before,
.btn-banner:hover:before{
    background:#ec6e33;
    width: 98%;
}

.btn-banner1:focus:before,
.btn-banner1:hover:before{
    background:#ec6e33;
    width: 98%;
}
/* .btn-banner:after{
    content: "\27F6";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 400;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 25px;
    transition: all .3s cubic-bezier(0.86, 0, 0.07, 1);
} */
.btn-banner:focus:after,
.btn-banner:hover:after{ right: 8px; }
.btn-banner1:focus:after,
.btn-banner1:hover:after{ right: 8px; }
@media only screen and (max-width: 767px){
    .btn-banner{ margin-bottom: 20px; }
}

.banner a {
    position: relative;
    text-decoration: none;
}

/* banner rounded text */
.text {
    font-weight: 600;
    letter-spacing: 7px;
    text-transform: uppercase;
    /* font-family: 'Kanit'; */
    font-size: 16px;
    fill: #111;
    text-shadow: 2px 0px #ccc;
  }

  #rotatingText {
    animation-name: rotate-circle;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 200px;
    height: 250px;
  }

  .test-tag{
    width: 450px;
  }

  @keyframes rotate-circle {
    to {
      transform: rotate(1turn);
    }
  }

  .main {
    position: absolute;
    bottom: -60px;
    right: 100px;
  }

#banner-sec-2{
    display: flex;
    position: relative;
}
#banner-sec-2 img{
    z-index: 999;
    width: 65%;
    height: 95%;
}


/* text animation */
.subscribe-text {
    padding: 50px 0px;
}

.m-scroll {
    display: flex;
    position: relative;
    width: 100%;
    height: 53px;
    margin: auto;
    background-color: #ec6e33;
    overflow: hidden;
    z-index: 1;
    transform: rotateZ(-1deg);
}

.m-scroll__title {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transform: scale(2);
    transition: all 1s ease;
}

.m-scroll__title>div {
    display: flex;
    -webkit-animation: scrollText 40s infinite linear;
    animation: scrollText 40s infinite linear;
}

.m-scroll__title span {
    margin: 0;
    font-weight: 600;
    font-size: 10px;
    color: #000;
    transition: all 4s ease;
}

.m-scroll__title a {
    text-decoration: none;
    color: #000;
}

@-webkit-keyframes scrollText {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}


/* magazines-sec CSS */
.magazines-sec {
    padding: 10px 0px 10px;
}

.magazines-sec .col-md-3{
    padding-left: 25px;
    padding-right: 25px;
}

.magazines-img-div img {
    width: 100%;
    height: 85%;
}

.magazines-sec h2 {
    font-weight: 600;
}

.magazines-sec a p {
    color: #000;
    text-decoration: underline;
    margin: 10px 0px;
}

.magazines-imgs {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Download text animation */
.downloads-text {
    transform: rotateZ(1deg);
    background-color: #000;
    padding: 35px 0px;
    margin-top: 30px;
    margin-left: -1px;
    width: 100%;
}

.downloads-scroll {
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: #000;
    overflow: hidden;
    z-index: 1;
    transform: rotateZ(-1deg);
}

.downloads-scroll__title {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transform: scale(2);
    transition: all 1s ease;
}

.downloads-scroll__title>div {
    display: flex;
    -webkit-animation: scrollTextDownloads 40s infinite linear;
    animation: scrollTextDownloads 40s infinite linear;
}

.downloads-scroll__title span {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    color: #fff7ec;
    transition: all 4s ease;
}

.downloads-scroll__title a {
    text-decoration: none;
    color: #fff7ec !important;
}

@-webkit-keyframes scrollTextDownloads {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes scrollTextDownloads {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}


/* more-updates CSS */
.more-updates {
    background-color: #fff7ec;
    padding: 90px 0px;
    margin-top: -10px;
}

.more-updates h1 {
    color: #ec6e33;
    margin: auto;
    font-weight: 600;
}

.more-updates p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.more-updates hr {
    border-top: 1px solid #000;
    margin: 10px 0px;
}

.more-updates .arrow-sec-img {
    padding: 7px 13px;
    border-radius: 100px;
    background-color: #ec6e33;
}

.more-updates .arrow-sec {
    align-items: center;
    padding: 0px 15px;
}

.more-updates-content {
    overflow: hidden; 
    padding-left: 0px;
}


/* Get in touch CSS */
.get-touch-sec {
    background-color: #ec6e33;
    color: #fff;
    padding: 70px 0px;
}

.get-touch-sec p{
    margin-bottom: 0px;
}

.btn-get-touch{
    color: #fff;
    font-size: 18px !important;
    letter-spacing: 1px;
    /* padding: 6px 35px 6px 50px; */
    padding: 6px 35px 6px 0px !important;
    border-radius: 24px !important;
    border: 1px solid #ffab9d;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    display: flex;
    width: 250px;
    margin: auto;
}
.btn-get-touch span{
    margin-left: 25px;
}
.btn-get-touch:focus,
.btn-get-touch:hover{
    color: #111;
}
.btn-get-touch:focus .black-array,
.btn-get-touch:hover .black-array{
    display: block;
}
.btn-get-touch:focus .white-array,
.btn-get-touch:hover .white-array{
    display: none;
}
.btn-get-touch:before{
    content: "";
    background:#ffab9d;
    width: 0px;
    height: 39px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
}
.btn-get-touch:focus:before,
.btn-get-touch:hover:before{
    background:#fff;
    width: 100%;
}
/* .btn:after{
    content: "\27F6";
    font-family: "Font Awesome 5 Free";
    font-size: 34px;
    font-weight: 400;
    transform: translateY(-50%);
    position: absolute;
    top: 45%;
    width: 65px;
    left: 5px;
    transition: all .3s cubic-bezier(0.86, 0, 0.07, 1);
} */
.btn-get-touch:focus:after,
.btn-get-touch:hover:after{ right: 8px; }
@media only screen and (max-width: 767px){
    .btn-get-touch{ margin-bottom: 20px; }
}
.black-array{
    display: none;
}
.white-array{
    display: block;
}


/* Mobile Responsive CSS */
@media screen and (max-width: 600px) {
    .main {
      position: absolute;
      bottom: -80px;
      right: 25px;
      z-index: -1;
    }
    #rotatingText {
        width: 90%;
        overflow: hidden;
        border-radius: 50%;
    }
    #banner-sec-1{
        order: 2;
        margin-top: 85px !important;
    }
    #banner-sec-2{
        order: 1;
        width: 100%;
        display: block;
    }
    /* .banner img{
        width: 100%;
    } */
    .heading {
        font-size: 36px;
    }
    .subscribe-text {
        padding: 20px 0px 50px;
    }
    h1{
        font-size: 35px;
    }
    .magazines-img-div{
        margin-top: 25px
    }
    .magazines-imgs{
        margin-top: 0px;
    }
    .magazines-sec {
        padding: 10px 0px 5px;
    }

    .downloads-scroll__title span{
        font-size: 12px;
    }
    .downloads-text{
        padding: 30px 0px;
    }
    .more-updates-content {
        margin-top: 20px;
        padding-left: 15px;
    }
    .more-updates {
        padding: 60px 0px 50px;
    }
    .more-updates h1{
        text-align: center;
    }
    .more-updates-content p{
        width: 85%;
    }

    .magazines-sec .col-md-3{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Tablet Responsive CSS */
@media (min-width: 600px) and (max-width: 992px) {
    .heading {
        font-size: 40px;
    }
  .main {
    position: absolute;
    bottom: -80px;
    right: 30px;
  }
}

