

@charset "utf-8";

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}
@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}
@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}
@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}

body{
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI",sans-serif;
}
a, a:hover, a:focus, a:active, button{
	text-decoration: none;
	outline: none !important;
}
p, h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
}
p {
    font-size: 13px;
    font-family: "Segoe UI",sans-serif;
}
section{
	float: left;
	width: 100%;
}
section.footer {
    background-color: #ddd;
    padding: 30px 0px;
}
section.footer button {
    color: #fff;
    cursor: pointer;
    user-select: none;
    padding: 0 32px;
  
    border: none;
    line-height: 54px;
    display: block;
    background:#0d6efd;
    width: 100%;
    border-radius: 30px;
}
section.footer h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;

}




section.copyright {
    background-color: #000;
    .flexFooter{
        display: flex;
        justify-content: space-between;
        align-items: center;
        @media only screen and (max-width: 767px) {
flex-direction: column;
        }

        p{
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            display: block;
        }

    }
}
.copyright ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap:20px;
    @media only screen and (max-width: 570px) {
flex-direction: column;
justify-content: center;
align-items: center;
gap:0px;
    }
}
.copyright ul li {
    list-style-type: none;

    line-height: 35px;
    margin-right: 15px;

}
.copyright ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: block;
}

ul.scroll-menu {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: center;
}
ul.scroll-menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 10px;
    padding: 0px 5px;
    line-height: 30px;
}
ul.scroll-menu li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 14px;
}
ul.scroll-menu li.active {
    border-bottom: solid 3px #fff;
}






.doodohome:hover {

    background-color: #aaa;
}

.search__clear {
    opacity: 1 !important;
    visibility: visible !important;
}

.fixednavbar .search-category {
    display: none;
}



.search-box-container {

height: 100vh;
align-items: center;
justify-content: center;
    display: flex;
    flex-direction: column;
    @media only screen and (max-width: 767px) {
height: auto;
    }
    .site-logo{
        width: 180px;
        margin: 0 auto 20px;
        @media only screen and (max-width: 767px) {
width: 120px;
margin-bottom: 9px;
        }
    }
}

.mainContainer{
    max-width: 1600px;
    margin: 0 auto;
    padding:0px 100px;
    @media only screen and (max-width: 1199px) {
        padding:0px 20px;
      }
    }

.headerFixed{
 
    z-index: 1000000;
    padding:20px 0px;
    width: 100%;
}
.headerFlexMainRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media only screen and (max-width: 1199px) {
        justify-content:flex-end; 
    }
    .socialIcon{
        display: flex;
        gap:20px;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        @media only screen and (max-width: 767px) {
            gap: 9px;
        }
        li{
            a{
                color: #fff;
                font-size: 21px;
            }
        }

    }
  
   .navBarFix{
        margin: 0;
        padding: 0;
        display: flex;
        gap:20px;
        list-style: none;
        @media only screen and (max-width: 1199px) {
display: none;

        }
        li{
a{
    color: #fff;
    font-size: 18px;
    position: relative;
    &:hover::before{
        width: 100%;
    }
    &:before{
        position: absolute;
        left: 0;
        bottom:-11px;
        width: 0px;
        height: 2px;
        content: "";
        background: #fff;
        transition: 0.4s;
    }

}
        }
    }
}


.allBodySec{

    .sidePannelFix{
        height: 100vh;
        background: #fff;
        width: 49px;
        position: fixed;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;

        ul{
            margin: 0;
            padding: 0;
            list-style: none;

            li{
                border: 2px #e75e28  solid;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                margin-bottom: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
              

                a{
                    i{
                        color: #333;
                    }
                }
                
            }
            
        }
    }
}

.btn-primary{
    border-radius: 31px!important;
    font-size: 15px;
    padding: 9px 27px;
}

.btn-close:focus{
    box-shadow:none!important;
}


.flexFooterRow{
    display: flex;
    justify-content: space-between;
    align-items:center;
    @media only screen and (max-width: 1199px) {
flex-direction: column;
gap:10px;
    }
    .playstore{
        display: flex;
        gap:0px;
        .apps{
            width: 150px;
        }
    }
}

.offcanvas-body{
    padding: 0px;
}
.mobileMenu{
    margin: 0;
    padding: 0;
    list-style: none;
    li{
        padding-left: 20px;
        padding-bottom: 20px;
       
        a{
            color: #333;
            font-size: 15px;
            &:hover{
                color: #000;
            }
        }
    }

    h4{
        font-size: 20px;
        background-color: #0b3d69;
        padding: 10px;
        color: #fff;
        margin-bottom: 20px;
    }
}






















.newSecMainAll{
    background: #fff;

padding: 450px 0px 0px;
@media only screen and (max-width: 1199px) {
    padding: 490px 0px 0px;
}
@media only screen and (max-width: 767px) {
    padding: 20px 0px 20px;
}
.mainContainer1{
    max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px 0px 60px;
  @media only screen and (max-width: 767px) {
padding: 0px 20px;
  }
  
}
.newBannerSecMain{
    border-radius: 20px;
    overflow: hidden;
    img{
        width: 100%;
        object-fit: cover;
        height: 100%;
        @media only screen and (max-width: 992px) {
            height: auto;
        }
    }
    .postionWrapperMain{
        position: relative;
        &:hover::before{
            height: 300px; 
        }
        &:before{
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            width: 100%;
            height: 238px;
            transition: 0.4s;
            background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 62.5%, #000 100%);
            border-radius: 11px;
        }

        .positionTxt{
            position: absolute;
  z-index: 100;
  bottom: 0;
  padding: 18px 20px;
  width: 100%;
  span{
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
  }
  h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 27px;
    
    @media only screen and (max-width: 767px) {
line-height: auto;
font-size: 16px;
    }
  }

  ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap:16px;
    align-items: center;
    li{
        display: flex;
        gap:10px;
        color: #fff;
        align-items: center;

        span{
           
            margin-bottom: 0px;
        }
    }
  }
        }
    }
}
.owl-nav{
    position: absolute;
    left: 0;
    top:40%;
    width: 100%;
    .owl-prev{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;

        span{
            display: flex;
            padding: 9px;
            font-size: 54px;
            background: #fff !important;
            height: 35px;
            width: 35px;
            justify-content: center;
           
            line-height: 0;
        }
    }
    .owl-next{
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000;
       
        span{
            display: flex;
            padding: 9px;
            font-size: 54px;
            background: #fff !important;
            height: 35px;
            width: 35px;
            justify-content: center;
           
            line-height: 0;
        }
    }
}
.owl-dots{
    position: absolute;
    left: 41%;
    bottom: 4px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top:10px
  }
  .owl-theme .owl-dots .owl-dot {
    display:inline-block;
    zoom:1
  }
  .owl-theme .owl-dots .owl-dot span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background:#869791
  }

  .animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
    z-index : 1 
     }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
    z-index : 0 
     }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  .fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  
  .whiteBgSec{
    .postionWrapperMain1{
        .positionTxt{

  padding: 18px 20px;
  background: #e8e8e8;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  span{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
  }
  h2{
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 27px;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
   
  }

  ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap:16px;
    align-items: center;
    li{
        display: flex;
        gap:10px;
        color: #000;
        align-items: center;

        span{
           
            margin-bottom: 0px;
        }
    }
  }
        }
    }
  }
}


.flexTabSec1{
    display: flex;
    gap:10px;
    margin-bottom: 20px;
    @media only screen and (max-width: 1199px) {
display: block;
margin-bottom: 0px;
    }
    .newBannerSecMain{
        width: 50%;
        @media only screen and (max-width: 1199px) {
width: 100%;
margin-bottom: 10px;
        }
    }
    .whiteBgSec{
        width: 25%;
        background: #e8e8e8;
        border-radius: 20px;
        overflow: hidden;
        @media only screen and (max-width: 1199px) {
            width: 100%;
            margin-bottom: 10px;
        }
    }
}

.whiteBgSecImg{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 25%;
    @media only screen and (max-width: 1199px) {
        width: 100%;
        margin-bottom: 10px;
    }
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        @media only screen and (max-width: 992px) {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
    }
    &:hover:before{
        height: 360px; 
    }

    &:before{
        position: absolute;
        left: 0;
        bottom: 0;
        transition: 0.4s;
        content: "";
        width: 100%;
        height: 309px;
        transition: 0.4s;
        background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.8) 62.5%, #ffffffd4 100%);
        border-radius: 11px;
    }
    .positionTxt{
        position: absolute;
z-index: 10;
bottom: 0;
padding: 18px 20px;
width: 100%;
span{
font-size: 16px;
color: #000;
margin-bottom: 5px;
display: block;
font-weight: 400;
}
h2{
font-size: 20px;
color: #000;
margin-bottom: 15px;
font-weight: 600;
line-height: 27px;
display: -webkit-box;
overflow: hidden;
text-decoration: none;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
}

ul{
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap:16px;
align-items: center;
li{
    display: flex;
    gap:10px;
    color: #000;
    align-items: center;

    span{
       
        margin-bottom: 0px;
    }
}
}
    }
}

.headerFlexMainAll1{
    display: flex;
    .buttonNavAllMain{
        display: flex;
        align-items: center;
        gap:15px;
        list-style: none;
        margin-bottom: 0px;
        padding-right: 17px;
        padding-left: 0px;
        @media only screen and (max-width: 767px) {
            gap:5px;
        }
        .chatMain{
            display: flex;
            height: 40px;
            justify-content: start;
            align-items: center;
            border-radius: 100px;
            background: #e75e28 ;
     color: #fff;
     text-transform: capitalize;
     padding: 0px 20px;
            border:none;
            position: relative;
       
            transition: 0.4s;
            @media only screen and (max-width: 767px) {
                height: 27px;
                padding: 0px 14px;
                font-size: 12px;
            }

            span{
                padding-right: 10px;
                @media only screen and (max-width: 767px) {
display: none;
                }
            }
        }
        .addToChrome{
        
            display: flex;
            height: 40px;
            justify-content: start;
            align-items: center;
            border-radius: 100px;
            background: #0d6efd;
     color: #fff;
     text-transform: capitalize;
     padding: 0px 20px;
            border:none;
            position: relative;
       
            transition: 0.4s;
            line-height: 0px;
            @media only screen and (max-width: 767px) {
                height: 27px;
                padding: 0px 14px;
                font-size: 12px;
            }
            &:hover{
                background: #e75e28 ;
            }
        }
    }
}

.posMainHeadeingLive{
    position:fixed;
    left: 15px;
    bottom: 13px;
    z-index: 100;
    color: #fff;
    @media only screen and (max-width: 1199px) {
display: none;
    }
    img{
        width: 80px;
    }

    i{
        position: absolute;
        top: -49px;
        font-size: 39px;
        color: #e75e28;
        animation: bounce2 2s ease infinite;
        left: 28px;
    }

}

.posMainHeadeingLiveSticky{
    display: none;
}


@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.top-sites-list{
display: flex;
justify-content: center;
list-style: none;
gap:20px;
transition: 0.4s;
@media only screen and (max-width: 767px) {
display: none;
}
img{
    width: 48px;
    margin: 0 auto;
}
li{
    text-align: center;
}
label{
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

}
.main-banner{
    transition: 0.4s;
    position: relative; background-image: url(../images/1708726410-13416000753_d7272f5996_k.jpg);
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    @media only screen and (max-width: 767px) {
height: auto;
    }
}
.sticky{

    background-image: url(../images/1708726410-13416000753_d7272f5996_k.jpg);
    height: 35vh;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top:0px;
    z-index: 10000;
    transition: 0.4s;
    @media only screen and (max-width: 767px) {
        height: 27vh;
    }
}
.sticky .headerFixed{
    position: fixed;
    top:0;
    width: 100%;
}
.sticky .search-box-container{
    position: fixed;
top:90px;
    width: 100%;
    height: auto;
    @media only screen and (max-width: 767px) {
        top:75px;
    }

}
.sticky .posMainHeadeingLive{
    visibility: hidden;
}

.sticky .chatGptBgSetDiv{
   display: none;
}

.chatGptBgSetDiv{
    background: #e75e28;
    height: 100px;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    max-width: 700px;
    padding: 30px;
    @media only screen and (max-width: 1199px) {
        width: 70%;
    }

    @media only screen and (max-width: 767px) {
display: none;
    }
 
    h4{
        color: #fff;

  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%;
  text-transform: capitalize;
  margin-bottom: 5px;
    }

    p{
        color: #fff;

        font-size:14px;
        font-style: normal;
        font-weight: 500;

        margin-bottom: 0px;   
    }

    button{
        display: flex;
      height: 40px;
      justify-content: start;
      align-items: center;
      border-radius: 100px;
      background: #0d6efd;
      color: #fff;
      text-transform: capitalize;
      padding: 0px 20px;
      border: none;
      position: relative;
      transition: 0.4s;
      line-height: 0px;
    }
   
}




.dropdownSesrch{

 
      ul{
        position: absolute;
        margin: 0;
        padding: 0 0 10px;
        width: 100%;
        background: #fff;
        transform-origin: top;
        transform: perspective(1000px) rotateX(-90deg);
        transition: 0.5s;
        border-radius: 0px 0px 10px 10px;
        overflow: hidden;
        left: 0px;
        top: 45px;
        z-index: 100;
      }
    
      
      ul.active{
        transform: perspective(1000px) rotateX(0deg);
      }
      
      ul li {
        list-style: none;
      }
      
      ul li a {
        display:block;
        padding: 5px 14px;
        text-align: left;
        text-decoration: none;
        background: #fff;
        color: #333;
      
        transition: 0.5s;
      }
      
      ul li a:hover{
        color: #e75e28;
      }
  }
  

  
